Static Scan Results
scanned 3d ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
1 flagged · loading sourcedist/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 · L1Findings
3 Medium5 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/commands/run.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License