registry  /  react-native-update-cli  /  2.20.0

react-native-update-cli@2.20.0

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

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 14 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
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 92 file(s), 574 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

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

Package contains a possible secret pattern.

lib/user.jsView on unpkg · L17
lib/utils/app-info-parser/ipa.jsView file
17catch (requireError) { L18: const importModule = new Function('specifier', 'return import(specifier)'); L19: 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 · L17
lib/bundle-runner.jsView file
48exports.uploadSourcemapForSentry = uploadSourcemapForSentry; L49: const child_process_1 = require("child_process"); L50: const compare_versions_1 = require("compare-versions");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

lib/bundle-runner.jsView on unpkg · L48
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 { closeSession, get, post, replaceSession, saveSession } from './api';
Low
Weak Crypto

Package source references weak cryptographic algorithms.

src/user.tsView on unpkg · L1
lib/utils/runtime.jsView file
matchType = previous_version_dangerous_delta matchedPackage = react-native-update-cli@2.15.4 matchedIdentity = npm:cmVhY3QtbmF0aXZlLXVwZGF0ZS1jbGk:2.15.4 similarity = 0.402 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

lib/utils/runtime.jsView on unpkg

Findings

1 High6 Medium7 Low
HighPrevious Version Dangerous Deltalib/utils/runtime.js
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