{
  "name": "PromptGuard",
  "description": "AI prompt-injection firewall at the edge",
  "model": "@cf/meta/llama-3-8b-instruct",
  "usage": "POST /api/check with JSON: { \"text\": \"…\", \"mode\"?: \"fast\" | \"deep\", \"nocache\"?: true }",
  "modes": {
    "fast": "Heuristics only — instant, free, deterministic.",
    "deep": "Heuristics + Workers AI second opinion (default)."
  },
  "verdicts": {
    "allow": "risk < 25",
    "flag": "25–59",
    "block": "risk >= 60"
  },
  "playground": "/dashboard"
}