Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:54 +08:00
commit 5cbffe7347
4 changed files with 258 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "security-report-builder",
"description": "Professional security report generator with HTML, PDF, and DOCX output. Reduces false positives through context-aware analysis.",
"version": "1.0.0",
"author": {
"name": "Diego Consolini",
"email": "diego@diegocon.nl"
},
"agents": [
"./agents/"
]
}