pest-testing
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows standard Pest PHP and Laravel testing conventions. It provides clear instructions for using
test(),it(), and expectations for various testing types like unit, feature, and browser tests. - [COMMAND_EXECUTION]: The skill utilizes standard Laravel Artisan commands (
php artisan testandphp artisan make:test) for their intended purposes. These commands are executed within the development environment to generate boilerplate and run the test suite. - [INDIRECT_PROMPT_INJECTION]: The skill acts on user-provided code and requirements to generate or refactor tests. While this creates an ingestion surface for untrusted data, the skill adheres to a strict scope limited to testing files (
tests/) and does not involve processing external untrusted content from the web or APIs in a way that would facilitate prompt injection. No specific boundary markers are requested, but the scope is naturally limited by the development workflow.
Audit Metadata