Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 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/diagnostics.test.jsView file
2Object.defineProperty(exports, "__esModule", { value: true });
L3: const vitest_1 = require("vitest");
L4: const index_ts_1 = require("../src/diagnostics/index.ts");
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/diagnostics.test.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 High4 Medium5 Low
HighChild Processdist/install/index.js
HighShell
HighRuntime Package Installdist/validator/index.js
MediumDynamic Requiredist/diagnostics.test.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License