Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:48 +08:00
commit ffac0038ac
4 changed files with 1083 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "security-checker",
"description": "Comprehensive security scanning for secrets, vulnerabilities, and code issues",
"version": "1.0.0",
"author": {
"name": "Lightsoft"
},
"commands": [
"./commands"
]
}