> 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/penetosuto/coverage-and-findings/human-in-the-loop.md).

# Human in the Loop

Aikido が特定の検出結果に対してより高いエスカレーション可能性を検知した場合、検出結果の詳細からエクスプロイトの続行を許可できます。

{% hint style="warning" %}
エクスプロイトの続行によりデータが作成または変更され、アプリケーションの一部に障害が発生する可能性があります。テスト環境でのみ実行することを強く推奨します。
{% endhint %}

### エクスプロイトを続行する方法

{% stepper %}
{% step %}
**検出結果の詳細を開く**

Aikido でペンテストの課題を開き、次へ移動します **攻撃分析**.
{% endstep %}

{% step %}
**「さらにエクスプロイト」をクリック**

検出結果が対象であれば、ボタンが表示されます **さらに攻撃を進める**.

<div data-with-frame="true"><figure><img src="/files/5170594da184d392e1d722e2a0d7679d8caed964" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**更新された分析を確認する**

Aikido はより詳細なフォローアップ実行を開始し、同じ検出結果を最新のエスカレーション結果と再テスト結果で更新します。

<div data-with-frame="true"><figure><img src="/files/281f24c4886d3e958aeab9e6f43bf066d4af09d4" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Aikido が表示するのは **さらに攻撃を進める** 検出結果がエスカレーション対象の場合のみです。この操作が表示されない場合、その検出結果は対象外であるか、すでにエスカレーション済みであるか、追加のエスカレーション可能性がありません。
{% endhint %}

もし [今すぐ実行、支払いは後で](/docs/docs-ja/penetosuto/pentest-pricing.md#run-now-pay-later) を使用し、評価に High または Critical の検出結果がない場合は、 **さらに攻撃を進める** を試してからクレジット免除を申請してください。一見軽微に見える検出結果でも、より深いエクスプロイトの後により高い深刻度へエスカレーションされることがあります。


---

# 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/penetosuto/coverage-and-findings/human-in-the-loop.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.
