> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/improve-risk-scoring-for-repositories-and-containers.md).

# リポジトリとコンテナのリスクスコアリングを改善する

**ノイズを減らすためにリポジトリとコンテナの機密性を設定する**

Aikidoでは、ノイズ削減を改善するために、すべてのリポジトリとコンテナに文脈情報を追加できます。この情報は、Aikidoがより多くのセキュリティリスクを発見するのに役立ち、問題のスコアリングも改善します。たとえば

* 各リポジトリのデータ機密性に関する情報を追加すると、優先順位付けが改善され、ノイズが減ります。個人情報の取り扱いを担当するコードリポジトリで見つかった問題は、機密データに一切触れないリポジトリで見つかったものより高くスコア付けされます。
* ドメイン名を追加すると、AikidoはSSL、Cookieの設定ミス、XSS攻撃などの問題をスキャンできるようになります。

### リポジトリとコンテナの機密性を設定する <a href="#configure-repository-and-container-sensitivity" id="configure-repository-and-container-sensitivity"></a>

**手順 1.** 次へ移動します： [リポジトリ](https://app.aikido.dev/repositories) 概要または [コンテナ](https://app.aikido.dev/containers) 概要

**手順 2.** 三点リーダーをクリックしてアクションメニューを開き、 **設定**

![重大なアラートがあるリポジトリダッシュボード。「設定」オプションがアクションメニューで強調表示されている。](/files/d1cd449feb4bf0cffc64d649f451e706e6a59ced)

**手順 3.** 設定が異なるモーダルが表示されます。

![demo-app-1 リポジトリのセキュリティ設定とドメイン詳細を構成しています。](/files/857fb652967660385d8262eb2d357edb7f883548)

* **インターネットへの接続**：各リポジトリについて、サービス/リポジトリがHTTP(S)経由でインターネットに接続されているかどうかを指定できます。選択肢は3つあります：
  * はい：リポジトリがHTTP(S)を使用してインターネット経由でアクセス可能な場合にこのオプションを選択します。
  * いいえ：リポジトリがインターネットに接続されていない場合は、このオプションを選択します。
  * 不明：リポジトリのインターネット接続状況が不明な場合は、このオプションを選択します。
* **ドメインを指定する** （該当する場合）：リポジトリがインターネットに接続されている場合、サービスのドメインを指定できます（例： <https://example.com>）。これにより、Aikidoのダイナミックアプリケーションセキュリティテスト（DAST）が有効になります。
* **機密性レベルの設定**
  * 機密性レベルを選択：Aikidoでは、各サービス/リポジトリが管理するデータの機密性レベルを定義できます。これにより、データの重要度に応じてスキャンプロセスを調整できます。機密性レベルは「まったく機密ではない」から「非常に機密性が高い」まであります。
  * 各リポジトリについて、管理しているデータを最もよく表す機密性レベルを選択してください。データの性質、機密性、および侵害された場合の潜在的影響を考慮してください。
  * 機密性レベルを更新すると、Aikidoのスコアリング機構に影響します

    ![データ機密性の設定は、機密でないデータの場合、問題の重大度スコアに -5 の影響を与えます。](/files/04578650a543ab2921ed69057e44aba9a0e23370)

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/improve-risk-scoring-for-repositories-and-containers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
