user-flow-diagram
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSNO_CODE
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted user input via the
flowDataparameter inSKILL.md, which creates a surface for indirect prompt injection attacks. - Ingestion points: The
nodes.labelandedges.labelproperties within theflowDataobject are primary ingestion points for external strings. - Boundary markers: The skill definition lacks explicit boundary markers or instructions to the agent to disregard embedded commands within these labels.
- Capability inventory: The skill is configured with
Bash,Read,Write, andEdittools; if the agent were to obey instructions injected into labels, it could perform file operations or command execution. - Sanitization: There is no evidence of sanitization, validation, or escaping logic for the user-supplied text in the provided documentation.
- [EXTERNAL_DOWNLOADS]: The skill integrates with the
diagrams.net APIfor export functionality and utilizesMermaid.jsandPlantUMLfor diagram generation. These are well-known services and libraries appropriate for the skill's documented purpose. - [NO_CODE]: The skill is composed entirely of markdown documentation and schema definitions, with no included executable scripts or source code files beyond the instructions themselves.
Audit Metadata