Skip to main content
Back to the directory
waynesutton/convexskillsSoftware EngineeringFrontend and Design

convex-security-check

Security audit checklist for Convex applications covering authentication, exposure, validation, and access control.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-security-check
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, convex-security-check has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: waynesutton/convexskills. Canonical URL: https://skills.sh/waynesutton/convexskills/convex-security-check.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Security audit checklist for Convex applications covering authentication, exposure, validation, and access control. A quick security audit checklist for Convex applications covering authentication, function exposure, argument validation, row-level access control, and environment variable handling. Before implementing, do not assume; fetch the latest documentation: Use this checklist to quickly audit your Convex application's security: - Five-part checklist covering authentication provider setup, function exposure (public vs. internal), argument validation strictness, row-level access control, and environment variable handling - Includes TypeScript code examples for secure patterns: authentication helpers, ownership verification before updates/deletes, and strict argument validators - Highlights common pitfalls like missing identity checks, exposed internal operations, and use of v.any() for sensitive data - Provides helper functions ( requireAuth , requireAdmin ) and complete security pattern examples for immediate implementation - Primary: - Production Security: - Functions Auth: - For broader context: - Never run npx convex deploy unless explicitly instructed - Never run any git commands unless explicitly instructed - Always verify user identity before returning sensitive data - Use internal functions for sensitive operations - Validate all arguments with strict validators -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Security audit checklist for Convex applications covering authentication, exposure, validation, and access control.

Is convex-security-check good?

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

Which AI agents support convex-security-check?

convex-security-check currently lists compatibility with Skills CLI.

Is convex-security-check safe to install?

convex-security-check has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to convex-security-check?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install convex-security-check?

Run the following command to install convex-security-check: npx skills add https://github.com/waynesutton/convexskills --skill convex-security-check

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering