twitter-automation

Fail

Audited by Snyk on Feb 19, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). These URLs are all on a single, unfamiliar domain that offers a curl | sh installer and direct binary downloads (dist.inference.sh) — a high‑risk distribution pattern because running remote shell scripts or fetching binaries from an untrusted domain can deliver malware even if checksums/docs are present.

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
Feb 19, 2026, 07:33 PM