Back to skill
Skillv2.0.0

VirusTotal security

Rvt To Excel · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignMay 1, 2026, 3:35 AM
Hash
c3d9bc85e23c7c0a315c228be9d364723ca0a8d54325061946cb17f6d8d5476d
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: rvt-to-excel Version: 2.0.0 The skill bundle is classified as benign. It transparently uses `subprocess.run()` in `SKILL.md` to execute an external `RvtExporter.exe` tool, which is a common and often necessary pattern for skills wrapping existing utilities. The Python code constructs the command using a list of arguments, mitigating shell injection risks from the Python side. The `instructions.md` explicitly constrains the AI agent to use `subprocess.run()` solely for invoking `RvtExporter`, and the requested `filesystem` permission in `claw.json` is justified for file conversion. There is no evidence of prompt injection, data exfiltration, persistence mechanisms, or other malicious intent within the provided files.
External report
View on VirusTotal