Back to skill
Skillv1.0.0

VirusTotal security

Skill Doc Formatter · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 4:49 AM
Hash
40bc36e04f24d6da882d48f5a8ee8bf2a95d1325a471ddb397f2a1ddeeb91c22
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: skill-doc-formatter Version: 1.0.0 This skill bundle is designed for documentation formatting and security review of *other* OpenClaw skills. The `SKILL.md` clearly outlines its purpose, including a detailed 'Security Review' section that describes various checks for common vulnerabilities (e.g., secret logging, undeclared dependencies, unsafe command execution patterns). The Python scripts (`format_skill_doc.py` and `security_review.py`) implement these features. `format_skill_doc.py` performs text processing and calls `security_review.py` via `subprocess.run`, which is a legitimate internal invocation. `security_review.py` scans other skill files for security issues but does not perform any malicious actions itself. There is no evidence of data exfiltration, unauthorized execution, persistence, or prompt injection against the agent. The entire package is geared towards improving skill quality and security, not compromising it.
External report
View on VirusTotal