Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:35:09 +08:00
commit 1b194bb7f9
8 changed files with 1526 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "security-scanning",
"description": "SAST analysis, dependency vulnerability scanning, OWASP Top 10 compliance, container security scanning, and automated security hardening",
"version": "1.2.2",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"skills": [
"./skills/sast-configuration"
],
"agents": [
"./agents/security-auditor.md"
],
"commands": [
"./commands/security-hardening.md",
"./commands/security-sast.md",
"./commands/security-dependencies.md"
]
}