figure-spec
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the allowed
Bashtool to run a local Python-based renderer (tools/figure_renderer.py) and thersvg-convertutility for PDF generation. - [PROMPT_INJECTION]: An indirect prompt injection surface exists as the skill ingests untrusted data from
$ARGUMENTSand external project files such asPAPER_PLAN.mdorNARRATIVE_REPORT.mdto derive diagram goals. Ingestion points:$ARGUMENTSand referenced markdown files. Boundary markers: None identified in the prompt logic. Capability inventory:Bashcommand execution, file system writes, and external model review calls. Sanitization: The skill performs schema validation via a dedicatedvalidatecommand, which ensures structural integrity of the generated JSON but does not sanitize malicious natural language intent within the input data.
Audit Metadata