control-ui-e2e
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
pnpmandnodecommands to run end-to-end tests and manage mock server environments. Specifically, it callsnode scripts/run-vitest.mjsandpnpm test:ui:e2eto execute test suites and mock servers.\n- [EXTERNAL_DOWNLOADS]: Standard package management viapnpm installis used to manage dependencies within the project environment when they are missing in a worktree.\n- [PROMPT_INJECTION]: The skill exposes a surface for indirect prompt injection by processing external test files.\n - Ingestion points: Test files located at
ui/src/**/*.e2e.test.ts.\n - Boundary markers: Absent; no specific delimiters or warnings for embedded instructions are defined.\n
- Capability inventory: Subprocess execution via
nodeandpnpm, and file system write access for storing artifacts in the.artifacts/directory.\n - Sanitization: Absent; no specific validation or filtering of test content before processing.
Audit Metadata