React

Security checks across malware telemetry and agentic risk

Overview

This is a coherent instruction-only React development skill; the main things to notice are optional package setup commands and a local project memory file.

This skill appears safe for normal React development guidance. Before installing or using it, be aware that its setup suggests running npm/npx commands and creating a persistent ~/react/memory.md file; only run commands in projects you trust and keep sensitive information out of the memory file.

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.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

If you run these commands, they may download and execute third-party tooling in your project environment.

Why it was flagged

The setup documentation includes user-directed package installation and npx commands, including @latest package resolution. This is normal for a React setup guide but depends on external package provenance.

Skill content
npx create-next-app@latest my-app --typescript --tailwind --app
...
npx shadcn@latest init
...
npm install @tanstack/react-query
Recommendation

Run setup commands only in the intended project folder, review package sources, and consider pinning versions for reproducible builds.

#
ASI06: Memory and Context Poisoning
Low
What this means

Project architecture notes and decisions may persist across sessions and could influence future React assistance.

Why it was flagged

The setup creates a persistent local memory file for the skill to track React project context over time.

Skill content
cp memory-template.md ~/react/memory.md
Recommendation

Do not store secrets or sensitive customer data in the memory file, and review it periodically for stale or incorrect guidance.