figure-spec
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute local scripts and utilities including
tools/figure_renderer.pyfor rendering/validation,rsvg-convertfor PDF conversion, andtools/save_trace.shfor logging. These operations are restricted to the local environment and are standard for the skill's stated purpose. - [DATA_EXFILTRATION]: The skill documentation explicitly states that it runs fully locally without external API calls or network requirements, which mitigates risks of unauthorized data transmission.
- [INDIRECT_PROMPT_INJECTION]: The skill processes user input and project files (e.g.,
PAPER_PLAN.md) to generate diagram specifications. It mitigates injection risks through a documented validation process: 1) Ingestion points:$ARGUMENTSand local project documents; 2) Boundary markers: JSON schema validation is enforced; 3) Capability inventory:Bash(*),Read,Write, andEditpermissions are used for local processing and file management; 4) Sanitization: Input is validated against a schema via thefigure_renderer.py validatecommand prior to rendering.
Audit Metadata