ui-audit-guide
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Playwright-based browser tools (prefixed with
mcp__playwright__) for automation. This includes the use ofbrowser_evaluatefor running scripts in the browser to perform programmatic checks, which is standard for UI auditing tools. - [EXTERNAL_DOWNLOADS]: The skill navigates to external URLs to perform audits. While this involves processing external content, it is the primary intended function of the tool and no hardcoded malicious domains were found.
- [SAFE]: The skill accesses project-specific design rules and tokens (e.g.,
.Codex/rules/components.mdandpackages/core/tokens/). This access is localized to the project environment and does not target sensitive system credentials or private configuration files. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface inherent to its function of processing untrusted web content.
- Ingestion points: Processes external web content and accessibility trees via
browser_snapshotinSKILL.md. - Boundary markers: No explicit delimiters are defined to separate ingested web content from agent instructions.
- Capability inventory: The skill has access to extensive browser interaction tools including
browser_click,browser_type, andbrowser_evaluateinSKILL.md. - Sanitization: No sanitization of ingested web data is mentioned before it is processed by the agent.
Audit Metadata