Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 8 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
ChildProcessEnvironmentVarsFilesystem
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/migrations/utils/open.jsView file
3exports.openBrowser = void 0;
L4: const node_child_process_1 = require("node:child_process");
L5: const openBrowser = (url) => {
High
Child Process
Package source references child process execution.
dist/migrations/utils/open.jsView on unpkg · L3dist/migrations/3-0-0/pre-cleanup-empty-directories.jsView file
39devkit_1.logger.info(' Resetting Nx cache...');
L40: (0, child_process_1.execSync)('npx nx reset', {
L41: stdio: 'pipe',
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/migrations/3-0-0/pre-cleanup-empty-directories.jsView on unpkg · L39Findings
2 High2 Medium4 Low
HighChild Processdist/migrations/utils/open.js
HighRuntime Package Installdist/migrations/3-0-0/pre-cleanup-empty-directories.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License