nvim-config
Warn
Audited by Snyk on Jun 24, 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.85). The required runtime workflow bootstraps and loads
lazy.nvimfrom the public GitHub repo (https://github.com/folke/lazy.nvim.git) and then loads plugin specs fromlua/plugins/*, so outsider-authored Lua code/content from public packages is ingested into Neovim’s Lua runtime/LLM context via plugin loading (indirect prompt injection risk).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill bootstraps lazy.nvim at runtime by running a git clone of https://github.com/folke/lazy.nvim.git (in lua/config/lazy.lua and via the setup script), which fetches and adds remote Lua code that will be executed as part of the Neovim configuration and is required for plugin management.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata