> 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/ai-totsru/ide-plugins-overview/features/difference-between-aikido-cloud-scanning-and-ide-scanning.md).

# Aikido CloudスキャンとIDEスキャンの違い

Aikido は、開発者のエディタ内とクラウドプラットフォームの 2 か所でセキュリティスキャンを提供します。どちらもコードと依存関係をスキャンしますが、深さと文脈が異なります。

### クラウドスキャン

* 完全なリポジトリと接続されたクラウド環境全体で、SAST、SCA、IaC のチェックを実行します。
* エディタで開いているものだけでなく、完全なコードベース、依存関係グラフ、設定ファイルを分析します。
* 到達可能性、デプロイ経路、問題が本番環境に影響するかどうかなど、より豊富な文脈を提供します。
* 高度な自動トリアージを使用して、誤検知を減らし、実際のリスクを強調します。
* 全体範囲の監査、CI パイプライン、組織全体のセキュリティ態勢に適しています。

### IDE スキャン

* コーディング中に素早いフィードバックを得るため、エディタ内で直接 SAST と SCA を実行します。
* 現在のプロジェクトと、ワークスペースに存在するファイルやマニフェストに限定されます。
* 高速かつローカルである必要があるため、分析は浅めです。
* コードがどのようにビルドまたはデプロイされるかに関する文脈が少ないため、より多くの指摘に手動での検証が必要になります。
* コミット前に問題を防ぐのに役立ちますが、クラウドベースの完全なスキャンの代わりにはなりません。


---

# 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/ai-totsru/ide-plugins-overview/features/difference-between-aikido-cloud-scanning-and-ide-scanning.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.
