obsidian-nvim
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill consists of documentation and configuration snippets for the obsidian.nvim plugin. The Lua code provided for configuration uses standard Neovim APIs and built-in Lua functions (os.time, os.date, math.random) for note management tasks. No unauthorized network access, data exfiltration, or suspicious command execution was found.
- [EXTERNAL_DOWNLOADS] (SAFE): The documentation mentions system requirements such as ripgrep, pngpaste, and xclip. Recommendations to install these via official package managers (Homebrew, apt, pacman) are standard for Neovim plugins and do not constitute a security risk.
- [COMMAND_EXECUTION] (SAFE): The skill lists Vim commands and Lua functions intended for use within the Neovim editor. These commands are limited to vault management (searching, creating, and linking notes) and are consistent with the plugin's stated purpose.
Audit Metadata