
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@shakebugs/react-native-shake
Advanced tools
React Native plugin for bug reporting.
| Feature | Available |
|---|---|
| Bug reporting | ✅ |
| Crash reporting | ❌ |
| Users | ✅ |
| Platform | Version |
|---|---|
| React Native | 0.56 |
| Android | 5.0 |
| iOS | 12.0 |
*Since 17.1.0 version, Shake RN SDK is using RN new architecture. If your app is running on old architecture you should use Shake RN SDK 17.0.x.
Execute the npm install command in your terminal:
npm install @shakebugs/react-native-shake
Install pods from the project root directory:
cd ios && pod install && cd ..
If you are using Expo, recommended way to install packages is by using expo install command:
npm install @shakebugs/react-native-shake
Shake is not supported in Expo Go, you need to set up development builds in order to use Shake with Expo.
Call Shake.start() method in the index.js file.
import {AppRegistry, Platform} from 'react-native';
import App from './src/App';
import {name as appName} from './app.json';
import Shake from '@shakebugs/react-native-shake';
AppRegistry.registerComponent(appName, () => App);
const apiKey = Platform.OS === 'ios' ? 'ios-app-api-key' : 'android-app-api-key';
Shake.start(apiKey);
Replace ios-app-api-key and android-app-api-key with the actual values you have in your app settings.
FAQs
Shake SDK wrapper
The npm package @shakebugs/react-native-shake receives a total of 3,166 weekly downloads. As such, @shakebugs/react-native-shake popularity was classified as popular.
We found that @shakebugs/react-native-shake demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.