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.
توقف واطلب التأكيد قبل التثبيت.
راجع الخطة واحصل على موافقة صريحة من المستخدم قبل تغيير الملفات.
التثبيت باستخدام Agent لدي
انسخ هذا الطلب إلى Agent لديك. يتضمن صفحة Skill المعتمدة وملف manifest.
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.يجب أن يواصل Agent عرض خطته وطلب أي تأكيد تفرضه سياسة الأمان.
موارد مهيّأة لـ Agents
استخدم هذه الروابط عندما يحتاج AI Agent أو crawler أو script إلى سياق نظيف بدلًا من قراءة الصفحة كاملة.
اختبرها
جارٍ استخدام "multi-account-isolation". Three profiles use distinct names, but profiles two and three report the same public IP.
النتيجة المتوقعة:
Finding: the network exit is not unique. Check proxy assignment and confirm the observed address from inside each profile before investigating fingerprint settings.
جارٍ استخدام "multi-account-isolation". A profile has matching timezone and IP signals, but its canvas hash changes after relaunch.
النتيجة المتوقعة:
Finding: the persona is not stable. Verify that the same profile directory and cache are used, then repeat the test across multiple launches.
جارٍ استخدام "multi-account-isolation". A runtime stores login state locally and sends a license request during startup.
النتيجة المتوقعة:
- 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.
التدقيق الأمني
مخاطر عاليةThe 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.
مخاوف أمنية مؤكدة (5)
عناصر مراجعة القدرات (18)
هذه قدرات محلية حقيقية قد يُتوقع وجودها لهذه المهارة، لذا فهي تتطلب مراجعة ولكن لا تُحتسب كسلوك خبيث مؤكد.
عوامل الخطر
⚙️ الأوامر الخارجية (26)
🌐 الوصول إلى الشبكة (6)
📁 الوصول إلى نظام الملفات (8)
🔑 متغيرات البيئة (9)
شارك واستشهد بهذا التقرير
شارك تقرير التقييم المرتبط بالإصدار والشارة المحايدة وبطاقة التضمين والاستشهادات. تعرض Skillstore الأدلة من دون أن تقرر ما إذا كانت هذه المهارة آمنة.
نسخ رابط التقرير
https://skillstore.io/skills/antibrow-multi-account-isolation/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportشارة Markdown
[](https://skillstore.io/skills/antibrow-multi-account-isolation?utm_source=security_passport_badge)شارة 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>بطاقة قابلة للتضمين
<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>الاستشهادات الأكاديمية (APA · BibTeX · CFF)
اقتباس 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/1اقتباس 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"
تقييم Skillstore
سبب هذا التقييم موثوقية الأدلة: متوسطما الذي يمكنك بناؤه
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.
جرّب هذه الموجّهات
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].
أفضل الممارسات
- 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.
تجنب
- 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.