Initial commit
This commit is contained in:
20
.claude-plugin/plugin.json
Normal file
20
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user