excalidraw-diagram-generator
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run local Python scripts, specifically
scripts/add-icon-to-diagram.pyandscripts/add-arrow.py, to automate the construction of diagram files. - [EXTERNAL_DOWNLOADS]: The skill provides instructions for users to download icon libraries from
https://libraries.excalidraw.com/and references the main application athttps://excalidraw.com, which are well-known services relevant to the skill's functionality. - [PROMPT_INJECTION]: The skill exhibits a vulnerability surface for indirect prompt injection where user-supplied content is used in high-privilege operations.
- Ingestion points: The skill processes natural language descriptions from users to extract entities and labels (Step 1 and Step 3).
- Boundary markers: No delimiters or explicit instructions are provided to the agent to treat user-supplied text as untrusted data.
- Capability inventory: The skill has the capability to execute shell commands to run Python scripts that modify the file system.
- Sanitization: There is no evidence of sanitization or escaping of user-supplied strings before they are passed as command-line arguments (e.g., the
--labelflag), which could lead to command injection.
Audit Metadata