typescript-e2e-testing
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute various shell commands for running tests (
npm run test:e2e), managing Docker infrastructure (docker-compose), and debugging (tail,grep,rm). These commands are standard for the described purpose and include safety measures like output redirection to temporary files to avoid context bloat. - [EXTERNAL_DOWNLOADS]: The skill references standard, well-known libraries and Docker images (e.g., Redpanda, PostgreSQL, MongoDB, Redis, and various npm packages like
kafkajs,msw, andtestcontainers). These are standard industry dependencies for the specified tasks. - [DATA_EXFILTRATION]: No evidence of unauthorized data transfer or exfiltration. The use of
.env.e2efor environment variables is a standard development practice for managing test configurations. - [PROMPT_INJECTION]: No malicious prompt injection patterns were found. The instructions focus on structured workflows and adhering to the Given-When-Then (GWT) pattern for test design.
Audit Metadata