Skip to main content

react-native-platform

Facilitates platform-specific coding in React Native for iOS and Android, enhancing cross-platform development efficiency.

Install this skill

or
70/100

Security score

The react-native-platform skill was audited on Feb 22, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 49

Template literal with variable interpolation in command context

SourceSKILL.md
49console.log(`Android API Level: ${Platform.Version}`); // Android
medium line 50

Template literal with variable interpolation in command context

SourceSKILL.md
50console.log(`iOS Version: ${Platform.Version}`); // iOS
medium line 363

Template literal with variable interpolation in command context

SourceSKILL.md
363ios: `maps://app?address=${encodeURIComponent(address)}`,
medium line 364

Template literal with variable interpolation in command context

SourceSKILL.md
364android: `geo:0,0?q=${encodeURIComponent(address)}`,
medium line 379

Template literal with variable interpolation in command context

SourceSKILL.md
379const url = `tel:${phoneNumber}`;
medium line 390

Template literal with variable interpolation in command context

SourceSKILL.md
390const url = `mailto:${email}${subject ? `?subject=${encodeURIComponent(subject)}` : ''}`;
Scanned on Feb 22, 2026
View Security Dashboard
Installation guide →
GitHub Stars 152
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
TheBushidoCollective/han