# GVNR by Instruxi (npm · enforcer-governor)

GVNR (gvnr.io): stops AI agents overspending and running dangerous commands before they act.

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- npm · `enforcer-governor`: 71/100 (this document), [markdown](https://verifymcp.io/servers/io-gvnr-enforcer-governor/enforcer-governor.md), [page](https://verifymcp.io/servers/io-gvnr-enforcer-governor/enforcer-governor)

## Channel facts

- Registry: `npm`
- Package: `enforcer-governor`
- Version: `0.30.0`
- 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-09-26.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (FSL-1.1-ALv2) isn't a recognized OSI-approved license.
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 82/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 383 tokens (~76/item across 5 items; 5 tools + 0 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the GVNR by Instruxi MCP server?

GVNR by Instruxi runs locally as an npm package, launched with npx -y enforcer-governor. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add io-gvnr-enforcer-governor -- npx -y enforcer-governor
```

### Cursor

```json
{
  "mcpServers": {
    "io-gvnr-enforcer-governor": {
      "command": "npx",
      "args": [
        "-y",
        "enforcer-governor"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "io-gvnr-enforcer-governor": {
      "command": "npx",
      "args": [
        "-y",
        "enforcer-governor"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add io-gvnr-enforcer-governor -- npx -y enforcer-governor
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add io-gvnr-enforcer-governor --command npx --arg -y --arg enforcer-governor
```

### Hermes

```yaml
mcp_servers:
  io-gvnr-enforcer-governor:
    command: "npx"
    args: ["-y", "enforcer-governor"]
```

### Netclaw

```json
{
  "McpServers": {
    "io-gvnr-enforcer-governor": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "enforcer-governor"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add io-gvnr-enforcer-governor -t stdio -c npx -a -y enforcer-governor
```

### Other

```json
{
  "mcpServers": {
    "io-gvnr-enforcer-governor": {
      "command": "npx",
      "args": [
        "-y",
        "enforcer-governor"
      ]
    }
  }
}
```

## 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-09-26 (score 71, +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-09-25 (score 70, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 70, +12)

- [security regression] Tool safety: pass → unverified
- [security improvement] Known CVEs: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Dependency health: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.29.4 → 0.30.0

### 2026-09-23 (score 58)

First indexed and scored.

## MCP tools (5)

### `gvnr_request_permission` (~136 tokens)

Ask GVNR before acting

Ask GVNR whether an action is allowed BEFORE you run it. Call this before any shell command, file deletion, git push, deploy or publish, and before reading or writing credentials. Returns allow, deny, or ask_human. On deny, do not run the action. On ask_human, stop and get approval from the person you are working for before running it. Every call is recorded in a hash-chained receipt.

Input parameters:

- `action` (string, required): Exactly what you are about to do: the full shell command, or for a file operation the verb and path, e.g. "write /app/.env".

### `gvnr_status` (~40 tokens)

GVNR status

Show every governed agent with its status, spend and spend rate, plus the limits in force and what has been spent today, this week and this month.

### `gvnr_recent_decisions` (~45 tokens)

Recent GVNR decisions

List the most recent allow, deny and ask decisions from the receipt file, newest last.

Input parameters:

- `limit` (integer): How many to return. Defaults to 20.

### `gvnr_verify_receipts` (~37 tokens)

Verify the receipt chain

Check the hash chain over every recorded decision. Reports whether it is intact, or the line where a record was edited or removed.

### `gvnr_stop_agent` (~54 tokens)

Stop an agent

Stop a governed agent immediately. Only a human can resume it, from the GVNR dashboard. Use gvnr_status for agent ids.

Input parameters:

- `agent` (string, required): The agent id, as shown by gvnr_status.

## Diagnostics

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

## Score history

- 2026-09-26: 71
- 2026-09-25: 70
- 2026-09-24: 70
- 2026-09-23: 58

## Common questions

### What is the GVNR by Instruxi MCP server?

GVNR by Instruxi is an MCP server listed in the public MCP registry as io.gvnr/enforcer-governor. GVNR (gvnr.io): stops AI agents overspending and running dangerous commands before they act. This page covers its npm package (enforcer-governor).

### Is the GVNR by Instruxi MCP server safe to use?

GVNR by Instruxi scores 71 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the GVNR by Instruxi MCP server expose?

GVNR by Instruxi exposes 5 tools: gvnr_request_permission, gvnr_status, gvnr_recent_decisions, gvnr_verify_receipts, gvnr_stop_agent. Their descriptions and schemas cost roughly 312 tokens of context every time the server is loaded.

### Is the GVNR by Instruxi MCP server still maintained?

GVNR by Instruxi is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the GVNR by Instruxi MCP server under?

GVNR by Instruxi declares the FSL-1.1-ALv2 licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/enforcer-governor
- Socket report: https://socket.dev/npm/package/enforcer-governor
- Repository: https://github.com/instruxi-io/enforcer-governor
- Website: https://gvnr.io/
- Changelog RSS feed: https://verifymcp.io/servers/io-gvnr-enforcer-governor/enforcer-governor.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-gvnr-enforcer-governor/enforcer-governor.json
- HTML version of this page: https://verifymcp.io/servers/io-gvnr-enforcer-governor/enforcer-governor
