> 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 がより多くのセキュリティリスクを見つけるのに役立ち、問題のスコアリングも改善します。たとえば

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

### リポジトリとコンテナの機密度を設定する <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」オプションが強調表示されている。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-4beefb6cd09d80212fa2459502fd1933d54243d4%2Fucarecdn-832117bd-88d8-403a-abf1-9745f3379814.png?alt=media)

**手順 3.** さまざまな設定を含むモーダルが表示されます。

![demo-app-1 リポジトリのセキュリティ設定とドメインの詳細を構成しています。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-6a995711044554d1dd4423657e96b7c0ae3c025a%2Fucarecdn-7e404a94-3fa2-4f4e-8b21-cac89328170f.png?alt=media)

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

    ![データ機密度の設定は、非機密データの場合に問題の重大度スコアを -5 変化させます。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-187df50f1f43bd9325a22136a8d485b837e2d3de%2Fucarecdn-041e2f1e-c2ad-4d23-bc10-5d2f59d4e45f.png?alt=media)

***


---

# 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.
