mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-21 06:22:40 +00:00
15 lines
396 B
JSON
15 lines
396 B
JSON
|
|
{
|
||
|
|
"name": "autofix-bot",
|
||
|
|
"description": "Code review agent that detects security vulnerabilities, code quality issues, and hardcoded secrets. Combines 5,000+ static analyzers to scan your code and dependencies for CVEs.",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"author": {
|
||
|
|
"name": "DeepSource Corp"
|
||
|
|
},
|
||
|
|
"mcpServers": {
|
||
|
|
"autofix": {
|
||
|
|
"command": "autofix",
|
||
|
|
"args": ["--mcp"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|