autoresearch

Fail

Audited by Snyk on Jul 15, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E004: Prompt injection detected in skill instructions.

  • Potential prompt injection detected (high risk: 1.00). The README includes an explicit instruction flag (--dangerously-skip-permissions) and a packaged prompt that tells an agent to bypass permission checks and "continue iterating autonomously," which is a directive to override safety/permission constraints outside the skill's stated documentation of normal use.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). The GitHub repo (karpathy/autoresearch) is a known, public project and not inherently suspicious, but the instruction to curl and pipe https://astral.sh/uv/install.sh to sh is high-risk because it downloads and executes a remote shell script from a third-party domain without verification.

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.80). The skill explicitly instructs running the agent with a "--dangerously-skip-permissions" flag (bypassing permission checks) and also includes a "curl ... | sh" installer step, which together encourage bypassing security mechanisms and running arbitrary remote code on the host.

Issues (4)

E004
CRITICAL

Prompt injection detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

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, 12:52 PM
Issues
4
Security Audit — snyk — autoresearch