Skip to main content

react-development

Provides a comprehensive guide to React development, covering hooks, component design, performance optimization, and testing best practices.

Install this skill

or
79/100

Security score

The react-development skill was audited on Feb 24, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 293

Template literal with variable interpolation in command context

SourceSKILL.md
293const data = await fetch(`/api/users/${userId}`).then(r => r.json())
medium line 474

Template literal with variable interpolation in command context

SourceSKILL.md
474className={`${baseStyles} ${variants[variant]} ${sizes[size]} ${className}`}
low line 655

Fetch to external URL

SourceSKILL.md
655fetch('/api/data')
low line 666

Fetch to external URL

SourceSKILL.md
666fetch('/api/data')
low line 120

External URL reference

SourceSKILL.md
120- **[React.dev](https://react.dev)** - React公式ドキュメント
low line 121

External URL reference

SourceSKILL.md
121- [Learn React](https://react.dev/learn) - チュートリアル形式の学習ガイド
low line 122

External URL reference

SourceSKILL.md
122- [API Reference](https://react.dev/reference/react) - 全APIの完全リファレンス
low line 123

External URL reference

SourceSKILL.md
123- [Hooks Reference](https://react.dev/reference/react/hooks) - 全Hooksの詳細仕様
low line 124

External URL reference

SourceSKILL.md
124- [React 19の新機能](https://react.dev/blog) - 最新リリースノート
low line 126

External URL reference

SourceSKILL.md
126- **[React TypeScript Cheatsheets](https://react-typescript-cheatsheet.netlify.app/)** - TypeScript × React
low line 133

External URL reference

SourceSKILL.md
133- **[React DevTools](https://react.dev/learn/react-developer-tools)** - デバッグツール
low line 134

External URL reference

SourceSKILL.md
134- **[React Testing Library](https://testing-library.com/react)** - テストベストプラクティス
low line 135

External URL reference

SourceSKILL.md
135- **[React Patterns](https://reactpatterns.com/)** - デザインパターン集
Scanned on Feb 24, 2026
View Security Dashboard