laravel-conventions
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill focuses on industry-standard Laravel development practices. It provides guidelines for models, migrations, validation, and background processing without introducing any malicious code or unsafe operations.
- [SAFE]: The instructions explicitly include safety measures for destructive operations, such as requiring database backups before migrations and warning against bypassing production environment guards (e.g., the
--forceflag). - [SAFE]: It encourages proper secret management by instructing the use of Laravel's configuration system (
config()) instead of direct environment variable access and reminding the user never to commit.envfiles. - [COMMAND_EXECUTION]: The skill references standard Laravel CLI tools like
php artisanfor routine tasks (generating classes, running tests, or listing routes). These are expected behaviors for a development-focused skill and do not pose a risk in this context.
Audit Metadata