pikku-react
Facilitates the setup of @pikku/react in React apps, enabling direct RPC calls and context management for seamless backend communication.
Install this skill
or
91/100
Security score
The pikku-react skill was audited on Jun 6, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 166
Template literal with variable interpolation in command context
SourceSKILL.md
| 166 | if (token) req.headers.set('Authorization', `Bearer ${token}`) |
low line 47
Access to .env file
SourceSKILL.md
| 47 | serverUrl: import.meta.env.VITE_API_URL ?? 'http://localhost:3000', |
low line 65
Access to .env file
SourceSKILL.md
| 65 | serverUrl: import.meta.env.VITE_API_URL ?? 'http://localhost:3000', |
low line 47
External URL reference
SourceSKILL.md
| 47 | serverUrl: import.meta.env.VITE_API_URL ?? 'http://localhost:3000', |
low line 65
External URL reference
SourceSKILL.md
| 65 | serverUrl: import.meta.env.VITE_API_URL ?? 'http://localhost:3000', |
Scanned on Jun 6, 2026
View Security Dashboard