Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:18 +08:00
commit 5ab1ca82ac
8 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for owasp-compliance-checker skill
- [ ] owasp_scan.sh: Script to automate OWASP compliance scanning using command-line tools.
- [ ] report_generator.py: Python script to generate detailed compliance reports in various formats (e.g., HTML, JSON).
- [ ] remediation_advisor.py: Python script that takes scan results and suggests specific remediation steps.