Files
gh-jeremylongshore-claude-c…/skills/security-audit-reporter/scripts/README.md
2025-11-30 08:22:27 +08:00

9 lines
498 B
Markdown

# Scripts
Bundled resources for security-audit-reporter skill
- [ ] security_scan.py: Automates security scanning using tools like Nmap, Nessus, or OpenVAS.
- [ ] report_formatter.py: Formats security scan results into a standardized report format (JSON, Markdown, HTML).
- [ ] compliance_checker.py: Checks the report against compliance standards like OWASP, GDPR, HIPAA, PCI-DSS, SOC2.
- [ ] remediation_suggestions.py: Provides remediation suggestions based on the identified vulnerabilities.