running-e2e-tests

Pass

Audited by Gen Agent Trust Hub on Mar 22, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill defines a restricted bash tool Bash(test:e2e-*) and references an internal script execute_tests.sh to run the test suite. This execution is confined to the intended testing scope and is necessary for the skill's primary function.
  • [PROMPT_INJECTION]: The skill contains logic in generate_test_suite.py to create code based on user input. While this represents a surface for indirect prompt injection, the resulting code is executed within a dedicated testing environment, and the documentation includes standard error handling and debugging practices to mitigate risks.
  • [EXTERNAL_DOWNLOADS]: The instructions recommend installing browser binaries via npx playwright install. This is a routine operation involving a well-known testing framework maintained by a reputable organization (Microsoft).
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 22, 2026, 05:37 AM