testing-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation guide for testing workflows. It includes standard commands for pytest and local shell scripts designed for integration and smoke testing within the project's own directory structure.
- [COMMAND_EXECUTION]: The skill instructs the agent on how to run local test scripts (e.g.,
./src/tests/run-integration-tests.sh). These are project-specific utilities for development and do not involve unauthorized privilege escalation or remote code execution. - [CREDENTIALS_UNSAFE]: The documentation mentions environment variables for testing credentials (e.g.,
LUPIN_TEST_INTERACTIVE_MOCK_JOBS_EMAIL). These are placeholders for environment configuration and do not contain hardcoded secrets.
Audit Metadata