twitter-automation

Fail

Audited by Snyk on Mar 8, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). The prompts instruct executing a remote installer (curl | sh https://cli.inference.sh) and downloading platform binaries from unvetted third‑party hosts (dist.inference.sh / cloud.inference.sh), which is a high-risk pattern for distributing malicious executables or executing arbitrary code even if checksums are provided.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.90). The SKILL.md explicitly includes apps like x/post-get and x/user-get and examples that fetch/read Twitter/X user-generated tweets and profiles via the X API, and those untrusted third-party contents can be read and used to drive actions (likes, retweets, follows, DMs), enabling indirect instruction injection.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.90). The skill's Quick Start directs running "curl -fsSL https://cli.inference.sh | sh", which fetches and executes a remote install script (from cli.inference.sh / dist.inference.sh) as a required dependency for the infsh CLI, so remote code is executed at setup/runtime.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 8, 2026, 02:51 AM