writing-outline
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes platform hooks to execute local Python scripts including
phase-gate-guard.py,writing-suggest-verify.py, andwriting-claim-id-guard.py. These scripts are located within the${CLAUDE_PLUGIN_ROOT}/hooks/directory, indicating they are internal utility components of the plugin. - [COMMAND_EXECUTION]: The skill executes a shell command
mkdir -p outlinesto ensure the target directory for outline files exists. - [SAFE]: All file read and write operations are scoped to the local project workspace (e.g.,
.planning/,outlines/,drafts/) or reference configuration files via relative paths from${CLAUDE_SKILL_DIR}. There is no evidence of unauthorized file access, network exfiltration, or credential harvesting.
Audit Metadata