registry  /  @ctrl-spc/cli  /  1.2.3

@ctrl-spc/cli@1.2.3

CTRL+SPC CLI — per-machine agent for browser login, project linking, presence, and the local MCP server.

Static Scan Results

scanned 3d ago · by rust-scanner

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

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 19 file(s), 240 KB of source, external domains: 127.0.0.1, esm.sh, gdioapkjgnlddsutysne.supabase.co

Source & flagged code

1 flagged · loading source
dist/commands/run.jsView file
1import { execFileSync } from 'node:child_process'; L2: import { randomUUID } from 'node:crypto'; ... L15: function mcpUrl() { L16: return `http://localhost:${MCP_PORT}/mcp`; L17: } ... L20: export function retireLegacyDaemon(deps = {}) { L21: if (process.platform !== 'darwin' && !deps.launchAgentPath) L22: return false; L23: const path = deps.launchAgentPath ?? join(homedir(), 'Library', 'LaunchAgents', 'com.ctrl-spc.daemon.plist'); L24: if (!(deps.exists ?? existsSync)(path)) ... L33: const bootout = deps.bootout ?? ((domain, target) => { L34: execFileSync('launchctl', ['bootout', domain, target], { stdio: 'ignore' });
Medium
Install Persistence

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

dist/commands/run.jsView on unpkg · L1

Findings

3 Medium5 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/commands/run.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License