visualize-plan
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a workflow for converting existing implementation plans into HTML visualizers. It relies on local file access to read plans and writes the output to a specific diagrams directory (
~/.agent/diagrams/). - [EXTERNAL_DOWNLOADS]: The skill references an external repository for documentation/context (github.com/nicobailon/visual-explainer), which is used to guide the transformation logic rather than for remote code execution.
- [COMMAND_EXECUTION]: It uses a conceptual call to another skill (
visual_explainer) to perform the rendering and browser opening, which is standard inter-skill communication. It also maps local session files based on environment variables (PI_SESSION_FILE,$CLAUDE_CODE_SESSION_ID), which is a legitimate use for context awareness in developer tools.
Audit Metadata