extension-core-infrastructure
Build Caffeine AI Core Infrastructure
Connecting React applications to Internet Computer backends requires coordinated authentication, actor, query, and storage setup. This skill provides proven integration and migration guidance for that foundation.
Instalar con mi Agente
Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.
Review the Skillstore skill "extension-core-infrastructure" from https://skillstore.io/skills/caffeinelabs-extension-core-infrastructure.md and its manifest at https://skillstore.io/api/skills/caffeinelabs-extension-core-infrastructure/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.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 "extension-core-infrastructure". Explain which authentication state should control protected UI after a page reload.
Resultado esperado:
Use isAuthenticated for protected UI. A restored session can be authenticated while the interactive login success state remains false.
Usando "extension-core-infrastructure". Summarize the v1 dependency migration.
Resultado esperado:
- Remove direct legacy DFINITY dependencies.
- Add the documented ICP SDK authentication and core packages.
- Update imports to the corresponding ICP SDK subpaths.
- Change the Vite deduplication target to the ICP SDK core package.
Usando "extension-core-infrastructure". What happens to backend actors after login or logout?
Resultado esperado:
The actor is recreated with the new identity. Dependent queries are then invalidated and fetched again.
Auditoría de seguridad
Riesgo bajoAll 38 static findings are false positives. The command findings are Markdown formatting, the URL is a documentation link, and the reconnaissance hit is a documented boolean. A low-severity privacy concern remains because verified email is requested by default unless applications opt out.
Preocupaciones de seguridad confirmadas (1)
Factores de riesgo
⚙️ Comandos externos (36)
🌐 Acceso a red (1)
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.
Copiar enlace del informe
https://skillstore.io/skills/caffeinelabs-extension-core-infrastructure/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportInsignia Markdown
[](https://skillstore.io/skills/caffeinelabs-extension-core-infrastructure?utm_source=security_passport_badge)Insignia HTML
<a href="https://skillstore.io/skills/caffeinelabs-extension-core-infrastructure?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/caffeinelabs-extension-core-infrastructure/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Tarjeta para insertar
<iframe src="https://skillstore.io/embed/skills/caffeinelabs-extension-core-infrastructure.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
caffeinelabs. (2026). extension-core-infrastructure security audit report (audit version 1) [Author version 1.1.0]. Skillstore. https://skillstore.io/skills/caffeinelabs-extension-core-infrastructure/audits/1Cita BibTeX
@techreport{caffeinelabs-caffeinelabs-extension-core-infrastructure-2026,
author = {caffeinelabs},
title = {extension-core-infrastructure security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/caffeinelabs-extension-core-infrastructure/audits/1},
note = {Author version 1.1.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "extension-core-infrastructure security audit report (audit version 1)"
version: "1.1.0"
type: report
authors:
- name: "caffeinelabs"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/caffeinelabs-extension-core-infrastructure/audits/1"
identifiers:
- type: other
value: "skillstore:caffeinelabs-extension-core-infrastructure:audit:1"
description: "Skillstore immutable audit report identifier"
Puntuación de Skillstore
Por qué esta puntuación Confianza de la evidencia: MedioLo que puedes crear
Configure a New Frontend
Set up shared providers, authentication state, and typed backend access for a new Caffeine AI React application.
Upgrade an Existing Application
Replace legacy DFINITY packages, update imports, adjust Vite deduplication, and review the new attribute verification default.
Review Authentication Architecture
Verify UI gating, login lifecycle handling, actor recreation, and dependent query refresh behavior.
Prueba estos prompts
Explain how this core infrastructure supports authentication, backend actors, React Query, and storage dependencies. Define each component for a new React developer.
Create an integration plan for my React application using this skill. Include dependencies, provider order, authentication states, actor loading, and verification steps.
Review my authentication flow against this skill. Identify incorrect use of login success, missing initialization handling, and unsafe authenticated UI gating.
Design a v0 to v1 migration for my project. Map dependencies and imports, assess verified email requirements, update Vite deduplication, and define tests.
Mejores prácticas
- Gate protected interfaces with the authenticated state, including after stored session restoration.
- Disable login actions while identity initialization or interactive login is active.
- Decide whether verified email is necessary before accepting the provider default.
Evitar
- Do not use interactive login success as the persistent authentication signal.
- Do not add local pending state around the fire-and-forget login and clear functions.
- Do not keep legacy DFINITY dependencies beside their ICP SDK replacements.
Preguntas frecuentes
Is manual integration required?
Which state should protect authenticated content?
Should login and clear be awaited?
When is the backend actor available?
Does v1 request identity attributes?
What changes during the v1 migration?
Detalles del desarrollador
Autor
caffeinelabsLicencia
MIT
Versión del autor
v1.1.0
Revisión de Skillstore
r1
Ref.
f32f934280aa94e399d875d7cf7b2ed16d1b82a3
Actualidad del mantenimiento
23/7/2026
Uso
0 descargas · 0 vistas
Estructura de archivos