Skip to main content

PRIVACY_DECLARATION

Constant PRIVACY_DECLARATION 

Source
pub const PRIVACY_DECLARATION: &str = r#"
╔══════════════════════════════════════════════════════════════════╗
║           SYNHEART SENSOR AGENT - PRIVACY DECLARATION            ║
╠══════════════════════════════════════════════════════════════════╣
║                                                                  ║
║  This agent captures behavioral timing data for research.        ║
║                                                                  ║
║  ✓ WHAT WE CAPTURE:                                              ║
║    • When keys are pressed (timing only)                         ║
║    • Key categories (backspace, enter, etc. - NOT which letter)  ║
║    • Common shortcut patterns (copy, paste, etc. - timing only)  ║
║    • How fast the mouse moves (speed only)                       ║
║    • When clicks and scrolls occur (timing only)                 ║
║    • Which app is in the foreground (identifier only, no titles) ║
║                                                                  ║
║  ✗ WHAT WE NEVER CAPTURE:                                        ║
║    • Which keys you press (no passwords, messages, etc.)         ║
║    • Where your cursor is (no screen position tracking)          ║
║    • Window titles, file names, or document content              ║
║    • Any screen content                                          ║
║                                                                  ║
║  All data is processed locally. Raw events are discarded         ║
║  after feature extraction (every 10 seconds).                    ║
║                                                                  ║
║  You can view collection statistics anytime with:                ║
║    synheart-sensor status                                        ║
║                                                                  ║
╚══════════════════════════════════════════════════════════════════╝
"#;
Expand description

Privacy declaration that can be displayed to users.