test-full
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill employs shell commands in the context section to gather project metadata.
findcommands are used to locate project manifest files (such aspackage.json,pyproject.toml, orCargo.toml) and test directories (test*,__tests__).echois used to inspect environment variables to detect if the agent is running in a CI/CD environment (checkingCIandGITHUB_ACTIONS).- These commands are standard discovery patterns and are used solely for information gathering to facilitate the testing task.
Audit Metadata