new-project-setup

Fail

Audited by Snyk on Jun 10, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). These URLs are high-risk: they point to a direct release tarball and raw GitHub install scripts (curl|bash and irm|iex) from accounts/repositories of unclear provenance, which is a common malware distribution pattern.

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

  • Third-party content exposure detected (medium risk: 0.65). Step 2 invokes sync-template, which “self pull[s] from rheinmir/setup@orca” and installs skills; that runtime pull can ingest outsider-authored free text (skill SKILL.md / template content) into the agent’s LLM context via the installed skills’ instructions.

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 performs system-level installs and modifications (extracting a downloaded binary into /usr/local/bin, running remote install scripts like curl|bash, installing global tools, and patching agent config files), actions that modify the machine state and may require sudo, so it should be flagged.

Issues (4)

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).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jun 10, 2026, 09:27 AM
Issues
4
Security Audit — snyk — new-project-setup