> 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。** 三点リーダーをクリックしてアクションメニューを開き、選択します **設定**

![重大アラート付きのリポジトリダッシュボード。アクションメニューで「Configure」オプションが強調表示されています。](/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.
