multi-account-isolation
Verify Browser Profile Isolation
Multi-account browser setups can leak identity through shared storage, mismatched network signals, or unstable fingerprints. This skill provides repeatable checks for authorized profiles, QA fixtures, and anti-fraud testing.
Detente y solicita confirmación antes de instalar.
Revisa el plan y obtén el consentimiento explícito del usuario antes de modificar archivos.
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 "multi-account-isolation" from https://skillstore.io/skills/antibrow-multi-account-isolation.md and its manifest at https://skillstore.io/api/skills/antibrow-multi-account-isolation/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 "multi-account-isolation". Three profiles use distinct names, but profiles two and three report the same public IP.
Resultado esperado:
Finding: the network exit is not unique. Check proxy assignment and confirm the observed address from inside each profile before investigating fingerprint settings.
Usando "multi-account-isolation". A profile has matching timezone and IP signals, but its canvas hash changes after relaunch.
Resultado esperado:
Finding: the persona is not stable. Verify that the same profile directory and cache are used, then repeat the test across multiple launches.
Usando "multi-account-isolation". A runtime stores login state locally and sends a license request during startup.
Resultado esperado:
- Local risk: protect profile directories because they contain session artifacts.
- Network risk: monitor the license request and restrict outbound access to approved services.
- Control: pin the runtime version and verify its published integrity hash.
Auditoría de seguridad
Riesgo altoThe static catalog primarily flags documentation examples, code fences, reference URLs, and ordinary environment configuration as dangerous patterns. Credential, proxy, profile-storage, and license-key handling are genuine security-sensitive behaviors, but the skill states authorized-use limits and recommends auditing runtime behavior. No prompt injection or direct credential-exfiltration instruction was found in SKILL.md.
Preocupaciones de seguridad confirmadas (5)
Elementos de revisión de capacidades (18)
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.
Factores de riesgo
⚙️ Comandos externos (26)
🌐 Acceso a red (6)
📁 Acceso al sistema de archivos (8)
🔑 Variables de entorno (9)
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/antibrow-multi-account-isolation/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportInsignia Markdown
[](https://skillstore.io/skills/antibrow-multi-account-isolation?utm_source=security_passport_badge)Insignia HTML
<a href="https://skillstore.io/skills/antibrow-multi-account-isolation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/antibrow-multi-account-isolation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Tarjeta para insertar
<iframe src="https://skillstore.io/embed/skills/antibrow-multi-account-isolation.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
antibrow. (2026). multi-account-isolation security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/antibrow-multi-account-isolation/audits/1Cita BibTeX
@techreport{antibrow-antibrow-multi-account-isolation-2026,
author = {antibrow},
title = {multi-account-isolation security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/antibrow-multi-account-isolation/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: "multi-account-isolation security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "antibrow"
date-released: "2026-08-07"
url: "https://skillstore.io/skills/antibrow-multi-account-isolation/audits/1"
identifiers:
- type: other
value: "skillstore:antibrow-multi-account-isolation: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
Audit a QA fleet
Verify that test identities have separate storage, network exits, timezones, and stable fingerprints before automated test runs.
Review a browser vendor
Map where cookies, personas, proxy credentials, API keys, and license traffic go during a controlled runtime audit.
Diagnose account association
Trace isolation failures from reused profile names and shared addresses to timezone, fingerprint, or storage inconsistencies.
Prueba estos prompts
Create a simple checklist to verify that three authorized browser profiles use separate personas, proxies, timezones, public IPs, and cookie jars.
Analyze these profile test results and identify the cheapest troubleshooting order for a timezone mismatch, repeated public IP, or unstable canvas hash: [paste results].
Design a CI test plan for authorized profiles covering timezone and IP agreement, canvas stability across relaunches, public IP uniqueness, and cross-layer browser consistency.
Prepare a controlled security audit for this browser runtime. Track where cookies, login state, personas, API keys, proxy credentials, and license traffic are stored or transmitted, and list evidence to collect: [runtime details].
Mejores prácticas
- Use only accounts, test fixtures, and systems that you own or are authorized to operate.
- Run cheap, deterministic checks in CI and retain evidence for each profile and launch.
- Protect profile storage and credentials with least privilege, redaction, encryption, and retention controls.
Evitar
- Do not reuse one profile by logging out and switching between identities.
- Do not treat a clean browser fingerprint as proof that accounts are unrelated.
- Do not test third-party accounts, bypass platform enforcement, or expose credentials to untrusted tools.