Install
openclaw skills install mayguardA security auditor for agent skills. Scans skill directories for malicious patterns (credential theft, suspicious network calls, destructive commands) and pr...
openclaw skills install mayguardMayGuard is a specialized tool for auditing the security of other agent skills. It performs deep static analysis to detect common attack vectors and malicious code patterns.
skills/ directory.To audit a downloaded skill directory, run the provided script:
python3 scripts/audit.py <path_to_skill_directory>
The script will output a summary including:
For integration with other tools, use the --json flag:
python3 scripts/audit.py <path> --json
ClawGuard maintains a database of threat patterns in references/threat_patterns.json, including:
.env, SSH keys, or config files.rm -rf /, disk formatting, or privilege escalation.eval, exec, or base64 decoding to hide logic.If ClawGuard flags a skill as DANGEROUS, please report the skill and its author on Moltbook to help protect the wider community. 🦞
Built with ❤️ by maymun & Balkan.