laravel-dashboard-development
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill describes how to build components that ingest data from external APIs into dashboard tiles, which presents a surface for indirect prompt injection.
- Ingestion points: The FetchWeatherCommand examples in SKILL.md and references/tile-development-guide.md illustrate fetching data from external URLs.
- Boundary markers: The provided examples use standard Blade interpolation.
- Capability inventory: The skill enables data fetching, persistence via a database model, and user interface rendering.
- Sanitization: The examples rely on the default HTML escaping provided by the Blade templating engine.
- [EXTERNAL_DOWNLOADS]: The documentation explains how to include external scripts and stylesheets through the Dashboard service, which is a standard feature for integrating third-party libraries like Chart.js.
- [COMMAND_EXECUTION]: The skill provides instructions for creating and scheduling Laravel Artisan commands, which is a standard mechanism for background processing and automation within the framework.
Audit Metadata