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.py contains a pytest.main([__file__, "-v"]) call within a standard if __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 pytest CLI commands and the pdb debugger. These are intended for local development and debugging and do not involve unauthorized command execution or injection vulnerabilities.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 13, 2026, 03:22 AM
Security Audit — agent-trust-hub — pytest-writer