{ "name": "@mcpskillsio/server", "version": "2.5.3", "mcpName": "io.mcpskills/server", "description": "Use the MCPSkills pre-install trust layer from Claude Code, Cursor, or any MCP client. Accepts GitHub repos, npm packages, Smithery URLs, and OpenClaw skills. 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence), safety scanning, OpenClaw frontmatter parsing + transparency scoring, recommendations, badges, monitoring, batch checking, auto-gate decisions, and stack building from live trust data.", "type": "module", "main": "index.js", "bin": { "mcpskills": "index.js" }, "scripts": { "start": "node index.js", "test": "node --test test/*.test.js" }, "keywords": [ "mcp", "mcp-server", "trust-score", "ai-skills", "security", "safety-scanner", "claude-code", "cursor" ], "author": "Michael Browne (https://mcpskills.io)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/BeBraveBeKind/mcpskills-server.git" }, "homepage": "https://mcpskills.io", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0" } }