> 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/ai-kdo/ai-code-audit-overview/track-progress-and-findings.md).

# 進捗と検出結果を追跡

分析を開始すると、Aikido は評価の詳細ページに移動します。そこから、進捗を確認し、検出結果が届くたびに読むことができます。

## 進捗の追跡

〜から評価を開く **AIコード分析** ホームで詳細ページを表示できます。ページには **概要** タブ、 **問題** タブ（未解決の問題がある場合はバッジ付き）、および **脅威モデル** タブ（利用可能な場合）があります — [脅威モデル](/docs/docs-ja/penetorshontesuto/coverage-and-findings/threat-model.md) の読み方については [データ露出監査](/docs/docs-ja/ai-kdo/what-is-dspm/data-exposure-audit.md) には脅威モデルのタブは含まれません。分析の実行中は、 **概要** タブに現在のステータスが表示され、ヘッダーには経過時間と残り時間の見積もりが表示されます。

AI **コード分析情報** ブロックには、分析を依頼した人と開始日時が一覧表示されます。 **コードとドキュメント** には、分析にリンクされたリポジトリが一覧表示されます。

### 分析ステータス

〜上のステータスは **概要** タブには、分析がライフサイクルのどの段階にあるかが反映されます：

* **保留中** — 分析はキューに入り、エージェントの空き容量を待っています。
* **実行中** — エージェントがあなたのコードを積極的に解析しています。このステータスの間、検出結果は **問題** タブに表示されることがあります。
* **完了** — 分析が終了しました。すべての検出結果は **問題** タブとグローバルフィードにあります。
* **失敗** — 分析を完了できませんでした。詳細は評価を開くか、Intercom チャットでお問い合わせください。
* **キャンセル済み** — 分析は完了前に停止されました。

## 検出結果の読み方

検出結果は **問題** タブに表示され、他の Aikido の検出結果とともにグローバルな問題フィードにも表示されます。標準の Aikido 検出結果ライフサイクルに従います — [検出結果の管理](/docs/docs-ja/hajimeni/core-functionalities.md) では、無視、スヌーズ、重要度、およびタスクトラッカー連携について説明しています。

クリック **攻撃分析** すると、要約、説明、リスク、根本原因、修正方法などのセクションを備えた標準の Aikido 検出結果モーダルが開きます。

再現ブロックのタイトルは **証拠** であり、 **再現手順**ではありません。内容はコードと推論に基づいており、実際の HTTP 攻撃を順を追って示すのではなく、この問題を悪用可能にしている特定のファイルとロジックを指し示します。開発者向けの検出結果の根拠として扱ってください。

修正をプッシュしたら、 **再テスト** を検出結果でクリックして、Aikido に最新のコードで再確認させます。


---

# 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/ai-kdo/ai-code-audit-overview/track-progress-and-findings.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.
