Install
openclaw skills install aoi-prompt-injection-sentinelDetects and scores prompt injection attempts in text, outputting severity, action, and matched rules without external calls or secret handling.
openclaw skills install aoi-prompt-injection-sentinelS-DNA: AOI-2026-0215-SDNA-PG01
A lightweight, public-safe prompt-injection detector that scores input text and outputs:
severity (0–4)action (allow/log/warn/block)reasons + matched rule idsnode skill.js analyze --text="..."
echo "..." | node skill.js analyze --stdin=true
JSON to stdout.
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).
aoi-prompt-injection-sentinelMIT (AOI original).