laravel-specialist
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill promotes security best practices, such as avoiding raw SQL queries, encrypting sensitive data, and validating all user input.
- [EXTERNAL_DOWNLOADS]: The skill references documentation hosted on a GitHub Pages site (
jeffallan.github.io), which is a well-known and trusted service. - [COMMAND_EXECUTION]: The skill utilizes standard Laravel Artisan command-line tools (e.g.,
php artisan make:model,php artisan test) for development tasks and code validation within the local environment. - [PROMPT_INJECTION]: The skill processes user requirements to generate and validate code, representing a potential indirect injection surface:
- Ingestion points: User-provided application requirements in the Core Workflow section.
- Boundary markers: None explicitly defined to separate user input from agent instructions.
- Capability inventory: Generation of PHP source code and execution of local Artisan CLI commands.
- Sanitization: No specific sanitization or escaping instructions for external content are provided.
Audit Metadata