{ "name": "trustdex", "version": "0.4.2", "description": "A local-first trust, provenance, and review gate for AI agent tools, MCP servers, skills, and plugins.", "type": "module", "bin": { "trustdex": "bin/trustdex.mjs" }, "scripts": { "test": "node --test", "check": "node --check bin/trustdex.mjs && node --check src/canonical.mjs && node --check src/codex-config.mjs && node --check src/extensions.mjs && node --check src/gate.mjs && node --check src/inspect.mjs && node --check src/policy.mjs && node --check src/policy-packs.mjs && node --check src/provenance.mjs && node --check src/provenance-online.mjs && node --check src/review.mjs && node --check src/snapshot.mjs && node --check src/trust-record.mjs", "prepublishOnly": "npm test && npm run check" }, "engines": { "node": ">=20" }, "keywords": [ "ai-agents", "mcp", "security", "supply-chain", "codex", "agent-skills", "trust-policy", "provenance" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/grigent/trustdex.git" }, "bugs": { "url": "https://github.com/grigent/trustdex/issues" }, "homepage": "https://github.com/grigent/trustdex#readme", "files": [ "bin", "src", "docs", "README.md", "SECURITY.md", "LICENSE" ], "publishConfig": { "access": "public" } }