drawio-local
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes external command-line tools and local scripts to process diagrams. Specifically, the conversion script
scripts/convert-drawio-to-png.shexecutesdrawiofor export andgitfor staging files, whileSKILL.mddirects the agent to executemise,pre-commit, andnodefor maintenance tasks. - [PROMPT_INJECTION]: The skill's 'Self-Update Protocol' in
SKILL.md(Section 13) establishes a mechanism for indirect prompt injection by allowing external data to modify the skill's behavior. - Ingestion points: Data is ingested from
.drawioXML source files (specificallymxCellattributes). - Boundary markers: The protocol lacks delimiters or specific warnings to ignore instructions embedded within the diagram data.
- Capability inventory: The skill can modify its own reference files and append new rules to its main instruction file (
SKILL.md), and it also utilizes shell execution capabilities. - Sanitization: Content extracted from diagram files is not subjected to validation or sanitization before being incorporated into the skill's markdown files.
Audit Metadata