Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:18 +08:00
commit 5ab1ca82ac
8 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "owasp-compliance-checker",
"description": "Check OWASP Top 10 compliance",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}