Habilidades convex-auth
📦

convex-auth

Revisión del contenido r1 Riesgo alto Contiene scripts⚙️ Comandos externos🌐 Acceso a red🔑 Variables de entorno

Add Convex Authentication to Your App

Convex authentication can fail silently when server and client configuration diverge. This skill wires providers, keys, configuration, UI, and verification steps.

Compatible con: Claude Codex Code(CC)
⚠️ 38 Deficiente

Instalar con mi Agente

Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.

Solicitud de agente
Review the Skillstore skill "convex-auth" from https://skillstore.io/skills/get-convex-convex-auth.md and its manifest at https://skillstore.io/api/skills/get-convex-convex-auth/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.

Tu Agente debe seguir mostrando su plan y solicitar cualquier confirmación exigida por la política de seguridad.

Recursos legibles por agentes

Usa estos enlaces cuando un agente de IA, crawler o script necesite contexto limpio en vez de leer la página completa.

Pruébalo

Usando "convex-auth". Add passkey authentication to this Convex application.

Resultado esperado:

Passkey authentication is configured on the server and client. Required deployment variables are set, protected routes are wired, and sign-in is verified.

Usando "convex-auth". Why does this application remain signed out after login?

Resultado esperado:

The audit identifies a missing or incorrect auth.config.ts entry, updates provider wiring, and confirms that authenticated state now persists.

Usando "convex-auth". Switch this application from passkeys to Google OAuth.

Resultado esperado:

The provider configuration now uses Google OAuth. Existing client components are preserved, required credentials are listed, and the sign-in flow is tested.

Auditoría de seguridad

Riesgo alto

Eight findings are confirmed because package execution and JWT secret handling create project, supply-chain, and credential-exposure risks. Six findings are false positives caused by Markdown, a fixed import, an illustrative localhost URL, or misclassified prose. No prompt injection or malicious intent was found.

1
Archivos escaneados
30
Líneas analizadas
7
Elementos de revisión
0
Falsos positivos ignorados

Preocupaciones de seguridad confirmadas (1)

Alto
Crypto seed/private key mention
node -e 'import("jose").then(async({generateKeyPair,exportPKCS8,exportJWK})=>{const k=await generate
The command generates an actual JWT signing private key and stores it in a local plaintext file. This is genuine sensitive-key handling.
Elementos de revisión de capacidades (7)

Estas son capacidades locales reales que pueden esperarse para esta habilidad, por lo que requieren revisión, pero no se cuentan como comportamiento malicioso confirmado.

