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
| 49 | console.log(`Android API Level: ${Platform.Version}`); // Android |
medium line 50
Template literal with variable interpolation in command context
SourceSKILL.md
| 50 | console.log(`iOS Version: ${Platform.Version}`); // iOS |
medium line 363
Template literal with variable interpolation in command context
SourceSKILL.md
| 363 | ios: `maps://app?address=${encodeURIComponent(address)}`, |
medium line 364
Template literal with variable interpolation in command context
SourceSKILL.md
| 364 | android: `geo:0,0?q=${encodeURIComponent(address)}`, |
medium line 379
Template literal with variable interpolation in command context
SourceSKILL.md
| 379 | const url = `tel:${phoneNumber}`; |
medium line 390
Template literal with variable interpolation in command context
SourceSKILL.md
| 390 | const url = `mailto:${email}${subject ? `?subject=${encodeURIComponent(subject)}` : ''}`; |
Scanned on Feb 22, 2026
View Security Dashboard