AOI Prompt Injection Sentinel
/install aoi-prompt-injection-sentinel
AOI Prompt Injection Sentinel
S-DNA: AOI-2026-0215-SDNA-PG01
What this is
A lightweight, public-safe prompt-injection detector that scores input text and outputs:
severity(0–4)action(allow/log/warn/block)reasons+ matched rule ids
What this is NOT
- No webhook, no outbound calls, no auto-posting.
- No secret handling.
Usage
Analyze text (argument)
node skill.js analyze --text="..."
Analyze stdin
echo "..." | node skill.js analyze --stdin=true
Output
JSON to stdout.
Release governance (public)
We publish AOI skills for free and keep improving them. Every release must pass our Security Gate and include an auditable changelog. We do not ship updates that weaken security or licensing clarity. Repeated violations trigger progressive restrictions (warnings → publish pause → archive).
Support
- Issues / bugs / requests: https://github.com/edmonddantesj/aoi-skills/issues
- Please include the skill slug:
aoi-prompt-injection-sentinel
Links
License
MIT (AOI original).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aoi-prompt-injection-sentinel - 安装完成后,直接呼叫该 Skill 的名称或使用
/aoi-prompt-injection-sentinel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AOI Prompt Injection Sentinel 是什么?
Detects and scores prompt injection attempts in text, outputting severity, action, and matched rules without external calls or secret handling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 808 次。
如何安装 AOI Prompt Injection Sentinel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aoi-prompt-injection-sentinel」即可一键安装,无需额外配置。
AOI Prompt Injection Sentinel 是免费的吗?
是的,AOI Prompt Injection Sentinel 完全免费(开源免费),可自由下载、安装和使用。
AOI Prompt Injection Sentinel 支持哪些平台?
AOI Prompt Injection Sentinel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AOI Prompt Injection Sentinel?
由 edmonddantesj(@edmonddantesj)开发并维护,当前版本 v0.1.2。