ui-design
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from external web pages via browser tools.
- Ingestion points: The agent utilizes
browser_navigateandbrowser_visionto load and inspect rendered web pages as part of the verification process (e.g., inreferences/browser-verification.md). - Boundary markers: The instructions do not define explicit boundary markers or instructions to ignore potential commands embedded in the visual or textual content of the processed pages.
- Capability inventory: The skill environment provides the agent with interaction capabilities such as
browser_click,browser_type, andbrowser_consoleexecution. - Sanitization: No explicit sanitization or filtering of external content is performed before the agent analyzes and acts upon it.
- [COMMAND_EXECUTION]: The skill includes shell scripts intended for static verification and contains instructions for their execution during testing.
- Evidence: Files
evals/activation-cases.mdandevals/host-integration/activation-cases.mddescribe executingbash skills/ui-design/evals/run-static-checks.sh. This script is used for validating file structure and JSON integrity and does not perform any malicious operations.
Audit Metadata