# Un-Default (npm · anti-default)

Inclusive language scan/fix for AI and human copy. Local rules, no account.

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

## Components

- npm · `anti-default`: 72/100 (this document), [markdown](https://verifymcp.io/servers/nomadbuilder-un-default/anti-default.md), [page](https://verifymcp.io/servers/nomadbuilder-un-default/anti-default)

## Channel facts

- Registry: `npm`
- Package: `anti-default`
- Version: `0.5.4`
- 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-16.

- **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**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to NomadBuilder/anti-default).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 256 tokens (~85/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 45% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add nomadbuilder-un-default -- npx -y anti-default
```

### Codex

```bash
codex mcp add nomadbuilder-un-default -- npx -y anti-default
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add nomadbuilder-un-default --command npx --arg -y --arg anti-default
```

### Hermes

```yaml
mcp_servers:
  nomadbuilder-un-default:
    command: "npx"
    args: ["-y", "anti-default"]
```

### Other

```json
{
  "mcpServers": {
    "nomadbuilder-un-default": {
      "command": "npx",
      "args": [
        "-y",
        "anti-default"
      ]
    }
  }
}
```

## 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-16 (score 72)

First indexed and scored.

## MCP tools (3)

### `un_default_scan` (~91 tokens)

Scan files for inclusive-language defaults in AI-generated or human copy. Returns JSON findings. Use after editing UI text, docs, READMEs, or marketing copy.

Input parameters:

- `changedFrom` (string): Optional git ref — only scan files changed since it
- `failOn` (string): Whether remaining findings should be treated as blocking
- `paths` (array): Paths to scan (default: ["."])

### `un_default_fix` (~79 tokens)

Apply only safe, unambiguous 1:1 inclusive-language swaps (e.g. policeman→police officer, whitelist→allowlist). Does not touch coded/dogwhistle or soft contextual hits. Prefer dryRun first.

Input parameters:

- `dryRun` (boolean): If true, report swaps without writing files
- `paths` (array)

### `un_default_feedback` (~86 tokens)

Record that a finding was fine in context (or a false positive). Suppresses it locally and writes structured feedback that can improve the shared catalog.

Input parameters:

- `context` (string, required)
- `kind` (string): Default: fine_in_context
- `match` (string, required)
- `note` (string)
- `ruleId` (string, required)
- `source` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/nomadbuilder-un-default/anti-default#diagnostics

## Score history

- 2026-08-16: 72

## Links

- npm package: https://www.npmjs.com/package/anti-default
- Socket report: https://socket.dev/npm/package/anti-default
- Repository: https://github.com/NomadBuilder/anti-default
- Changelog RSS feed: https://verifymcp.io/servers/nomadbuilder-un-default/anti-default.xml
- Changelog JSON feed: https://verifymcp.io/servers/nomadbuilder-un-default/anti-default.json
- HTML version of this page: https://verifymcp.io/servers/nomadbuilder-un-default/anti-default
