What problem does it solve?
This Skill helps you review Convex backends for security flaws before they become incidents, especially when access control, data isolation, or sensitive workflows are easy to get wrong.
Core Features & Use Cases
- Authorization review: Check who can call each query, mutation, or action and whether role checks are consistent.
- Data boundary review: Verify users only read their own records, shared resources are properly gated, and sensitive items do not leak existence.
- Operational hardening: Inspect external API actions, rate limiting, audit logging, and destructive admin flows for safe execution.
- Use case: Use it when auditing a new Convex feature that updates user data, calls third-party services, or exposes admin-only actions.
Quick Start
Ask the Convex Security Audit skill to review your Convex functions for authorization gaps, unsafe data access, missing rate limits, and weak protections around destructive actions.