Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:52 +08:00
commit 72eb168091
4 changed files with 368 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "plugin-security-checker",
"description": "Advanced security scanner for Claude Code plugins with 91 specialized pattern agents. Detects vulnerabilities, code obfuscation, and security anti-patterns using MITRE ATT&CK/ATLAS frameworks.",
"version": "3.2.0",
"author": {
"name": "Diego Consolini",
"email": "diego@diegocon.nl"
},
"agents": [
"./agents/plugin-security-checker.md"
]
}