convex-security-check
A security audit checklist and TypeScript pattern guide for securing Convex applications and functions.
Install
npx skills add https://github.com/waynesutton/convexskills --skill convex-security-checkStats
| Total installs | 1,509 |
| Weekly installs | 1.5K |
| GitHub stars | 385 |
| First seen | Jan 24, 2026 |
| Source | @waynesutton/convexskills |
Summary
- Five-part checklist covering authentication provider setup, function exposure (public vs. internal), argument validation strictness, row-level access control, and environment variable handling
- Includes TypeScript code examples for secure patterns: authentication helpers, ownership verification before updates/deletes, and strict argument validators
- Highlights common pitfalls like missing identity checks, exposed internal operations, and use of v.any() for sensitive data
- Provides helper functions (requireAuth, requireAdmin) and complete security pattern examples for immediate implementation
Tags
Related skills
| Skill | Installs | vs convex-security-check |
|---|---|---|
| nutrient-document-processing | 1,351 | -158 |
| okx-dex-trenches | 1,360 | -149 |
| verification-loop | 1,343 | -166 |
| code-review-pro | 1,751 | +242 |
| mobile-design | 1,604 | +95 |
FAQ
- How many installs does convex-security-check have?
- convex-security-check has 1,509 total installs and 1.5K installs this week.
- Where is convex-security-check hosted?
- convex-security-check is published by @waynesutton/convexskills at https://github.com/waynesutton/convexskills.
- How many GitHub stars does convex-security-check have?
- convex-security-check has 385 GitHub stars.
- When was convex-security-check first indexed?
- OrangeBot.AI first indexed convex-security-check on Jan 24, 2026.
- How do I install convex-security-check?
- Run: npx skills add https://github.com/waynesutton/convexskills --skill convex-security-check