Convex Security Check

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

Agentic-Engineering-Agency de7f288 486 B Updated

File contents

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.

Agentic-Engineering-Agency/agentforge/tree/main/.agents/skills/convex-security-check commit de7f288a09

Frequently asked questions

npx skillmds@latest add agentic-engineering-agency/convex-security-check