registry  /  railcode  /  0.1.19

railcode@0.1.19

⚠ Under review

Developer CLI for the multi-tenant Railcode platform: log in, scaffold, and deploy static apps.

Static Scan Results

scanned 4h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsTelemetryUrlStrings
ManifestNo manifest risk signals triggered.
scanned 8 file(s), 245 KB of source, external domains: 127.0.0.1, api.railcode.app

Source & flagged code

4 flagged · loading source
dist/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 unpkg
2import { 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
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L2
1231const types: (CodeTokenType | null)[] = ["string", "keyword", "number", "call", "punct", null, null]; L1232: let match: RegExpExecArray | null; L1233: CODE_TOKEN_RE.lastIndex = 0;
High
Shell

Package source references shell execution.

dist/index.jsView on unpkg · L1231
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 · L4648

Findings

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