Static Scan Results
scanned 8d 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemShell
HighEntropyStrings
NoLicense
Source & flagged code
4 flagged · loading sourcedist/nx-plugin/executors/build-dist-app/executor.jsView file
5*/
L6: import { execSync } from "child_process";
L7: import { existsSync, readFileSync } from "fs";
High
Child Process
Package source references child process execution.
dist/nx-plugin/executors/build-dist-app/executor.jsView on unpkg · L585: "Running npm install (no package lock)...");
L86: execSync(`npm install ${installArgs.join(" ")}`, execOptions);
L87: // Lint the dist app before building to catch issues early
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/nx-plugin/executors/build-dist-app/executor.jsView on unpkg · L85dist/nx-plugin/executors/dev-server/executor.jsView file
34stdio: "inherit",
L35: shell: true,
L36: env: process.env,
High
Shell
Package source references shell execution.
dist/nx-plugin/executors/dev-server/executor.jsView on unpkg · L34dist/core/patch-loader.jsView file
36const patchPathUrl = pathToFileURL(patchesFilePath).href;
L37: const module = await import(patchPathUrl);
L38: // Require default export
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/core/patch-loader.jsView on unpkg · L36Findings
3 High3 Medium4 Low
HighChild Processdist/nx-plugin/executors/build-dist-app/executor.js
HighShelldist/nx-plugin/executors/dev-server/executor.js
HighRuntime Package Installdist/nx-plugin/executors/build-dist-app/executor.js
MediumDynamic Requiredist/core/patch-loader.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License