Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:40 +08:00
commit c2df1fb3c6
17 changed files with 1469 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-security-scanner skill
- [ ] api_scan.py: Script to perform the API security scan, handling authentication, request building, and response parsing.
- [ ] report_generator.py: Script to generate a formatted report (e.g., Markdown, JSON) of the scan results.
- [ ] remediation_guidance.py: Script to provide specific remediation steps based on the identified vulnerabilities.