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 scriptexecute_tests.shto 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.pyto 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