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, andscripts/detect-cross-window-imports.jsusing the localnoderuntime. - 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
findandgrepcommands to locate test files, resource roots, and launcher configurations within thewebapp/testdirectory.
Audit Metadata