twitter-automation

Fail

Audited by Snyk on Mar 27, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). These links point to a single non-major domain that distributes a remote install script (curl https://cli.inference.sh | sh), binaries from dist.inference.sh and user-hosted files — a common pattern for executable/malware distribution unless you can independently verify the publisher and checksums, so they should be treated as suspicious.

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.

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

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

W012
MEDIUM

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 27, 2026, 02:29 PM
Issues
3