scrape

Warn

Audited by Runlayer on Feb 24, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
76%
Files
2
Flagged
2
Chunks
2
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
Max File Score
76%
Classification
UNKNOWN_SERVER
Files Scanned
2
Files Flagged
2
Chunks Analyzed
2
Analyzed
Feb 24, 2026, 09:45 PM
Security Audit — runlayer — scrape