20 lines
544 B
JSON
20 lines
544 B
JSON
{
|
|
"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"
|
|
]
|
|
} |