mirror of
https://github.com/momenbasel/keyFinder.git
synced 2026-06-08 09:03:55 +02:00
6742d6a827
- Skip known CSRF tokens (authenticity_token, csrf_token, etc.) in hidden input scanner - Ignore GitHub localStorage caches (ref-selector:*, jump_to:*, soft-nav:*, COPILOT_*) - Skip keyboard shortcut data-attributes (data-hotkey, data-hotkey-scope) - Fix URL param scanner: use exact match instead of substring to prevent "author" matching "auth" - Add word boundaries to keyword scanner so "key" doesn't match "hotkey", "monkey", etc. - Skip camelCase JS identifiers in keyword value matches - Lower Sentry DSN severity to "low" (public by design) - Apply same fixes to MutationObserver for SPA consistency Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>