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).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aoi-prompt-injection-sentinel - After installation, invoke the skill by name or use
/aoi-prompt-injection-sentinel - Provide required inputs per the skill's parameter spec and get structured output
What is AOI Prompt Injection Sentinel?
Detects and scores prompt injection attempts in text, outputting severity, action, and matched rules without external calls or secret handling. It is an AI Agent Skill for Claude Code / OpenClaw, with 808 downloads so far.
How do I install AOI Prompt Injection Sentinel?
Run "/install aoi-prompt-injection-sentinel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AOI Prompt Injection Sentinel free?
Yes, AOI Prompt Injection Sentinel is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AOI Prompt Injection Sentinel support?
AOI Prompt Injection Sentinel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AOI Prompt Injection Sentinel?
It is built and maintained by edmonddantesj (@edmonddantesj); the current version is v0.1.2.