claude-arabic
Fail
Audited by Snyk on Aug 23, 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 a personal GitHub repo and raw install scripts which the skill instructs users to pipe directly into shell/PowerShell (curl | bash, irm | iex), a high-risk distribution method that can deliver malware.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill instructs running remote install scripts that are fetched and executed at runtime via curl | bash and irm | iex, namely https://raw.githubusercontent.com/JamalMohafil/claude-arabic-terminal/main/install.sh and https://raw.githubusercontent.com/JamalMohafil/claude-arabic-terminal/main/install.ps1, so external content directly executes code during installation.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata