# GitPin (npm · gitpin)

Prove and verify multi-repo claims at Git HEAD: path, line, full SHA, no index.

- Trust score: 74/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `gitpin`: 74/100 (this document), [markdown](https://verifymcp.io/servers/shmindmaster-gitpin/gitpin.md), [page](https://verifymcp.io/servers/shmindmaster-gitpin/gitpin)

## Channel facts

- Registry: `npm`
- Package: `gitpin`
- Version: `0.6.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to shmindmaster/gitpin).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 658 tokens (~50/item across 13 items; 12 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add shmindmaster-gitpin -- npx -y gitpin
```

### Codex

```bash
codex mcp add shmindmaster-gitpin -- npx -y gitpin
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shmindmaster-gitpin": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "gitpin"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add shmindmaster-gitpin --command npx --arg -y --arg gitpin
```

### Hermes

```yaml
mcp_servers:
  shmindmaster-gitpin:
    command: "npx"
    args: ["-y", "gitpin"]
```

### Other

```json
{
  "mcpServers": {
    "shmindmaster-gitpin": {
      "command": "npx",
      "args": [
        "-y",
        "gitpin"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 73, +50)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: shmindmaster/gitpin
- [functional improvement] Stability: unverified → 0.07
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 23, −11)

- [security regression] Provenance: pass → unverified
- [security regression] Install scripts: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [security] The attested source repository moved: shmindmaster/gitpin
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 0
- [functional] Licence: MIT
- [functional] Package version: 0.6.0 → 0.6.2

### 2026-07-31 (score 34)

First indexed and scored.

## MCP tools (12)

### `pin.catalog` (~43 tokens)

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

Input parameters:

- `view` (string)

### `pin.search_docs` (~48 tokens)

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

Input parameters:

- `query` (string, required)
- `repository` (string)

### `pin.search_code` (~53 tokens)

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

Input parameters:

- `query` (string, required)
- `repository` (string, required)

### `pin.prove` (~80 tokens)

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

Input parameters:

- `claim` (string)
- `lineEnd` (integer)
- `lineStart` (integer)
- `repository` (string, required)
- `sourcePath` (string, required)

### `pin.prove_set` (~47 tokens)

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

Input parameters:

- `items` (array, required)

### `pin.get_doc` (~45 tokens)

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

Input parameters:

- `repository` (string, required)
- `sourcePath` (string, required)

### `pin.read` (~66 tokens)

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

Input parameters:

- `lineEnd` (integer)
- `lineStart` (integer)
- `repository` (string, required)
- `sourcePath` (string, required)

### `pin.verify` (~74 tokens)

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

Input parameters:

- `line` (integer)
- `mustContain` (string)
- `repository` (string, required)
- `sha` (string, required)
- `sourcePath` (string, required)

### `pin.verify_set` (~53 tokens)

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

Input parameters:

- `evidenceSetId` (string)
- `items` (array, required)

### `pin.analyze` (~34 tokens)

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

### `pin.inspect` (~53 tokens)

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

Input parameters:

- `limit` (integer)
- `operation` (string, required)
- `repository` (string, required)

### `pin.compare` (~47 tokens)

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

Input parameters:

- `base` (string, required)
- `head` (string, required)
- `repository` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/shmindmaster-gitpin/gitpin#diagnostics

## Score history

- 2026-08-03: 74
- 2026-08-02: 73
- 2026-08-01: 23
- 2026-07-31: 34

## Links

- npm package: https://www.npmjs.com/package/gitpin
- Socket report: https://socket.dev/npm/package/gitpin
- Repository: https://github.com/shmindmaster/gitpin
- Changelog RSS feed: https://verifymcp.io/servers/shmindmaster-gitpin/gitpin/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/shmindmaster-gitpin/gitpin/changelog.json
- HTML version of this page: https://verifymcp.io/servers/shmindmaster-gitpin/gitpin
