Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for data-privacy-scanner skill
- [ ] data_privacy_scan.py: Script to execute the data privacy scan with configurable parameters and output formatting.
- [ ] report_formatter.py: Script to format the scan results into a user-friendly report (e.g., Markdown, JSON).
- [ ] config_validator.py: Script to validate the configuration files used by the data privacy scanner tool.