LoopQuest
← All games

Game · Redact · tap what's sensitive

Redact

Catch and mask PII, secrets and sensitive data before it flows on.

How it plays

  1. 1Read the AI's output as tappable text.
  2. 2Tap any name, number, email or secret that shouldn't be exposed — it's masked on the spot.
  3. 3Submit the redactions, or clear the item if nothing is sensitive.
  4. 4Every masked span is logged, so you can prove what was caught.
tap mask a wordenter submitc nothing sensitive

Best for

  • PII & PHI scrubbing
  • Secret / credential leak checks
  • GDPR data minimisation
  • Chat & transcript sanitisation

Send a task

POST to /api/v1/tasks with module: "redact" and a project API key. The verdict webhooks back to your callback_url.

{
  "module": "redact",
  "payload": {
    "body": "Hi, this is John Carter, my card is 4242 4242 4242 4242."
  },
  "callback_url": "https://your-app/verdict"
}