Static Scan Results
scanned 36m ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcebin/dashclaw.jsView file
2L3: import { execFileSync } from 'child_process';
L4: import { readFileSync } from 'node:fs';
High
298} else if (platform === 'win32') {
L299: // Use PowerShell Start-Process instead of relying on cmd.exe parsing
L300: execFileSync('powershell', ['-NoProfile', '-Command', 'Start-Process', url]);
High
576*/
L577: async function cmdImport() {
L578: const file = args[1];
Medium
Dynamic Require
Package source references dynamic require/import behavior.
bin/dashclaw.jsView on unpkg · L576lib/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 High4 Medium4 Low
HighChild Processbin/dashclaw.js
HighShellbin/dashclaw.js
HighRuntime Package Installlib/up/run.js
MediumDynamic Requirebin/dashclaw.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings