pest-testing
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill utilizes standard Laravel CLI commands (
php artisan test) to execute test suites. This is expected behavior for a testing-focused skill. - INDIRECT_PROMPT_INJECTION (LOW): The skill processes external test files which represents an attack surface for indirect prompt injection. 1. Ingestion points: Test files in
tests/Feature,tests/Unit, andtests/Browser. 2. Boundary markers: None identified to distinguish test code from instructions. 3. Capability inventory: Execution of PHP code viaphp artisan test. 4. Sanitization: No input validation or sanitization of test file content is specified.
Audit Metadata