Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 10 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/vbrief-validation/validation.jsView file
88export function finalizeMigration(projectRoot, vbriefDir, actions, options = {}) {
L89: const stderrWriter = options.stderrWriter ?? ((chunk) => process.stderr.write(chunk));
L90: const isolateFn = options.isolateInvalid ?? isolateInvalidOutput;
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/vbrief-validation/validation.jsView on unpkg · L88dist/scm/binary.jsView file
1import { execFileSync } from "node:child_process";
L2: import { BINARY_PREFERENCE } from "./constants.js";
...
L7: export function defaultWhich(name) {
L8: const locator = process.platform === "win32" ? "where" : "which";
L9: try {
...
L32: throw new ScmStubError("neither 'ghx' nor 'gh' found on PATH; install GitHub CLI " +
L33: "(https://cli.github.com/) or the ghx proxy (#884)");
L34: }
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/scm/binary.jsView on unpkg · L1Findings
1 High3 Medium6 Low
HighSandbox Evasion Gated Capabilitydist/scm/binary.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptodist/vbrief-validation/validation.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License