visual-test
Warn
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill constructs shell commands using
grepandsedwith variables (e.g.,fcu_css_class,$FCU_UXML) extracted from external YAML configuration files. Without proper sanitization, these variables could be exploited to perform command injection or execute malicioussedscripts if the configuration or project files are maliciously crafted.\n- [PROMPT_INJECTION]: The skill implements an indirect prompt injection surface (Category 8) by reading and acting upon untrusted project data.\n- Ingestion points: Untrusted data is read from.claude/reference/visual-test/{screen-name}.yamland various UXML and USS files in the project.\n- Boundary markers: The skill does not define delimiters or instructions for the agent to distinguish between valid data and potentially malicious embedded instructions in the ingested files.\n- Capability inventory: The skill usesBash(runninggrep,sed, anduCLI tools),Read, andAgenttools.\n- Sanitization: There is no evidence of sanitization or validation of the paths or strings derived from external files before they are used in high-privilege tool calls.
Audit Metadata