unit-testing-test-generate
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines a
CoverageAnalyzerclass that usessubprocess.runto execute a test command (e.g., 'pytest' or 'npm test'). This is a legitimate and necessary function for calculating code coverage, and the implementation uses argument lists rather than shell strings, which is a safer practice. - [DATA_EXPOSURE]: The analysis logic reads local source code files to identify functions and classes for test generation. This access is restricted to the local filesystem and is required for the skill to function as described.
- [SAFE]: No malicious patterns, obfuscation, or unauthorized network activity were detected. The skill follows standard conventions for test automation tools.
Audit Metadata