AI AGENT ADDONS

Convex Security Audit

waynesutton/convexskills
Security
1,393installs

Keeping your Convex application safe and secure is important. This skill helps you check for weak spots in your code. It focuses on who can do what, what data they can see, and how to stop abuse.

The skill covers five main areas. First, authorization logic makes sure only the right people take actions. Second, data access boundaries keep user data private. Third, action isolation protects external calls. Fourth, rate limiting prevents too many requests. Fifth, sensitive operations guard critical functions.

You can use this skill to find and fix security problems before they cause harm. It gives you clear patterns and code examples for a stronger, safer app.

Add Convex Security Audit skill to your workflow

Global

mkdir -p ~/.claude/skills/convex-security-audit

Project

mkdir -p .claude/skills/convex-security-audit

Source Repository

Stars
401
Forks
31
Watchers
401
License
Apache-2.0
Last Push
6 months ago
Created
7 months ago