gitpin (shmindmaster/gitpin) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 12 tools. No publisher has claimed this listing.

D
Caution
56/100

gitpin

Require exact PR evidence before agent-authored changes merge. Local evidence MCP + base-trusted gate.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

shmindmaster

Source: Glama · also listed on github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 3 credentials: GITPIN_MCP_TOKEN, POSTHOG_GITPIN_PROJECT_KEY, REPOCONTEXT_MCP_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes12 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

pin.catalog

Call first to discover registered Git roots (HEAD SHAs, doc counts, stale). Not a content claim. Use before search/prove.

pin.search_docs

Find documentation candidates (not claims). Before any factual assertion call pin.prove or pin.prove_set, then pin.verify.

pin.search_code

Find code candidates via git grep at HEAD. Never treat hits as final claims—pin.prove then pin.verify (or prove_set/verify_set).

pin.prove

Primary product tool: one-path evidence pack (slice, path, line, full SHA, content hash, handle, verify next-step). Prefer for every factual claim.

pin.prove_set

Multi-cite evidence set (1–8 paths, multi-repo OK). Use when an answer needs several citations. Next: pin.verify_set.

pin.get_doc

Read one committed documentation page as a pinned evidence slice with full SHA. Prefer pin.prove for claims.

pin.read

Read a HEAD-only source slice (path, lines, full SHA). Sensitive paths blocked. Prefer pin.prove when making a claim.

pin.verify

Close the prove loop: re-check path@SHA with git show; optional mustContain for claim-text. Reports HEAD match and claimVerdict.

pin.verify_set

Batch re-check up to 8 citations (from pin.prove_set or a pack). For multi-repo answers and CI citation gates.

pin.analyze

EvidenceBrief (knownFacts/gaps/evidenceSetId), documentation gaps, or coverage compare. Decision evidence—not a dump.

pin.inspect

Inspect HEAD-pinned status, commits, manifests, tests, or recent changes. status shows dirty work excluded from evidence.

pin.compare

Diff changed paths between two hex revisions. Bounded change evidence for reviews—not semantic search.

// known CVEs in dependencies1 critical2 high1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalsimple-git@3.27.0GHSA-r275-fr43-pm7q

simple-git has blockUnsafeOperationsPlugin bypass via case-insensitive protocol.allow config key enables RCE

highsimple-git@3.27.0GHSA-hffm-xvc3-vprc

simple-git is vulnerable to Remote Code Execution

highsimple-git@3.27.0GHSA-jcxm-m3jx-f287

simple-git Affected by Command Execution via Option-Parsing Bypass

lowyaml@2.7.0GHSA-48c2-rrv3-qjmp

yaml is vulnerable to Stack Overflow via deeply nested YAML collections

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configComSpec
configGITHUB_OUTPUT
configGITHUB_REF_NAME
configGITHUB_REF_TYPE
configGITHUB_STEP_SUMMARY
configGITPIN_ALLOWED_HOSTSHTTP host allowlist (alias: REPOCONTEXT_ALLOWED_HOSTS)
configGITPIN_CI_USE_DIST
configGITPIN_CONTAINER_PORT
configGITPIN_DEMO_PACE_MS
configGITPIN_DEMO_VIDEO_DIR
configGITPIN_INDEX_PATH
🔐 secretGITPIN_MCP_TOKENHTTP bearer token (alias: REPOCONTEXT_MCP_TOKEN)
configGITPIN_MCP_URL
configGITPIN_QWEN_TTS_CLI
configGITPIN_QWEN_TTS_PYTHON
configGITPIN_REGISTRYRegistry YAML path (alias: REPOCONTEXT_REGISTRY)
configHF_HOME
configHOST
🔐 secretPOSTHOG_GITPIN_PROJECT_KEY
configREPOCONTEXT_ALLOWED_HOSTSGITPIN_ALLOWED_HOSTS HTTP host allowlist (alias: )
configREPOCONTEXT_CONTAINER_PORT
configREPOCONTEXT_DEMO_NARRATION_PROVIDER
configREPOCONTEXT_DEMO_PACE_MS
configREPOCONTEXT_DEMO_ROOT
configREPOCONTEXT_DEMO_VIDEO_DIR
configREPOCONTEXT_INDEX_PATH
🔐 secretREPOCONTEXT_MCP_TOKENGITPIN_MCP_TOKEN HTTP bearer token (alias: )
configREPOCONTEXT_PACKAGE_TARBALL
configREPOCONTEXT_REGISTRYGITPIN_REGISTRY Registry YAML path (alias: )
configREPOCONTEXT_SITE_PORT
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Dependencies

10 dependencies, 1 flagged: @playwright/test

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

12/12 tools missing one or more hints — pin.catalog (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); pin.search_docs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); pin.search_code (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +9 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

10/12 tool handlers declare input schemas (83%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 0/12 tool handlers wrap calls in try/catch (0%)

Wrap each tool handler body in try/catch and return a structured error response.

Shell command execution

3 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

1 critical, 2 high severity in production deps — simple-git@3.27.0 (critical), simple-git@3.27.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/shmindmaster/gitpin?variant=verified)](https://m8ven.ai/mcp/shmindmaster/gitpin)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 9c3333900afbfe7a46d0708ce16d2de603717370
code hash: a020d4efaba6c3974b9089cc43b1199fe28ba46d124aaf713d59c3b2bc8d6748
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client