# Aoi Prompt Injection Sentinel

> AOI Prompt Injection Sentinel

- Skill: `edmonddantesj/aoi-prompt-injection-sentinel` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add edmonddantesj/aoi-prompt-injection-sentinel`
- Raw SKILL.md: https://api.skillmd.com/api/skills/edmonddantesj/aoi-prompt-injection-sentinel/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: edmonddantesj (https://skillmd.com/u/edmonddantesj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/edmonddantesj/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)
```bash
node skill.js analyze --text="..."
```

### Analyze stdin
```bash
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
- ClawHub: https://clawhub.com/skills/aoi-prompt-injection-sentinel

## License
MIT (AOI original).

