Skip to content

Add react-native-shieldscan - runtime security checks (jailbreak, Frida, debugger detection)#1

Open
Maheshbhusanoor wants to merge 1 commit into
masterfrom
react-native-shieldscan
Open

Add react-native-shieldscan - runtime security checks (jailbreak, Frida, debugger detection)#1
Maheshbhusanoor wants to merge 1 commit into
masterfrom
react-native-shieldscan

Conversation

@Maheshbhusanoor

Copy link
Copy Markdown

Adding @noobdigital/react-native-shieldscan to a new Security section under Components.

This package provides native runtime security checks for React Native apps:

  • Jailbreak / root detection (iOS file paths + write test, Android RootBeer)
  • Frida instrumentation detection (file paths + port 27042 + dylib injection)
  • Debugger detection (ptrace/kinfo_proc on iOS, Debug.isDebuggerConnected on Android)
  • Emulator/Simulator detection

Supports both Old Architecture (Bridge) and New Architecture (Turbo Modules).
Tested and validated as part of a VAPT engagement on enterprise retail apps.

npm: https://www.npmjs.com/package/@noobdigital/react-native-shieldscan
GitHub: https://github.com/NoobDigital/react-native-shieldscan

Added a new section on Security with relevant resources.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant