> 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/real-time-code-scanning-in-ide.md).

# IDEでのリアルタイムSAST、Secrets、IaCスキャン

Aikido IDEプラグインは、セキュリティ上の問題が発生したその瞬間に気づけるようにします。ファイルを開くか保存するたびに、Aikidoはバックグラウンドで素早くスキャンを実行し、問題をエディタ上で直接ハイライトします。

<figure><img src="/files/f05e37fb011a3152835fef2be9b30f0b4b25634c" alt=""><figcaption></figcaption></figure>

#### スキャン対象

Aikidoはリアルタイムで2種類のスキャンを実行します:

* SAST（静的アプリケーションセキュリティテスト）: 安全でないコーディングパターン、潜在的なインジェクション、危険なデシリアライズ、その他のコードレベルの脆弱性を検出します。
* Secrets: APIキー、パスワード、トークンなどの漏えいした認証情報を見つけます。
* IAC（Infrastructure as Code）: Terraform、CloudFormation、Dockerfile、および同様のファイルにおけるクラウドやインフラの設定ミスを検出します。

#### 仕組み

ファイルを開くか保存すると、AikidoはAikidoプラットフォームと同じ解析エンジンを使ってコードをスキャンします。

検出された問題は次のように表示されます:

* エディタ内でインライン表示され、下線が引かれるかハイライトされます。
* Aikidoのサイドバーで、重大度とカテゴリごとにグループ化されます。
* Problemsパネルで、素早く移動できます。

任意の検出結果にカーソルを合わせると、背景情報と修正の詳細が表示されます。対応している検出結果については、 [AI Autotriageで分析するか、AI AutoFixを適用](/docs/docs-ja/ai-totsru/ide-plugins-overview/features/aikido-ai-in-ide.md) して、IDEを離れることなく、安全に問題を修正できます。


---

# 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/real-time-code-scanning-in-ide.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.
