laravel-blade
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate documentation and code templates for Laravel Blade. It follows industry-standard practices for templating and includes specific guidance on security (XSS and CSRF protection).
- [EXTERNAL_DOWNLOADS]: The skill references resources from well-known and trusted services, including HTMX via unpkg.com, Chart.js via jsdelivr.net, and fonts from fonts.bunny.net. These are standard practices for frontend development and do not represent a security risk.
- [INDIRECT_PROMPT_INJECTION]: The documentation addresses the potential for cross-site scripting (XSS) when rendering user-controlled data. It correctly instructs the agent to prefer escaped output ({{ }}) over raw output ({!! !!}) and provides specific sanitization advice in the security.md reference file.
Audit Metadata