← 返回 Skills 市场
balkanblbn

MayGuard

作者 balkanblbn · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
705
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install mayguard
功能描述
A security auditor for agent skills. Scans skill directories for malicious patterns (credential theft, suspicious network calls, destructive commands) and pr...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mayguard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mayguard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Automated security auditor for agent skills.
元数据
Slug mayguard
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

MayGuard 是什么?

A security auditor for agent skills. Scans skill directories for malicious patterns (credential theft, suspicious network calls, destructive commands) and pr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 705 次。

如何安装 MayGuard?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mayguard」即可一键安装,无需额外配置。

MayGuard 是免费的吗?

是的,MayGuard 完全免费(开源免费),可自由下载、安装和使用。

MayGuard 支持哪些平台?

MayGuard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MayGuard?

由 balkanblbn(@balkanblbn)开发并维护,当前版本 v1.0.0。

💬 留言讨论