-
Notifications
You must be signed in to change notification settings - Fork 0
Safety v1: Implement two-pass sensitive data detection pipeline #66
Copy link
Copy link
Closed
Labels
area/scannerFile scanner and pattern matchingFile scanner and pattern matchingenhancementNew feature or requestNew feature or requestprio/P1High priorityHigh priority
Milestone
Description
Summary
Build the safety detection pipeline for secrets and obvious PII with required two-pass scanning.
Scope
- Implement detectors for:
- API keys/token-like credentials
- private key blocks
- password/secret assignments
- obvious PII (email, phone, SSN-like patterns)
- Run detection in two passes:
- per-file pass
- final payload pass (before output write)
- Expose normalized findings for downstream redaction and audit.
Acceptance Criteria
- Detection runs by default for
extract,distill, andcombine. - Two-pass scanning is covered by tests.
- Findings include category and count; location metadata included where available.
- No uncaught exceptions in detector pipeline.
References
/Users/scottbaggett/code/dex/docs/internal/PRD_SAFETY_FIRST_ENHANCEMENTS.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/scannerFile scanner and pattern matchingFile scanner and pattern matchingenhancementNew feature or requestNew feature or requestprio/P1High priorityHigh priority