test-implement-factory-fixtures
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill includes Python scripts (
convert_fixture_to_factory.py,generate_factory_fixture.py, andvalidate_fixtures.py) that perform static analysis on local project files using the standardast(Abstract Syntax Tree) module. This allows the tool to refactor code without executing the source files. - [COMMAND_EXECUTION]: The skill provides instructions for standard development operations, such as installing dependencies via
uv pip install -e .and running the provided utility scripts for code generation. These commands are consistent with the primary purpose of the skill. - [SAFE]: File system operations are restricted to reading Python source files and modifying
conftest.pyfiles within the local project directory. No attempts to access sensitive system files or establish external network connections were found. - [PROMPT_INJECTION]: The skill instructions and documentation focus strictly on software engineering patterns and testing best practices. No attempts to override agent behavior or safety constraints were detected.
Audit Metadata