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 -e to parse the package.json file for dependencies, ls and find to locate configuration and test files, and executes test suites using npm test, npx jest, npx vitest, and npx playwright.
  • [COMMAND_EXECUTION]: Instructions include shell loops for debugging flaky tests (e.g., for i in {1..10}; do npm test...) and environment management using docker-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.json and file names. This data is used solely for environment detection and does not expose sensitive user credentials or system-wide secrets.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 17, 2026, 02:08 AM
Security Audit — agent-trust-hub — testing-expert