better-use-effect
Guides developers on the correct usage of React's useEffect hook, promoting best practices and modern alternatives.
Install this skill
or
95/100
Security score
The better-use-effect skill was audited on May 4, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 38
Template literal with variable interpolation in command context
SourceSKILL.md
| 38 | useEffect(() => { fetch(`/api/user/${id}`).then(r => r.json()).then(setUser) }, [id]) |
Scanned on May 4, 2026
View Security Dashboard