Skip to main content

security-convex

Review Convex security audit patterns for authentication and authorization. Use for auditing query/mutation auth, row-level security, and validators. Use proactively when reviewing Convex apps (convex/ directory present). Examples: - user: "Audit these Convex mutations" โ†’ check for missing ctx.auth and input validators - user: "Check for IDOR in Convex queries" โ†’ verify ownership checks on document access - user: "Review Convex HTTP actions" โ†’ check for signature verification on webhooks - user: "Secure these Convex queries" โ†’ implement custom functions for enforced auth - user: "Check for data leaks in subscriptions" โ†’ verify filtered result sets

Jump to install

Source facts

Repository
jal-co/jalco-opencode
Last source activity
January 26, 2026 at 05:26
Detected SKILL.md language
English
Stars
7
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.