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.

View on VirusTotal

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.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

Following these commands in the wrong directory could alter or clean the wrong project’s mobile build files.

Why it was flagged

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.

Skill content
`npx react-native clean` ... `cd ios && pod install` ... `cd android && ./gradlew clean`
Recommendation

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.