draw-technical-diagrams
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and associated files are purely technical, focusing on the generation of SVG illustrations through geometric computation and CSS styling. No malicious patterns or security risks were detected.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare descriptive and technical. There are no attempts to override system prompts, bypass safety filters, or use jailbreak-style language. - [DATA_EXFILTRATION]: No sensitive file paths, credential markers, or unauthorized network operations were identified. The skill does not access environment variables or private user data.
- [EXTERNAL_DOWNLOADS]: The skill does not perform any external downloads. All referenced assets, including
assets/iso.ts,assets/diagram.css, andassets/figure-scaffold.tsx, are local files provided within the skill package. - [REMOTE_CODE_EXECUTION]: There are no patterns involving the download and execution of remote scripts. The verification steps in
references/verification.mdsuggest using browser automation tools to inspect the generated output, which is a standard development practice for UI verification and does not involve untrusted remote code. - [DYNAMIC_EXECUTION]: The skill uses local TypeScript functions in
assets/iso.tsto compute geometry and React components inassets/figure-scaffold.tsxto structure SVG markup. It does not useeval()orexec()on untrusted input. - [INDIRECT_PROMPT_INJECTION]: While the skill ingests user input for diagram labels and titles, the use of structured JSX components for SVG generation provides inherent mitigation against common injection attacks in the output. The instructions focus on technical precision rather than processing complex natural language instructions from third parties.
Audit Metadata