mirror of
https://github.com/LearningCircuit/local-deep-research.git
synced 2026-06-16 03:51:07 +03:00
The SECRET_VIOLATIONS check was causing false positives by flagging legitimate code that references keywords like 'api_key', 'password', 'token' (e.g., class attributes like `requires_api_key = False`). Gitleaks already runs as a separate workflow and handles secret detection with context-aware rules that don't produce these false positives.