← 返回 Skills 市场
CertainLogic Hallucination Guard
作者
CertainLogicAI
· GitHub ↗
· v1.0.1
· MIT-0
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install certainlogic-hallucination-guard
功能描述
Install, configure, and use CertainLogic Verifier (hallucination‑guard) – deterministic AI verification middleware that catches hallucinations before they re...
安全使用建议
What to check before installing:
- Inspect the remote repository (https://github.com/CertainLogicAI/hallucination-guard) before running the installer or a curl|bash one‑liner. Review the Dockerfile and requirements.txt for unexpected packages or startup scripts.
- Confirm whether you will use OpenRouter or any external model provider: SKILL.md mentions OPENROUTER_API_KEY and warming.run (external network calls). If you need true air‑gapped operation, plan to disable or audit those features.
- The registry metadata lists no required env vars, but the docs require OPENROUTER_API_KEY and a HALLUCINATION_GUARD_URL in integrations — treat this as an undocumented credential dependency and document/lock where keys are stored.
- Prefer pulling the repo and reviewing files locally rather than piping a remote install script to bash. If you do run the installer, run it in an isolated test environment (container or VM) first and monitor outbound network traffic.
- Verify file permissions for facts_db.json and audit_log.jsonl (they may contain sensitive/PII or audit trails). Consider using the provided PostgreSQL option for persistent logs if you need harder isolation.
- If you rely on compliance claims (HIPAA/GDPR/FedRAMP), validate the implementation and cryptographic log design independently — marketing claims are not proof of compliance.
Given the inconsistencies (air‑gapped vs external services, undocumented env vars) and the moderate install risks, treat this skill as suspicious until you or your security team review the upstream repo and dependency list.
功能分析
Type: OpenClaw Skill
Name: certainlogic-hallucination-guard
Version: 1.0.1
The skill bundle provides documentation and installation scripts for 'CertainLogic Verifier,' a self-hosted middleware designed for AI hallucination detection and semantic caching. The installation process outlined in SKILL.md and scripts/install.sh follows standard practices, such as cloning a GitHub repository (CertainLogicAI/hallucination-guard) and setting up a Python virtual environment. No evidence of data exfiltration, malicious prompt injection, or obfuscated code was found; all components, including the Docker configuration and API references, align strictly with the stated purpose of the tool.
能力标签
能力评估
Purpose & Capability
Name/description, API docs, and integration guides consistently describe a self‑hosted verifier middleware, which matches the bundled docs and assets. However the SKILL.md simultaneously claims 'self‑hosted & air‑gapped' while recommending external services (OpenRouter) for cache warm‑up and referencing an external docker image (certainlogic/hallucination-guard:latest). That contradicts the air‑gapped claim and is not justified in the metadata.
Instruction Scope
Runtime instructions are concrete (git clone, pip install, start uvicorn, endpoints for validate/cache/facts). They do not instruct arbitrary file scanning or secret harvesting, but they do tell users to set/use an OPENROUTER_API_KEY for cache warm‑ups and suggest using an external image or OpenRouter model calls — which introduces network calls and potential data flow off your host despite the 'air‑gapped' marketing. The docs also reference HALLUCINATION_GUARD_URL and other env vars that are not declared in registry metadata.
Install Mechanism
There is no formal install spec in the registry, but the included scripts/install.sh clones a GitHub repo and runs 'pip install -r requirements.txt'. The script header advertises a curl|bash one‑liner (raw.githubusercontent URL) which encourages executing remote code. Using GitHub is common, but pip installing requirements from a remote repo without inspecting requirements.txt or the Dockerfile can pull arbitrary third‑party packages — a moderate risk. The repository build and Docker recommendations will also execute code not included in the skill bundle (Dockerfile, requirements, application code).
Credentials
Registry metadata declares no required env vars/credentials, but SKILL.md and references require/mention several environment variables (OPENROUTER_API_KEY for warming/run fallback, PRODUCT_MODE, CACHE_DIR, LOG_LEVEL, HALLUCINATION_GUARD_URL). In particular, OPENROUTER_API_KEY is effectively a credential for an external service yet is not declared. This mismatch is a red flag: the runtime requires an external API key for optional features, and that contradicts 'no required env vars' in the metadata.
Persistence & Privilege
The skill does not request 'always: true' or any privileged persistent presence. It doesn't declare required config paths in the registry. The included docker-compose mounts local facts_db.json and audit_log.jsonl (expected for this product) but there is no evidence the skill modifies other skills or system‑wide settings. Autonomous invocation (disable-model-invocation: false) is default — not a standalone concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install certainlogic-hallucination-guard - 安装完成后,直接呼叫该 Skill 的名称或使用
/certainlogic-hallucination-guard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Updated title, description, and metadata for better discoverability on ClawHub. Added clearer enterprise use cases and pip install reference.
元数据
常见问题
CertainLogic Hallucination Guard 是什么?
Install, configure, and use CertainLogic Verifier (hallucination‑guard) – deterministic AI verification middleware that catches hallucinations before they re... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 CertainLogic Hallucination Guard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install certainlogic-hallucination-guard」即可一键安装,无需额外配置。
CertainLogic Hallucination Guard 是免费的吗?
是的,CertainLogic Hallucination Guard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CertainLogic Hallucination Guard 支持哪些平台?
CertainLogic Hallucination Guard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CertainLogic Hallucination Guard?
由 CertainLogicAI(@certainlogicai)开发并维护,当前版本 v1.0.1。
推荐 Skills