registry  /  react-native-notify-kit  /  10.4.8

react-native-notify-kit@10.4.8

Maintained Notifee-compatible React Native notifications library for Android, iOS, FCM Mode, rich notifications, foreground services, and Expo CNG development builds.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystem
Supply chain
HighEntropyStringsMinifiedObfuscatedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 121 file(s), 1.24 MB of source, external domains: github.com, jsperf.com, www.apple.com, www.w3.org

Source & flagged code

3 flagged · loading source
cli/dist/cli.bundle.jsView file
939var EventEmitter = require("node:events").EventEmitter; L940: var childProcess = require("node:child_process"); L941: var path = require("node:path");
High
Child Process

Package source references child process execution.

cli/dist/cli.bundle.jsView on unpkg · L939
13Cross-file remote execution chain: cli/dist/cli.bundle.js spawns cli/dist/commands/initNse.js; helper contains network access plus dynamic code execution. L13: * Constructs the CommanderError class L14: * @param {number} exitCode suggested exit code which could be used with process.exit L15: * @param {string} code an id string representing the error ... L939: var EventEmitter = require("node:events").EventEmitter; L940: var childProcess = require("node:child_process"); L941: var path = require("node:path"); ... L988: this._outputConfiguration = { L989: writeOut: (str) => process2.stdout.write(str), L990: writeErr: (str) => process2.stderr.write(str), ... L1024: * @returns {Command[]} L1025: * @private L1026: */
High
Cross File Remote Execution Context

Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.

cli/dist/cli.bundle.jsView on unpkg · L13
plugin/build/index.jsView file
3const { createRunOncePlugin } = requireExpoConfigPlugins(); L4: const { normalizeNotifyKitPluginOptions } = require('./options'); L5: const {
Medium
Dynamic Require

Package source references dynamic require/import behavior.

plugin/build/index.jsView on unpkg · L3

Findings

2 High3 Medium6 Low
HighChild Processcli/dist/cli.bundle.js
HighCross File Remote Execution Contextcli/dist/cli.bundle.js
MediumDynamic Requireplugin/build/index.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowUrl Strings