io.github.info-arnav/unlocalhost
NPM · @UNLOCALHOST/UNLOCALHOST · SCANNED AUG 3
Deploy localhost to a private, authenticated link from your AI coding agent.
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. 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 7 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 490 tokens (~70/item across 7 items; 7 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 Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · @unlocalhost/unlocalhost
claude mcp add info-arnav-unlocalhost -- npx -y @unlocalhost/unlocalhost
codex mcp add info-arnav-unlocalhost -- npx -y @unlocalhost/unlocalhost
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"info-arnav-unlocalhost": {
"type": "local",
"command": [
"npx",
"-y",
"@unlocalhost/unlocalhost"
],
"enabled": true
}
}
} openclaw mcp add info-arnav-unlocalhost --command npx --arg -y --arg @unlocalhost/unlocalhost
mcp_servers:
info-arnav-unlocalhost:
command: "npx"
args: ["-y", "@unlocalhost/unlocalhost"] {
"mcpServers": {
"info-arnav-unlocalhost": {
"command": "npx",
"args": [
"-y",
"@unlocalhost/unlocalhost"
]
}
}
} 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 +48
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 1 Aug 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 28
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/@unlocalhost/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
unlocalhost_deploy Deploy a repository ~240
Deploy a GitHub repository and get a private URL. IMPORTANT: before calling this, you must yourself create a GitHub repository and push the code using the user's own git credentials, and make sure .env is listed in .gitignore. Pass any .env values through the env argument instead of committing them. STORAGE: the deployed app gets a persistent disk at /app/data and an env var DATABASE_PATH set to /app/data/app.db. If the app stores data, use SQLite at process.env.DATABASE_PATH. There is no managed Postgres or MySQL, and anything written outside /app/data is lost on the next deploy.
| Name | Type | Req | Description |
|---|---|---|---|
| branch | string | — | Branch to deploy. Defaults to the repo default. |
| emails | array | — | Email addresses allowed to open the app. Everyone else is blocked. |
| env | object | — | Environment variables from the local .env file. Pass them here — never commit .env to the repository. |
| repoFullName | string | yes | The GitHub repository you just pushed, as owner/repo. You must create and push this repository yourself using the user's own git credentials before calling this tool. |
No output schema declared.
No examples provided.
unlocalhost_list List deployed apps ~22
List the apps this user has deployed, with URLs and status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
unlocalhost_login Sign in to unlocalhost ~36
Start a one-time browser sign-in. Show the user the returned URL and code, then wait — this tool blocks until they approve.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
unlocalhost_logs Read app logs ~67
Fetch runtime and build logs for an app. Use this to diagnose a failed deploy, then fix the code and deploy again.
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | The app id returned by deploy or list. |
| lines | number | — | How many log lines to return. Default 200. |
No output schema declared.
No examples provided.
unlocalhost_share Share an app ~47
Grant email addresses access to a deployed app.
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | The app id returned by deploy or list. |
| emails | array | yes | Email addresses to grant access to. |
No output schema declared.
No examples provided.
unlocalhost_status unlocalhost status ~26
Report which unlocalhost instance this MCP is pointed at and whether it is signed in.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
unlocalhost_unshare Revoke access to an app ~52
Remove email addresses from an app allowlist. Takes effect immediately.
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | The app id returned by deploy or list. |
| emails | array | yes | Email addresses to revoke access from. |
No output schema declared.
No examples provided.