voice-memo-triage
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard Unix utilities (
grep,sed,wc,mktemp) for text processing, file indexing, and byte-accounting verification on the local filesystem. These are used strictly for managing the content of the user's voice memo vault. - [DATA_EXPOSURE]: Accesses local files within the user's Obsidian vault (
/Users/mtm/Documents/Obsidian Vault/). This is the intended primary purpose of the skill (voice memo management) and does not involve exfiltration. - [DYNAMIC_EXECUTION]: Invokes an external workflow pipeline to process research notes, referencing another local skill path (
/Users/mtm/pdev/taylormonacelli/volcanicviper/skills/research-note/SKILL.md). This is a standard modular skill architecture. - [SAFE]: The skill implements robust safety checks, including byte-accounting verification (comparing the size of the original file against the sum of the new file and extracted entries) to ensure no data is lost during the deletion process.
Audit Metadata