convex-auth
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.
توقف واطلب التأكيد قبل التثبيت.
راجع الخطة واحصل على موافقة صريحة من المستخدم قبل تغيير الملفات.
التثبيت باستخدام Agent لدي
انسخ هذا الطلب إلى Agent لديك. يتضمن صفحة Skill المعتمدة وملف manifest.
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.يجب أن يواصل Agent عرض خطته وطلب أي تأكيد تفرضه سياسة الأمان.
موارد مهيّأة لـ Agents
استخدم هذه الروابط عندما يحتاج AI Agent أو crawler أو script إلى سياق نظيف بدلًا من قراءة الصفحة كاملة.
اختبرها
جارٍ استخدام "convex-auth". Add passkey authentication to this Convex application.
النتيجة المتوقعة:
Passkey authentication is configured on the server and client. Required deployment variables are set, protected routes are wired, and sign-in is verified.
جارٍ استخدام "convex-auth". Why does this application remain signed out after login?
النتيجة المتوقعة:
The audit identifies a missing or incorrect auth.config.ts entry, updates provider wiring, and confirms that authenticated state now persists.
جارٍ استخدام "convex-auth". Switch this application from passkeys to Google OAuth.
النتيجة المتوقعة:
The provider configuration now uses Google OAuth. Existing client components are preserved, required credentials are listed, and the sign-in flow is tested.
التدقيق الأمني
مخاطر عالية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)
عناصر مراجعة القدرات (7)
هذه قدرات محلية حقيقية قد يُتوقع وجودها لهذه المهارة، لذا فهي تتطلب مراجعة ولكن لا تُحتسب كسلوك خبيث مؤكد.
عوامل الخطر
⚡ يحتوي على سكربتات (1)
⚙️ الأوامر الخارجية (6)
🌐 الوصول إلى الشبكة (1)
🔑 متغيرات البيئة (4)
شارك واستشهد بهذا التقرير
شارك تقرير التقييم المرتبط بالإصدار والشارة المحايدة وبطاقة التضمين والاستشهادات. تعرض Skillstore الأدلة من دون أن تقرر ما إذا كانت هذه المهارة آمنة.
نسخ رابط التقرير
https://skillstore.io/skills/get-convex-convex-auth/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportشارة Markdown
[](https://skillstore.io/skills/get-convex-convex-auth?utm_source=security_passport_badge)شارة 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>بطاقة قابلة للتضمين
<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>الاستشهادات الأكاديمية (APA · BibTeX · CFF)
اقتباس 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اقتباس 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"
تقييم Skillstore
سبب هذا التقييم موثوقية الأدلة: متوسطما الذي يمكنك بناؤه
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.
جرّب هذه الموجّهات
Add passkey sign-in to my current Convex app. Configure the server, client provider, sign-in UI, route guards, and verification.
Configure Google OAuth for this Convex app. Reuse existing UI patterns, identify required credentials, and verify successful sign-in and sign-out.
Audit this Convex authentication setup. Find configuration mismatches, missing client wiring, unsafe key handling, and incomplete route protection.
Migrate this app to Convex Auth with minimal disruption. Preserve user flows, document credential changes, and validate protected routes end to end.
أفضل الممارسات
- 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.
تجنب
- 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.
الأسئلة المتكررة
Which authentication method is the default?
Does this skill create OAuth credentials?
Why is auth.config.ts required?
How are JWT signing keys generated?
Can this run in a headless environment?
What must be verified before completion?
تفاصيل المطور
المؤلف
get-convexالترخيص
MIT
مراجعة Skillstore
r1
تنبيه الإصدار
لم يعلن المؤلف عن إصدار.
مرجع
d9e5ab86dafd32a1ddde9b8b4fde177589b55b95
حداثة الصيانة
٨/٩/٢٠٢٦
الاستخدام
0 تنزيلات · 0 مشاهدات
بنية الملفات
📄 SKILL.md