← 返回 Skills 市场
sentinel199

Open Sentinel - Agent Reliability Layer

作者 sentinel199 · GitHub ↗ · v1.0.4
cross-platform ✓ 安全检测通过
561
总下载
2
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install open-sentinel
功能描述
Transparent LLM proxy that monitors and enforces policies on AI agent behavior — evaluates responses against configurable rules for hallucinations, PII leaks...
安全使用建议
This skill appears to do what it says: a local proxy that evaluates LLM responses. Before installing: (1) verify the PyPI package 'opensentinel' and the GitHub repo links in the SKILL.md actually match and are trustworthy; (2) inspect the package contents (or review its source repo) for telemetry endpoints, network calls, or unexpected background behavior; (3) run the package in a sandboxed environment or container and use least-privilege API keys (rotate or use test keys) when first testing; (4) review and disable/trust tracing/OTLP/langfuse settings to avoid sending sensitive spans externally; (5) confirm which provider API keys the runtime needs (Anthropic vs OpenAI/Gemini) and only supply keys appropriate to your usage. Because the registry bundle did not include the actual package code, these verifications are recommended to raise confidence beyond 'medium'.
功能分析
Type: OpenClaw Skill Name: open-sentinel Version: 1.0.4 The skill bundle describes and provides instructions for 'Open Sentinel', a transparent LLM proxy designed to monitor and enforce policies on AI agent behavior. Its primary function is to prevent hallucinations, PII leaks, prompt injection, and workflow violations. All instructions across SKILL.md, README.md, and example-configs.yaml are focused on installing, configuring, and using this defensive security tool. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the OpenClaw agent, obfuscation, or suspicious supply chain practices. The content is entirely consistent with a tool intended to enhance the security of LLM interactions.
能力评估
Purpose & Capability
Name and description claim a transparent proxy that evaluates LLM responses; requiring a provider API key and python3 is consistent with that purpose. The skill documentation repeatedly references calling provider LLMs (Anthropic/Claude) and running a local proxy, which aligns with the declared purpose.
Instruction Scope
SKILL.md instructs installing the opensentinel package and running a local proxy (osentinel serve) and to set an LLM API key. It does not instruct reading unrelated system files or exfiltrating data. One item to note: tracing/OTLP and external telemetry (langfuse) are configurable in examples — if enabled, telemetry could be sent to external endpoints, so users should audit tracing settings before enabling them.
Install Mechanism
The skill is instruction-only in the registry, but SKILL.md recommends pip install opensentinel (PyPI). Installing from PyPI is a common pattern but introduces typical supply-chain risk — the actual package contents were not included for review here, so verify the PyPI package and upstream GitHub repository before installing.
Credentials
PrimaryEnv is ANTHROPIC_API_KEY which is reasonable for the judge engine. The README and SKILL.md also mention OPENAI_API_KEY and GEMINI_API_KEY as alternatives but those are not declared as required env vars; this mismatch is minor but worth confirming. No unrelated secrets or file paths are requested.
Persistence & Privilege
always:false (not force-included). The skill does not request elevated platform privileges or modify other skills' configs. It runs as a local proxy and does not claim persistent system-wide modifications.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install open-sentinel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /open-sentinel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Updated installation method in metadata from "uv" to "pip" for compatibility. - Streamlined and condensed SKILL.md documentation for easier onboarding. - Clarified setup steps, proxy usage, CLI commands, and configuration. - Kept technical details and supported engines concise while preserving links and core instructions.
v1.0.3
Version 1.0.3 - No file changes detected in this release. - No updates or modifications to documentation or code.
v1.0.1
**Summary:** Major update with enhanced proxy mode, new requirements, improved security documentation, and streamlined policies. - Proxy mode now emphasized as the primary integration: point any OpenAI-compatible client to localhost for instant policy enforcement. - Explicit provider API key requirements and environment variable documentation added. - Enhanced documentation on security, tracing, and credential handling. - Simplified installation, initialization, and command-line usage instructions. - Workflow and state machine (FSM) policy engine now documented. - Policy definition and quick start instructions are more concise and YAML-based. - Troubleshooting and safe-by-default proxy behavior more clearly described.
v1.0.0
Open Sentinel 1.0.0 – Initial Release - Introduces a runtime reliability layer for LLM apps, guarding outputs for hallucinations, PII, prompt injection, and policy violations. - Offers inline guard decorators and a transparent local proxy for seamless integration with any OpenAI-compatible client. - Supports plain-English policies, YAML configuration, and multiple policy engines (judge, fsm, llm, nemo, composite). - Fails open by design: hook or timeout failures let traffic through; only explicit violations block output. - Fully open source, works with all major LLM vendors, and easy to install via pip.
元数据
Slug open-sentinel
版本 1.0.4
许可证
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Open Sentinel - Agent Reliability Layer 是什么?

Transparent LLM proxy that monitors and enforces policies on AI agent behavior — evaluates responses against configurable rules for hallucinations, PII leaks... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 561 次。

如何安装 Open Sentinel - Agent Reliability Layer?

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

Open Sentinel - Agent Reliability Layer 是免费的吗?

是的,Open Sentinel - Agent Reliability Layer 完全免费(开源免费),可自由下载、安装和使用。

Open Sentinel - Agent Reliability Layer 支持哪些平台?

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

谁开发了 Open Sentinel - Agent Reliability Layer?

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

💬 留言讨论