Input Validator

PassAudited by ClawScan on Feb 28, 2026.

Overview

This skill does what its name says — a small, Python-based input validator with no extra credentials or opaque installs — and the files and runtime instructions are consistent with that purpose.

This skill is internally consistent and low-risk: it runs a local Python script that scans text with regexes and requires no credentials. Before installing, you may want to: (1) review or tune the regex lists — they may be over- or under-inclusive for your use case; (2) avoid enabling the optional 'self-reflection' grep lines that read /var/log if you do not want the agent reading system logs; and (3) remember this is a heuristic filter (not a sandbox) — it can warn/block obvious patterns but is not a substitute for sandboxing or human review of potentially dangerous content.