Join the waitlist
AI App Risk Directory /

What leaks, and the guardrail that stops it.

One profile per AI app: what actually leaves the device through it, the 27 guardrail rules that cover it, and what the vendor does with whatever gets through.

Block and Mask run inline on the request, on the device, before the bytes leave it. Everything after that point is alerting, because no product can un-send a prompt.

Alectura intercepts only tools it has been tested against. Everything else is discovered, meaning you get the app, the devices running it and how often, but the content is never decrypted, so content rules cannot run on it yet. Inline enforcement ships today for ChatGPT, Claude, Google Gemini; every other app here is discovered while its inspection support is built.

AI assistant

The guardrail catalog: all 27 rules

Every rule applies to every app in this directory. Each profile calls out the handful that matter most for that app; this is the whole set, with the action each ships with.

Input secrets

  • No secrets in inputMask
  • Block private keysBlock
  • No cloud credentialsBlock

Sensitive content

  • Denied topicsAlert
  • Internal host / URL leakAlert
  • PII in input (basic)Alert
  • Classified document markersAlert

Prompt integrity

  • Prompt injection / instruction overrideAlert
  • Latent & persistent instructionsAlert
  • System prompt & tool enumeration probesAlert
  • Invisible & bidi control charactersAlert
  • Chat-template & special-token injectionAlert
  • ANSI escape injectionAlert
  • Content addressed to the AIAlert

Agent actions

  • Destructive shell commandsAlert
  • Credential file accessAlert
  • Sensitive path accessAlert
  • MCP tool denylistBlock
  • Reverse shells & pipe-to-shell executionAlert
  • AI agent config access & safety bypassAlert
  • MCP tool allowlistAlert

Model output

  • Secrets in model outputMask
  • Sensitive data from toolsAlert
  • Secrets in model reasoningAlert
  • Markdown image exfil sinkAlert
  • Deceptive links in model outputAlert

Observability

  • Model refusalsAlert

Every rule named on these pages is a real entry in the Alectura guardrail catalog, with the action it ships with. Vendor claims are summarised from published documentation and carry the date they were last checked. Confirm against the linked sources before you write policy around a profile.