Back to skill
Skillv1.0.0

VirusTotal security

OpenClaw Config Field Validator · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 4:28 AM
Hash
0af57765345fa8f35cc4564a7e76d5631f706455df50f3116585bddb4be01e41
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: config-field Version: 1.0.0 The OpenClaw Config Field Validator skill is designed to validate OpenClaw configuration fields against a Zod schema. The Python scripts primarily handle local file operations for schema caching (`~/.config/openclaw/skills/config-field/`), parsing JSON configuration files, and executing `openclaw --version` via `subprocess.run` to determine the local OpenClaw version. While `SKILL.md` mentions downloading schemas from GitHub, the `sync_schema.py` implementation currently only copies a built-in `schema.json` file, which is a safer behavior than implied. There is no evidence of data exfiltration, unauthorized remote command execution from untrusted input, persistence mechanisms, or prompt injection attempts against the agent to perform malicious actions. All operations are aligned with the stated purpose of configuration validation.
External report
View on VirusTotal