← Browse

@tiluckdave/hound-mcp

B

MCP server package hound-mcp

mcp_servermcp

Install

agr install @tiluckdave/hound-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "hound-mcp", "version": "0.3.0", "mcpName": "io.github.tiluckdave/hound", "description": "The dependency bloodhound for AI coding agents. Sniffs out vulnerabilities, license risks, and health issues in your dependencies — free, no API keys.", "keywords": [ "mcp", "security", "dependencies", "vulnerabilities", "supply-chain", "audit", "npm-audit", "osv", "deps-dev", "ai-agent", "model-context-protocol" ], "homepage": "https://github.com/tiluckdave/hound-mcp", "repository": { "type": "git", "url": "git+https://github.com/tiluckdave/hound-mcp.git" }, "bugs": { "url": "https://github.com/tiluckdave/hound-mcp/issues" }, "license": "MIT", "author": { "name": "Tilak Dave", "url": "https://github.com/tiluckdave" }, "type": "module", "main": "dist/index.js", "bin": { "hound-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src/ tests/", "lint:fix": "eslint src/ tests/ --fix", "format": "prettier --write .", "format:check": "prettier --check src/ tests/", "typecheck": "tsc --noEmit", "check": "pnpm typecheck && pnpm lint && pnpm test", "prepublishOnly": "pnpm check && pnpm build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^26.0.1", "@vitest/coverage-v8": "^4.0.18", "eslint": "^10.0.3", "eslint-config-prettier": "^10.1.8", "prettier": "^3.8.1", "tsup": "^8.5.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vitest": "^4.0.18" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] }, "packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa" }

Trustgrade B

  • 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.

  • warnPrompt injection1 hit(s): obfuscation

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

    • line 81Obscured code — eval, atob, or an encoded blob
  • 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-7c978bfc72b42026-08-06