Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 14 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
HighEntropyStringsMinifiedUrlStrings
CopyleftLicense
Source & flagged code
4 flagged · loading sourcedist/dev.jsView file
1import { appendFileSync, closeSync, existsSync, mkdirSync, openSync, readFileSync, readSync, readdirSync, renameSync, rmSync, statSync, writeFileSync } from "node:fs";
L2: import { spawn, spawnSync } from "node:child_process";
L3: import { createHash } from "node:crypto";
High
2083patternName = generic_password
severity = medium
line = 2083
matchedText = password...ed",
Medium
dist/scripts/verify-driver.jsView file
6import { pathToFileURL } from 'node:url';
L7: const require = createRequire(import.meta.url);
L8: function hasSourceRunnerDependencies() {
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/scripts/verify-driver.jsView on unpkg · L6dist/scripts/run-fixture-astro-command.jsView file
33});
L34: const result = spawnSync('npx', ['astro', command, '--root', fixtureRoot, ...rest], {
L35: cwd: packageRoot,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/scripts/run-fixture-astro-command.jsView on unpkg · L33Findings
3 High5 Medium6 Low
HighChild Processdist/dev.js
HighShell
HighRuntime Package Installdist/scripts/run-fixture-astro-command.js
MediumSecret Patterndist/dev.js
MediumDynamic Requiredist/scripts/verify-driver.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowCopyleft License