Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:30 +08:00
commit 9e2521942a
8 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Scripts
Bundled resources for security-headers-analyzer skill
- [ ] analyze_headers.py: Script to perform the security header analysis using libraries like requests and beautifulsoup4.
- [ ] generate_report.py: Script to generate a detailed report from the analysis results in markdown format.