publish-twitter-post

Fail

Audited by Snyk on Jul 15, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). Suspicious because the skill downloads and immediately executes a raw script from a GitHub repo (raw.githubusercontent.com) fetched from the repository's main branch (un-pinned), which is remote code execution from an externally controlled source and a common malware distribution pattern.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). The skill downloads and directly execs an unverified remote setup script (and invokes that wrapper before every run), creating a clear supply-chain remote code execution vector that could be used to install backdoors or exfiltrate data.

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


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 0.70). The skill repeatedly instructs running a bundled setup script that downloads and executes remote install code (scripts/setup.sh → raw.githubusercontent.com), which will modify the host (install/run a local daemon and change system state) and thus pushes the agent to perform potentially privileged, state-changing operations.

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W012
MEDIUM

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

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 15, 2026, 03:40 PM
Issues
4
Security Audit — snyk — publish-twitter-post