Static Scan Results
scanned 4h ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/index.jsView file
84// src/index.ts
L85: import { spawnSync } from "child_process";
L86: import { existsSync as existsSync4, readFileSync as readFileSync4 } from "fs";
High
1615if (flags.dryRun) {
L1616: log.info("Dry run: would run `npx @uniformdev/cli sync push --config ./uniformsearch.config.js`.");
L1617: } else {
...
L1619: s.start("Deploying Uniform definitions (sync push, create mode)\u2026");
L1620: const res = spawnSync(
L1621: "npx",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L1615Findings
3 High3 Medium5 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings