architecture-diagram
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes local shell scripts (
scripts/tqandscripts/new-canvas) to communicate with the tldraw application and perform file operations. These scripts use standard system tools likecurl,python3, andopento interact with the local environment and are restricted to the user's~/canvasdirectory. - [REMOTE_CODE_EXECUTION]: The skill enables the execution of JavaScript within the local
tldrawapplication via an HTTP bridge. This functionality is used exclusively to translate the agent's diagramming instructions into visual elements on the canvas. - [PROMPT_INJECTION]: The skill processes user-supplied text to generate diagram models. While this involves ingesting untrusted input, the skill's capabilities are limited to visual rendering within the sandboxed tldraw environment, posing no threat of privilege escalation or data exfiltration.
Audit Metadata