com.bereviewable/reviewable-artifacts
NPM · REVIEWABLE-ARTIFACTS-MCP · SCANNED SEP 25
Reviewable workspace discovery and private HTML review creation via stdio MCP.
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 → Why this is hard to 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
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 16 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- 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 Management97
- Stability observed for 29 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
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "disconnect" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
How do I install the com.bereviewable/reviewable-artifacts MCP server?
com.bereviewable/reviewable-artifacts runs locally as an npm package, launched with npx -y reviewable-artifacts-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · reviewable-artifacts-mcp
claude mcp add com-bereviewable-reviewable-artifacts -- npx -y reviewable-artifacts-mcp
{
"mcpServers": {
"com-bereviewable-reviewable-artifacts": {
"command": "npx",
"args": [
"-y",
"reviewable-artifacts-mcp"
]
}
}
} {
"servers": {
"com-bereviewable-reviewable-artifacts": {
"command": "npx",
"args": [
"-y",
"reviewable-artifacts-mcp"
]
}
}
} codex mcp add com-bereviewable-reviewable-artifacts -- npx -y reviewable-artifacts-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-bereviewable-reviewable-artifacts": {
"type": "local",
"command": [
"npx",
"-y",
"reviewable-artifacts-mcp"
],
"enabled": true
}
}
} openclaw mcp add com-bereviewable-reviewable-artifacts --command npx --arg -y --arg reviewable-artifacts-mcp
mcp_servers:
com-bereviewable-reviewable-artifacts:
command: "npx"
args: ["-y", "reviewable-artifacts-mcp"] {
"McpServers": {
"com-bereviewable-reviewable-artifacts": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"reviewable-artifacts-mcp"
]
}
}
} assistant mcp add com-bereviewable-reviewable-artifacts -t stdio -c npx -a -y reviewable-artifacts-mcp
{
"mcpServers": {
"com-bereviewable-reviewable-artifacts": {
"command": "npx",
"args": [
"-y",
"reviewable-artifacts-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.
- 25 Sept 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 24 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 22 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Sept 26 −3
- Stability: pass → 0.80 functional
- 19 Sept 26 +1
- Stability: 0.97 → pass security
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 −3
- Stability: pass → 0.80 functional
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 25 Sept 2026 · Analysed npm/reviewable-artifacts-mcp@0.4.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 13 packages
| Packages resolved | 13 |
|---|---|
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
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.
| Name | Type | Req | Description |
|---|---|---|---|
| requested_scope | string | – | – |
| review_session_id | string | – | – |
No output schema declared.
No examples provided.
What is the com.bereviewable/reviewable-artifacts MCP server?
com.bereviewable/reviewable-artifacts is an MCP server listed in the public MCP registry as com.bereviewable/reviewable-artifacts. Reviewable workspace discovery and private HTML review creation via stdio MCP. This page covers its npm package (reviewable-artifacts-mcp).
Is the com.bereviewable/reviewable-artifacts MCP server safe to use?
com.bereviewable/reviewable-artifacts scores 72 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the com.bereviewable/reviewable-artifacts MCP server expose?
com.bereviewable/reviewable-artifacts exposes 4 tools: get_connection_state, start_web_authorization, check_authorization, disconnect. Their descriptions and schemas cost roughly 110 tokens of context every time the server is loaded.
Is the com.bereviewable/reviewable-artifacts MCP server still maintained?
com.bereviewable/reviewable-artifacts is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the com.bereviewable/reviewable-artifacts MCP server under?
com.bereviewable/reviewable-artifacts declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.