registry  /  @ctrl-spc/cli  /  1.3.1

@ctrl-spc/cli@1.3.1

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

Static Scan Results

scanned 2d ago · by rust-scanner

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

Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source

Decision evidence

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

Source & flagged code

2 flagged · loading source
dist/commands/run.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @ctrl-spc/cli@1.2.3 matchedIdentity = npm:QGN0cmwtc3BjL2NsaQ:1.2.3 similarity = 0.842 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

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

dist/commands/run.jsView on unpkg
1import { execFileSync } from 'node:child_process'; L2: import { randomUUID } from 'node:crypto'; ... L16: function mcpUrl() { L17: return `http://localhost:${MCP_PORT}/mcp`; L18: } ... L21: export function retireLegacyDaemon(deps = {}) { L22: if (process.platform !== 'darwin' && !deps.launchAgentPath) L23: return false; L24: const path = deps.launchAgentPath ?? join(homedir(), 'Library', 'LaunchAgents', 'com.ctrl-spc.daemon.plist'); L25: if (!(deps.exists ?? existsSync)(path)) ... L34: const bootout = deps.bootout ?? ((domain, target) => { L35: 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

1 High3 Medium5 Low
HighPrevious Version Dangerous Deltadist/commands/run.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/commands/run.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License