Static Scan Results
scanned 7h ago · by rust-scannerStatic analysis flagged 10 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.
Static reason
One or more suspicious static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcebin/dashclaw.jsView file
2L3: import { execFileSync } from 'child_process';
L4: import { readFileSync } from 'node:fs';
High
296} else if (platform === 'win32') {
L297: // Use PowerShell Start-Process instead of relying on cmd.exe parsing
L298: execFileSync('powershell', ['-NoProfile', '-Command', 'Start-Process', url]);
High
lib/up/run.jsView file
2//
L3: // Build, start, health-wait, and open-browser primitives for `npx dashclaw up`.
L4:
L5: import { spawn, spawnSync } from 'node:child_process';
L6:
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
lib/up/run.jsView on unpkg · L2Findings
3 High3 Medium4 Low
HighChild Processbin/dashclaw.js
HighShellbin/dashclaw.js
HighRuntime Package Installlib/up/run.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings