← Browse

@enmanuelmag/agent-harness-kit

A

MCP server package @cardor/agent-harness-kit

mcp_servermcp

Install

agr install @enmanuelmag/agent-harness-kit --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@cardor/agent-harness-kit", "version": "2.1.1", "description": "CLI scaffolding for multi-agent harness systems", "publishConfig": { "access": "public" }, "packageManager": "pnpm@11.1.2", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts", "require": "./dist/index.cjs" } }, "bin": { "ahk": "./bin/ahk.js" }, "scripts": { "typecheck": "tsc --noEmit", "build": "pnpm run build:ui && pnpm run typecheck && tsup && pnpm run copy-assets", "build:ui": "pnpm --filter ahk-dashboard install && npx eslint dashboard/src/ && pnpm --filter ahk-dashboard run typecheck && pnpm --filter ahk-dashboard run build", "copy-assets": "node scripts/copy-assets.mjs", "dev": "tsup --watch", "test": "node --test --import tsx/esm src/tests/*.test.ts", "lint": "eslint . --fix", "lint:check": "eslint src/", "format": "prettier --write src dashboard scripts", "release": "bash scripts/publish.sh", "release:dry": "bash scripts/publish.sh --dry-run", "prepublishOnly": "pnpm run build && npm test", "prepare": "husky" }, "files": [ "bin", "dist" ], "keywords": [ "agents", "ai", "harness", "claude", "mcp", "scaffolding" ], "author": "Enmanuel Magallanes enmanuelmag@cardor.dev", "license": "Apache-2.0", "dependencies": { "@clack/prompts": "^0.9.0", "@hono/node-server": "^1.13.0", "@modelcontextprotocol/sdk": "^1.10.2", "better-sqlite3": "^12.11.1", "cli-table3": "^0.6.5", "commander": "^12.1.0", "drizzle-orm": "^0.45.2", "hono": "^4.6.0", "jiti": "^2.4.2", "mysql2": "^3.22.3", "open": "^10.1.0", "picocolors": "^1.1.1", "postgres": "^3.4.9", "valibot": "^1.4.0", "ws": "^8.18.0" }, "devDependencies": { "@cardor/agent-harness-kit": "^1.8.1", "@commitlint/cli": "^20.5.3", "@commitlint/config-conventional": "^20.5.3", "@eslint-react/eslint-plugin": "^5.7.1", "@types/node": "^22.19.17", "@types/ws": "^8.5.0", "eslint": "^9.39.4", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-simple-import-sort": "^13.0.0", "husky": "^9.1.7", "prettier": "^3.8.3", "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "^5.5.0", "typescript-eslint": "^8.59.1" }, "engines": { "node": ">=14.0.0" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-f48c1e726ef72026-08-06