AI AGENT ADDONS

Convex Security Check

waynesutton/convexskills
Security
2,369installs

A quick security checklist helps keep your Convex app safe. It covers authentication, function exposure, argument validation, row-level access control, and environment variable handling. Developers can use this audit to find and fix common security gaps.

Each section lists clear steps to follow. For example, always check that sensitive queries require a user identity. Use internal functions for operations that should not be public. Validate all inputs with strict rules. Make sure users can only see their own data. Store secrets in environment variables, never in code.

This skill is built for Convex applications. It gives you a repeatable way to review your app before going live. Use it during development or as part of your deployment process.

Add Convex Security Check skill to your workflow

Global

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

Project

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

Source Repository

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