running-e2e-tests
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a restricted Bash tool execution pattern
test:e2e-*to run the test suites. This is a controlled execution environment used specifically for the primary purpose of the skill. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests user input and configuration data from
{baseDir}/config/to generate executable test scripts. - Ingestion points: User input and configuration files located in
{baseDir}/config/(identified in SKILL.md). - Boundary markers: No explicit delimiters or boundary markers for untrusted input are defined in the instructions.
- Capability inventory: The skill utilizes
WriteandEdittools to create test artifacts and theBash(test:e2e-*)tool for execution. - Sanitization: No explicit sanitization or input validation logic is described for the processed data.
Audit Metadata