← Back to Skills Marketplace
balkanblbn

MayGuard

by balkanblbn · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
705
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install mayguard
Description
A security auditor for agent skills. Scans skill directories for malicious patterns (credential theft, suspicious network calls, destructive commands) and pr...
Usage Guidance
MayGuard appears to implement a reasonable local static audit tool, but be aware of its limitations before relying on it: (1) it skips hidden files (dotfiles), so it may miss .env, .ssh/id_rsa, or other credential files — manually check dotfiles or modify the script if you need them scanned; (2) the scoring logic is simplistic (adds 20 points per match) and a comment about per-category caps is inaccurate, so treat the numeric score as a rough heuristic rather than a definitive risk metric; (3) patterns are simple regexes and can produce false positives/negatives, and obfuscated or encoded threats may evade detection; (4) the SKILL.md/strings refer to 'ClawGuard' while the registry name is 'MayGuard' — this mismatch could be a sign of copy-paste or maintenance issues; (5) run the script on extracted skill contents (not on system root) to avoid long scans and to limit scope. If you plan to depend on this tool programmatically, consider reviewing and (optionally) hardening the script: enable scanning of dotfiles, add per-category caps or weighting, and audit the regex list to reduce false positives.
Capability Analysis
Type: OpenClaw Skill Name: mayguard Version: 1.0.0 This skill bundle, 'mayguard', is designed as a security auditor for other agent skills. The `SKILL.md` clearly describes its purpose and usage, and does not contain any prompt injection attempts. The `scripts/audit.py` code implements static analysis by scanning files for patterns defined in `references/threat_patterns.json`. The script itself does not perform any network calls, execute arbitrary commands, access sensitive host files, or attempt data exfiltration. Its functionality is entirely aligned with its stated benign purpose of detecting malicious patterns in *other* skills, not performing them itself.
Capability Assessment
Purpose & Capability
The skill claims to be a security auditor and includes a Python script and threat-patterns JSON that implement directory scanning for suspicious patterns — this aligns with the stated purpose. Minor inconsistencies: SKILL.md and printed strings refer to 'ClawGuard' while registry lists 'MayGuard', and a code comment claims category-level scoring caps while the implementation does not enforce any per-category cap.
Instruction Scope
The runtime instructions correctly tell the agent/user to run the included script against a target skill directory. However, the script explicitly skips hidden files (file.startswith('.')), which means it will not inspect common credential files like '.env' or other dotfiles — creating a blind spot for the stated 'credential theft' checks. The scanner only reads files under the supplied target path (no external network calls or system-level reads), which is appropriate for the stated scope.
Install Mechanism
There is no install spec; this is an instruction-only skill with a bundled script and pattern file. Nothing is downloaded or written to system locations by an installer — lowest-risk install model.
Credentials
The skill requests no environment variables, credentials, or config paths. The threat_patterns.json contains patterns that reference user-home paths (e.g., '~/.config'), but the script only scans the provided directory, so no elevated access is requested or required.
Persistence & Privilege
The skill does not request always:true and has no install-time persistence. It does not modify other skills or system settings; autonomous invocation is allowed by platform default but the skill itself has no elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mayguard
  3. After installation, invoke the skill by name or use /mayguard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Automated security auditor for agent skills.
Metadata
Slug mayguard
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is MayGuard?

A security auditor for agent skills. Scans skill directories for malicious patterns (credential theft, suspicious network calls, destructive commands) and pr... It is an AI Agent Skill for Claude Code / OpenClaw, with 705 downloads so far.

How do I install MayGuard?

Run "/install mayguard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MayGuard free?

Yes, MayGuard is completely free (open-source). You can download, install and use it at no cost.

Which platforms does MayGuard support?

MayGuard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MayGuard?

It is built and maintained by balkanblbn (@balkanblbn); the current version is v1.0.0.

💬 Comments