Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for secret-scanner skill
- [ ] scan_directory.py: Recursively scans a directory for secrets, allowing specification of file types to include/exclude.
- [ ] validate_commit.sh: A pre-commit hook script that prevents commits containing secrets.
- [ ] report_generator.py: Generates a detailed HTML report of the scan results.