← All features
AI Controls & Guardrails

Prompt injection defence

Live

User-pasted text is sanitised before reaching the LLM.

What you get
  • Pattern-based sanitisation on text inputs
  • Untrusted-input labelling to the LLM
  • Suspicious-pattern flag in the audit log
  • Continuous updates as new injection patterns emerge
Overview

What it is.

Prompt injection — where adversarial text in a document tries to hijack the AI ('ignore previous instructions and …') — is a real attack class. LexVio sanitises user-pasted text and uploaded document content through a hardened input layer before it reaches the LLM.

Document content is also clearly labelled to the model as 'untrusted input', so the model treats it as data, not instructions.

How it works

Three steps.
End to end.

01
1. Document arrives

Upload or paste. Text extraction kicks off.

02
2. Sanitisation pass

Known injection patterns are neutralised. Suspicious patterns are flagged.

03
3. Labelled to the LLM

Document content is wrapped in clear delimiters and labelled as untrusted input. The model knows not to follow instructions inside it.

Capabilities

What you get.

  • Pattern-based sanitisation on text inputs
  • Untrusted-input labelling to the LLM
  • Suspicious-pattern flag in the audit log
  • Continuous updates as new injection patterns emerge
FAQ

Quick answers.

Is this provably injection-proof?

No defence is perfect. We layer multiple controls and continuously update — but we don't make absolute claims.

Related

More in AI Controls & Guardrails.

No model training on your data
Live

We do not train models on customer content without explicit opt-in. Default is off.

Per-org cost guardrails
Live

Daily and monthly cost ceilings per organisation. Soft warnings, hard cutoffs.

Prompt caching
Live

Stable prompt prefixes are cached. Faster responses, lower bill, passed to you.

Token cap per request
Live

200K input / 8K output limits with graceful truncation and a clear notice.

Want to try Prompt injection defence?
Get started in 60 seconds.

Sign up →All features