llm-monitoring-dashboard
Fail
Audited by Snyk on Mar 6, 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 benign (official CDNs, GitHub docs, local/Google Fonts), but the presence of raw install scripts (install.sh, install.ps1) and explicit curl|bash / irm|iex install commands pointing to an unvetted GitHub account makes this a moderate-to-high risk because remote executable scripts from unknown authors are a common malware distribution vector.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's required Step 1 installation commands explicitly fetch and execute a public install script (curl -fsSL https://raw.githubusercontent.com/nooscraft/tokuin/main/install.sh | bash) from raw.githubusercontent.com, which is untrusted third‑party content that would be run/interpreted as part of the workflow and could therefore inject instructions affecting tool behavior.
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 installer commands (curl -fsSL https://raw.githubusercontent.com/nooscraft/tokuin/main/install.sh | bash and the PowerShell equivalent https://raw.githubusercontent.com/nooscraft/tokuin/main/install.ps1 | iex) at runtime to fetch and execute the Tokuin install script, which is a required dependency and executes remote code.
Audit Metadata