@openguardrails/moltguard
Version:
AI agent security plugin for OpenClaw: prompt injection detection, PII sanitization, and monitoring dashboard
75 lines (74 loc) • 1.76 kB
JSON
{
"name": "@openguardrails/moltguard",
"version": "6.9.4",
"description": "AI agent security plugin for OpenClaw: prompt injection detection, PII sanitization, and monitoring dashboard",
"type": "module",
"main": "dist/index.js",
"openclaw": {
"extensions": [
"./dist/index.js"
],
"compat": {
"pluginApi": "^2026.1.0"
}
},
"scripts": {
"build": "tsc && cp -r gateway dist/gateway",
"typecheck": "tsc --noEmit",
"typecheck:plugin": "tsc --noEmit -p tsconfig.plugin.json",
"test": "vitest run",
"test:watch": "vitest",
"gateway": "og-gateway"
},
"keywords": [
"openclaw",
"openguardrails",
"prompt-injection",
"security",
"ai-safety",
"guard",
"ai-security-gateway",
"data-sanitization",
"dashboard"
],
"author": "OpenGuardrails",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openguardrails/openguardrails.git",
"directory": "moltguard"
},
"bugs": {
"url": "https://github.com/openguardrails/openguardrails/issues"
},
"homepage": "https://github.com/openguardrails/openguardrails/tree/main/moltguard#readme",
"files": [
"dist/",
"gateway/",
"dashboard-dist/",
"samples/",
"scripts/enterprise-enroll.mjs",
"scripts/enterprise-unenroll.mjs",
"scripts/uninstall.mjs",
"openclaw.plugin.json",
"README.md"
],
"dependencies": {
"@libsql/client": "^0.14.0"
},
"optionalDependencies": {
"mysql2": "^3.11.5",
"pg": "^8.13.1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.6.0",
"vitest": "^2.0.0"
},
"peerDependencies": {
"openclaw": "*"
}
}