Skip to main content

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
139config.headers.Authorization = `Bearer ${token}`;
medium line 161

Template literal with variable interpolation in command context

SourceSKILL.md
161apiClient.defaults.headers.Authorization = `Bearer ${data.accessToken}`;
medium line 172

Template literal with variable interpolation in command context

SourceSKILL.md
172export 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
106fetch('https://api.example.com/items')
low line 106

External URL reference

SourceSKILL.md
106fetch('https://api.example.com/items')
low line 130

External URL reference

SourceSKILL.md
130baseURL: '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
Installation guide →