{
  "name": "correctover",
  "version": "2.4.17",
  "description": "Runtime verification and receipt verification for AI agents — tool-call guardrail, CCS 7-dimension standard, MCP/DSH security scanner, SSRF/command-injection/credential-exfil blocking, Ed25519 signed tamper-evident receipts. Framework-agnostic.",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./guardrail": "./guardrail.js",
    "./dsh": "./dsh/index.js"
  },
  "bin": {
    "correctover-scan": "./cli.js"
  },
  "files": [
    "index.js",
    "guardrail.js",
    "cli.js",
    "skillpay.js",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "dsh/",
    "tests/"
  ],
  "scripts": {
    "test": "node tests/ccs-capability-test.mjs && node tests/ccs-output-toolaware-test.mjs && node tests/ccs-powershell-cradle-test.mjs && node tests/ccs-filewrite-context-test.mjs",
    "demo": "node cli.js --demo"
  },
  "keywords": [
    "mcp",
    "mcp-security",
    "model-context-protocol",
    "ccs",
    "ccs-verifier",
    "claude",
    "claude-code",
    "cursor",
    "cline",
    "windsurf",
    "ai-agent",
    "ai-agent-security",
    "agent-security",
    "runtime-verification",
    "runtime-security",
    "guardrail",
    "tool-call-guardrail",
    "tool-authorization",
    "agent-receipt",
    "receipt-verification",
    "ed25519",
    "tamper-evident",
    "prompt-injection",
    "credential-exfiltration",
    "dsh"
  ],
  "author": "Guigui Wang <wangguigui@correctover.com>",
  "license": "Elastic-2.0",
  "homepage": "https://github.com/DSHCorrectover/correctover#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DSHCorrectover/correctover.git"
  },
  "bugs": {
    "url": "https://github.com/DSHCorrectover/correctover/issues"
  },
  "dsh": {
    "bundle": {
      "patch": "./dsh/cordis.patch.yml"
    }
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
