Caveat verdict
runningcoach
Accesses credentials AND makes external network calls
Skill manages running training plans and syncs them to Intervals.icu using a user-supplied API key via documented HTTP basic auth; all calls target intervals.icu with no exfiltration beyond the intended training platform.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
network_out
credential_access
Findings (4)
Possible hardcoded credential
SKILL.md · code · API_KEY="ä½ çš„API_KEY
Long base64 string (100+ chars) — likely obfuscated payload
templates/POST_WORKOUT.md · frontmatter · 3044022065f1b86a7e3d7753c23d06d1b533b7c6466dc153c4fd809cf135d478686aa0f202203cce
Python urllib.request — network access
weekly_plan.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
weekly_plan.py · prose · downgraded · os.environ.get(
Permissions & capabilities
No declared permissions — minimal attack surface.
credential_accessnetwork_outdata_encoding Thanks — recorded.