plannotator
Fail
Audited by Snyk on Mar 9, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). While several links point to GitHub and an official vendor page (low risk), the presence of a directly hosted install script (https://plannotator.ai/install.sh) and explicit instructions to execute it (and to auto-modify local config/hooks and write files) makes this a moderate-to-high risk distribution vector because running remote shell installers from an unverified project can install arbitrary/malicious code.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's install instructions fetch and execute remote installer code at runtime (e.g., curl -fsSL https://plannotator.ai/install.sh | bash and irm https://plannotator.ai/install.ps1 | iex), which runs remote code required to install the CLI and hook into agent workflows.
Audit Metadata