Skip to main content

convex-actions-general

Provides comprehensive guidelines for implementing Convex actions, HTTP endpoints, and TypeScript patterns for backend development.

Install this skill

or
87/100

Security score

The convex-actions-general skill was audited on Mar 8, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 14

Webhook reference - potential data exfiltration

SourceSKILL.md
14- Creating HTTP endpoints for webhooks or public APIs
low line 180

Webhook reference - potential data exfiltration

SourceSKILL.md
180path: "/webhook",
low line 184

Webhook reference - potential data exfiltration

SourceSKILL.md
184// Process webhook payload
medium line 70

Access to .env file

SourceSKILL.md
70- **Environment Variables**: Using `process.env`
low line 139

Access to .env file

SourceSKILL.md
139apiKey: process.env.OPENAI_API_KEY,
Scanned on Mar 8, 2026
View Security Dashboard