From f49d02031d83d4c2332a2aa5b72bcfe2aa890bff Mon Sep 17 00:00:00 2001 From: Maxwell Calkin Date: Sun, 8 Mar 2026 13:03:47 -0400 Subject: [PATCH] Add Sentinel AI - LLM safety guardrails scanner --- data/tools/sentinel-ai.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/tools/sentinel-ai.yml diff --git a/data/tools/sentinel-ai.yml b/data/tools/sentinel-ai.yml new file mode 100644 index 000000000..f83a5ddc8 --- /dev/null +++ b/data/tools/sentinel-ai.yml @@ -0,0 +1,20 @@ +name: Sentinel AI +categories: + - linter +tags: + - python + - security +license: Apache License 2.0 +types: + - cli + - library +source: "https://github.com/MaxwellCalkin/sentinel-ai" +homepage: "https://maxwellcalkin.github.io/sentinel-ai/" +description: >- + Real-time safety guardrails for LLM applications. + Scans prompts and outputs for prompt injection, PII leakage, + harmful content, hallucination, toxicity, and more. + Includes 8 scanners, multilingual injection detection across 12 languages, + and an MCP safety proxy. Sub-millisecond scan latency with zero heavy dependencies. +demos: + - https://maxwellcalkin.github.io/sentinel-ai/