← 返回 Skills 市场
machinesbefree

Moltbook Firewall

作者 machinesbefree · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
1696
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbook-firewall
功能描述
Security layer protecting agents from prompt injection, social engineering, and malicious content on Moltbook and similar platforms. Scan content before processing, detect threats, block attacks.
安全使用建议
This skill appears to do what it claims (pattern-based scanning) and does not request credentials or install remote code, but inspect and take a few precautions before installing: (1) Confirm jq is available on hosts that will run the script (the script uses jq but the manifest doesn't declare it). (2) Note that scan results (a 500-character preview of content and threat metadata) are appended to $HOME/.openclaw/workspace/data/firewall-log.jsonl — if you will scan sensitive content, restrict access to that log or change the path. (3) SKILL.md mentions scripts/add-pattern.sh and patterns/trusted-sources.json which are not present; if you need pattern-update tooling, edit patterns/threats.json directly or add your own management script. (4) Review patterns/threats.json to ensure its regexes match your threat model and do not generate unacceptable false positives/negatives. If any of the above are unacceptable or you cannot control log file access, treat the skill cautiously.
功能分析
Type: OpenClaw Skill Name: moltbook-firewall Version: 0.1.0 This skill bundle implements a defensive firewall for AI agents, designed to detect and mitigate prompt injection, malicious code execution, social engineering, and data exfiltration attempts. The `SKILL.md` and `README.md` clearly outline its protective purpose, while `scripts/firewall-scan.sh` uses `grep` to match threat patterns defined in `patterns/threats.json`. The script logs scan results to a standard OpenClaw workspace directory, which is appropriate for a security tool. All components align with the stated defensive purpose, and there is no evidence of intentional harmful behavior, data exfiltration by the skill itself, or malicious prompt injection against the agent.
能力评估
Purpose & Capability
Name, description, patterns file, and scanner script are aligned: the skill detects prompt injection, code execution, social engineering, and data-exfiltration patterns. It does not request unrelated credentials or unusual system access.
Instruction Scope
Runtime instructions are confined to scanning content and making accept/flag/block decisions. However, the SKILL.md references files/scripts that are not present in the package (patterns/trusted-sources.json and scripts/add-pattern.sh). In the included patterns file the whitelist exists under trusted_domains, so the SKILL.md's reference is a mismatch (likely a documentation bug).
Install Mechanism
There is no install spec and no external downloads; the skill is instruction-only plus a local bash scanner. No high-risk install behavior (no arbitrary remote code fetch) was found.
Credentials
The skill declares no required credentials or env vars, which is proportionate. The scanner writes logs to $HOME/.openclaw/workspace/data/firewall-log.jsonl and uses jq at runtime (jq is not declared in required binaries). Ensure jq is available and be aware that scanned content (up to 500 chars) is persisted to a log file under the user's home directory — this can leak sensitive snippets if not protected.
Persistence & Privilege
always:false and user-invocable:true (defaults) — no forced always-on behavior. The scanner persists logs to a file in the workspace, but it does not modify other skills or system-wide settings. Review and control access to the log path if sensitive content may be scanned.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-firewall
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-firewall 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: prompt injection, code execution, social engineering, data exfiltration detection. 40+ patterns, customizable whitelist, audit logging.
元数据
Slug moltbook-firewall
版本 0.1.0
许可证
累计安装 2
当前安装数 0
历史版本数 1
常见问题

Moltbook Firewall 是什么?

Security layer protecting agents from prompt injection, social engineering, and malicious content on Moltbook and similar platforms. Scan content before processing, detect threats, block attacks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1696 次。

如何安装 Moltbook Firewall?

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

Moltbook Firewall 是免费的吗?

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

Moltbook Firewall 支持哪些平台?

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

谁开发了 Moltbook Firewall?

由 machinesbefree(@machinesbefree)开发并维护,当前版本 v0.1.0。

💬 留言讨论