Habilidades convex-auth Historial de auditorías
📦

Historial de auditorías

convex-auth - 1 auditoría

7 sept 2026, 13:53

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
12
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