agenticskills
Fail
Audited by Snyk on Jul 28, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The URLs point to an unknown GitHub repository and a raw install.sh that the skill encourages piping directly to bash (curl | bash), which is a high-risk distribution vector for malware from untrusted sources.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly pipes the upstream installer to a shell at runtime using curl -fsSL https://raw.githubusercontent.com/akillness/oh-my-gods/main/install.sh | bash, which fetches and executes remote code that the skill relies on.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata