{ "name": "codeinspectus", "version": "3.2.0", "mcpName": "io.github.Synvoya/codeinspectus", "description": "CodeInspectus, by Synvoya — a local-first security MCP server and CLI with CI policy, versioned exports, evidence bundles, history, baselines, and approval-gated agent workflows. Zero network egress at scan time.", "license": "Apache-2.0", "author": "Synvoya", "homepage": "https://codeinspectus.com", "repository": { "type": "git", "url": "git+https://github.com/Synvoya/codeinspectus.git" }, "bugs": { "url": "https://github.com/Synvoya/codeinspectus/issues" }, "type": "module", "bin": { "codeinspectus": "dist/index.js" }, "exports": { "./sdk": { "types": "./dist/sdk/index.d.ts", "import": "./dist/sdk/index.js" }, "./schemas/*": "./schemas/*", "./package.json": "./package.json" }, "files": [ "dist", "data", "detection-db", "schemas", "agent-rules", "engines.lock.json", "LICENSE", "README.md", "NOTICE", "THIRD-PARTY-NOTICES.md" ], "engines": { "node": ">=22" }, "scripts": { "typecheck": "tsc --noEmit", "build": "tsc --noEmit && tsup", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run", "test:redaction": "node scripts/redaction-e2e.mjs", "test:sdk-consumer": "node scripts/sdk-consumer-e2e.mjs", "shadow:opengrep": "tsx scripts/opengrep-shadow.ts", "eval": "tsx evals/run-evals.ts", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js" }, "keywords": [ "mcp", "security", "sast", "secrets", "sca", "sbom", "compliance", "opengrep", "gitleaks", "trivy", "ai-code", "local-first", "mcp-server", "claude-code", "cursor", "codex", "vibe-coding", "supabase", "owasp", "appsec", "application-security", "sarif", "devsecops", "ci", "c2pa", "content-credentials", "provenance" ], "dependencies": { "@lezer/python": "1.1.19", "@modelcontextprotocol/sdk": "^1.30.0", "exifreader": "4.44.0", "smol-toml": "1.7.1", "yaml": "2.9.0", "zod": "^3.25.1" }, "peerDependencies": { "@contentauth/c2pa-node": "0.9.3" }, "peerDependenciesMeta": { "@contentauth/c2pa-node": { "optional": true } }, "devDependencies": { "@contentauth/c2pa-node": "0.9.3", "@types/node": "^22.10.0", "ajv": "^8.20.0", "tsup": "^8.5.1", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^4.1.9" }, "overrides": { "esbuild": "0.28.1", "nanoid": "3.3.18" } }