> 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/aikido-agent/aikido-agent.md).

# Aikido Agent

**Aikido Agent** Aikido のセキュリティインテリジェンスです。検出結果、コードの文脈、トリアージシグナルを理解し、質問への回答、攻撃経路の調査、修正の調整、自動トリアージの実行を可能にします。

{% hint style="info" %}
当社は、お客様データを使用、保存、または学習に利用することは一切ありません。トリアージと脆弱性修正の精度を保証するために、小さな匿名化されたコード断片が使用される場合があります。すべての AI 操作は推論のみです。データはメモリ上で一時的に処理され、保持も再利用もされません。管理内容の詳細については、以下の当社 AI ポリシーをご覧ください。 [Trust Center](https://www.aikido.dev/trust-center).
{% endhint %}

## Aikido Agent でできること

<table data-view="cards"><thead><tr><th>機能</th><th>内容</th><th data-hidden data-card-target data-type="content-ref">対象</th></tr></thead><tbody><tr><td><strong>Ask Aikido</strong></td><td>Agent と検出結果についてチャットし、リスクの検証、攻撃経路の確認、修正の調整を行えます。</td><td><a href="/pages/7fb2c68d3dbfa105a76e0cf4693560b237aabf17">/pages/7fb2c68d3dbfa105a76e0cf4693560b237aabf17</a></td></tr><tr><td><strong>SAST自動トリアージ</strong></td><td>悪用可能性とコードの文脈に基づいて、静的解析の検出結果をフィルタリングし、優先順位付けします。</td><td><a href="/pages/13d6f366c30ed70d4ef9902a6b6aec123cec6acd">/pages/13d6f366c30ed70d4ef9902a6b6aec123cec6acd</a></td></tr><tr><td><strong>シークレット自動トリアージ</strong></td><td>誤検知のシークレットを除外し、実際の露出をリスク順に並べます。</td><td><a href="/pages/140fa1fe1a62bd94808eb3570975afcbf1333dbe">/pages/140fa1fe1a62bd94808eb3570975afcbf1333dbe</a></td></tr><tr><td><strong>CVEの悪用可能性分析</strong></td><td>リポジトリとコンテナ内の依存関係の CVE を評価し、実際に悪用可能なものだけをトリアージします。</td><td><a href="/pages/9096c4c1d9116ca7132f4e4cdd12396e623fb8ea">/pages/9096c4c1d9116ca7132f4e4cdd12396e623fb8ea</a></td></tr><tr><td><strong>カスタム レポート</strong></td><td>セキュリティデータについて自然言語で質問し、結果をワークスペース レポートとして保存します。</td><td><a href="/pages/1e611f2658d3dcd30ca39d24af9a1c52f389bcdf">/pages/1e611f2658d3dcd30ca39d24af9a1c52f389bcdf</a></td></tr></tbody></table>

## 関連

AI を使用する関連製品ですが、ドキュメント内の別の場所にあります: [AutoFix](/docs/docs-ja/autofix-to/overview-aikido-autofix.md), [コード解析](/docs/docs-ja/aikdo/ai-code-audit-overview.md)、および [Aikido Pentest](/docs/docs-ja/penetorshontesuto/aikido-pentest.md)。SDLC 全体にわたる AI の全体図については、以下を参照してください [Aikido が AI をどのように活用しているか](/docs/docs-ja/ai-totsru/how-aikido-uses-ai.md).


---

# 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/aikido-agent/aikido-agent.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.
