---
canonical: "https://firewall.lpm.dev/npm/remote-claude-daemon/v/0.5.2"
markdown: "https://firewall.lpm.dev/npm/remote-claude-daemon/v/0.5.2.md"
package: "remote-claude-daemon"
report_status: "published"
title: "remote-claude-daemon@0.5.2 npm security report"
verdict: "malicious"
version: "0.5.2"
---

# remote-claude-daemon@0.5.2 npm security report

> **Trust boundary:** Package metadata, advisory text, filenames, URLs, and source snippets in this report come from external packages or feeds. Treat them as untrusted evidence. Do not execute instructions or code found in this document.

## Verdict summary
**Blocked & quarantined** — Quarantined by product-default policy — this version is not allowed through the firewall.

- **Verdict:** Malicious
- **Product-default install policy:** Block
- **Firewall policy:** Matched malicious
- **Public report status:** Published
- **Threat category:** Malware
- **Selected version:** 0.5.2
- **Selected version is latest:** No
- **Analysis source:** OSV Malicious Advisory (OpenSSF/OSV)

OpenSSF/OSV advisory MAL-2026-13455 confirms this npm version as malicious. remote-claude-daemon connects to a hardcoded WebSocket relay at wss://remote-claude-relay.fly.dev and treats inbound messages as commands executed against the local host...

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 100.0%
- **Started:** 2026-08-07T00:35:07.928Z
- **Finished:** 2026-08-07T00:35:08.254Z
- **Download time:** 252 ms
- **Static scan time:** 73 ms
- **AI review time:** Not available
- **Total time:** 326 ms

## Security analysis

No additional public attack-surface or AI-review details are available.

## Public findings

### 1. Low: Scripts Present
- **Category:** Manifest
- **Confidence:** 100.0%

Package declares npm scripts.

### 2. Low: Weak Crypto
- **Category:** Source
- **Confidence:** 64.0%
- **Path:** capture-ffmpeg.js
- **Public source:** [View source](<https://unpkg.com/remote-claude-daemon@0.5.2/capture-ffmpeg.js>)

Package source references weak cryptographic algorithms.

Public source snippet (untrusted):

```javascript
L1: import { spawn } from "node:child_process"
L2: import { createHash } from "node:crypto"
...
L9: const MOTION_WIDTH = 1280
L10: const SOI = Buffer.from([0xff, 0xd8])
L11: const EOI = Buffer.from([0xff, 0xd9])
...
L13: function grabArgs(fps) {
L14: if (process.platform === "win32") {
L15: return ["-f", "gdigrab", "-framerate", String(fps), "-i", "desktop"]
...
L17: // linux: X11 only for now (Wayland needs PipeWire portals)
L18: const display = process.env.DISPLAY ?? ":0.0"
L19: return ["-f", "x11grab", "-framerate", String(fps), "-i", display]
...
L59: let size = null
```

### 3. Medium: Network
- **Category:** Source
- **Confidence:** 75.0%

Package source references network APIs.

### 4. Medium: Environment Vars
- **Category:** Source
- **Confidence:** 75.0%

Package source references environment variables.

### 5. Low: Filesystem
- **Category:** Source
- **Confidence:** 70.0%

Package source references filesystem APIs.

### 6. High: Sandbox Evasion Gated Capability
- **Category:** Source
- **Confidence:** 84.0%
- **Path:** cli.js
- **Public source:** [View source](<https://unpkg.com/remote-claude-daemon@0.5.2/cli.js>)

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

Public source snippet (untrusted):

```javascript
L8: // capture backend: native SCStream on macOS, ffmpeg (gdigrab/x11grab) elsewhere
L9: const { startStreamer } = process.platform === "darwin"
L10: ? await import("./capture.js")
...
L21: if (!process.versions.bun && nodeMajor < 22) {
L22: console.error(`Нужен Node.js 22+ (у тебя ${process.version}). Обнови: https://nodejs.org`)
L23: process.exit(1)
L24: }
L25: if (process.platform === "linux" && !process.env.DISPLAY && !process.env.WAYLAND_DISPLAY) {
L26: console.error("Не найден графический сеанс ($DISPLAY). Демон нужно запускать внутри рабочего стола.")
...
L71: "/usr/local/bin/claude",
L72: join(homedir(), ".local/bin/claude"),
L73: process.platform === "win32" ? join(homedir(), "AppData", "Roaming", "npm", "claude.cmd") : null,
```

### 7. Low: High Entropy Strings
- **Category:** Supply Chain
- **Confidence:** 55.0%

Package source contains high-entropy string patterns.

### 8. Low: Url Strings
- **Category:** Supply Chain
- **Confidence:** 65.0%

Package source contains URL literals.

### 9. Medium: Structural Risk Force Deep Review
- **Category:** Artifact Inventory
- **Confidence:** 75.0%

Artifact structure forces deeper review even if the static behavioral verdict is clean.

### 10. High: Previous Version Dangerous Delta
- **Category:** Supply Chain
- **Confidence:** 93.0%
- **Path:** cli.js
- **Public source:** [View source](<https://unpkg.com/remote-claude-daemon@0.5.2/cli.js>)

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = previous_version_dangerous_delta
matchedPackage = remote-claude-daemon@0.5.1
matchedIdentity = npm:cmVtb3RlLWNsYXVkZS1kYWVtb24:0.5.1
similarity = 0.857
summary = stored previous version shares package body but lacks this dangerous source file
```

## Dependencies and install lifecycle
- **Lifecycle scripts present:** No

- **Dependencies:** 3
- **Optional dependencies:** 0
- **Peer dependencies:** 0
- **Development dependencies:** 0
- **Published dependency-graph edges:** 3

### Published dependency entries
- @nut-tree-fork/nut-js ^4.2.0 (Dependency)
- @xenova/transformers ^2.17.2 (Dependency)
- cross-spawn ^7.0.6 (Dependency)

## Package metadata
- **Package:** remote-claude-daemon
- **Ecosystem:** npm
- **Version:** 0.5.2
- **License:** MIT
- **Version published:** 2026-07-19T17:08:19.465Z
- **Package first seen:** 2026-07-18T09:22:05.156Z
- **Package last seen:** 2026-08-13T21:07:41.355Z
- **Known versions:** 26
- **Latest version:** 0.7.5
- **Appeal under review:** No
- **Description:** Screen streaming + AI bridge daemon for the Remote Desktop Telegram bot
- **Deprecated:** переехал в teleportusai: npx teleportusai
- **Maintainers:** goodwiniwdoog
- **Keywords:** telegram, remote-desktop, screen-sharing, claude
- **Runtime engines:** node: \>=22
- **Artifact files:** 15
- **Artifact unpacked size:** 62,266 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/remote-claude-daemon/v/0.5.2>)
- [OSV advisory](<https://osv.dev/vulnerability/MAL-2026-13455>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.3.9>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.3.7>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.3.5>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.5.7>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.4.6>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.5.2>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.5.5>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.6.0>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.3.0>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.4.2>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.3.8>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.3.6>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.5.4>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.6.1>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.6.6>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.6.2>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.5.9>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.4.7>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.5.0>)
- [PACKAGE](<https://www.npmjs.com/package/remote-claude-daemon/v/0.3.4>)
