pytest-writer
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational resource providing documentation and best practices for the pytest testing framework. All code snippets and references align with standard Python development workflows.
- [DYNAMIC_EXECUTION]: The file
assets/test_template.pycontains apytest.main([__file__, "-v"])call within a standardif __name__ == "__main__":block. This allows the test suite to be run as a standalone script, which is a common and safe practice for testing templates. - [COMMAND_EXECUTION]: The documentation describes the use of standard
pytestCLI commands and thepdbdebugger. These are intended for local development and debugging and do not involve unauthorized command execution or injection vulnerabilities.
Audit Metadata