← 返回 Skills 市场
mallen-lbx

SecurityClaw

作者 mallen-lbx · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2024
总下载
3
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install securityclaw
功能描述
Security-first skill auditing and quarantine for OpenClaw skills. Use when installing new skills, reviewing skills from unknown sources, scanning skills for prompt injection/exfiltration/supply-chain risks, or when a bot suspects a skill is malicious. Guides static + optional sandbox checks, quarantines suspicious skills, and produces an owner-action checklist (Delete / Report / Allow / Scan all).
安全使用建议
This skill is internally coherent for scanning and quarantining other skills. Before running: (1) review the bundled Python script (you already did) and confirm it will be run against the correct skills directory; (2) run it read-only first (no --quarantine) and examine report.json; (3) if you use --quarantine, run it as a normal user (not root) so it can only move files the user can already modify; (4) if you plan to perform dynamic sandboxing, follow the sandboxing.md guidance (run in an isolated VM/container with no network and no access to OpenClaw secrets); (5) remember the SKILL.md contains examples of attack markers (e.g., 'ignore previous instructions') which the scanner will flag — that's expected. If you need higher assurance, run the scanner on a copy of your skills folder or in a disposable environment first.
功能分析
Type: OpenClaw Skill Name: securityclaw Version: 1.0.0 This skill is a security scanner designed to audit other OpenClaw skills for malicious patterns, including prompt injection, data exfiltration, and shell execution. The `SKILL.md` provides instructions for running the scanner, not for the agent to perform malicious actions. The `scripts/securityclaw_scan.py` script performs static analysis and can quarantine suspicious skill directories, which are legitimate actions for a security tool. It does not contain any self-malicious code, attempt to exfiltrate data, or perform unauthorized actions. Its file system access and analysis capabilities are directly aligned with its stated purpose as a security scanner.
能力评估
Purpose & Capability
Name/description match what is present: an instruction doc plus a Python scanner that looks for risky patterns and can move (quarantine) skill folders. The skill does not declare unrelated env vars or external services.
Instruction Scope
SKILL.md instructs running the bundled scanner in read-only mode by default and only quarantining when explicitly requested; dynamic (sandbox) checks are described as optional and limited. The README includes example commands and a clear quarantine workflow. The SKILL.md does include an example prompt-injection phrase (used as a detection example) — this is expected for a scanner and not evidence of malicious intent.
Install Mechanism
No install spec and no external downloads. The scanner is instruction-only with a single included Python script; this is the lowest-risk installation model for this functionality.
Credentials
No environment variables, no credentials, and no config paths are requested. The scanner only needs filesystem access to the skills directory and an optional quarantine directory, which matches its purpose.
Persistence & Privilege
always:false and default model-invocation behavior are appropriate. The scanner can move directories when run with --quarantine, so it requires filesystem write permission to the provided skills path; this is expected but the user should ensure the script is invoked with the intended target path and not run as an overly privileged account.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install securityclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /securityclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
SecurityClaw is a security-first skill + toolkit for OpenClaw that audits installed skills for: malicious behavior / exploit patterns prompt injection payloads embedded in docs secret exfiltration and unsafe tool usage risky install scripts / supply-chain issues When a suspicious or infected skill is detected, SecurityClaw’s workflow is: Quarantine the skill (move it out of the active skills directory) Generate a forensic report (what matched, where, why it’s risky) Notify the owner and await explicit instruction: Delete (remove quarantined files) Report (open an issue / publish IOCs) Allow (add to allowlist and restore) Scan all (deep scan all skills)
元数据
Slug securityclaw
版本 1.0.0
许可证
累计安装 7
当前安装数 7
历史版本数 1
常见问题

SecurityClaw 是什么?

Security-first skill auditing and quarantine for OpenClaw skills. Use when installing new skills, reviewing skills from unknown sources, scanning skills for prompt injection/exfiltration/supply-chain risks, or when a bot suspects a skill is malicious. Guides static + optional sandbox checks, quarantines suspicious skills, and produces an owner-action checklist (Delete / Report / Allow / Scan all). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2024 次。

如何安装 SecurityClaw?

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

SecurityClaw 是免费的吗?

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

SecurityClaw 支持哪些平台?

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

谁开发了 SecurityClaw?

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

💬 留言讨论