Static Scan Results
scanned 2d ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/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 unpkg1import { 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 · L1Findings
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