Static Scan Results
scanned 15d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/service.jsView file
1import { execSync } from 'child_process';
L2: import { existsSync, mkdirSync, writeFileSync, unlinkSync } from 'fs';
...
L48: }
L49: return join(homedir(), '.config', 'systemd', 'user', `${SERVICE_NAME}.service`);
L50: }
...
L183: try {
L184: execSync(`launchctl unload "${plistPath}" 2>/dev/null`);
L185: }
...
L215: function getStartupBatPath() {
L216: const startupDir = join(process.env.APPDATA || join(homedir(), 'AppData', 'Roaming'), 'Microsoft', 'Windows', 'Start Menu', 'Programs', 'Startup');
L217: return join(startupDir, `${SERVICE_NAME}.bat`);
...
L264: export function isServiceInstalled() {
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
dist/service.jsView on unpkg · L1Findings
3 Medium5 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/service.js
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings