Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.bereviewable/reviewable-artifacts

NPM · REVIEWABLE-ARTIFACTS-MCP · SCANNED AUG 8

Reviewable workspace discovery and private HTML review creation via stdio MCP.

56 Trust /100
Trust breakdown (6 categories)

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 13 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency19
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 135 tokens (~33/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail

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

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 · reviewable-artifacts-mcp

# add to Claude Code
claude mcp add com-bereviewable-reviewable-artifacts -- npx -y reviewable-artifacts-mcp
# add to Codex CLI
codex mcp add com-bereviewable-reviewable-artifacts -- npx -y reviewable-artifacts-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-bereviewable-reviewable-artifacts": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "reviewable-artifacts-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-bereviewable-reviewable-artifacts --command npx --arg -y --arg reviewable-artifacts-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-bereviewable-reviewable-artifacts:
    command: "npx"
    args: ["-y", "reviewable-artifacts-mcp"]
// mcp.json
{
  "mcpServers": {
    "com-bereviewable-reviewable-artifacts": {
      "command": "npx",
      "args": [
        "-y",
        "reviewable-artifacts-mcp"
      ]
    }
  }
}
Changelog

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.

  • 8 Aug 26 +4
    • Dependency health: 0.00 → 1.00 functional
  • 6 Aug 26 +29
    • Known CVEs: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • Dependency health: unverified → 0.00 functional
    • First check of Tool coverage: 0 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: fair functional
    • First check of Schema quality: pass functional
  • 5 Aug 26 23

    First indexed and scored.

Diagnostics

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 8 Aug 2026 · Analysed npm/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 13 packages
Packages resolved 13
Tree resolution Complete
MCP tools · 4 exposed · ~110 tokens

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.

Tool Tokens
check_authorization ~20

Exchanges an approved browser authorization and activates the granted tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

disconnect ~21

Deletes this local MCP profile's web authorization and returns to connection tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_connection_state ~21

Reports whether this MCP profile is connected and the next action.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

start_web_authorization ~48

Starts browser authorization and returns an approval URL plus a human verification code. The code is not a credential.

NameTypeReqDescription
requested_scopestring
review_session_idstring

No output schema declared.

No examples provided.