# io.github.asume21/webear (npm · webear)

Give your AI coding assistant ears — capture, analyze, and describe live audio.

- Trust score: 56/100 (low)
- Change this week: +26
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

> **Malware flagged**: A supply-chain scanner flagged a high-severity malware risk in this package. Treat it as unsafe to install until the finding is cleared.

## Components

- npm · `webear`: 56/100 (this document), [markdown](https://verifymcp.io/servers/asume21-webear/webear.md), [page](https://verifymcp.io/servers/asume21-webear/webear)

## Channel facts

- Registry: `npm`
- Package: `webear`
- Version: `1.2.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-03.

- **Supply Chain Security**: 42/100
  - Malware check failed: a supply-chain vendor flagged a high-severity malware risk.
  - Only part of the dependency tree could be resolved (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree.
- **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 32 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 247 tokens (~61/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add asume21-webear -- npx -y webear
```

### Codex

```bash
codex mcp add asume21-webear -- npx -y webear
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add asume21-webear --command npx --arg -y --arg webear
```

### Hermes

```yaml
mcp_servers:
  asume21-webear:
    command: "npx"
    args: ["-y", "webear"]
```

### Other

```json
{
  "mcpServers": {
    "asume21-webear": {
      "command": "npx",
      "args": [
        "-y",
        "webear"
      ]
    }
  }
}
```

## 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 56, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 52, +31)

- [security regression] Malware scan: unverified → fail
- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 21, −7)

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

### 2026-07-31 (score 28, −2)

- [security regression] Malware scan: fail → unverified
- [security improvement] Malware indicator gptMalware:QQH-VokUc-IAQ8mLv_JNF-K_OKCEmXDV7-2jWLT3XMVY cleared

### 2026-07-27 (score 30)

First indexed and scored.

## MCP tools (4)

### `capture_audio` (~60 tokens)

Record a short clip of what the running web app is currently outputting. Returns a capture ID you can pass to analyze_audio or describe_audio.

Input parameters:

- `duration_ms` (number): How many milliseconds to record (default 3000, max 30000)

### `analyze_audio` (~55 tokens)

Run signal analysis on a captured audio clip. Returns RMS, peak dB, clipping, spectral centroid, frequency band energy, estimated BPM, and timing jitter.

Input parameters:

- `capture_id` (string, required): The capture ID returned by capture_audio

### `describe_audio` (~60 tokens)

Send a captured audio clip to Gemini or GPT-4o to get a plain-English description of what it sounds like — useful when something sounds wrong but you cannot describe it.

Input parameters:

- `capture_id` (string, required): The capture ID returned by capture_audio to describe

### `diff_audio` (~72 tokens)

Compare two audio captures and flag what changed — loudness, tone, timing, clipping. Use this before and after a code change to verify the audio impact.

Input parameters:

- `capture_id_a` (string, required): First capture ID (the "before")
- `capture_id_b` (string, required): Second capture ID (the "after")

## Diagnostics

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

## Score history

- 2026-08-03: 56
- 2026-08-02: 52
- 2026-08-01: 21
- 2026-07-31: 28
- 2026-07-30: 30
- 2026-07-28: 30
- 2026-07-27: 30

## Links

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