← 返回 Skills 市场
c0ri

Sentinel Proxy

作者 c0ri · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
75
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sentinel-proxy
功能描述
AI Firewall for Open Claw agents. Scrubs inbound messages and tool results for prompt injection, jailbreaks, and data exfiltration attempts using Sentinel's...
使用说明 (SKILL.md)

Sentinel AI Firewall

Protect your Open Claw agent from prompt injection, jailbreaks, malicious skill output, and data exfiltration — automatically, on every message and tool result.

What It Does

Sentinel intercepts three critical points in the agent lifecycle:

  • UserPromptSubmit — user input is scrubbed before your agent processes it
  • PreToolUse — scans what your agent is about to send to a tool, blocking data exfiltration before it leaves the session
  • PostToolUse — scans tool/skill responses before they reach the agent, catching malicious skills that try to hijack your agent via crafted output

PreToolUse is the primary defense against the malicious Clawhub skill attack pattern, where a compromised skill returns a crafted response designed to take over the agent or steal session data.

Setup

1. Get a Sentinel API key

Sign up at sentinel-proxy.skyblue-soft.com — free Starter tier available, no credit card required.

2. Set environment variables

export SENTINEL_API_URL=https://sentinel.ircnet.us
export SENTINEL_KEY=sk_live_...

Add these to your shell profile or .env file so they persist across sessions.

3. Install the skill

openclaw skills install sentinel

That's it. The bootstrap hook will verify your credentials on next agent start.


Transparent Proxy Mode (Recommended)

For complete protection — including scanning what your agent sends to external tools — route your LLM traffic through Sentinel's transparent proxy. Sentinel sits between Open Claw and the Anthropic API, scanning all content in both directions with zero changes to your agent code.

export ANTHROPIC_BASE_URL=https://sentinel.ircnet.us/v1
export ANTHROPIC_API_KEY=sk_live_...   # your Sentinel key replaces your Anthropic key here

Your agent uses the Anthropic SDK exactly as before. Sentinel proxies the request, scans tool results before they return to your agent, and passes clean traffic through with no overhead.


Detection Layers

Every scrub request runs through three layers:

  1. Text normalization — strips invisible characters, Unicode homoglyphs, bidi overrides, and Unicode tag blocks before scanning
  2. Fast-path regex — 22 patterns catch high-confidence attacks (authority hijacks, prompt extraction, persona shifts, tool abuse) with near-zero latency
  3. Deep-path vector similarity — semantic embedding compared against 30+ attack signatures in pgvector; catches novel attacks that bypass regex

Actions

Action Meaning Hook behavior
clean No threat detected Content passes through
flagged Borderline — above flag threshold Content passes through, warning logged
neutralized Attack detected and rewritten Safe version used instead
blocked High-confidence attack (similarity > 0.82) Content rejected, agent protected

Scrub Tier

The hooks use standard tier by default. To switch to strict mode (lower thresholds, more aggressive):

export SENTINEL_TIER=strict

What Gets Logged

Sentinel does not log or store the content of clean requests. Flagged, neutralized, and blocked events are logged locally by the hook scripts with the threat score and action taken.

能力标签
requires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sentinel-proxy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sentinel-proxy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Sentinel-Proxy AI Firewall for Open Claw agents. - Intercepts and scrubs user input, tool-bound data, and tool responses to prevent prompt injection, jailbreaks, and data exfiltration. - Features a multi-layer detection pipeline: text normalization, fast-path regex, and deep-path vector similarity. - Supports both standard and strict detection tiers, with configurable logging of flagged or malicious events. - Seamlessly integrates via API key and can operate as a transparent proxy for full LLM and tool protection.
元数据
Slug sentinel-proxy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sentinel Proxy 是什么?

AI Firewall for Open Claw agents. Scrubs inbound messages and tool results for prompt injection, jailbreaks, and data exfiltration attempts using Sentinel's... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 Sentinel Proxy?

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

Sentinel Proxy 是免费的吗?

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

Sentinel Proxy 支持哪些平台?

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

谁开发了 Sentinel Proxy?

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

💬 留言讨论