claude-code-rust

Fail

Audited by Snyk on May 17, 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 point to an untrusted/unknown GitHub account offering prebuilt executables via a direct Releases download (and an independent ara.so domain) — distributing unsigned binaries from an unvetted user is a high-risk pattern for malware delivery.

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 prompt includes explicit installation commands that copy binaries into system locations with sudo (e.g., sudo cp /usr/local/bin, install scripts that modify Program Files or /usr/local/bin, CI steps writing to /usr/local/bin), which instructs changing system-wide files and thus pushes actions that can modify the machine state and 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
May 17, 2026, 10:56 AM
Issues
3
Security Audit — snyk — claude-code-rust