Data Profiler
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill is designed for data profiling, utilizing standard Python libraries like pandas and numpy. It explicitly requests 'filesystem' permission in `claw.json`, which is justified by the examples in `SKILL.md` showing `pd.read_excel` for input and `json.dump` for output. There is no evidence of malicious intent, such as data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `instructions.md`. The code focuses purely on data analysis and reporting, aligning with its stated purpose without any high-risk behaviors beyond its legitimate function.
