
Container Remediation
- Updated April 27, 2026
- averlon-ai/averlon-claude-marketplace
container-remediation is a Claude Code skill in the Security category. Docker and container security analysis with vulnerability detection and remediation
Key points
- container-remediation
- Security
- AI-coding skill
Container Remediation by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add averlon-ai/averlon-claude-marketplace/plugin install container-remediation@averlon-claude-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 27, 2026 |
|---|---|
| Repository | averlon-ai/averlon-claude-marketplace ↗ |
What it does
Docker and container security analysis with vulnerability detection and remediation
README.md
Averlon Claude Marketplace
A collection of Averlon security plugins for Claude Code.
Getting Started
1. Get your Averlon API keys
You need an MCPClient-scoped API key pair from Averlon.
- Sign in to the Averlon Console
- Navigate to API Keys > Create New Key
- Select scope: MCPClient
- Create the key pair and copy both values:
Key IDandKey Secret
Requires Averlon admin access. Ask an Averlon org admin to create the key pair if you don't have admin access.
2. Set environment variables
Add these to your shell profile (~/.zshrc, ~/.bashrc, etc.):
export AVERLON_MCPCLIENT_API_KEY="<your Key ID>"
export AVERLON_MCPCLIENT_SECRET_KEY="<your Key Secret>"
export AVERLON_MCPCLIENT_SERVER="wfe.prod.averlon.io"
Reload your shell or run source ~/.zshrc to apply.
3. Add the marketplace
From within Claude Code, run:
/plugin marketplace add https://github.com/averlon-ai/averlon-claude-marketplace.git
4. Install a plugin
/plugin install <plugin-name>@averlon-claude-marketplace
For example, to install the container remediation plugin:
/plugin install container-remediation@averlon-claude-marketplace
This opens the plugin UI where you can choose the installation scope — user (available across all projects), project, or team.
5. Restart Claude Code
After installing a plugin, restart Claude Code for the new plugins/skills to be initialized:
/exit
Then reopen Claude Code.
Available Plugins
| Plugin | Description | Docs |
|---|---|---|
container-remediation |
Docker and container security analysis with vulnerability detection and remediation | View docs |