{
  "name": "llm-trust-guard",
  "version": "4.32.7",
  "description": "Comprehensive security guards for LLM-powered and agentic AI applications - 35 guards covering OWASP Top 10 for LLMs 2025, Agentic Applications 2026, and MCP Security. All guards accessible via unified TrustGuard facade. Features prompt injection (PAP/persuasion), multi-modal attacks, RAG poisoning with embedding attack detection, memory persistence attacks, code execution sandboxing, multi-agent security (spawn policy, delegation scope, trust transitivity), MCP tool shadowing prevention, system prompt leakage protection, human-agent trust exploitation (ASI09), autonomy escalation (ASI10), state persistence (ASI08), tool chain validation v2 (ASI07/ASI04), circuit breaker, drift detection, and more",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "dist/index.mjs",
    "README.md",
    "LICENSE",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "CHANGELOG.md"
  ],
  "homepage": "https://www.npmjs.com/package/llm-trust-guard",
  "scripts": {
    "build": "tsc && node scripts/minify.js && node scripts/build-esm.js",
    "build:dev": "tsc",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint src/**/*.ts",
    "verify": "bash scripts/verify.sh"
  },
  "keywords": [
    "llm",
    "security",
    "ai",
    "agentic",
    "prompt-injection",
    "pap-attacks",
    "persuasion-attacks",
    "multimodal-injection",
    "rag-security",
    "embedding-attacks",
    "memory-poisoning",
    "rbac",
    "multi-tenant",
    "schema-validation",
    "trust-architecture",
    "owasp-llm",
    "owasp-agentic",
    "circuit-breaker",
    "drift-detection",
    "mcp",
    "mcp-security",
    "tool-shadowing",
    "supply-chain",
    "prompt-leakage",
    "trust-exploitation",
    "tool-chain-validation",
    "state-corruption",
    "autonomy-escalation",
    "langchain",
    "openai",
    "anthropic"
  ],
  "author": "Nandakishore Leburu",
  "license": "MIT",
  "devDependencies": {
    "acorn": "^8.15.0",
    "@types/node": "^22.10.0",
    "@vitest/coverage-v8": "^1.6.0",
    "esbuild": "^0.27.3",
    "typescript": "^5.7.0",
    "vitest": "^1.6.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nkratk/llm-trust-guard.git"
  },
  "publishConfig": {
    "provenance": true,
    "access": "public"
  }
}
