stelow-product-ux-critique
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes untrusted data from external sources, including live URLs, source code files, and images.
- Ingestion points: URL input for live site audits, directory paths for codebase audits, and image files for screenshot audits.
- Boundary markers: The instructions do not specify explicit delimiters or instructions to the subagents to ignore embedded commands within the analyzed content.
- Capability inventory: The skill utilizes
agent_browserfor network navigation andsubagentsfor automated analysis of the provided inputs. - Sanitization: No explicit sanitization or filtering of the external content is described before it is processed by the analysis tools.
- [COMMAND_EXECUTION]: The skill uses local shell commands to identify the project environment and locate relevant UI files.
- Evidence:
SKILL.mdcontains bash snippets usingls,git diff, andfindto check for visual changes and list source components. These commands are scoped to the local directory and used for orchestrating the audit depth.
Audit Metadata