visual-verify
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes project-specific build and development scripts including
build-storybook,npm start, andnpm devto render UI states. - [COMMAND_EXECUTION]: It invokes a local script
scripts/screenshot-states.mjsand manages headless Chromium/Playwright processes to capture UI snapshots. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted ticket acceptance criteria and user specifications verbatim into the judging agent's context.
- Ingestion points: Project
AGENTS.mdand user-provided ticket/specification text inSKILL.md. - Boundary markers: None identified; instructions are passed directly to the secondary agent.
- Capability inventory: Subprocess execution (
npm), file system writes (committing to repository), and agent spawning. - Sanitization: No explicit escaping or validation of external specification content is mentioned.
- [DATA_EXFILTRATION]: Automatically commits binary screenshot data to the repository under
docs/pr-screenshots/and generates raw GitHub URLs for embedding in pull requests.
Audit Metadata