← 返回 Skills 市场
supertechgod

SentiClaw

作者 SuperTechGod · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
145
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install senticlaw
功能描述
Runtime AI security for OpenClaw agents. Protects against prompt injection, identity spoofing, PII leakage, and runtime abuse. Drop-in 6-layer security middl...
安全使用建议
SentiClaw appears to do what it says, but check a few operational details before installing: 1) Ensure the host has the 'openclaw' CLI (or update AuditLogger) and that you trust the CLI's configured credentials — alerts use that CLI to send messages. 2) Choose and secure the audit_db_path (default senticlaw_audit.db) and set file permissions to limit access to the stored events. 3) Set alert_channel and alert_channel_id deliberately (avoid exposing alerts to untrusted endpoints). 4) Review the code path that calls subprocess.run (audit._alert) if you need stricter controls on outbound telemetry. 5) Run the included tests locally (tests/run_tests.py) and inspect logs before deploying in production. If you require stricter guarantees, consider running the skill in a sandboxed environment with restricted network access and review any OpenClaw credentials that the host CLI uses.
功能分析
Type: OpenClaw Skill Name: senticlaw Version: 1.0.0 SentiClaw is a comprehensive security middleware for OpenClaw agents designed to mitigate prompt injection, PII leakage, and unauthorized access. The bundle implements a 6-layer defense strategy including identity verification, input sanitization, outbound content gating, PII redaction, rate limiting, and path/URL validation. It features a legitimate auditing system using SQLite and an alerting mechanism that utilizes the 'openclaw' CLI to notify users of detected threats. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found; the code logic is transparent and strictly aligned with its stated purpose of enhancing agent security.
能力评估
Purpose & Capability
Name/description match the included code: the six layers (identity, sanitizer, outbound gate, redactor, governance, access) are implemented and exercised by tests. Minor mismatch: SKILL.md and code assume an 'openclaw' CLI is available for sending alerts, but the skill's registry metadata/requirements do not declare that binary as required; no environment variables or external credentials are requested.
Instruction Scope
SKILL.md gives concrete install and usage instructions and example code that only read/writes the audit DB and call the library API. The runtime instructions do not ask the agent to read unrelated system config or secret files. Example/test text includes malicious phrases (e.g., 'Ignore all previous instructions') but this is intentional for detection and testing.
Install Mechanism
No remote download/install spec is embedded in the skill bundle (instruction-only install hints + local pip install). A pyproject and source files are included; dependencies are standard. No use of untrusted URLs or archive extraction was found.
Credentials
The skill requests no environment variables or credentials. However, AuditLogger triggers alerts by invoking the 'openclaw' CLI (subprocess.run), which will use whatever configuration/credentials the host OpenClaw installation has; that implicit dependency can result in networked alert delivery using existing agent credentials. The skill also creates and writes a local SQLite DB (audit log) by default. These behaviors are reasonable for the stated purpose but worth auditing operationally (alert target, DB path, file permissions).
Persistence & Privilege
always:false and no privileged flags are set. The skill persists an audit DB file (default senticlaw_audit.db) and will write to disk. It does not modify other skills or system-wide configurations. The only external invocation is via the OpenClaw CLI for alerts; this is limited but means alerts can be sent autonomously using the host's OpenClaw context.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install senticlaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /senticlaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of SentiClaw 1.0.0 — 6-layer runtime AI security middleware for OpenClaw. - Protects agents against prompt injection, identity spoofing, PII leakage, and abuse. - Provides SQLite audit logging, outbound content gating, PII redaction, and instant threat alerts. - Includes detailed configuration options for sender controls, rate limits, spend caps, and alert integration. - Designed for drop-in use with OpenClaw agents. Not a network/firewall security solution.
元数据
Slug senticlaw
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SentiClaw 是什么?

Runtime AI security for OpenClaw agents. Protects against prompt injection, identity spoofing, PII leakage, and runtime abuse. Drop-in 6-layer security middl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。

如何安装 SentiClaw?

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

SentiClaw 是免费的吗?

是的,SentiClaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SentiClaw 支持哪些平台?

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

谁开发了 SentiClaw?

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

💬 留言讨论