Skip to main content
Back to registry

convex-security-audit

waynesutton/convexskills

Comprehensive security review patterns for Convex applications including authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations.

Installs927
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-security-audit
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Comprehensive security review patterns for Convex applications including authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations. Before implementing, do not assume; fetch the latest documentation: - Primary: - Production Security: - For broader context: - Authorization Logic - Who can do what - Data Access Boundaries - What data users can see - Action Isolation - Protecting external API calls - Rate Limiting - Preventing abuse - Sensitive Operations - Protecting critical functions - Never run npx convex deploy unless explicitly instructed - Never run any git commands unless explicitly instructed - Implement defense in depth (multiple security layers) - Log all sensitive operations for audit trails - Use confirmation codes for destructive actions - Rate limit all user-facing endpoints - Never expose internal API keys or errors - Review access patterns regularly - Single point of failure - Implement multiple auth checks - Missing audit logs - Log all sensitive operations - Trusting client data - Always validate server-side - Exposing error details - Sanitize error messages - No rate limiting - Always implement rate limits - Convex Documentation: - Convex LLMs.txt: - Functions Auth: - Production Security:

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-security-audit do?

Comprehensive security review patterns for Convex applications including authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations.

Is convex-security-audit good?

convex-security-audit does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does convex-security-audit work with?

convex-security-audit currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to convex-security-audit?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install convex-security-audit?

npx skills add https://github.com/waynesutton/convexskills --skill convex-security-audit

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering