unit-tests
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Execution of Repository Scripts: The skill utilizes shell scripts located within the repository, such as scripts/test.sh and scripts/test.bat, for test execution. While this is standard for the project, it involves the execution of commands in the local shell environment.
- External Dependency Downloads: The documentation notes that test scripts may automatically download Electron binaries if they are not present. This is a common requirement for the development of Electron-based software and follows established project setup procedures.
- Input Interpolation in Commands: The skill processes user-defined inputs for filtering tests through arguments such as --grep and --runGlob. This pattern allows for flexible testing but introduces a surface where external input influences command parameters, which is a standard feature of developer tooling that warrants appropriate input handling.
Audit Metadata