frontend-api-integration
Provides a comprehensive guide for integrating APIs in React/TypeScript applications, covering client setup, error handling, and service patterns.
Install this skill
or
74/100
Security score
The frontend-api-integration skill was audited on Feb 9, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 24
Template literal with variable interpolation in command context
SourceSKILL.md
| 24 | if (token) config.headers.Authorization = `Bearer ${token}`; |
medium line 36
Template literal with variable interpolation in command context
SourceSKILL.md
| 36 | originalRequest.headers.Authorization = `Bearer ${newToken}`; |
medium line 83
Template literal with variable interpolation in command context
SourceSKILL.md
| 83 | getById: (id: string) => api.get<User>(`/users/${id}`).then(r => r.data), |
medium line 85
Template literal with variable interpolation in command context
SourceSKILL.md
| 85 | update: (id: string, data: Partial<User>) => api.patch<User>(`/users/${id}`, data).then(r => r.data), |
medium line 86
Template literal with variable interpolation in command context
SourceSKILL.md
| 86 | delete: (id: string) => api.delete(`/users/${id}`) |
low line 16
Access to .env file
SourceSKILL.md
| 16 | baseURL: import.meta.env.VITE_API_URL, |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
claude-codecursorwindsurfclineroo-codeampcodexgoosetraeopencodevibemanusantigravitygemini-cliapifrontendcross-platformfrontend-developerproduct-managergrowth-pmdevelopmentproduct
majiayu000/claude-skill-registry