laravel-testing
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFENO_CODECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill emphasizes non-negotiable database safety, requiring tests to run against dedicated test databases or in-memory storage, which prevents accidental data corruption or exposure of production environments.
- [SAFE]: It instructs the user/agent to mock or fake external infrastructure (HTTP calls, emails, queue jobs, and storage), a security best practice that prevents data exfiltration and avoids reliance on live third-party services during automated testing.
- [COMMAND_EXECUTION]: The skill mentions standard Laravel development commands such as
php artisan testandcomposer show pestphp/pest. These are routine commands within the context of PHP development and do not involve unsafe parameters or obfuscation. - [NO_CODE]: The skill consists entirely of instructional markdown and YAML configuration. It does not include executable scripts, binary files, or dynamic context injection patterns that could be used for malicious purposes.
Audit Metadata