fetch_ml/cli/src/utils
Jeremie Fraeys aaeef69bab
feat: Privacy and PII detection
Add privacy protection features to prevent accidental PII leakage:
- PII detection engine supporting emails, phone numbers, SSNs, credit cards
- CLI privacy command for scanning files and text
- Privacy middleware for API request/response filtering
- Suggestion utility for privacy-preserving alternatives

Integrates PII scanning into manifest validation for narrative fields.
2026-02-18 21:27:23 -05:00
..
auth.zig refactor(cli): consolidate shared types and reduce code duplication 2026-02-18 13:00:48 -05:00
colors.zig Slim and secure: move scripts, clean configs, remove secrets 2025-12-07 13:57:51 -05:00
crypto.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
flags.zig refactor(cli): consolidate shared types and reduce code duplication 2026-02-18 13:00:48 -05:00
history.zig Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
io.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
json.zig refactor(cli): consolidate shared utilities and remove code duplication 2026-02-18 13:19:40 -05:00
logging.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
manifest.zig refactor(cli): consolidate shared utilities and remove code duplication 2026-02-18 13:19:40 -05:00
pii.zig feat: Privacy and PII detection 2026-02-18 21:27:23 -05:00
rsync.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
rsync_embedded.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
rsync_embedded_binary.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
storage.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
suggest.zig feat: Privacy and PII detection 2026-02-18 21:27:23 -05:00