react-jsmind-usage
PassAudited by ClawScan on May 7, 2026.
Overview
This is an instruction-only React integration guide; the only notable caution is that it tells users to add a third-party npm package to their project.
This skill appears safe as a documentation helper. Before installing the referenced npm package, verify that it is the package you intend to use, check its npm page/repository if available, and install it only in the relevant React project.
Findings (1)
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.
Adding an npm dependency brings third-party code into the user's React project and build process.
The skill tells users how to install a third-party npm package. This is clearly disclosed and central to the React integration purpose, but users should still review the package provenance and version before installing.
npm install @frank17008/react-jsmind # or yarn add @frank17008/react-jsmind
Install only in the intended project, review the npm package and maintainer information, and use a lockfile or pinned version where appropriate.
