Analyse Data

PassAudited by VirusTotal on May 14, 2026.

Findings (1)

The ChartGen skill is a legitimate data visualization and analysis tool that interacts with the chartgen.ai API. The 'tools/chartgen_api.js' script uses standard Node.js built-ins to handle file uploads and download results, incorporating security best practices such as path sanitization (via sanitizeTag and sanitizeExt) to prevent directory traversal. The 'SKILL.md' instructions include strict requirements for user confirmation and verbatim query handling, which helps mitigate potential prompt-injection risks by ensuring the agent does not deviate from the user's original intent.