event-storming
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process untrusted data from external sources, which could potentially contain malicious instructions intended to influence the agent's behavior.
- Ingestion points: In
SKILL.md, the skill usesmiro_list_board_itemsto read the content of external Miro boards to understand the current modeling state. It also performs web searches usingPerplexityorWebSearchtools to gather domain context. - Boundary markers: The instructions do not specify the use of delimiters (such as XML tags or triple quotes) or explicit "ignore embedded instructions" warnings when processing the data retrieved from Miro or the web.
- Capability inventory: The skill possesses network capabilities through its integration with the
Miro MCP serverand search tools (WebSearch,WebFetch,Perplexity). It also has the ability to generate documents using thedocument-skillsplugin (e.g.,pptx,docx,pdf). - Sanitization: There is no evidence of input validation, escaping, or filtering of the external content before it is interpolated into the agent's reasoning process for recommending workshop steps.
Audit Metadata