ux-audit
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
lsofto identify active development ports andsipsto resize evidence screenshots to avoid context window bloat. It also utilizescurlfor minting session cookies against the application's test-auth endpoints.- [EXTERNAL_DOWNLOADS]: The agent downloads theaxe-coreaccessibility library from a well-known and trusted CDN (cdnjs.cloudflare.com) to perform automated structural audits.- [REMOTE_CODE_EXECUTION]: The skill performs dynamic JavaScript execution within the browser environment usingpage.evaluateandmcp__claude-in-chrome__javascript_toolto detect layout issues, run accessibility tests, and collect performance metrics.- [DATA_EXFILTRATION]: The skill reads local project configuration files, including.env,wrangler.jsonc,vite.config.ts, andnext.config.js, to programmatically discover the target application's URL and local environment settings.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted data directly from the web application being audited. - Ingestion points: Web page text content via
read_pageandget_page_textcalls, along with visual analysis of application screenshots. - Boundary markers: The instructions do not provide explicit delimiters or warnings to ignore instructions embedded within the application's text or console logs.
- Capability inventory: The agent possesses browser control (form submission, navigation), shell command execution (
lsof,sips), and network operation capabilities. - Sanitization: No explicit sanitization or validation of the text content extracted from the browser context is documented.
Audit Metadata