DebugBundle
NPM · @DEBUGBUNDLE/MCP · SCANNED AUG 3
DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.
Available components
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. How we score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 0 of 21 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (AGPL-3.0-only).Pass
- Actively maintained (last published 16 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability43
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 7020 tokens (~60/item across 117 items; 117 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @debugbundle/mcp
claude mcp add com-debugbundle-mcp -- npx -y @debugbundle/mcp
codex mcp add com-debugbundle-mcp -- npx -y @debugbundle/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-debugbundle-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@debugbundle/mcp"
],
"enabled": true
}
}
} openclaw mcp add com-debugbundle-mcp --command npx --arg -y --arg @debugbundle/mcp
mcp_servers:
com-debugbundle-mcp:
command: "npx"
args: ["-y", "@debugbundle/mcp"] {
"mcpServers": {
"com-debugbundle-mcp": {
"command": "npx",
"args": [
"-y",
"@debugbundle/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +19
- Malware scan: unverified → pass ▲ security
- Stability: unverified → 0.23 ▲ functional
- 31 Jul 26 −10
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 29 Jul 26 +41
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → pass ▲ security
- Schema quality: unverified → poor ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: partial → 1.00 functional
- Licence: AGPL-3.0-only functional
- 28 Jul 26 −15
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@debugbundle/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 21 packages
21 packages in the resolved dependency tree.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
test_slack_destination ~44
Send a test message to a connected Slack destination.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| destinationId | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
test_webhook ~47
Queue a synthetic webhook delivery.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| eventType | string | — | — |
| projectId | string | yes | — |
| webhookId | string | yes | — |
No output schema declared.
No examples provided.
update_alert ~106
Update an alert rule, including optional severity-threshold lifecycle scope.
| Name | Type | Req | Description |
|---|---|---|---|
| alertId | string | yes | — |
| bearerToken | string | yes | — |
| channel | string | — | — |
| conditionType | string | — | — |
| config | — | — | — |
| cooldownSeconds | integer | — | — |
| isEnabled | boolean | — | — |
| projectId | string | yes | — |
| serviceId | string|null | — | — |
| severityLifecycleScope | — | — | — |
| severityMin | string|null | — | — |
No output schema declared.
No examples provided.
update_analytics_settings ~41
Update AnalyticsBundle settings for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| update | object | yes | — |
No output schema declared.
No examples provided.
update_capture_policy ~40
Update the capture policy for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| update | object | yes | — |
No output schema declared.
No examples provided.
update_capture_rule ~46
Update a project capture rule.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| ruleId | string | yes | — |
| update | object | yes | — |
No output schema declared.
No examples provided.
update_github_dispatch_rule ~111
Update a GitHub dispatch automation rule.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| bundleType | string | — | — |
| cooldownSeconds | number | — | — |
| enabled | boolean | — | — |
| environments | array | — | — |
| eventTypes | array | — | — |
| incidentStatus | string | — | — |
| name | string | — | — |
| projectId | string | yes | — |
| ruleId | string | yes | — |
| services | array | — | — |
| severityMin | string | — | — |
No output schema declared.
No examples provided.
update_health_check ~133
Update a hosted health check.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| checkId | string | yes | — |
| enabled | boolean | — | — |
| environment | string | — | — |
| expectedStatusMax | number | — | — |
| expectedStatusMin | number | — | — |
| failureThreshold | number | — | — |
| intervalSeconds | number | — | — |
| method | string | — | — |
| name | string | — | — |
| projectId | string | yes | — |
| recoveryThreshold | number | — | — |
| serviceName | string|null | — | — |
| timeoutMs | number | — | — |
| url | string | — | — |
No output schema declared.
No examples provided.
update_improvement_settings ~41
Update automated improvement settings for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| update | object | yes | — |
No output schema declared.
No examples provided.
update_project ~56
Update a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| colorTag | — | — | — |
| environmentDefault | string | — | — |
| name | string | — | — |
| projectId | string | yes | — |
| slug | string | — | — |
No output schema declared.
No examples provided.
update_project_member_role ~49
Update the role of a project collaborator.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| role | string | yes | — |
| userId | string | yes | — |
No output schema declared.
No examples provided.
update_saved_analytics_funnel ~64
Update the name or ordered steps of a saved AnalyticsBundle funnel.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| displayName | string | — | — |
| funnelKey | string | yes | — |
| projectId | string | yes | — |
| steps | array | — | — |
No output schema declared.
No examples provided.
update_webhook ~67
Update a webhook endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| events | array | — | — |
| filters | object | — | — |
| isEnabled | boolean | — | — |
| projectId | string | yes | — |
| url | string | — | — |
| webhookId | string | yes | — |
No output schema declared.
No examples provided.
update_weekly_report_channel ~69
Update a weekly report delivery channel. Email channel config supports up to 3 recipients in config.to.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| channelId | string | yes | — |
| config | object | — | — |
| isEnabled | boolean | — | — |
| schedule | object | — | — |
No output schema declared.
No examples provided.
validate ~25
Validate local DebugBundle project setup and optionally apply fixes.
| Name | Type | Req | Description |
|---|---|---|---|
| fix | boolean | — | — |
No output schema declared.
No examples provided.
verify_cloud ~77
Verify hosted ingestion or actively prove hosted incident creation.
| Name | Type | Req | Description |
|---|---|---|---|
| authFilePath | string | — | — |
| environment | string | — | — |
| maxAgeMinutes | number | — | — |
| projectId | string | yes | — |
| service | string | — | — |
| trigger4xxStatus | integer | — | — |
| trigger5xx | boolean | — | — |
No output schema declared.
No examples provided.
verify_local ~18
Run the local verification flow against the current repository.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.