analytics
Warn
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill accesses sensitive Google OAuth2 client secrets from a configuration path outside of its own directory. Evidence: In
scripts/yt-analytics-auth.py, the script reads from~/.config/gog/client_secret.jsonto facilitate authentication. - [REMOTE_CODE_EXECUTION]: The skill utilizes the
picklemodule for deserializing local authentication tokens, which is an insecure practice that can lead to code execution if the token file is modified. Evidence:pickle.load()is used inscripts/yt-analytics-auth.pyandscripts/yt-deep-stats.pyto read~/.openclaw/yt-analytics-token.pickle. - [PROMPT_INJECTION]: The skill ingests untrusted data from Telegram messages and YouTube metadata, which could influence agent behavior. Ingestion points: Telegram message retrieval in
scripts/tg-stats.pyand YouTube title retrieval inscripts/yt-deep-stats.py. Boundary markers: Absent. Capability inventory: Environment variable access and shell command execution. Sanitization: Limited to truncation and newline removal.
Audit Metadata