Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:37 +08:00
commit 1862bc9ff7
10 changed files with 445 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for security-pro-pack skill
- [ ] security_scan.sh: Automates running various security scans (e.g., nmap, nessus) and parsing the results.
- [ ] compliance_check.py: Checks code and infrastructure against compliance standards (HIPAA, PCI DSS, GDPR, SOC 2).
- [ ] crypto_audit.py: Performs automated cryptographic code review, identifying potential vulnerabilities in cryptographic implementations.
- [ ] infrastructure_scan.sh: Scans infrastructure for security misconfigurations and vulnerabilities.