Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:41 +08:00
commit 9f5d7e282a
9 changed files with 300 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "sql-injection-detector",
"description": "Detect SQL injection vulnerabilities",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}