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

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

⚠ Under review

CLI tool for applying feature patches to base apps

Static Scan Results

scanned 1h ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStrings
Manifest
NoLicense
scanned 22 file(s), 158 KB of source

Source & flagged code

5 flagged · loading source
dist/nx-plugin/executors/build-dist-app/executor.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @salesforce/ui-bundle-template-cli@11.13.0 matchedIdentity = npm:[redacted]:11.13.0 similarity = 0.850 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/nx-plugin/executors/build-dist-app/executor.jsView on unpkg
5*/ L6: import { execSync } from "child_process"; L7: import { existsSync, readFileSync, readdirSync } from "fs";
High
Child Process

Package source references child process execution.

dist/nx-plugin/executors/build-dist-app/executor.jsView on unpkg · L5
170: "Running npm install (no package lock)..."); L171: execSync(`npm install ${installArgs.join(" ")}`, execOptions); L172: // Run GraphQL codegen when a schema is present (e.g. after `graphql:schema`).
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 · L170
dist/nx-plugin/executors/dev-server/executor.jsView file
37stdio: "inherit", L38: shell: true, L39: env: process.env,
High
Shell

Package source references shell execution.

dist/nx-plugin/executors/dev-server/executor.jsView on unpkg · L37
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

1 Critical3 High3 Medium4 Low
CriticalPrevious Version Dangerous Deltadist/nx-plugin/executors/build-dist-app/executor.js
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