new-project-setup

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). Directly downloading a prebuilt binary tarball from a GitHub release (rtk-ai/rtk) and extracting it to /usr/local/bin without checksum/signature verification is risky — it's an unverified third-party binary distribution that could be used to deliver malware.

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.90). The skill instructs downloading and extracting a binary into /usr/local/bin (lines 35–37) and running rtk init -g (lines 39–41), which modify system-wide locations and configurations that typically require elevated privileges.

Issues (3)

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, 02:19 AM
Issues
3
Security Audit — snyk — new-project-setup