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 --force flag).
  • [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 .env files.
  • [COMMAND_EXECUTION]: The skill references standard Laravel CLI tools like php artisan for 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
Risk Level
SAFE
Analyzed
Jul 17, 2026, 10:07 AM
Security Audit — agent-trust-hub — laravel-conventions