ux-critique
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use the
lsof -i :<port>shell command to identify which ports are being used by local development servers. This is a legitimate use case for a development-oriented agent to ensure it is critiquing the correct running application. Evidence is found inreferences/task-walkthrough.mdunder the 'Find the Right URL First' section. - [INDIRECT_PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it is designed to ingest and process untrusted external data such as live web pages and application source code.
- Ingestion points: Navigating to arbitrary URLs via
agent-browserand reading local file content likeUSERS.mdor component code. - Boundary markers: There are no explicit instructions or delimiters provided to the agent to treat external content as untrusted or to ignore instructions embedded within the analyzed data.
- Capability inventory: The skill utilizes tools including
agent-browserfor interaction,chrome-devtoolsfor inspection, and shell commands for environment discovery. - Sanitization: No specific sanitization or validation logic is defined for the ingested content before it is processed by the agent.
Audit Metadata