π¦ ClawHub
MayGuard
by @balkanblbn
A security auditor for agent skills. Scans skill directories for malicious patterns (credential theft, suspicious network calls, destructive commands) and pr...
TERMINAL
clawhub install mayguardπ About This Skill
name: mayguard description: A security auditor for agent skills. Scans skill directories for malicious patterns (credential theft, suspicious network calls, destructive commands) and provides a safety score. Use before installing unknown skills.
MayGuard: Security Auditor π‘οΈ
MayGuard 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.
π Key Features
skills/ directory.π οΈ How to Use
1. Auditing a Skill
To audit a downloaded skill directory, run the provided script:python3 scripts/audit.py
2. Output Report
The script will output a summary including:3. JSON Output
For integration with other tools, use the--json flag:
python3 scripts/audit.py --json
π‘οΈ Security Patterns Monitored
ClawGuard maintains a database of threat patterns inreferences/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.π€ Community Responsibility
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.*