{"name":"io.github.piiiico/proof-of-commitment","slug":"piiiico-proof-of-commitment","title":"Commit — Supply Chain Risk Scoring","description":"Supply chain risk scoring for npm, PyPI, Cargo, and Go. 9 tools. Behavioral signals.","url":"https://mcp.market/server/piiiico-proof-of-commitment","rating":null,"grade":"B","score":81,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":37,"stars":7,"forks":0,"downloads_week":106,"last_push_at":"2026-07-04T02:36:03.000Z","license":"MIT"},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T11:01:14.739Z","last_ok_at":"2026-09-27T11:01:14.739Z","latency_ms":277},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/piiiico/proof-of-commitment","website":"https://getcommit.dev","version":"1.36.0","remotes":[{"type":"streamable-http","url":"https://poc-backend.amdal-dev.workers.dev/mcp"}],"packages":[{"registryType":"npm","identifier":"proof-of-commitment","version":"1.36.0","transport":{"type":"stdio"}}],"tools":[{"name":"audit_dependencies","description":"Batch-score multiple npm, PyPI, Cargo, or Go packages for supply chain risk. Takes a list of package names and returns a risk table sorted by commitment score (lowest = highest risk first).\n\nRisk flags:\n- CRITICAL: single publisher + >10M weekly downloads (publish-access concentration risk)\n- HIGH: new package (<1yr) + high downloads (unproven, rapid adoption = supply chain risk)\n- WARN: no release in 12+ months (potential abandonware)\n- WARN: dormant publishers with current scope access — contributors who stopped publishing but retain npm tokens (Mastra-incident vector, June 2026)\n\nPerfect for auditing a full package.json, requirements.txt, Cargo.toml, or go.mod — paste your dependency list and get a prioritized risk report.\n\nFor Go: pass full module paths (e.g., \"github.com/gin-gonic/gin\", \"golang.org/x/net\") and set ecosystem=\"golang\". The \"maintainers\" column shows GitHub contributor count since Go has no centralized publisher concept.\n\nExamples: score all deps in a project, compare two similar packages, identify abandonware before it becomes a CVE.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"packages":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"string"},"description":"List of package names to score. Up to 20 at once. Examples: [\"langchain\", \"litellm\", \"openai\", \"axios\"] or [\"@anthropic-ai/sdk\", \"zod\", \"express\"] or [\"github.com/gin-gonic/gin\", \"golang.org/x/net\"] for Go modules."},"ecosystem":{"default":"auto","description":"Package ecosystem. \"auto\" detects by naming convention (Python-style = pypi, otherwise npm). Force \"npm\", \"pypi\", \"cargo\", or \"golang\" to override. Go modules require full path (host/owner/repo) — use \"golang\".","type":"string","enum":["npm","pypi","cargo","golang","auto"]}},"required":["packages"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_dependency_tree","description":"Map the full dependency tree of an npm package and identify CRITICAL supply chain risks at every level.\n\nUnlike auditing a flat list of packages, this tool traverses the dependency graph — showing not just your direct dependencies but also what your dependencies depend on. Hidden CRITICAL packages (sole publisher + >10M weekly downloads) often lurk 1-2 levels deep.\n\nRisk flags:\n- CRITICAL: single npm publisher + >10M weekly downloads — sole point of failure for a massive attack surface\n- HIGH: sole publisher + >1M/wk, OR new package (<1yr) with high adoption\n- WARN: no release in 12+ months (potential abandonware)\n\ndepth=1 (default): root package + all direct dependencies\ndepth=2: also traverses one more level for any CRITICAL/HIGH direct deps (reveals hidden exposure)\n\nExamples:\n- audit_dependency_tree(\"express\") — see all of Express's deps and their risk scores\n- audit_dependency_tree(\"langchain\", 2) — reveal transitive CRITICAL deps 2 levels deep\n- audit_dependency_tree(\"@anthropic-ai/sdk\") — audit Anthropic SDK full tree\n\nUse this when someone asks:\n- \"What am I really depending on?\"\n- \"Are my dependencies' dependencies safe?\"\n- \"Show me the full supply chain risk for package X\"","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"package":{"type":"string","description":"npm package name to map. Examples: \"express\", \"langchain\", \"@anthropic-ai/sdk\", \"zod\""},"depth":{"default":1,"description":"How deep to traverse. 1 = direct deps only (fast). 2 = also traverse deps of CRITICAL/HIGH packages (slower, reveals hidden risk). Default: 1","type":"integer","minimum":1,"maximum":2}},"required":["package"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_github_repo","description":"Audit the supply chain risk of a GitHub repository's dependencies. Fetches the repo's package.json and/or requirements.txt from GitHub and runs behavioral commitment scoring on every dependency.\n\nThis is the fastest way to audit a project — just provide the GitHub URL or owner/repo slug, and get a full risk table in seconds.\n\nRisk flags:\n- CRITICAL: single publisher/maintainer/owner + >10M weekly downloads (publish-access concentration risk)\n- HIGH: sole publisher/maintainer + >1M/wk downloads, OR new package (<1yr) with high adoption\n- WARN: no release in 12+ months (potential abandonware)\n\nExamples:\n- \"vercel/next.js\" — audit Next.js dependencies\n- \"https://github.com/langchain-ai/langchainjs\" — audit LangChain JS\n- \"facebook/react\" — audit React's dependency tree\n- \"anthropics/anthropic-sdk-python\" — audit Anthropic Python SDK\n\nUse this when someone asks \"is my project at risk?\" or \"audit this repo's dependencies\".","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"repo":{"type":"string","description":"GitHub repository to audit. Accepts: \"owner/repo\", \"https://github.com/owner/repo\", or any GitHub URL. Examples: \"vercel/next.js\", \"https://github.com/langchain-ai/langchainjs\""}},"required":["repo"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_api_key","description":"Create a free Commit API key instantly — no browser required.\n\nWhen you've hit the daily free query limit (or just want faster access), call this tool with your email to get an API key returned directly in the chat. The key lifts the rate limit to 200 audits/day and enables package monitoring (weekly alerts when your dependencies get riskier).\n\nAfter creating the key, configure your MCP client to pass it:\n  Authorization: Bearer sk_commit_<your-key>\n\nExample: get_api_key({ email: \"dev@company.com\" })\n\nOne key per email. 3 keys per IP per day (anti-abuse).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Your email address — used for alert delivery and key recovery. One key per email."}},"required":["email"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_business","description":"Search for a Norwegian business and get its commitment profile from public data (Brønnøysund Register Centre). Returns real commitment signals: longevity, financial health, employee count, and overall commitment score (0-100). Data source: Norwegian government registers — free, verified, unfakeable.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Business name to search for (e.g. 'Peppes Pizza', 'Equinor')"}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_business_by_org","description":"Look up a specific Norwegian business by organization number (9 digits) and get its commitment profile. Returns temporal, financial, and operational commitment signals from Brønnøysund Register Centre.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"orgNumber":{"type":"string","description":"Norwegian organization number (9 digits, e.g. '984388659')"}},"required":["orgNumber"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_cargo_crate","description":"Get a behavioral commitment profile for any Rust crate on crates.io. Returns real signals: crate age, download volume (estimated weekly from 90-day totals), version count, publish cadence, owner count (users with publish access), team owners, and linked GitHub activity.\n\nSupply chain risks apply to Cargo too — crate owners with publish access are the attack surface. A single owner on a high-download crate is the same risk pattern as npm.\n\nUseful for: vetting Rust dependencies before adding to Cargo.toml, identifying abandonware, supply chain risk assessment.\nExamples: \"serde\", \"tokio\", \"reqwest\", \"clap\", \"rand\"","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"crate":{"type":"string","description":"Crate name on crates.io. Examples: \"serde\", \"tokio\", \"reqwest\", \"clap\". Case-insensitive."}},"required":["crate"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_github_repo","description":"Get a behavioral commitment profile for any public GitHub repository. Returns real signals that prove genuine investment: how long the project has existed, recent commit frequency, contributor community size, release cadence, and social proof. These are behavioral commitments — harder to fake than README claims or marketing copy.\n\nUseful for: vetting open-source dependencies, evaluating AI tools/frameworks, assessing vendor reliability, due diligence on any GitHub project.\n\nExamples: \"vercel/next.js\", \"facebook/react\", \"https://github.com/piiiico/proof-of-commitment\"","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"repo":{"type":"string","description":"GitHub repository in \"owner/repo\" format or full URL. Examples: \"vercel/next.js\", \"https://github.com/facebook/react\""}},"required":["repo"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_go_module","description":"Get a behavioral commitment profile for any Go module on proxy.golang.org. Takes a full module path (e.g., \"github.com/gin-gonic/gin\", \"golang.org/x/net\", \"k8s.io/client-go\", \"gopkg.in/yaml.v3\") and returns real signals: module age, version count, publish cadence, GitHub contributors (the closest equivalent to \"publishers\" since Go has no centralized publisher concept — git push access is the publish equivalent), GitHub stars, OpenSSF Scorecard score.\n\nThe Go ecosystem has no centralized download counter, so this profile is GitHub-primary — the linked source repository's activity, contributor count, and Scorecard carry more weight than for npm/PyPI/Cargo. Stars are used as the popularity proxy.\n\nUseful for: vetting Go dependencies before adding to go.mod, identifying abandonware, supply chain risk assessment.\nExamples: \"github.com/gin-gonic/gin\", \"golang.org/x/crypto\", \"github.com/spf13/cobra\", \"k8s.io/api\"","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"module":{"type":"string","description":"Full Go module path. Must include the host. Examples: \"github.com/gin-gonic/gin\", \"golang.org/x/net\", \"k8s.io/client-go\", \"gopkg.in/yaml.v3\". Case-sensitive (preserves capitalization in path)."}},"required":["module"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_npm_package","description":"Get a behavioral commitment profile for any npm package. Returns real signals that prove genuine investment: package age, download volume and trend (growing/stable/declining), release consistency, npm publisher count, GitHub contributor count, and linked GitHub activity.\n\nAlso returns publisherLifecycle — cross-referencing current maintainers against per-version publish history to flag dormant publishers who still hold npm scope access. The Mastra incident (June 2026) exploited exactly this: a contributor dormant since 2024 with never-revoked scope access.\n\nWhy behavioral signals matter: download counts, stars, and READMEs can be gamed. Download *trend* consistency and publisher depth over years are harder to fake. Supply chain attacks often target packages with low publisher depth (few people with npm publish access).\n\nUseful for: vetting dependencies before installation, due diligence on open-source packages, identifying abandonware, checking if a package is actively maintained.\n\nExamples: \"langchain\", \"@anthropic-ai/sdk\", \"express\", \"litellm\"","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"package":{"type":"string","description":"npm package name. Examples: \"langchain\", \"@anthropic-ai/sdk\", \"express\". Scoped packages need the @ prefix."}},"required":["package"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_pypi_package","description":"Get a behavioral commitment profile for any PyPI (Python) package. Returns real signals: package age, download volume and trend, release consistency, publisher/owner count, and linked GitHub activity.\n\nSupply chain attacks target Python packages — LiteLLM (97M downloads/mo) was compromised via stolen PyPI token in March 2026. Behavioral signals reveal what star counts hide.\n\nUseful for: vetting Python dependencies, identifying abandonware, supply chain risk due diligence.\nExamples: \"langchain\", \"litellm\", \"openai\", \"anthropic\", \"requests\", \"fastapi\", \"pydantic\"","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"package":{"type":"string","description":"PyPI package name. Examples: \"langchain\", \"openai\", \"requests\", \"fastapi\". Case-insensitive."}},"required":["package"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"query_commitment","description":"Query verified behavioral commitment data for a domain. Returns aggregated signals: unique verified visitors, repeat visit rate, and average time spent. These prove real human engagement — harder to fake than reviews or content.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"The domain to query (e.g. 'example.com'). Will be normalized to lowercase without protocol or path."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":81,"grade":"B","scanned_at":"2026-09-26T21:20:46.969Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-26T21:20:46.942Z","components":{"code":{"score":25,"max":25,"notes":["2 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 894ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":12,"max":15,"notes":["last push 85 days ago"]},"identity":{"score":6,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://poc-backend.amdal-dev.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":894,"serverInfo":{"name":"proof-of-commitment","version":"1.14.0"}}],"packages":[{"registryType":"npm","identifier":"proof-of-commitment","version":"1.36.0","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":0,"publishedAt":"2026-06-20T16:32:52.702Z","repositoryUrl":"git+https://github.com/piiiico/proof-of-commitment.git","weeklyDownloads":106}],"repo":{"found":true,"owner":"piiiico","repo":"proof-of-commitment","archived":false,"pushedAt":"2026-07-04T02:36:03Z","stars":7,"forks":0,"openIssues":1,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/264682515?v=4","ownerCreatedAt":"2026-02-28T19:31:35Z","license":"MIT"},"icon":{"url":null,"source":"none"},"presence":{"stars":7,"forks":0,"downloadsWeek":106,"license":"MIT","lastPushAt":"2026-07-04T02:36:03.000Z","score":37}}}},"grade_history":[],"reviews":[]}