Skip to content

Add Sentinel AI to Red Teaming and Prompt Security#69

Open
MaxwellCalkin wants to merge 1 commit intopromptslab:mainfrom
MaxwellCalkin:add-sentinel-ai
Open

Add Sentinel AI to Red Teaming and Prompt Security#69
MaxwellCalkin wants to merge 1 commit intopromptslab:mainfrom
MaxwellCalkin:add-sentinel-ai

Conversation

@MaxwellCalkin
Copy link
Copy Markdown

Summary

Adds Sentinel AI to the Red Teaming and Prompt Security section.

Sentinel AI is an open-source, real-time safety guardrails library for LLM applications:

  • Prompt injection detection across 12 languages (English, Chinese, Japanese, Korean, Arabic, Hindi, etc.) with cross-lingual attack detection
  • PII leak prevention — detects and redacts SSNs, credit cards, emails, phone numbers, and more
  • Harmful content scanning — violence, self-harm, illegal activity, CSAM
  • Obfuscation evasion detection — base64 encoding, zero-width character smuggling, Unicode homoglyphs, leetspeak
  • Sub-millisecond latency (~0.05ms average scan time)
  • Zero ML dependencies — pure pattern-based scanning with only regex as a dependency
  • 530-case benchmark suite with 100% accuracy (0 false positives, 0 false negatives)
  • Apache 2.0 licensed

It fits naturally alongside existing entries like LLM Guard, NeMo Guardrails, and Rebuff in the security tools table.

Checklist

  • Entry follows existing table format (| **Name** | Description | [GitHub](url) |)
  • Added to the appropriate section (Red Teaming and Prompt Security)
  • Link is valid and points to a public repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant