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 pnpm and node commands to run end-to-end tests and manage mock server environments. Specifically, it calls node scripts/run-vitest.mjs and pnpm test:ui:e2e to execute test suites and mock servers.\n- [EXTERNAL_DOWNLOADS]: Standard package management via pnpm install is 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 node and pnpm, 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
Risk Level
SAFE
Analyzed
Jun 14, 2026, 01:10 PM
Security Audit — agent-trust-hub — control-ui-e2e