Excel Data Quality Check

PassAudited by ClawScan on Mar 30, 2026.

Overview

The skill's code, instructions, and requirements are coherent with its stated purpose (local Excel/CSV profiling and chart rendering); nothing in the package or SKILL.md requires unrelated credentials or external services by default.

This skill appears to be what it claims: a local Excel/CSV profiler and ECharts renderer. Before installing or running it: (1) review the repository and package.json (if present) before running npm install to ensure there are no unexpected install scripts; (2) be aware the skill's instructions tell the agent to present itself automatically when a supported file is uploaded/mentioned and (per chart instructions) to render charts immediately once planned — if you prefer an explicit confirmation step, adjust the skill or avoid using the automatic trigger; (3) advanced/dashboard features delegate to a ChartGen skill which requires an API key and external service — that delegation is optional and only used if you enable/install ChartGen; (4) all processing appears local (no hidden network calls) based on the provided files, but if you have strict data-exfiltration policies, run the tools in an isolated environment or review any omitted files (utils, remaining scanner/scorer code) before use.