chart-visualization
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a Node.js script (
scripts/generate.js) to process user data and map it to chart parameters. The script is invoked via a shell command and accepts a JSON specification or a file path as its primary input. - [EXTERNAL_DOWNLOADS]: To generate the final chart images, the skill transmits data to a well-known visualization service hosted at
antv-studio.alipay.com. This service is part of the AntV project by Ant Group. This communication is the core intended behavior of the skill and targets a reputable domain. - [DATA_EXPOSURE]: The script accesses environment variables such as
SERVICE_IDandVIS_REQUEST_SERVERfor service configuration. This data is used to authenticate and direct requests to the visualization API.
Audit Metadata