Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:25 +08:00
commit e5f4b433ec
8 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "secret-scanner",
"description": "Scan codebase for exposed secrets, API keys, passwords, and sensitive credentials",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}