obsidian-config
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns or security risks were detected. The skill is designed to help users manage Obsidian configuration files and UI settings through standard procedures.
- [COMMAND_EXECUTION]: The skill provides example shell commands for initializing directories and creating configuration files within the Obsidian vault structure.
- Evidence:
SKILL.mdincludes examples for directory creation and file writing:mkdir -p /path/to/vault/.obsidian/snippets/andecho ".cm-s-obsidian { ... }" > /path/to/vault/.obsidian/snippets/custom-font.css. - Evidence:
references/vault-settings-reference.mdincludes a local command for JSON validation:python -c "import json; json.load(open('.obsidian/app.json'))". - [PROMPT_INJECTION]: The instructions focus purely on application configuration and do not attempt to override agent safety guidelines, bypass constraints, or extract system prompts.
- [DATA_EXFILTRATION]: No network operations or access to sensitive system paths (such as credentials, SSH keys, or environment variables) were found. The skill only references Obsidian-specific configuration files like
app.jsonandappearance.json.
Audit Metadata