You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enforce Opt-In-Only Data Collection/External Calls
All external communications now require explicit opt-in via
environment variables as opposed to requiring users to find and
explicitly apply opt-outs from data collection. Relevant for GRC
concerns such as GDPR and other regional privacy regulations as
well as basic user-retention/adoption - adress sentiment concern.
Summary:
- Auto-update checks blocked by default (requires
`STAKPAK_ENABLE_UPDATES=1`)
- Machine fingerprinting blocked by default (requires
`STAKPAK_GENERATE_MACHINE_ID=1`)
- Telemetry payload fields blocked individually (requires
`STAKPAK_ENABLE_TELEMETRY=1` + per-field opts)
- Fixed interactive mode telemetry bypass
(`collect_telemetry.unwrap_or(false)`)
Privacy Impact:
- Zero external calls unless user explicitly opts in
- No persistent machine identification without consent
- Granular control over telemetry data fields
- Sovereign workflow enforced by default
0 commit comments