> 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/kdosukyan/scanning-practices.md).

# スキャンのベストプラクティス

- [アクセス制御チェック](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/enhancing-security-with-access-control-checks.md)
- [カスタムルールの概要](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/custom-rules.md)
- [SASTルールのためのカスタムコードコンテキスト](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/custom-code-context-for-sast-rules.md)
- [カスタムSAST & IaCルールを追加する](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/add-custom-sast-iac-rules.md)
- [SCAエンジンで使用される外部脆弱性データベース](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/external-vulnerability-databases-used-in-our-sca-engine.md)
- [カスタムCVE脆弱性](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/custom-vulnerabilities.md): 公開CVEデータベースにない内部またはプライベートパッケージの脆弱性を定義します。
- [言語別の依存関係スキャン（SCA）のサポート](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/support-for-dependency-scanning-by-language.md)
- [C/C++のロックファイルなしスキャン](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/c-c-lockfile-less-scanning.md)
- [Gradleを使用するJava/Scala/Kotlinプロジェクト：セキュリティスキャンのベストプラクティス](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/java-scala-kotlin-projects-using-gradle-security-scanning-best-practices.md)
- [Pythonプロジェクト：セキュリティスキャンのベストプラクティス](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/python-projects-security-scanning-best-practices.md)
- [.NETプロジェクト：セキュリティスキャンのベストプラクティス](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/net-projects-security-scanning-best-practices.md)
- [Scala：build.sbtの依存関係管理とスキャン](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/scala-dependency-management-and-scanning-for-buildsbt.md)
- [プライベートパッケージでの脆弱性スキャン - Maven](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/vulnerability-scanning-on-private-packages-maven.md)
- [CVEに対する開発依存関係のスキャン](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/scanning-dev-dependencies-for-cves.md)
- [オープンソース依存関係とコンテナ内のマルウェア検出](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/malware-detection-in-open-source-dependencies.md)
- [ライブシークレット検出](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/live-secret-detection.md)
- [.aikidoファイルを使ったスキャン設定](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/ignore-via-code-with-aikido-files.md)
- [コードコメントを使ってシークレットを無視する](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/ignoring-secrets-via-code-comments.md)
- [コメントを使ってSASTの検出事項を除外する](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/excluding-sast-findings-using-comments.md)
- [Bazelの依存関係スキャン](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/dependency-scanning-for-bazel.md)
- [複数ファイル／クロスファイルの脆弱性追跡](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/multifile-vulnerability-tracing.md)
- [SAST AutoTriageによるノイズ除去](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/sast-autotriage.md)
- [シークレットキーワードフィルターによるノイズ除去](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/denoise-via-secret-keyword-filter.md)
- [SAST/IaC：対応言語とセキュリティ焦点](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/sast-by-aikido-supported-languages-and-security-focus.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/kdosukyan/scanning-practices.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.
