io.github.maxtechera/hushdrop
NPM · HUSHDROP-MCP · SCANNED SEP 25
Open-source artifact sharing for AI agents: private, branded, zero-knowledge links.
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 Security81
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects adm-zip 0.5.18, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- 35 of 106 dependencies flagged as unhealthy. View diagnostics → Partial
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 (MIT).Pass
- Actively maintained (last published 93 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability80
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 723 tokens (~80/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 75% of tool parameters carry a description.Partial
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "publish_html" implies "publish" 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 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.maxtechera/hushdrop MCP server?
io.github.maxtechera/hushdrop runs locally as an npm package, launched with npx -y hushdrop-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 · hushdrop-mcp
claude mcp add maxtechera-hushdrop -- npx -y hushdrop-mcp
{
"mcpServers": {
"maxtechera-hushdrop": {
"command": "npx",
"args": [
"-y",
"hushdrop-mcp"
]
}
}
} {
"servers": {
"maxtechera-hushdrop": {
"command": "npx",
"args": [
"-y",
"hushdrop-mcp"
]
}
}
} codex mcp add maxtechera-hushdrop -- npx -y hushdrop-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"maxtechera-hushdrop": {
"type": "local",
"command": [
"npx",
"-y",
"hushdrop-mcp"
],
"enabled": true
}
}
} openclaw mcp add maxtechera-hushdrop --command npx --arg -y --arg hushdrop-mcp
mcp_servers:
maxtechera-hushdrop:
command: "npx"
args: ["-y", "hushdrop-mcp"] {
"McpServers": {
"maxtechera-hushdrop": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"hushdrop-mcp"
]
}
}
} assistant mcp add maxtechera-hushdrop -t stdio -c npx -a -y hushdrop-mcp
{
"mcpServers": {
"maxtechera-hushdrop": {
"command": "npx",
"args": [
"-y",
"hushdrop-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 −3
- Stability: pass → 0.80 functional
- 23 Sept 26 0
- Stability: 0.97 → pass security
- 22 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 0
- CVE-2026-77301 affects this package: high ▼ security
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 −3
- Stability: pass → 0.77 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/hushdrop-mcp@0.3.3
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 →
Vulnerabilities 15 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-7q85-xj36-vmfc | CVE-2026-77301 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | yes |
| GHSA-vwc7-r8mq-g2x9 | CVE-2026-76845 | medium | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N | no |
| GHSA-xcpc-8h2w-3j85 | CVE-2026-39244 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | yes |
| GHSA-2mjp-6q6p-2qxm | CVE-2026-1525 | medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L | yes |
| GHSA-35p6-xmwp-9g52 | CVE-2026-6733 | low | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N | yes |
| GHSA-4992-7rv2-5pvq | CVE-2026-1527 | medium | CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N | yes |
| GHSA-8xcm-r25x-g524 | CVE-2026-16728 | medium | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N | yes |
| GHSA-g8m3-5g58-fq7m | CVE-2026-11525 | low | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N | yes |
| GHSA-g9mf-h72j-4rw9 | CVE-2026-22036 | medium | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H | yes |
| GHSA-m8rv-5g2x-5cg5 | CVE-2026-15157 | medium | CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N | yes |
| GHSA-p88m-4jfj-68fv | CVE-2026-9679 | medium | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N | yes |
| GHSA-v3r7-h72x-cjcm | CVE-2026-16729 | medium | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N | yes |
| GHSA-v9p9-hfj2-hcw8 | CVE-2026-2229 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | yes |
| GHSA-vrm6-8vpv-qv8q | CVE-2026-1526 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | yes |
| GHSA-vxpw-j846-p89q | CVE-2026-12151 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | yes |
Background: What a vulnerability scan can and cannot prove →
Dependencies 106 packages
| Packages resolved | 106 |
|---|---|
| Stale | 35 |
| 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 →
delete_site ~36
Delete a drop (and any sibling file) by slug. Burns the artifact immediately.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The slug to delete. |
No output schema declared.
No examples provided.
list_sites ~31
List the drops currently live in your store (slug, URL, size, password if known locally, upload date).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
publish_file ~100
Publish a file from a local path. Non-HTML files get an unguessable URL; pass page=true to wrap any file in a branded download page (optionally password-protected).
| Name | Type | Req | Description |
|---|---|---|---|
| page | boolean | – | Wrap the file in a branded download page. |
| password | string | – | Password-protect the download page (requires page=true). |
| path | string | yes | Absolute path to the local file to publish. |
| slug | string | – | – |
No output schema declared.
No examples provided.
publish_html ~171
Publish raw HTML as a branded, password-protected (zero-knowledge AES-256) link on your own domain. Returns the URL and (if locked) the password. Locked by default.
| Name | Type | Req | Description |
|---|---|---|---|
| expire | string | – | Auto-expire after this long: '7d', '24h', '2w', or a date. Enforce deletion with the host's `hush gc` cron. |
| html | string | yes | The full HTML document to publish. |
| lock | boolean | – | Encrypt + password-protect (default true). Set false for a public branded page. |
| password | string | – | Set a specific password. Otherwise an unguessable one is generated when locked. |
| slug | string | – | Force the URL slug (e.g. 'q3-report'). Otherwise auto-generated. |
No output schema declared.
No examples provided.
set_email_gate ~62
Restrict a hosted drop so only viewers with a given email domain can open it (e.g. 'acme.com'); pass 'off' to remove.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Allowed email domain, or 'off'. |
| slug | string | yes | – |
No output schema declared.
No examples provided.
set_expiry ~71
Set (or clear) the auto-expiry on a hosted drop. The host's gc cron deletes it after the deadline.
| Name | Type | Req | Description |
|---|---|---|---|
| expire | string | yes | '7d' | '24h' | '2w' | a date | 'off' to clear. |
| slug | string | yes | – |
No output schema declared.
No examples provided.
set_feedback ~47
Toggle the viewer feedback widget on a hosted drop (collect reactions/comments from recipients).
| Name | Type | Req | Description |
|---|---|---|---|
| enabled | boolean | – | true to enable (default), false to disable. |
| slug | string | yes | – |
No output schema declared.
No examples provided.
set_password ~92
Change the password gate on a hosted drop. Zero-knowledge means re-keying re-encrypts, so re-supply the HTML; returns the new URL + password.
| Name | Type | Req | Description |
|---|---|---|---|
| html | string | yes | The drop's HTML (required — content is re-encrypted under the new password). |
| password | string | – | New password (auto-generated if omitted). |
| slug | string | yes | The slug to re-key. |
No output schema declared.
No examples provided.
update_site ~113
Replace the content of an existing drop in place — same URL/slug, new HTML. (Set a password to re-lock; zero-knowledge means content can't be re-keyed without re-supplying it.)
| Name | Type | Req | Description |
|---|---|---|---|
| expire | string | – | Auto-expire: '7d', '24h', '2w', or a date. |
| html | string | yes | The new HTML document. |
| lock | boolean | – | – |
| password | string | – | – |
| slug | string | yes | The slug to overwrite. |
No output schema declared.
No examples provided.
What is the io.github.maxtechera/hushdrop MCP server?
io.github.maxtechera/hushdrop is an MCP server listed in the public MCP registry as io.github.maxtechera/hushdrop. Open-source artifact sharing for AI agents: private, branded, zero-knowledge links. This page covers its npm package (hushdrop-mcp).
Is the io.github.maxtechera/hushdrop MCP server safe to use?
io.github.maxtechera/hushdrop scores 75 out of 100 on VerifyMCP. We recorded 15 known advisories against 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 io.github.maxtechera/hushdrop MCP server expose?
io.github.maxtechera/hushdrop exposes 9 tools: publish_html, publish_file, update_site, list_sites, delete_site, and 4 more. Their descriptions and schemas cost roughly 723 tokens of context every time the server is loaded.
Is the io.github.maxtechera/hushdrop MCP server still maintained?
io.github.maxtechera/hushdrop 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 io.github.maxtechera/hushdrop MCP server under?
io.github.maxtechera/hushdrop declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.