convex-create-component
Creates reusable Convex components with clear boundaries and app-facing APIs for efficient backend logic management.
Install this skill
or
93/100
Security score
The convex-create-component skill was audited on May 26, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 177
Access to .env file
SourceSKILL.md
| 177 | - Keep environment access in the app, because component functions cannot read `process.env`. |
low line 193
Access to .env file
SourceSKILL.md
| 193 | const apiKey = process.env.OPENAI_API_KEY; |
low line 203
Access to .env file
SourceSKILL.md
| 203 | apiKey: process.env.OPENAI_API_KEY, |
Scanned on May 26, 2026
View Security Dashboard