copilots
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: Indirect Prompt Injection Surface. \n
- Ingestion points: The skill utilizes
makeAssistantVisibleto ingest rendered HTML (references/visible.md) anduseAssistantContextto ingest application state strings (references/model-context.md). \n - Boundary markers: Documentation does not mention the use of delimiters or instructions to ignore embedded commands in ingested content. \n
- Capability inventory: The framework provides tools for the agent to interact with the UI, such as
clickandedittools (references/visible.md), and state mutation tools likeupdate_{name}(references/interactables.md). \n - Sanitization: No sanitization or validation of the content read from the DOM or application state is described before it is provided to the agent.\n- [DATA_EXFILTRATION]: The
makeAssistantVisibleutility exposes theouterHTMLof React components to the AI model's context. This may lead to the exposure of PII or other sensitive data if such information is rendered in the component tree (references/visible.md).\n- [COMMAND_EXECUTION]: The skill documentation describes tools that allow the agent to interact with the UI by clicking elements and editing input fields, as well as mutating application state through auto-generated update tools (references/interactables.md).\n- [EXTERNAL_DOWNLOADS]: The skill references and directs users to official documentation and API resources at assistant-ui.com, which is the vendor's primary domain (SKILL.md).
Audit Metadata