# io.github.jyswee/buggazi (npm · buggazi)

Project management for coding agents. Bugs, features, sprints. 73 tools, stdio or remote SSE.

- Trust score: 52/100 (low)
- Change this week: −6
- 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

- remote · `mcp.buggazi.com`: 59/100, [markdown](https://verifymcp.io/servers/jyswee-buggazi/mcp.md), [page](https://verifymcp.io/servers/jyswee-buggazi/mcp)
- npm · `buggazi`: 52/100 (this document), [markdown](https://verifymcp.io/servers/jyswee-buggazi/buggazi.md), [page](https://verifymcp.io/servers/jyswee-buggazi/buggazi)

## Channel facts

- Registry: `npm`
- Package: `buggazi`
- Version: `2.14.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**: 55/100
  - Malware check failed: a supply-chain vendor flagged a high-severity malware risk.
  - 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 (SEE LICENSE IN LICENSE) isn't a recognized OSI-approved license.
  - Actively maintained (last published 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 159 tokens (~79/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add jyswee-buggazi -- npx -y buggazi
```

### Codex

```bash
codex mcp add jyswee-buggazi -- npx -y buggazi
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add jyswee-buggazi --command npx --arg -y --arg buggazi
```

### Hermes

```yaml
mcp_servers:
  jyswee-buggazi:
    command: "npx"
    args: ["-y", "buggazi"]
```

### Other

```json
{
  "mcpServers": {
    "jyswee-buggazi": {
      "command": "npx",
      "args": [
        "-y",
        "buggazi"
      ]
    }
  }
}
```

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

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 48, +1)

- [security regression] Malware scan: unverified → fail
- [security regression] Malware indicator gptMalware:Qbj-7t5tOb97ufO2iBw2JPLjXkGEtWgBAWIf60AV8_6A: high
- [security regression] Malware indicator gptMalware:QH1DdtMJCUIHElybo-UUbk8WWkVoMReGIMg-hVeRjZ4c: high
- [security regression] Malware indicator gptMalware:Qk36J5MOjxsfPl4eBJ_Zq4EgoZ1C45-3CNWLElPKUPbg: high

### 2026-07-31 (score 47, −11)

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

### 2026-07-27 (score 58, +32)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: good

### 2026-07-26 (score 26)

First indexed and scored.

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

## MCP tools (2)

### `buggazi_get_started` (~32 tokens)

Explains what Buggazi is and how to activate this MCP server (no API key configured yet).

### `buggazi_signup` (~127 tokens)

Create a new Buggazi tenant. Requires the human's email: the activation link is emailed to them (card required via Stripe, nothing charged during the 7-day free trial). Returns an API key (auto-saved to ./.bgz/config.json) and unlocks all Buggazi tools immediately. Ask the human for their email before calling.

Input parameters:

- `email` (string, required): Human email. The activation link is sent here.
- `name` (string): Project display name (optional)
- `slug` (string, required): Short project slug, e.g. "my-app"

## Diagnostics

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

## Score history

- 2026-08-03: 52
- 2026-08-02: 48
- 2026-08-01: 47
- 2026-07-31: 47
- 2026-07-30: 58
- 2026-07-28: 58
- 2026-07-27: 58
- 2026-07-26: 26

## Links

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