> 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>

## 機能

### Pre-commitフック

secrets pre-commit hookは、コミット前にコード内のハードコードされたシークレットをチェックします。意図しない漏えいを防ぎ、設定なしでローカルで実行されます。詳細はこちら： [シークレットの事前コミットフック](/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.
