React Native
Security checks across malware telemetry and agentic risk
Overview
This is a React Native guidance-only skill with a few expected project build commands and no code, credentials, persistence, or hidden behavior.
This skill appears safe as React Native development guidance. Before using its build troubleshooting commands, make sure you are in the correct project folder and have committed or backed up important changes.
VirusTotal
64/64 vendors flagged this skill as clean.
Risk analysis
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Following these commands in the wrong directory could alter or clean the wrong project’s mobile build files.
The skill documents local React Native build and cleanup commands. These are purpose-aligned troubleshooting steps, but they can change project dependency/build state or delete generated build outputs if run.
`npx react-native clean` ... `cd ios && pod install` ... `cd android && ./gradlew clean`
Run the commands only in the intended React Native project, review any resulting file changes, and use version control before build cleanup or dependency installation steps.
