tracerney

prompt-injection defense

install (free)

$ npm i @sandrobuilds/tracerney

Free SDK with access to 258 real-world attack patterns. Detects suspicious prompts locally with <5ms latency. No backend required. No data collected.

quick start

Get up and running in minutes. The SDK analyzes prompts locally against 258 patterns. Flags suspicious content instantly. Zero network overhead.

const tracer = new Tracerney();
const result = await tracer.scanPrompt(userInput);
if (result.suspicious) {
console.log("⚠️ Suspicious:", result.patternName);
}

No data leaves your server. All detection happens locally with <5ms latency. Simple result object makes it easy to handle suspicious prompts your way.

learn

what is injection?

Prompt injection is a technique where an attacker redirects an AI system from its original instructions by injecting malicious input.

read more →

how it works

Tracerny analyzes every prompt against 258 embedded patterns in real-time with threat scoring.

read more →

faq

Common questions about Tracerny: performance, integration, data privacy, and more.

read more →