modernize-test-starter

Pass

Audited by Gen Agent Trust Hub on Jun 25, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes several bundled Node.js scripts to automate the analysis and validation of the project's test infrastructure.
  • Evidence: Instructions direct the agent to execute scripts/parse-testsuite.js, scripts/check-dangling-entries.js, and scripts/detect-cross-window-imports.js using the local node runtime.
  • These scripts perform file system operations like recursive directory walks and reading file contents (fs.readFileSync, fs.readdirSync) to identify test patterns and cross-window code usage.
  • [COMMAND_EXECUTION]: Standard Unix utilities are used to scan the project for specific code patterns.
  • Evidence: Extensive use of find and grep commands to locate test files, resource roots, and launcher configurations within the webapp/test directory.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 25, 2026, 12:26 PM
Security Audit — agent-trust-hub — modernize-test-starter