heartbeat
Fail
Audited by Snyk on Mar 22, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). The skill includes deliberate persistence (Loop 0 auto-reschedule that recreates cron tasks to resist removal), an explicit remote-control channel (Loop 6: Telegram polling requiring a bot token), and instructions to spawn subagents that run local Node scripts outside the router session — a combination that enables remote code execution, persistence, and potential data exfiltration if abused.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). Loop 6 "Telegram Polling" explicitly polls the Telegram Bot API (via node .claude/tools/cli/telegram-poll.cjs) to ingest user messages and route them to agents, meaning untrusted, user-generated third‑party content is read and can materially influence agent behavior.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata