Skip to main content

secure-storage-patterns

Provides secure storage patterns for sensitive data in React Native applications using Expo SecureStore.

Install this skill

or
68/100

Security score

The secure-storage-patterns skill was audited on Feb 27, 2026 and we found 6 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 234

Template literal with variable interpolation in command context

SourceSKILL.md
234config.headers.Authorization = `Bearer ${token}`;
medium line 262

Template literal with variable interpolation in command context

SourceSKILL.md
262originalRequest.headers.Authorization = `Bearer ${newToken}`;
low line 158

Fetch to external URL

SourceSKILL.md
158const response = await fetch('/api/auth/login', {
low line 227

Access to .env file

SourceSKILL.md
227baseURL: process.env.EXPO_PUBLIC_API_URL,
medium line 317

Access to system keychain/keyring

SourceSKILL.md
317keychainAccessible: SecureStore.AFTER_FIRST_UNLOCK,
high line 347

Access to system keychain/keyring

SourceSKILL.md
347- Data is encrypted using device keychain/keystore
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
diegosouzapw/awesome-omni-skill