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.
Mit meinem Agent installieren
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das 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.Ihr Agent sollte weiterhin seinen Plan anzeigen und alle von der Sicherheitsrichtlinie verlangten Bestätigungen anfordern.
Agent-lesbare Ressourcen
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
Testen
„adscrawl-browser“ wird verwendet. Extract a rendered product article as Markdown and summarize it.
Erwartetes Ergebnis:
Saved the rendered article as page.md. The summary covers the product purpose, primary features, pricing details, and stated availability.
„adscrawl-browser“ wird verwendet. Capture a full-page screenshot for visual review.
Erwartetes Ergebnis:
- 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“ wird verwendet. Use a remote browser to complete an authorized multi-step form check.
Erwartetes Ergebnis:
Completed the requested navigation and validation steps in one CDP session. Closed the remote session after recording the observed results.
Sicherheitsaudit
SicherAll 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.
Risikofaktoren
⚙️ Externe Befehle (36)
🌐 Netzwerkzugriff (2)
🔑 Umgebungsvariablen (6)
Diesen Bericht teilen & zitieren
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
Berichtslink kopieren
https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown-Badge
[](https://skillstore.io/skills/adscrawl-adscrawl-browser?utm_source=security_passport_badge)HTML-Badge
<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>Einbettungskarte
<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>Wissenschaftliche Zitate (APA · BibTeX · CFF)
APA-Zitat
adscrawl. (2026). adscrawl-browser security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1BibTeX-Zitat
@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-Score
Warum dieser Score Evidenzvertrauen: MittelWas Sie erstellen können
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.
Diese Prompts ausprobieren
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.
Bewährte Praktiken
- 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.
Vermeiden
- 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.