Alto
Ruby/shell backtick execution
Then set JWT_PRIVATE_KEY and JWKS (from .auth-keys.json) plus SITE_URL on the deployment. Prefer the
The CLI fallback places JWT private key material in process arguments. This risks exposure through process listings or shell history.
Alto
Generic API/secret keys
node -e 'import("jose").then(async({generateKeyPair,exportPKCS8,exportJWK})=>{const k=await generate
The command creates a private JWT key and redirects it into plaintext .auth-keys.json without setting restrictive permissions.
Alto
Generic API/secret keys
Then set JWT_PRIVATE_KEY and JWKS (from .auth-keys.json) plus SITE_URL on the deployment. Prefer the
The instruction reads generated key material and writes it into deployment configuration. Its CLI fallback can expose the secret in process arguments.
Alto
Generic API/secret keys
- Generate JWT_PRIVATE_KEY/JWKS with `jose` (extractable RS256; PKCS8 newlines to spaces; JWKS = {ke
The rule directs the agent to generate and deploy a JWT private key. This grants access to authentication secrets and privileged configuration.
Medio
Ruby/shell backtick execution
1. Install @convex-dev/auth (pinned build) and add it to convex.config.ts. With pnpm, also `pnpm add
The skill directs the agent to install packages, which executes lifecycle code and changes dependencies. The jose version is not explicitly pinned.
Medio
Ruby/shell backtick execution
5. Wire the client: ConvexAuthProvider, the sign-in component, and route guards. If you import shadc
The npx command downloads and executes a mutable latest package version. A compromised or changed release could run code in the project environment.
Medio
Ruby/shell backtick execution
- Install any shadcn/ui primitive you import up front (`npx shadcn@latest add ...`); a missing @/com
The npx command executes the mutable shadcn latest release. It exposes the project environment to unpinned third-party package code.

Factores de riesgo

Auditado por: codex
Compartir y citar este informe

Comparte el informe de evaluación versionado, la insignia neutral, la tarjeta insertable y las citas. Skillstore presenta evidencias sin decidir si este Skill es seguro.

Abrir el informe versionado
Evaluación de seguridad

Copiar enlace del informe

https://skillstore.io/skills/get-convex-convex-auth/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Insignia Markdown

[![Skillstore security assessment](https://skillstore.io/badges/skills/get-convex-convex-auth/security.svg)](https://skillstore.io/skills/get-convex-convex-auth?utm_source=security_passport_badge)

Insignia HTML

<a href="https://skillstore.io/skills/get-convex-convex-auth?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/get-convex-convex-auth/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Tarjeta para insertar

<iframe src="https://skillstore.io/embed/skills/get-convex-convex-auth.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Citas académicas (APA · BibTeX · CFF)

Cita APA

get-convex. (2026). convex-auth security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/get-convex-convex-auth/audits/1

Cita BibTeX

@techreport{get-convex-get-convex-convex-auth-2026, author = {get-convex}, title = {convex-auth security audit report (audit version 1)}, institution = {Skillstore}, year = {2026}, number = {1}, url = {https://skillstore.io/skills/get-convex-convex-auth/audits/1}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "convex-auth security audit report (audit version 1)" version: "unspecified" type: report authors: - name: "get-convex" date-released: "2026-09-07" url: "https://skillstore.io/skills/get-convex-convex-auth/audits/1" identifiers: - type: other value: "skillstore:get-convex-convex-auth:audit:1" description: "Skillstore immutable audit report identifier"

Puntuación de Skillstore

Por qué esta puntuación Confianza de la evidencia: Medio
55
Arquitectura
85
Mantenibilidad
87
Contenido
65
Comunidad
83
Cumplimiento de la especificación

Lo que puedes crear

Add passkeys to a prototype

Configure passkey sign-in across the Convex server and application client, then verify the complete flow.

Integrate an OAuth provider

Add requested OAuth authentication while preserving the existing Convex application structure and route behavior.

Repair silent sign-out failures

Inspect provider wiring and auth.config.ts, then correct configuration that prevents authenticated sessions.

Prueba estos prompts

Add passkey sign-in
Add passkey sign-in to my current Convex app. Configure the server, client provider, sign-in UI, route guards, and verification.
Add Google OAuth
Configure Google OAuth for this Convex app. Reuse existing UI patterns, identify required credentials, and verify successful sign-in and sign-out.
Diagnose authentication
Audit this Convex authentication setup. Find configuration mismatches, missing client wiring, unsafe key handling, and incomplete route protection.
Migrate authentication
Migrate this app to Convex Auth with minimal disruption. Preserve user flows, document credential changes, and validate protected routes end to end.

Mejores prácticas

  • Use passkeys unless product requirements explicitly require password or OAuth authentication.
  • Store signing keys only in approved secret systems and remove temporary local key files immediately.
  • Verify sign-in, sign-out, session persistence, and protected route behavior before completion.

Evitar

  • Do not omit auth.config.ts because failures can appear as persistent anonymous sessions.
  • Do not pass private keys through visible command arguments or commit generated key files.
  • Do not import missing UI primitives or execute unpinned package versions.

Preguntas frecuentes

Which authentication method is the default?
Passkeys are the default. Password or OAuth providers are configured only when requested.
Does this skill create OAuth credentials?
No. You must obtain client credentials from the selected identity provider.
Why is auth.config.ts required?
It connects Convex authentication configuration correctly. Missing or incorrect settings can leave the application silently signed out.
How are JWT signing keys generated?
The workflow uses jose to generate an extractable RS256 key pair for Convex Auth.
Can this run in a headless environment?
Yes. The workflow avoids the interactive authentication wizard and uses direct key generation.
What must be verified before completion?
Confirm successful sign-in, sign-out, session persistence, and access behavior for protected routes.

Detalles del desarrollador

Licencia

MIT

Revisión de Skillstore

r1

Aviso de versión

El autor no declaró una versión.

Ref.

d9e5ab86dafd32a1ddde9b8b4fde177589b55b95

Actualidad del mantenimiento

8/9/2026

Uso

0 descargas · 0 vistas

Estructura de archivos

📄 SKILL.md