> 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/aikido-expansion-packs.md).

# Aikido拡張パック

Aikido Expansion Packsを使うと、IDE内からあなたのマシン上で動作する追加のセキュリティツールを導入できます。Expansion Packs画面から、これらのアドオンを有効化または無効化できます。各パックはワークフローの異なる部分を改善し、作業を妨げることなくコードとデバイスの安全を保ちます。

<figure><img src="/files/59af49eea3bdf4c9149ca47f5b95696978c4b374" alt=""><figcaption></figcaption></figure>

## 使い方

Aikidoのサイドバーを開き、展開する `はじめに` まだであれば、そして `Aikido Expansion Packsを設定する` リンク。

または、 [コマンドパレット](https://code.visualstudio.com/docs/getstarted/userinterface) を使って `Aikido: Expansion Packs`

<figure><img src="/files/f2cfe1fae09d3a481683b12a168682955873120c" alt="" width="375"><figcaption></figcaption></figure>

## 機能

### プリコミットフック

secrets pre-commit hookは、コミット前にコード内のハードコードされたシークレットをチェックします。意図しない漏えいを防ぎ、設定なしでローカルで実行されます。詳しくは以下をご覧ください [Secretsのpre-commitフック](/docs/docs-ja/ai-totsru/aikido-secrets-pre-commit-hook.md)

### Safe Chain

Safe Chainは、悪意のあるパッケージからあなたの環境を保護します。パッケージマネージャーの周囲に安全層を追加し、既知のマルウェアのインストールを防ぎます。詳しくは以下をご覧ください [Safe Chain：マルウェアのインストールを防ぐ](/docs/docs-ja/kdosukyan/aikido-malware-scanning.md)

### Aikido MCP

Aikido MCP Serverは、Aikidoのセキュリティスキャン機能をAIコーディングワークフローに直接取り込みます。詳しくは以下をご覧ください [AIコーディングアシスタント（MCP）](/docs/docs-ja/ai-totsru/aikido-mcp.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/ai-totsru/ide-plugins-overview/features/aikido-expansion-packs.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.
