Static Scan Results
scanned 2h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/install/index.jsView file
2import * as path from 'path';
L3: import { execSync } from 'child_process';
L4: import { addCatalogToVscodeSettings, syncEditorSchema } from '../editor-schema/index.js';
High
Child Process
Package source references child process execution.
dist/install/index.jsView on unpkg · L2dist/validator/index.jsView file
26const localTsc = path.join(cwd, 'node_modules', '.bin', 'tsc');
L27: const tscBin = fs.existsSync(localTsc) ? `"${localTsc}"` : 'npx tsc';
L28: cmd = `${tscBin} --noEmit`;
...
L31: try {
L32: execSync(cmd, { cwd, stdio: 'pipe' });
L33: return { ok: true, errors: '', raw: '' };
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/validator/index.jsView on unpkg · L26Findings
3 High3 Medium5 Low
HighChild Processdist/install/index.js
HighShell
HighRuntime Package Installdist/validator/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License