{
  "name": "openclaw-security-guardrails",
  "version": "0.2.0",
  "description": "Runtime security guardrails for OpenClaw — secrets detection, prompt injection defense, data exfiltration prevention, security bootstrap injection, and audit logging",
  "main": "src/index.ts",
  "openclaw": {
    "hooks": [
      "./hooks/secrets-scanner",
      "./hooks/prompt-injection-detector",
      "./hooks/exfiltration-detector",
      "./hooks/audit-logger",
      "./hooks/startup-checker",
      "./hooks/security-bootstrap",
      "./hooks/secret-redactor"
    ]
  },
  "scripts": {
    "test": "npx tsx tests/run-all.ts",
    "build": "tsc"
  },
  "keywords": ["openclaw", "security", "guardrails", "hooks", "secrets", "prompt-injection", "dlp", "bootstrap", "redaction"],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/shanggqm/openclaw-security-guardrails"
  },
  "devDependencies": {
    "typescript": "^5.0.0"
  }
}
