AOI Prompt Injection Sentinel
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The OpenClaw skill 'aoi-prompt-injection-sentinel' is a self-contained Node.js script designed to detect prompt injection patterns in input text. The `SKILL.md` explicitly states it has 'No webhook, no outbound calls, no auto-posting. No secret handling,' and its instructions are benign. The `skill.js` code uses only standard Node.js modules (like `crypto` for hashing) and contains no external dependencies, network calls, file system writes, or `eval`/`exec` of untrusted input. Its regular expressions are used solely for pattern matching within the provided text, not for executing commands. There is no evidence of malicious intent, data exfiltration, persistence, or any other harmful behavior.
