e2e-testing

Pass

Audited by Gen Agent Trust Hub on Sep 11, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill includes helper scripts (scripts/route-sibling-test-check.sh, scripts/structural-test-nudge-check.sh) designed to run as git hooks. These scripts execute local testing tools like vitest or bun on specific files within the repository. This is standard behavior for development and testing workflows.
  • [EXTERNAL_DOWNLOADS]: SETUP.md provides instructions to install standard, well-known testing libraries (@playwright/test, @testcontainers/playwright, @axe-core/playwright) and browser binaries using official tools (bun, bunx playwright install). These are recognized industry-standard dependencies.
  • [REMOTE_CODE_EXECUTION]: SETUP.md illustrates the use of Testcontainers to spin up a redpandadata/redpanda Docker container for integration testing. This uses official images from a well-known service (Redpanda) for localized environment setup, which is a common and safe practice for integration tests.
  • [SAFE]: The skill follows security best practices, such as explicitly instructing the user to redact secrets in logs (SKILL.md) and using standard testing fixtures.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 11, 2026, 02:00 AM
Security Audit — agent-trust-hub — e2e-testing