Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:52:53 +08:00
commit 1144549f21
4 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "audit",
"description": "Perform security audit on codebase",
"version": "1.0.0",
"author": {
"name": " Anand Tyagi",
"url": "https://github.com/ananddtyagi"
},
"commands": [
"./commands/"
]
}