Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:29:28 +08:00
commit 5f6dacc74b
19 changed files with 3378 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "security",
"description": "Security scanning and vulnerability auditing following OWASP Top 10 guidelines with automated remediation",
"version": "1.0.0",
"author": {
"name": "Grey Haven Studio"
},
"skills": [
"./skills/authentication-patterns",
"./skills/security-analysis",
"./skills/security-practices"
]
}