no-mistakes

Fail

Audited by Snyk on Jun 18, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). This is a direct raw GitHub URL to an install shell script hosted in a user repository (kunchenguid) — running raw .sh from an untrusted or unknown GitHub account is risky because it can execute arbitrary commands, and the username/repo appear user-hosted rather than an established vendor.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill contains runtime installation commands that fetch and execute remote code—specifically "curl -fsSL https://raw.githubusercontent.com/kunchenguid/no-mistakes/main/docs/install.sh | sh" and "go install github.com/kunchenguid/no-mistakes/cmd/no-mistakes@latest"—which would download and run external code to provide the required no-mistakes CLI.

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 explicitly instructs running a remote install script that "installs/restarts daemon" (curl | sh) and other commands that modify local git remotes and push branches; the install/restart daemon step can modify system services and may require elevated privileges, so it poses a non-trivial risk to the host state.

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
Jun 18, 2026, 10:24 PM
Issues
3
Security Audit — snyk — no-mistakes