Build an interactive HTML dashboard with charts, filters, and tables. Use when creating an executive overview with KPI cards, turning query results into a shareable self-contained report, building a team monitoring snapshot, or needing multiple charts with filters in one browser-openable file.
67
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Security
1 high severity finding. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill instructs the agent to embed user-provided or pasted data directly into generated HTML/JavaScript (e.g., as JSON in the DATA variable), which would force the LLM to include any secret values verbatim in its output if those secrets appear in the input data.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill's HTML template loads external JavaScript from CDNs that are fetched and executed at runtime (e.g., https://cdn.jsdelivr.net/npm/chart.js@4.5.1 and https://cdn.jsdelivr.net/npm/chartjs-adapter-date-fns@3.0.0), and these libraries are required for the dashboard's charting functionality.
17c10db
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.