yds-progress-dashboard
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill generates an HTML file that references Chart.js from a well-known CDN (https://cdn.jsdelivr.net/npm/chart.js). This is a standard and safe practice for generating browser-based visualizations without local dependencies.
- [COMMAND_EXECUTION]: The skill instructs the agent to search for and read JSON files within specific local directories (
docs/evaluation/anddocs/security-audit/). These operations are restricted to the local workspace and are necessary for the skill's primary function of data visualization. - [DATA_EXPOSURE]: While the skill processes security audit data (vulnerability counts and scores), it does not exfiltrate this data. The output is a self-contained local HTML file (
docs/dashboard.html) designed for user viewing.
Audit Metadata