adscrawl-browser
Extract and Automate Websites with AdsCrawl
Modern websites often require browser rendering before useful content appears. This skill uses AdsCrawl for extraction, screenshots, and stateful browser sessions.
التثبيت باستخدام Agent لدي
انسخ هذا الطلب إلى Agent لديك. يتضمن صفحة Skill المعتمدة وملف manifest.
Review the Skillstore skill "adscrawl-browser" from https://skillstore.io/skills/adscrawl-adscrawl-browser.md and its manifest at https://skillstore.io/api/skills/adscrawl-adscrawl-browser/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.يجب أن يواصل Agent عرض خطته وطلب أي تأكيد تفرضه سياسة الأمان.
موارد مهيّأة لـ Agents
استخدم هذه الروابط عندما يحتاج AI Agent أو crawler أو script إلى سياق نظيف بدلًا من قراءة الصفحة كاملة.
اختبرها
جارٍ استخدام "adscrawl-browser". Extract a rendered product article as Markdown and summarize it.
النتيجة المتوقعة:
Saved the rendered article as page.md. The summary covers the product purpose, primary features, pricing details, and stated availability.
جارٍ استخدام "adscrawl-browser". Capture a full-page screenshot for visual review.
النتيجة المتوقعة:
- Saved a non-empty 1440 by 900 full-page PNG.
- Verified that the page loaded without a challenge screen.
- Noted one subscription overlay covering part of the article.
جارٍ استخدام "adscrawl-browser". Use a remote browser to complete an authorized multi-step form check.
النتيجة المتوقعة:
Completed the requested navigation and validation steps in one CDP session. Closed the remote session after recording the observed results.
التدقيق الأمني
آمنAll 45 static findings are false positives caused by Markdown backticks, documented environment variables, and the declared AdsCrawl API endpoint. The reviewed skill contains no embedded credentials, command injection, prompt injection, or unauthorized data handling.
عوامل الخطر
⚙️ الأوامر الخارجية (36)
🌐 الوصول إلى الشبكة (2)
🔑 متغيرات البيئة (6)
شارك واستشهد بهذا التقرير
شارك تقرير التقييم المرتبط بالإصدار والشارة المحايدة وبطاقة التضمين والاستشهادات. تعرض Skillstore الأدلة من دون أن تقرر ما إذا كانت هذه المهارة آمنة.
نسخ رابط التقرير
https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportشارة Markdown
[](https://skillstore.io/skills/adscrawl-adscrawl-browser?utm_source=security_passport_badge)شارة HTML
<a href="https://skillstore.io/skills/adscrawl-adscrawl-browser?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/adscrawl-adscrawl-browser/security.svg" alt="Skillstore security assessment" loading="lazy"></a>بطاقة قابلة للتضمين
<iframe src="https://skillstore.io/embed/skills/adscrawl-adscrawl-browser.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
adscrawl. (2026). adscrawl-browser security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1اقتباس BibTeX
@techreport{adscrawl-adscrawl-adscrawl-browser-2026,
author = {adscrawl},
title = {adscrawl-browser security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/adscrawl-adscrawl-browser/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: "adscrawl-browser security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "adscrawl"
date-released: "2026-08-26"
url: "https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1"
identifiers:
- type: other
value: "skillstore:adscrawl-adscrawl-browser:audit:1"
description: "Skillstore immutable audit report identifier"
تقييم Skillstore
سبب هذا التقييم موثوقية الأدلة: متوسطما الذي يمكنك بناؤه
Research rendered web content
Extract clean Markdown from JavaScript-heavy pages for analysis, summaries, or retrieval workflows.
Verify website appearance
Capture full-page or viewport screenshots with requested locale, timezone, and viewport settings.
Automate stateful browser tasks
Create a remote CDP session for authorized multi-step navigation, forms, login flows, or debugging.
جرّب هذه الموجّهات
Extract TARGET_URL as Markdown. Save the result, verify it contains meaningful page content, and summarize the main points.
Capture a full-page PNG of TARGET_URL at 1440 by 900. Check the image for overlays, missing assets, or incomplete loading.
Extract TARGET_URL for COUNTRY_CODE and capture a matching screenshot. Compare visible content, pricing, and availability without using a custom proxy.
Create one CDP session for TARGET_URL, complete AUTHORIZED_STEPS with the project's browser library, record outcomes, and always close the session.
أفضل الممارسات
- Use extraction or screenshots when interaction is unnecessary, and reserve CDP sessions for stateful tasks.
- Keep credentials in environment variables and exclude token-bearing URLs, cookies, and proxy secrets from logs.
- Verify saved outputs and close every CDP session in a cleanup path.
تجنب
- Do not combine managed country routing with a custom proxy in one request.
- Do not retry repeatedly when the page, credentials, or service returns a persistent error.
- Do not access authenticated content, personal data, or external side effects without explicit authorization.