SaferSkills independently audited react-native (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
[ ] Failure Modes & Store Review: Identify App Store / Play Store review edge cases, account deletion rules, and blocker policies BEFORE polishing the UI.
[ ] Native Build Config: Establish EAS Build profiles or Bare RN configs early as they are silent killers. Identify constraints with third-party SDKs.
[ ] Framework Base: Decide between Expo Managed Workflow vs. Bare React Native based on native module requirements.
[ ] Navigation: Plan navigation structure using React Navigation or Expo Router (file-based).
[ ] Offline & Storage: Plan offline-first capabilities using AsyncStorage, MMKV, or SQLite.
[ ] UI Library: Select a styling strategy (Tailwind via NativeWind, Tamagui, or StyleSheet).