Excel2Insights
Analysis
Excel2Insights mostly matches its stated local Excel-analysis purpose, but its documentation makes unsupported ClawHub “HIGH CONFIDENCE” approval claims for a mismatched version and uses undeclared, unpinned dependency setup.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
ClawHub Security Rating: HIGH CONFIDENCE ... ✅ **ClawHub HIGH CONFIDENCE** 最高安全评级
The documentation makes strong security-approval claims, but the supplied registry context does not substantiate them for the evaluated v1.1.0 package and the README also references v1.0.8. This can overstate trust and discourage careful review.
pip install pandas matplotlib openpyxl
The dependency installation is user-directed and expected for Excel analysis, but the packages are unpinned and the registry has no install spec declaring them.
self.data = pd.read_csv(file_path) ... self.data = pd.read_excel(file_path) ... os.makedirs(viz_dir, exist_ok=True)
The tool reads user-specified spreadsheet files and writes local visualization outputs, which is expected for its purpose but still affects local files and potentially sensitive spreadsheet content.
