registry  /  @mmmbuto/nexuscrew  /  0.7.6

@mmmbuto/nexuscrew@0.7.6

Faithful browser tmux client — attach to live sessions over a real PTY, localhost-only, mobile-easy

Static Scan Results

scanned 3d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 10 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkWebSocket
Supply chain
HighEntropyStringsMinifiedObfuscatedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 31 file(s), 3.05 MB of source, external domains: 127.0.0.1, reactjs.org, www.apple.com, www.w3.org

Source & flagged code

2 flagged · loading source
bin/nexuscrew.jsView file
3// NexusCrew CLI dispatcher (portable). Subcomandi: init / serve / start / stop / status. L4: const { dispatch } = require('../lib/cli/commands.js'); L5: const r = dispatch(process.argv.slice(2));
Medium
Dynamic Require

Package source references dynamic require/import behavior.

bin/nexuscrew.jsView on unpkg · L3
lib/cli/service.jsView file
6const path = require('node:path'); L7: const { execFileSync } = require('node:child_process'); L8: const { detectPlatform, uid } = require('./platform.js'); ... L128: const repoQ = shellQuote(ctx.repoRoot); L129: return `#!/data/data/com.termux/files/usr/bin/sh L130: # NexusCrew boot (Termux) - loopback, localhost del telefono ... L157: // - write temp file nella stessa dir -> chmod mode -> atomic rename L158: // - exec service manager (systemctl/launchctl); skip in dryRun L159: // execImpl per test (default execFileSync). L160: function installService(platform, content, ctx, { dryRun = false, execImpl = execFileSync } = {}) { L161: const home = ctx.home || os.homedir(); L162: const target = ctx.installPath || installPath(platform, home);
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

lib/cli/service.jsView on unpkg · L6

Findings

5 Medium5 Low
MediumDynamic Requirebin/nexuscrew.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencelib/cli/service.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowUrl Strings