neovim
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The configuration utilizes
lazy.nvimandMasonto manage external plugins and binaries (LSPs, DAPs, linters). These are industry-standard tools within the Neovim ecosystem for managing dependencies from reputable sources like GitHub and official package registries. - [COMMAND_EXECUTION]: The skill documents numerous shell commands for development workflows, including debugging (DAP), git operations, and system-level utility checks (e.g.,
ripgrep,fd). These are standard capabilities for a development environment configuration. - [CREDENTIALS_UNSAFE]: The configuration demonstrates secure secret management by suggesting the use of
api_key_cmdwith a password manager likepassrather than hardcoding API keys for plugins likeChatGPT.nvim.
Audit Metadata