implement-unit-testing-script
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill includes reference implementations for test runners that prioritize environment isolation. The scripts are designed to create temporary workspaces, ensuring that dependency installations and test executions do not interfere with the user's global environment or corrupt the source project.
- [COMMAND_EXECUTION]: The provided scripts in the assets folder execute standard development and testing tools such as Maven, Pytest, Go, Flutter, and NPM. This execution is the intended primary purpose of the skill and is handled using isolated paths.
- [EXTERNAL_DOWNLOADS]: The scripts utilize standard package managers (pip, npm, flutter pub get, go get) to resolve dependencies. These operations are restricted to the local temporary directories created by the scripts, preventing side effects on the host system.
Audit Metadata