Add react-native-shieldscan - runtime security checks (jailbreak, Frida, debugger detection)#1211
Add react-native-shieldscan - runtime security checks (jailbreak, Frida, debugger detection)#1211Maheshbhusanoor wants to merge 1 commit into
Conversation
Added a new section on Security with relevant resources.
|
Hi @jondot — following up on this whenever you get a chance to take a look. Adding a quick summary in case it's useful for triage: @noobdigital/react-native-shieldscan — a native security module for RN apps covering runtime security detection (jailbreak/root, Frida instrumentation, debugger attachment, hooking frameworks, emulator, developer mode) plus screen security (background blur, screenshot/recording prevention, screen recording detection). Supports both Old Architecture (Bridge) and New Architecture (Turbo Modules/JSI), RN 0.70+. It's already been validated as part of a VAPT engagement on enterprise retail apps and maps its signals to the OWASP Mobile Top 10. Happy to make any changes needed to fit the list's format/conventions — just let me know. Thanks for maintaining this list, I know the PR queue is long! |
Adding @noobdigital/react-native-shieldscan to a new Security section under Components.
This package provides native runtime security checks for React Native apps:
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