
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
root-checker
Advanced tools
This plugin is used to detect whether a given device is rooted or not
npm install root-checker
npx cap sync
checkRoot()isDeveloperModeEnable()isEmulatorPresent()getCpuArchitecture()openDeveloperSetting()isADBEnabled()checkFridaPresence()checkRoot() => Promise<{ isRooted: boolean; }>
Get information about device root status
Returns: Promise<{ isRooted: boolean; }>
Since: 1.0.0
isDeveloperModeEnable() => Promise<{ isEnabled: boolean; }>
Get whether developer mode is enabled on user device or not
Returns: Promise<{ isEnabled: boolean; }>
Since: 1.0.0
isEmulatorPresent() => Promise<{ isEmulator: boolean; }>
Get whether the app is being run on an emulator or not
Returns: Promise<{ isEmulator: boolean; }>
Since: 1.0.0
getCpuArchitecture() => Promise<{ cpuArch: string; }>
Get information about CPU architecture
Returns: Promise<{ cpuArch: string; }>
Since: 1.1.0
openDeveloperSetting() => Promise<void>
Redirect to user's device's developer setting, usually to turn off developer mode
Since: 1.2.0
isADBEnabled() => Promise<{ isADBEnabled: boolean; }>
Returns whether ADB is enabled in user's device or not
Returns: Promise<{ isADBEnabled: boolean; }>
Since: 1.2.2
checkFridaPresence() => Promise<{ isFridaDetected: boolean; }>
Returns whether Frida script is being executed in user's device or not
Returns: Promise<{ isFridaDetected: boolean; }>
Since: 1.3.3
FAQs
This plugin detects whether a given native device is rooted or not
We found that root-checker 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.