> 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.md).

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

- [コンプライアンス連携の概要](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/iso-27001-and-soc-2-compliance-overview.md)
- [Drata 連携](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/iso-27001-and-soc-2-compliance-overview/drata-compliance-integration.md): Drata 連携は、SOC2 および ISO27001:2022 のための Evidence を Drata に自動送信します。Drata 連携を有効にするには、Aikido で Settings > Integrations > Drata に移動し、「Drata 統合を追加
- [Thoropass 連携](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/iso-27001-and-soc-2-compliance-overview/thoropass-compliance-integration.md)
- [Sprinto 連携](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/iso-27001-and-soc-2-compliance-overview/sprinto-compliance-integration.md)
- [Vanta 連携](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/iso-27001-and-soc-2-compliance-overview/vanta-compliance-integration.md)
- [レポート](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/reports.md)
- [セキュリティ監査レポート](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/reports/security-audit-report.md)
- [時系列レポート](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/reports/trends-over-time-report.md)
- [マルウェア監視レポート](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/reports/malware-monitor-report.md)
- [ランタイムとフレームワークのレポート](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/reports/runtimes-and-frameworks-report.md)
- [SLA インサイトと問題](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/reports/sla-insights-and-issues.md)
- [チーム比較レポート](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/reports/team-comparison-report.md)
- [コンプライアンスレポート](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/reports/compliance-reporting.md)
- [ライセンスと SBOM](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/licenses-and-sbom-overview.md)
- [OSS ライセンス](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/licenses-and-sbom-overview/licenses.md)
- [SBOM](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/licenses-and-sbom-overview/sbom.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/konpuraiansutorepto.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.
