Habilidades convex-expert
📦

convex-expert

Revisión del contenido r1 Riesgo alto ⚙️ Comandos externos

Build Reliable Convex Backends

Convex backend code can fail from invalid schemas, imports, validators, or query patterns. This skill applies Convex-specific rules 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-expert" from https://skillstore.io/skills/get-convex-convex-expert.md and its manifest at https://skillstore.io/api/skills/get-convex-convex-expert/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-expert". Review a message-list query that filters the whole table and returns every matching row.

Resultado esperado:

  • Add a schema index for the conversation identifier.
  • Replace the full-table filter with an indexed query.
  • Paginate results and validate both arguments and returns.

Usando "convex-expert". Plan adding a required status field to an existing populated table.

Resultado esperado:

Add the field as optional, deploy compatibility changes, backfill existing records, verify completion, then make the validator required.

Usando "convex-expert". Review a public mutation used only by a scheduled backend task.

Resultado esperado:

Convert the mutation to an internal function and update the scheduled task reference. Keep public access only when a client requires it.

Auditoría de seguridad

Riesgo alto

Most detections are Markdown backticks around API names, not shell execution. The verification rule does execute project tools and can deploy code or rewrite local Convex configuration without explicit approval.

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

Preocupaciones de seguridad confirmadas (3)

Alto
Environment file access
- SELF-VERIFY RULE — before declaring backend work done, verify it compiles and pushes: run `npx tsc
The text acknowledges that the anonymous Convex command can rebind .env.local. This is a concrete local environment configuration change.
Alto
Environment variant files
- SELF-VERIFY RULE — before declaring backend work done, verify it compiles and pushes: run `npx tsc
The workflow conditionally enables anonymous mode and states that this operation can rewrite .env.local. That creates a direct environment-file integrity risk.
Alto
Deployment Without Explicit Approval
The skill requires pushing changes and permits anonymous deployment creation. This can upload project code and alter cloud state without explicit user confirmation.
Line 38 directly requires a successful push and provides commands for authenticated or anonymous deployment. No confirmation step is specified.
Elementos de revisión de capacidades (1)

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.

Medio
Ruby/shell backtick execution
- SELF-VERIFY RULE — before declaring backend work done, verify it compiles and pushes: run `npx tsc
The line explicitly directs the agent to run npx commands and push backend changes to a deployment. These commands can execute project tooling and change local or remote state.
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-expert/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-expert/security.svg)](https://skillstore.io/skills/get-convex-convex-expert?utm_source=security_passport_badge)

Insignia HTML

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

Tarjeta para insertar

<iframe src="https://skillstore.io/embed/skills/get-convex-convex-expert.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-expert security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/get-convex-convex-expert/audits/1

Cita BibTeX

@techreport{get-convex-get-convex-convex-expert-2026, author = {get-convex}, title = {convex-expert security audit report (audit version 1)}, institution = {Skillstore}, year = {2026}, number = {1}, url = {https://skillstore.io/skills/get-convex-convex-expert/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-expert 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-expert/audits/1" identifiers: - type: other value: "skillstore:get-convex-convex-expert: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

Create a Convex Feature

Design validated functions, indexes, and schema changes for a new application workflow.

Review Backend Reliability

Find unbounded reads, invalid imports, missing validators, and unsafe schema migrations.

Resolve Deployment Errors

Interpret validation, schema, import, and runtime errors from Convex development checks.

Prueba estos prompts

Explain a Convex Function
Explain this Convex function and identify its arguments, return value, database access, and visibility: [function].
Design a Data Model
Design a Convex schema and indexes for [feature]. Include validators, relationships, query paths, and migration notes.
Review a Convex Directory
Review [files] for validators, imports, indexes, bounded reads, internal visibility, runtime separation, and safe schema evolution.
Plan a Production Migration
Plan a staged Convex migration for [change]. Address compatibility, backfill, indexes, rollback, tests, and deployment approval.

Mejores prácticas

  • Provide the schema, related functions, expected behavior, and current errors.
  • Review generated Convex guidance before changing backend files.
  • Require approval before commands that deploy code or modify environment files.

Evitar

  • Do not request production deployment without identifying the target and approval boundary.
  • Do not omit project-specific authorization and data access requirements.
  • Do not treat generated recommendations as a substitute for tests and migration validation.

Preguntas frecuentes

What Convex code can this skill review?
It covers schemas, indexes, queries, mutations, actions, HTTP endpoints, scheduled jobs, storage, authentication wiring, and components.
Does it write Convex functions?
Yes. It can create object-form functions with argument and return validators using the project context.
Can it improve query performance?
It identifies full-table scans, recommends indexes, and uses pagination or bounded reads where appropriate.
Will it deploy changes automatically?
The source workflow requests deployment verification. Users should require explicit approval before any local or cloud state change.
Does it support schema migrations?
It recommends staged changes, optional fields, backfills, and later validator tightening for populated tables.
What context produces the best results?
Provide the current schema, related functions, generated guidance, requirements, errors, and deployment constraints.

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

Más de get-convex

Ver todo
Ver todo