laravel-verification
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs project verification by executing a series of standard commands including PHP, Composer, and Laravel's Artisan CLI tool.
- [COMMAND_EXECUTION]: Executes local project dependencies located in the
vendor/bin/directory, such as Laravel Pint, PHPStan, and Psalm, to perform linting and static analysis. - [COMMAND_EXECUTION]: Uses the
php artisan tinker --executecommand to dispatch a healthcheck job to the queue, facilitating verification of the queue worker configuration. - [SAFE]: Accesses the
.envconfiguration file to verify security settings, specifically checking thatAPP_DEBUGis disabled for production environments, which is a recommended security best practice.
Audit Metadata