unit-testing-test-generate
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runwithin theCoverageAnalyzerclass to execute test commands (e.g.,pytest --coverage). This is an expected and necessary functionality for its stated purpose of calculating test coverage. - [DYNAMIC_EXECUTION]: The skill uses the Python
astmodule to parse and analyze code structures to identify functions and classes for testing. This is a safe and standard method for static code analysis. - [NO_CODE]: Although the skill contains numerous code snippets (Python, TypeScript), these are provided as templates and internal logic for the agent to follow when generating unit tests for the user, rather than executable scripts shipped as separate files for the agent to run directly. All logic is self-contained and aligns with the primary purpose of test generation.
Audit Metadata