laravel-security
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of instructional content and code examples focused on improving application security through the Laravel framework's built-in features.
- [SAFE]: All code snippets follow standard security practices, including the use of parameter binding for SQL injection prevention, Blade escaping for XSS protection, and secure password hashing with Hash::make().
- [SAFE]: There are no attempts to exfiltrate data, bypass safety guidelines, or execute unauthorized remote code. Recommendations such as using environment variables for secrets and enabling session security flags are industry-standard best practices.
Audit Metadata