Skip to main content

What is Bharat-Shield?

Bharat-Shield is the verification gate inside Aether Citadel. Every AI response that passes through /v1/intent/verify is evaluated against the original intent signature. If the response doesn’t match the intent — or matches a known attack pattern — Bharat-Shield blocks it before it reaches your users.

What It Blocks


The Verification Flow


Verdicts

When you call /v1/intent/verify, you get one of two verdicts:

Cleared

The response is legitimate. Serve it to the user.

Blocked

The response was rejected. Do not serve it. Log the reason for your own audit trail.

Block Reasons


India-First Design

Bharat-Shield is tuned for Indian AI workloads:
  • DPDP Act alignment — blocks responses that would expose personal data patterns
  • Low-latency verification optimised for India AWS/Azure regions
  • Hindi/regional language semantic context supported in intent classification
  • UPI / fintech intent classes (finance, commerce) with stricter thresholds

What Bharat-Shield Doesn’t Do

To be clear about scope:
  • It does not moderate AI content (offensive language, toxicity)
  • It does not rate-limit individual users (that’s your app’s job)
  • It does not store the AI output anywhere — verification is stateless
  • It does not make AI decisions — it only verifies integrity