Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 12 finding(s) at 93.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.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsTelemetryUrlStrings
Source & flagged code
4 flagged · loading sourcedist/index.jsView file
•matchType = previous_version_dangerous_delta
matchedPackage = railcode@0.1.14
matchedIdentity = npm:cmFpbGNvZGU:0.1.14
similarity = 0.667
summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta
This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/index.jsView on unpkg2import { cpSync, createReadStream, existsSync, mkdirSync, readFileSync, readdirSync, realpathSync, rmSync, statSync, writeFileSync, } from "node:fs";
L3: import { spawn } from "node:child_process";
L4: import { createHash, randomBytes } from "node:crypto";
High
1231const types: (CodeTokenType | null)[] = ["string", "keyword", "number", "call", "punct", null, null];
L1232: let match: RegExpExecArray | null;
L1233: CODE_TOKEN_RE.lastIndex = 0;
High
4648const command = plan.vite
L4649: ? `npx vite --host 127.0.0.1 --port ${assetPort} --strictPort --clearScreen false`
L4650: : plan.command;
...
L4652: try {
L4653: const child = spawn(command, {
L4654: cwd,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L4648Findings
1 Critical3 High3 Medium5 Low
CriticalPrevious Version Dangerous Deltadist/index.js
HighChild Processdist/index.js
HighShelldist/index.js
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowTelemetry
LowUrl Strings