convex-security-audit
Security audit patterns and RBAC implementation for Convex applications using TypeScript.
Install
npx skills add https://github.com/waynesutton/convexskills --skill convex-security-auditStats
| Total installs | 1,077 |
| Weekly installs | 1.1K |
| GitHub stars | 385 |
| First seen | Jan 24, 2026 |
| Source | @waynesutton/convexskills |
Summary
- Covers five core security areas: role-based access control with hierarchical permissions, data access boundaries with ownership verification, action isolation for external API calls, rate limiting with configurable windows, and two-factor confirmation for destructive operations
- Includes complete TypeScript examples for RBAC implementation, permission-based checks, shared resource access patterns, and audit logging systems
- Provides defense-in-depth patterns including confirmation codes, internal actions, sanitized error responses, and audit trail recording for sensitive operations
- Emphasizes server-side validation, environment-based secrets management, and preventing information leakage through error details or API responses
Tags
Related skills
| Skill | Installs | vs convex-security-audit |
|---|---|---|
| firebase | 912 | -165 |
| yara-rule-authoring | 982 | -95 |
| authenticate-wallet | 1,006 | -71 |
| substrate-vulnerability-scanner | 1,173 | +96 |
| php-best-practices | 933 | -144 |
FAQ
- How many installs does convex-security-audit have?
- convex-security-audit has 1,077 total installs and 1.1K installs this week.
- Where is convex-security-audit hosted?
- convex-security-audit is published by @waynesutton/convexskills at https://github.com/waynesutton/convexskills.
- How many GitHub stars does convex-security-audit have?
- convex-security-audit has 385 GitHub stars.
- When was convex-security-audit first indexed?
- OrangeBot.AI first indexed convex-security-audit on Jan 24, 2026.
- How do I install convex-security-audit?
- Run: npx skills add https://github.com/waynesutton/convexskills --skill convex-security-audit