DEV Community

Cover image for Collecting info for the development of a community mobile app shielding SDK (freeRASP React Native flavor)
Tomáš Soukal
Tomáš Soukal

Posted on

Collecting info for the development of a community mobile app shielding SDK (freeRASP React Native flavor)

Based on experience with freeRASP for Android/iOS/Flutter/Cordova, there should be a demand for a shielding SDK for RN-based apps, right? I worked on the development of previous freeRASP flavors, and I would like to support React Native apps also. However, this will be quite a new experience as I am not well-versed in the RN ecosystem yet. That's why I would highly appreciate any tips regarding package management, nuances of hybrid development in the RN world, etc. I target iOS and Android platforms.

Is there anything specific you would like to see in the implementation?

Anything to watch out for?

Goals

Easy to use SDK that satisfies needs of app security and mobile OWASP MAS compliance

Available on GitHub and also as a npm package

Configurable (~ same as Flutter version) - configuration as a single object

Lightweight

It will be able to detect reverse engineering, debugger, simulator, repackaging or cloning attempts, running the app in an unsafe OS environment (e.g., root or jailbreak), hooking frameworks, and installing the application through unofficial stores.

Top comments (0)