AgentReadyHomeAgent Listing

← scrape (Bright Data)

scrape (Bright Data) — agentic threat model

7.1AIVSS 7.1 · High

This agent skill presents moderate risk primarily centered around API key exposure, potential financial abuse of the paid Bright Data service, and downstream prompt injection from untrusted scraped web content.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 6.8AARS uplift 0.67Factor sum 2.1/10Threat ×1.0Mitigation ×0.95
Autonomy of Action
0.40
Goal-Driven Planning
0.10
Self-Modification
0.00
Dynamic Tool Use
0.30
Persistent Memory
0.00
Contextual Awareness
0.20
Dynamic Identity
0.40
Multi-Agent Interactions
0.20
Non-Determinism
0.30
Opacity & Reflexivity
0.20

Scored with the canonical OWASP AIVSS formula (AIVSS calculator reference); agentic risk factors estimated from the agent’s described capabilities.

MAESTRO 7-layer threat model

Per-layer threats for this agent. Layers tagged “not certain from listing” are general, caveated commentary where the public description didn’t pin that layer.

L1 · Foundation Models⚠ not certain from listing

Not certain from the listing — The listing describes a scraping skill rather than the underlying LLM. It likely relies on an external orchestrating LLM to call this skill, which would inherit standard LLM risks like prompt injection.

L2 · Data Operations✓ mapped

Processes scraped web data and converts it to markdown. This introduces risks of data poisoning or indirect prompt injection if the scraped website contains malicious instructions designed to hijack the consuming LLM.

L3 · Agent Frameworks✓ mapped

As an integration skill, vulnerabilities include insecure tool execution, potential SSRF if target URLs are not validated, and the risk of the orchestrating framework misusing the tool to scrape unauthorized targets.

L4 · Deployment & Infrastructure✓ mapped

Requires sensitive secrets (BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZONE). Insecure storage or exposure of these credentials in transit or at rest could lead to unauthorized API access and financial theft.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — There is no mention of logging, monitoring, or guardrails to detect abuse, anomalous scraping volumes, or malicious content returned from the Web Unlocker API.

L6 · Security & Compliance (cross-cutting)✓ mapped

Access is gated by API keys, but bypassing bot detection and CAPTCHAs raises compliance and legal risks regarding target website Terms of Service, copyright, and data privacy regulations (e.g., GDPR).

L7 · Agent Ecosystem✓ mapped

Designed as a reusable skill within an agent ecosystem. A compromised parent agent could abuse this skill to perform distributed scraping attacks or exhaust the user's paid Bright Data credits.

MAESTRO — the 7-layer agentic threat-modeling framework (Cloud Security Alliance / Ken Huang).