llm-monitoring-dashboard
Fail
Audited by Snyk on Mar 7, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.75). Most links are to benign CDNs, docs, or localhost, but the package includes direct raw links to install.sh and install.ps1 on an unfamiliar GitHub repo plus explicit curl | bash / PowerShell-invoke install instructions — a common and high-risk malware distribution pattern if the repo is untrusted.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly runs remote install scripts at runtime (e.g., curl -fsSL https://raw.githubusercontent.com/nooscraft/tokuin/main/install.sh | bash and the PowerShell irm https://raw.githubusercontent.com/nooscraft/tokuin/main/install.ps1 | iex), which fetch and execute external code and are a required dependency (Tokuin CLI) for the skill to operate.
Audit Metadata