testing-expert
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands to interact with the project environment for framework detection and test execution. It uses
node -eto parse thepackage.jsonfile for dependencies,lsandfindto locate configuration and test files, and executes test suites usingnpm test,npx jest,npx vitest, andnpx playwright. - [COMMAND_EXECUTION]: Instructions include shell loops for debugging flaky tests (e.g.,
for i in {1..10}; do npm test...) and environment management usingdocker-compose. - [SAFE]: All command execution and file system access are strictly aligned with the skill's primary purpose of software testing and debugging. No attempts to access sensitive system files, exfiltrate data, or perform obfuscated operations were identified.
- [DATA_EXPOSURE]: The skill reads project-level metadata such as
package.jsonand file names. This data is used solely for environment detection and does not expose sensitive user credentials or system-wide secrets.
Audit Metadata