standards-laravel
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a guide for Laravel coding standards. It promotes secure patterns like using Form Request classes for authorization and validation, which helps prevent common vulnerabilities like mass assignment or unauthorized access.
- [SAFE]: The skill recommends using UUIDs (resource_id) for public identification, ensuring that internal database IDs are not exposed.
- [COMMAND_EXECUTION]: The documentation mentions running
./vendor/bin/sail composer run test. This is a standard command for Laravel development environments used to verify code quality and tests, and is safe within the context of this skill. - [SAFE]: No evidence of prompt injection, data exfiltration, obfuscation, or malicious remote code execution was found across the skill's files.
Audit Metadata