> 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/ai-and-dev-tools/ide-plugins-overview/features/aikido-expansion-packs.md).

# Aikido Expansion Packs

Aikido Expansion Packs allows you to add extra security tooling that runs on your machine from inside your IDE. You can enable or disable these add-ons from the Expansion Packs screen. Each pack improves a different part of your workflow and helps keep your code and device secure without slowing you down.

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

## How to use

Open the Aikido sidebar, toggle open `Getting Started` if not already and click on the `Configure Aikido Expansion Packs` link.

Alternatively use the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface) and run `Aikido: Expansion Packs`

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

## Features

### Pre-commit Hook

The secrets pre-commit hook checks your code for hardcoded secrets before you commit. It prevents accidental leaks and runs locally without configuration. Read more on [Secrets Pre-Commit Hook](/ai-and-dev-tools/aikido-secrets-pre-commit-hook.md)

### Safe Chain

Safe Chain protects your environment from malicious packages. It adds a safety layer around your package manager and prevents installation of known malware. Read more on [Safe Chain: Prevent Malware Installs](/code-scanning/aikido-malware-scanning.md)

### Aikido MCP

The Aikido MCP Server brings Aikido's security scanning capabilities directly into your AI coding workflow. Read more on [AI Coding Assistants (MCP)](/ai-and-dev-tools/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/ai-and-dev-tools/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.
