skills/openclaw/skills/whoop-morning/Gen Agent Trust Hub

whoop-morning

Warn

Audited by Gen Agent Trust Hub on Mar 1, 2026

Risk Level: MEDIUMCREDENTIALS_UNSAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [CREDENTIALS_UNSAFE]: The skill manages sensitive OAuth2 credentials including client secrets and refresh tokens. The file lib/tokens.js writes these credentials to ~/.cache/whoop-morning/tokens.json using standard file system operations without explicitly setting restricted file permissions (e.g., 600).
  • [DATA_EXFILTRATION]: The skill is designed to fetch personal health information, including sleep cycles and recovery metrics, from the WHOOP API. While this aligns with the skill's stated purpose, it involves the retrieval and local caching of sensitive biometric data.
  • [COMMAND_EXECUTION]: The documentation in SKILL.md instructs the user to execute local scripts (bin/whoop-auth and bin/whoop-morning) that are part of the skill package to facilitate authentication and data reporting.
  • [EXTERNAL_DOWNLOADS]: The skill makes network requests to api.prod.whoop.com for OAuth token exchange and data retrieval. These are official endpoints for a well-known service and are necessary for the skill's operation.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 1, 2026, 01:49 PM