install-nvim-plugin
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill fetches and parses plugin READMEs from public GitHub (via
gh apior raw.githubusercontent.com) and uses that user-generated documentation to extract keymaps and configuration, which exposes the agent to untrusted third-party content that could contain indirect prompt-injection instructions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly fetches plugin READMEs at runtime (e.g. curl -s https://raw.githubusercontent.com/{owner}/{repo}/main/README.md or via the GitHub readme API) and injects that content to drive prompt behavior and generate plugin configuration, so the remote README can directly control the agent's output.
Audit Metadata