obsidian-base-create
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
bashcommands likegrep,sort, anduniqto scan the user's Obsidian vault for existing metadata properties. This allows the agent to build accurate filters based on the user's actual data without manual property entry.\n- [COMMAND_EXECUTION]: It executes apython3command to validate the syntax of the generated.baseYAML files. The use ofyaml.safe_loadensures that the validation process does not execute arbitrary code if the YAML content is malformed or contains malicious tags.\n- [SAFE]: All operations are restricted to the local environment and the specified vault path. There are no network requests, remote script downloads, or attempts to access sensitive system directories outside the Obsidian vault.
Audit Metadata