code-patterns-practices
Provides best practices and coding patterns for React Native development, aiding in feature implementation and code refactoring.
Install this skill
or
93/100
Security score
The code-patterns-practices skill was audited on Mar 3, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 172
Template literal with variable interpolation in command context
SourceSKILL.md
| 172 | const response = await fetch(`/api/users/${userId}`); |
low line 335
External URL reference
SourceSKILL.md
| 335 | - [React Patterns](https://reactpatterns.com/) |
low line 336
External URL reference
SourceSKILL.md
| 336 | - [React Native Best Practices](https://reactnative.dev/docs/performance) |
Scanned on Mar 3, 2026
View Security Dashboard