pest-testing
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill focuses on providing architectural guidelines and code patterns for Pest testing in Bagisto. It follows the standard Bagisto package structure and uses well-known PHPUnit/Pest configuration methods.
- [COMMAND_EXECUTION]: The skill references standard Laravel and Composer commands such as
php artisan testandcomposer dump-autoload. These are standard tools for the PHP development ecosystem and are necessary for the skill's primary purpose of executing test suites. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it processes and generates code based on local files in the
packages/directory. While this allows the agent to ingest untrusted data (Category 8), the capabilities are restricted to standard development tasks, and the primary purpose of the skill justifies this surface. - [EXTERNAL_DOWNLOADS]: No external URLs or remote script downloads are present. All configuration changes (like
composer.jsonorPest.php) are local to the project environment.
Audit Metadata