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.run within the CoverageAnalyzer class 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 ast module 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
Risk Level
SAFE
Analyzed
Sep 4, 2026, 03:04 PM
Security Audit — agent-trust-hub — unit-testing-test-generate