echarts-chart
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill generates HTML templates that fetch the ECharts library from a well-known public CDN.
- Evidence: References to
https://cdn.jsdelivr.net/npm/echarts@5.4.3/dist/echarts.min.jsinreferences/chart-templates.mdandreferences/config-guide.md. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it incorporates untrusted user data into generated code.
- Ingestion points: User data provided through the
/generate-chartcommand or natural language descriptions as described inSKILL.md. - Boundary markers: The skill documentation does not define specific delimiters or "ignore instructions" prompts to isolate user data from the generation logic.
- Capability inventory: The skill generates executable HTML and JavaScript code intended for browser execution.
- Sanitization: There are no specified sanitization or validation steps for the input data before it is rendered into the ECharts
optionconfiguration.
Audit Metadata