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

# ヒューマン・イン・ザ・ループ

Aikido が検出結果にさらにエスカレーションの可能性があると判断した場合は、検出結果の詳細からエクスプロイトの継続を許可できます。

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

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

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

Aikido でペンテストの課題を開き、 **攻撃分析**.
{% endstep %}

{% step %}
**「Exploit Further」をクリック**

検出結果が対象であれば、ボタンが表示されます **さらにエクスプロイト**.

<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/penetorshontesuto/pentest-pricing.md#run-now-pay-later) 評価に High または Critical の検出結果がない場合は、 **さらにエクスプロイト** クレジット免除を申請する前に、対象となる Medium または Low の検出結果で。見た目は軽微な検出結果でも、より深くエクスプロイトすると、より高い深刻度へエスカレーションされることがあります。


---

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