react-native-app
Enables developers to create cross-platform mobile apps using React Native, covering navigation, state management, and API integration.
Install this skill
or
75/100
Security score
The react-native-app skill was audited on Feb 12, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 139
Template literal with variable interpolation in command context
SourceSKILL.md
| 139 | config.headers.Authorization = `Bearer ${token}`; |
medium line 161
Template literal with variable interpolation in command context
SourceSKILL.md
| 161 | apiClient.defaults.headers.Authorization = `Bearer ${data.accessToken}`; |
medium line 172
Template literal with variable interpolation in command context
SourceSKILL.md
| 172 | export const fetchItems = (page) => apiClient.get(`/items?page=${page}`); |
medium line 198
Template literal with variable interpolation in command context
SourceSKILL.md
| 198 | `https://api.example.com/items/${itemId}` |
low line 106
Fetch to external URL
SourceSKILL.md
| 106 | fetch('https://api.example.com/items') |
low line 106
External URL reference
SourceSKILL.md
| 106 | fetch('https://api.example.com/items') |
low line 130
External URL reference
SourceSKILL.md
| 130 | baseURL: 'https://api.example.com', |
low line 157
External URL reference
SourceSKILL.md
| 157 | 'https://api.example.com/auth/refresh', |
low line 198
External URL reference
SourceSKILL.md
| 198 | `https://api.example.com/items/${itemId}` |
Scanned on Feb 12, 2026
View Security Dashboard