verasic-git-commits
Fail
Audited by Snyk on Jul 24, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The raw.githubusercontent.com URL is a direct shell script download (and the README recommends piping it to bash), which is a high-risk pattern from an otherwise non‑well-known GitHub repo; the other URLs (the GitHub SECURITY.md blob and claude.com) are documentation or an official vendor site and are not suspicious by themselves.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The README contains an install command that fetches and pipes remote code to a shell—curl -fsSL https://raw.githubusercontent.com/Milkywayrules/verasic-skills/main/setup.sh | bash—which would execute remote code at install/runtime.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata