wiki-setup
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the shell command
mkdir -pto create a predefined directory structure for the wiki storage folders. - [SAFE]: The skill implements robust pre-flight checks, including verifying that the current directory is an Obsidian vault (detecting
.obsidian/) and checking for existing content before proceeding. - [SAFE]: The skill includes a security-positive migration feature that moves configuration data from a generic
.envfile to a specific.obsidian-wiki.configfile, reducing the risk of accidental secret exposure and tool collisions. - [SAFE]: All file write operations and directory creations are preceded by a user orientation and a confirmation step showing the planned changes.
Audit Metadata