What problem does it solve?
This Skill helps you quickly review Convex applications for common security gaps that can expose customer data, admin actions, or secret configuration.
Core Features & Use Cases
- Authentication Review: Check whether sensitive queries and mutations verify user identity before returning or changing data.
- Function Exposure Review: Distinguish safe public functions from internal functions that should never be called directly by clients.
- Validation and Access Control: Confirm that inputs are strictly validated and that users can only read, update, or delete records they own.
- Secret Handling Review: Ensure API keys and environment variables stay out of source code and are only accessed in the right runtime context.
- Use Case: Before launching a customer portal or admin dashboard, use this Skill to audit the Convex backend for auth flaws, unsafe mutations, and improper secret usage.
Quick Start
Ask this skill to review your Convex backend for authentication, function exposure, validation, ownership checks, and environment variable safety.