# Incidental Findings & Deferred Tasks
- **Dependency Maintenance**: The `rookie` crate (used for browser cookie extraction in `src/auth.rs`) is no longer actively maintained. Browser cookie storage schemas (e.g. Chromium App-Bound encryption in newer Chrome versions, macOS Keychain permissions) continue to evolve, risking extraction failures. Need to evaluate alternative approaches (browser extension helper, native OS keyring integration, enhanced manual entry flow, or alternative cookie extraction crates).