spearman-correlation

AdvisoryAudited by VirusTotal on Mar 23, 2026.

Overview

Type: OpenClaw Skill Name: spearman-correlation Version: 1.0.0 The skill is designed for statistical analysis, specifically calculating Spearman correlation and FDR correction for microbiome or environmental data. The instructions in SKILL.md outline a standard data science workflow using common Python libraries (pandas, scipy, statsmodels) and do not contain any indicators of malicious intent, data exfiltration, or unauthorized execution.

Findings (0)

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.

What this means

The agent may read files in the paths you provide and run local Python/statistical commands to produce the analysis output.

Why it was flagged

These tools permit local file access and shell-command execution. In context, they are used for user-supplied data analysis, so this is purpose-aligned but still worth noticing.

Skill content
allowed-tools: Read, Bash, Glob, Grep
Recommendation

Only provide the intended data files or folders, and review any proposed shell/Python command if the agent asks to install packages or operate outside the analysis directory.

What this means

Results and setup may depend on the local Python environment and package versions available on the machine.

Why it was flagged

The skill depends on common local Python packages, but the artifacts do not include an install spec or version pins. There is no automatic install instruction, so this is a provenance/operational note rather than a concern.

Skill content
## 依赖
- Python 3
- pandas
- scipy
- statsmodels
- openpyxl
Recommendation

Use a trusted, controlled Python environment for the analysis, especially if installing any missing packages.