WHOOP Privacy Audit
whoop_privacy_auditAudit local privacy posture by checking cache, token paths, environment variables, and redaction settings. Identify exposure risks without revealing secret values.
Instructions
Return the local privacy, cache, token-path, env-presence and redaction posture without revealing secret values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| project | Yes | ||
| cache_path | Yes | ||
| token_path | Yes | ||
| unofficial | Yes | ||
| stdout_safe | Yes | ||
| cache_enabled | Yes | ||
| config_source | Yes | ||
| secret_env_vars | Yes | ||
| local_config_path | Yes | ||
| local_config_exists | Yes | ||
| raw_payloads_opt_in | Yes | ||
| privacy_mode_default | Yes | ||
| required_env_present | Yes | ||
| redacted_key_patterns | Yes | ||
| local_config_secure_permissions | No |