Input Validator

PassAudited by VirusTotal on Apr 30, 2026.

Findings (1)

The OpenClaw AgentSkills 'input-validator' skill is designed to detect and warn against malicious and suspicious content, including shell commands (RCE, file deletion, privilege escalation) and prompt injection attempts. Both the `SKILL.md` documentation and the `scripts/input-validator.py` code consistently describe and implement this security-enhancing function. The Python script uses well-defined regular expressions to identify dangerous patterns and suspicious phrases. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection against the agent itself within the skill's files. The self-verification commands in the markdown files are benign self-checks for the agent.