财务图表制作展示 Financial Charts
v1.0.1根据财务数据生成精美的ECharts HTML图表页面,支持折线图、饼图、柱状图、K线图等
⭐ 0· 71·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included code and SKILL.md: the JS generates ECharts HTML pages from input financial data and the README describes exactly that. No unrelated credentials, services, or binaries are requested.
Instruction Scope
SKILL.md only instructs collecting user-provided data, selecting chart types/styles, generating a single HTML file, and opening it. The runtime JS reads command-line args and writes an HTML file—behavior matches the documentation and does not reference other system files or secrets.
Install Mechanism
There is no install spec (lowest risk). The bundle includes a Node.js CLI script but the skill does not declare Node as a required binary—this is a minor inconsistency: running the script requires Node on PATH, but nothing is automatically installed.
Credentials
The skill requests no environment variables or credentials. The code uses process.argv and fs only; it does not access environment secrets or external credentials.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent platform privileges. It writes output files (expected) but does not modify other skills or agent configuration.
Assessment
This skill appears to do what it says: it generates an ECharts-based HTML file from data you provide. Before running: 1) Ensure you have Node.js installed (the package includes a Node CLI but doesn't declare Node as required). 2) Review generate-chart.js yourself if you can. 3) The generated HTML pulls ECharts from a public CDN (https://cdn.jsdelivr.net); opening the file will cause your browser to load remote JS—if you need to avoid external network calls, host ECharts locally or inspect the HTML. 4) The script writes files to disk—run it in a location you control. If you will process sensitive financial data, avoid passing credentials or unrelated secrets via the command line and consider running in a sandboxed environment.Like a lobster shell, security has layers — review code before you run it.
latestvk972e9t1zz1ybe0w79cyb0rtex84c522
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
