Skip to main content

convex-create-component

Creates reusable Convex components with isolated tables and APIs for efficient app development and integration.

Install this skill

or
93/100

Security score

The convex-create-component skill was audited on Jun 4, 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
193const apiKey = process.env.OPENAI_API_KEY;
low line 203

Access to .env file

SourceSKILL.md
203apiKey: process.env.OPENAI_API_KEY,
Scanned on Jun 4, 2026
View Security Dashboard
Installation guide →