laravel-specialist
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive instructions for Laravel development and explicitly enforces security best practices such as mandatory input validation, avoiding raw SQL queries to prevent injection, and encrypting sensitive data.
- [COMMAND_EXECUTION]: The skill utilizes standard Laravel Artisan commands (e.g.,
php artisan migrate,php artisan make:model) which are standard development tools and used within the intended scope of implementing a web application. - [DATA_EXPOSURE]: The skill explicitly instructs against storing sensitive data unencrypted and recommends using service containers and configuration files, which aligns with industry-standard secret management practices.
Audit Metadata