SafeDep
Install GitHub App

Summary

YARA matches indicate process command line access and JavaScript evaluation, but these are likely legitimate uses for debugging and testing.

Verification Record

No verification record available.

Details

The YARA rules proc_d_cmdline and proc_cmdline_near match the file FuseboxPerfettoDataSource.cpp because it accesses the command line of other processes through /proc/%d/cmdline. This is a common practice for debugging and profiling tools, and react-native might use it for performance monitoring, which is related to the reactperflogger directory. The YARA rule js_eval_fx_str matches the file BridgingTest.h because it uses eval() to evaluate a JavaScript string. This is part of a testing framework, which is a legitimate use case. Given the low confidence of the matches and the legitimate use cases, the package is not classified as malware.

react-native@0.83.2Clean
Unverified
Analysed at: 2/5/26, 8:35 PM
Source: https://registry.npmjs.org/react-native/-/react-native-0.83.2.tgz
SHA256: 9f4e16f62bda4a7181d03b9bf3fc500345cf6236dbc4927825aadc2af2555ca0
Confidence: Medium