# io.github.Syedomershah99/being-human (pypi · being-human)

Learns your writing voice from your own prompt history, then makes the model write like that.

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

## Components

- pypi · `being-human`: 69/100 (this document), [markdown](https://verifymcp.io/servers/syedomershah99-being-human/being-human.md), [page](https://verifymcp.io/servers/syedomershah99-being-human/being-human)

## Channel facts

- Registry: `pypi`
- Package: `being-human`
- Version: `0.1.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-18.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 87/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1048 tokens (~116/item across 9 items; 7 tools + 2 resources), over budget; trim descriptions and params.
  - 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**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 90% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; 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 syedomershah99-being-human -- uvx being-human
```

### Codex

```bash
codex mcp add syedomershah99-being-human -- uvx being-human
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "syedomershah99-being-human": {
      "type": "local",
      "command": [
        "uvx",
        "being-human"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add syedomershah99-being-human --command uvx --arg being-human
```

### Hermes

```yaml
mcp_servers:
  syedomershah99-being-human:
    command: "uvx"
    args: ["being-human"]
```

### Other

```json
{
  "mcpServers": {
    "syedomershah99-being-human": {
      "command": "uvx",
      "args": [
        "being-human"
      ]
    }
  }
}
```

## 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-13 (score 69)

First indexed and scored.

## MCP tools (7)

### `voice_get` (~104 tokens)

Get the user's measured writing voice as explicit rules. CALL THIS BEFORE writing any prose the user will send or publish under their own name -- a post, email, reply, bio, doc, commit message, cover letter, or anything else in their name. The rules are measured from their own past writing (sentence rhythm, casing, punctuation rates, vocabulary, words to avoid), so they override your defaults. Cheap and fast; call it rather than guessing what the user sounds like.

### `voice_score` (~133 tokens)

Score a draft 0-100 for AI tells and get line-level findings. CALL THIS ON EVERY DRAFT before showing it to the user. Checks a curated slop lexicon plus structural signals -- sentence-length uniformity, paragraph shape, bullet symmetry, punctuation rates -- against THIS user's own measured baseline rather than universal rules. Above 85 reads human, below 50 is slop. Also returns the voice rules, so one call gives you both the critique and the target.

Input parameters:

- `path` (string): Path to a file to score, instead of text.
- `text` (string): The draft text to score.

### `voice_verify` (~147 tokens)

The impostor test: statistically, is this text a plausible sample of THIS user? Returns an authorship percentile against a null resampled from their own writing at the same length. Under 75 means indistinguishable from them; over 97 means it reads as someone else. This is a different question from voice_score -- that one catches AI tells, this one catches 'fluent, clean, and not you'. Run BOTH on any draft before showing it; a draft has to pass each. Also names the specific words that pushed it out of range.

Input parameters:

- `path` (string): Path to a file, instead of text.
- `text` (string): The draft text to test.

### `voice_status` (~61 tokens)

Check whether a voiceprint exists and how solid it is: sample count, word count, when it was built, and whether the corpus is large enough for the measurements to be stable. Use this when you are not sure the user has set being-human up yet.

### `voice_learn` (~151 tokens)

Build or refresh the voiceprint from the user's own writing. Sources: 'claude-history' and 'claude-projects' (local Claude Code history), 'chatgpt' (a conversations.json from a ChatGPT data export, needs path), 'files' (a folder of the user's own writing, needs path). Takes a few seconds. Run this once at setup, or again to fold in newer writing.

Input parameters:

- `append` (boolean): Add to the existing corpus instead of replacing.
- `name` (string): The user's name, for labelling.
- `path` (string): Required for 'chatgpt' and 'files'.
- `source` (string, required): Where to harvest from.

### `voice_note` (~103 tokens)

Record something about the user's voice that measurement cannot reach -- a phrase they have banned, who they are usually writing for, a correction they just made to your draft, a running joke. Use this whenever the user says 'I wouldn't say that', 'too formal', or rewrites something you wrote. Notes persist across every rebuild of the voiceprint and tend to matter more than the statistics.

Input parameters:

- `note` (string, required): The rule or observation, in one or two sentences.

### `voice_export` (~94 tokens)

Compile the voiceprint into a format another tool reads: 'chatgpt' (custom instructions box, ~1500 chars), 'agents' (AGENTS.md), 'cursor' (.cursorrules), 'claude' (CLAUDE.md), 'system' (raw system prompt), or 'json'. Use when the user wants their voice set up in a different assistant.

Input parameters:

- `target` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/syedomershah99-being-human/being-human#diagnostics

## Score history

- 2026-08-18: 69
- 2026-08-17: 69
- 2026-08-16: 69
- 2026-08-15: 69
- 2026-08-14: 69
- 2026-08-13: 69

## Links

- PyPI project: https://pypi.org/project/being-human/
- Socket report: https://socket.dev/pypi/package/being-human
- Repository: https://github.com/Syedomershah99/being-human
- Changelog RSS feed: https://verifymcp.io/servers/syedomershah99-being-human/being-human.xml
- Changelog JSON feed: https://verifymcp.io/servers/syedomershah99-being-human/being-human.json
- HTML version of this page: https://verifymcp.io/servers/syedomershah99-being-human/being-human
