> 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/konpuraiansutorepto/reports/compliance-reporting.md).

# コンプライアンスレポート

Aikido は、対応している各フレームワークごとに専用のコンプライアンスページを提供します。各ページでは、その特定の標準に対する適合状況を、制御項目のカバー範囲や関連する検出結果を含めて、焦点を絞って確認できます。

以下は、利用可能なコンプライアンスレポートの全一覧です。各レポートは、プラットフォーム上のそれぞれの詳細ページにリンクしています。

#### 利用可能なコンプライアンスページ

* [ペンテストレポート](https://app.aikido.dev/reports/ai-pentest-reports)
* [SLA のインサイトと問題](https://app.aikido.dev/reports/sla/stats)
* [ISO 27001:2022 コンプライアンス](https://app.aikido.dev/reports/iso)
* [SOC 2 コンプライアンス](https://app.aikido.dev/reports/soc2)
* [OWASP Top 10 コンプライアンス](https://app.aikido.dev/reports/owasp)
* [CIS v8.1 コントロール コンプライアンス](https://app.aikido.dev/reports/cis)
* [CIS AWS ベンチマーク](https://app.aikido.dev/reports/cis-aws)
* [CIS Kubernetes ベンチマーク](https://app.aikido.dev/reports/cis-kubernetes)
* [NIS2 コンプライアンス](https://app.aikido.dev/reports/nis2)
* [NIST 800-53 コンプライアンス](https://app.aikido.dev/reports/nist)
* [PCI DSS v4.0 コンプライアンス](https://app.aikido.dev/reports/pci)
* [HIPAA コンプライアンス](https://app.aikido.dev/reports/hipaa)
* [DORA コンプライアンス](https://app.aikido.dev/reports/dora)
* [HITRUST LVL3 コンプライアンス](https://app.aikido.dev/reports/hitrust)
* [ENS コンプライアンス](https://app.aikido.dev/reports/ens)
* [GDPR](https://app.aikido.dev/reports/gdpr)
* [UK Cyber Essentials](https://app.aikido.dev/reports/uk-cyber-essentials)

各ページでは、関連するコントロール領域を構造化して示し、アクティブなスキャンと検出結果に基づく現在の適合レベルを表示します。

これらのページには、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/konpuraiansutorepto/reports/compliance-reporting.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.
