scrape
Warn
Audited by Runlayer on Feb 24, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
SKILL.mdHIGH
76.3%
Malicious tool definition detected
Tool: SKILL.md Description: --- name: scrape description: Scrape any webpage as clean markdown via Bright Data Web Unlocker API.
scripts/scrape.shHIGH
76.3%
Malicious tool definition detected
Tool: scripts/scrape.sh Description: #!/bin/bash # Bright Data Web Scraper (markdown output) URL="$1" if [ -z "$URL" ]; then echo "Usage: $0 \"url\"" >&2 exit 1 fi if [ -z "${BRIGHTDATA_API_KEY:-}" ]; then echo "Error: BRIGHTDATA_API_KEY is not set." >&2 echo "Get a key from https://brightdata.com/cp" >&2 exit 1 fi if [ -z "${BRIGHTDATA_UNLOCKER_ZONE:-}" ]; then echo "Error: BRIGHTDATA_UNLOCKER_ZONE is not set." >&2 echo "Create a zone at brightdata.com/cp" >&2
Audit Metadata