registry  /  @salesforce/ui-bundle-template-cli  /  11.4.6

@salesforce/ui-bundle-template-cli@11.4.6

CLI tool for applying feature patches to base apps

Static Scan Results

scanned 8d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStrings
Manifest
NoLicense
scanned 22 file(s), 155 KB of source

Source & flagged code

4 flagged · loading source
dist/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 · L5
85: "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 · L85
dist/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 · L34
dist/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 · L36

Findings

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