# Convex Security Check

> Quick Convex security pass for auth, validation, exposure, and access-control mistakes.

- Skill: `agentic-engineering-agency/convex-security-check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-engineering-agency/convex-security-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-engineering-agency/convex-security-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: Agentic-Engineering-Agency (https://skillmd.com/u/agentic-engineering-agency)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-engineering-agency/convex-security-check

---


# Convex Security Check

Use this for a fast security-oriented pass before deeper review.

## Checklist

- public functions reviewed,
- validators present,
- auth checks present where needed,
- authorization checks enforce ownership or membership,
- secrets stay out of code and unsafe runtimes,
- internal functions are used for privileged flows.

