React Best Practices ↗
React Best Practices is an officially published skill from Vercel. Anomity scores its risk at 20 out of 100 (low).
Analysis summary
React Best Practices is an officially published skill from Vercel. Anomity scores its risk at 20 out of 100 (low).
Vercel's skill encoding performance and correctness guidance for React and Next.js — server versus client components, data-fetching placement, memoisation that actually helps, and the rendering mistakes that produce slow pages.
It reads project files to give advice grounded in your actual code and writes changes when asked, so it declares filesystem read and write. The value is that guidance comes from the framework's authors rather than from whatever pattern dominated the training data, which for a framework that has changed its recommended architecture repeatedly is a meaningful difference.
Why this entry scored 20 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. Declared high-risk capabilities add +10 (capped at +30). It matches no dangerous capability combinations. The clamped result is 20, placing it in the low band.
Findings
-
Published by the vendor Trust offset
-
1 high-risk capability: filesystem:write High
Capabilities
Every capability the entry declares, with the security implication of each.
-
filesystem:readFilesystem readCan read files on the host system. Used for context, indexing, or analysis. -
filesystem:writeFilesystem writeCan create, edit, or delete files on the host system. High-impact capability — anything from helpful edits to planting persistence.