registry  /  react-native-update-cli  /  2.15.3

react-native-update-cli@2.15.3

command line tool for react-native-update (remote updates for react native)

Static Scan Results

scanned 4h ago · by rust-scanner

Static analysis flagged 13 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
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 88 file(s), 513 KB of source, external domains: api.cresc.app, api.cresc.dev, cresc.dev, github.com, pushy.reactnative.cn, update.react-native.cn, update.reactnative.cn

Source & flagged code

5 flagged · loading source
lib/user.jsView file
26patternName = generic_password severity = medium line = 26 matchedText = const pw...ue);
Medium
Secret Pattern

Package contains a possible secret pattern.

lib/user.jsView on unpkg · L26
lib/utils/app-info-parser/ipa.jsView file
25var _plistModule_default; L26: const importModule = new Function('specifier', 'return import(specifier)'); L27: const plistModule = await importModule('plist');
Low
Eval

Package source references a known benign dynamic code generation pattern.

lib/utils/app-info-parser/ipa.jsView on unpkg · L25
lib/bundle-runner.jsView file
42}); L43: const _child_process = require("child_process"); L44: const _compareversions = require("compare-versions");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

lib/bundle-runner.jsView on unpkg · L42
src/user.tsView file
14patternName = generic_password severity = medium line = 14 matchedText = const pw...e));
Medium
Secret Pattern

Hardcoded password in src/user.ts

src/user.tsView on unpkg · L14
1import crypto from 'crypto'; L2: import type { CommandContext } from 'types';
Low
Weak Crypto

Package source references weak cryptographic algorithms.

src/user.tsView on unpkg · L1

Findings

6 Medium7 Low
MediumSecret Patternlib/user.js
MediumDynamic Requirelib/bundle-runner.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumSecret Patternsrc/user.ts
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvallib/utils/app-info-parser/ipa.js
LowWeak Cryptosrc/user.ts
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings