visual-mockups
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection where malicious instructions could be passed to the agent through browser interaction data.
- Ingestion points: The agent is instructed in
SKILL.mdto read$STATE_DIR/events, which is a log file populated byscripts/server.cjsbased on user interactions (clicks) in the browser. - Boundary markers: Absent. There are no instructions or delimiters used to warn the agent to ignore instructions embedded in the interaction data.
- Capability inventory: The agent has the capability to execute shell scripts (
scripts/start-server.sh,scripts/stop-server.sh) and write HTML files to the local file system. - Sanitization: Absent. The server appends raw event data (including text content from clicked elements) to the log file without validation or sanitization.
- [COMMAND_EXECUTION]: The skill executes local shell scripts to manage its server environment.
- Evidence:
SKILL.mddirects the agent to runscripts/start-server.shto initialize the environment andscripts/stop-server.shto clean up resources. - [DATA_EXFILTRATION]: The skill performs local network operations to facilitate the interactive mockup interface.
- Evidence:
scripts/server.cjsstarts an HTTP and WebSocket server that binds to a local port (defaulting to127.0.0.1) to serve content to the user's browser.
Audit Metadata