brightdata-performance-tuning
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes an array of URLs from user input, which presents a surface for indirect prompt injection attacks if those URLs point to malicious content that the agent then processes.
- Ingestion points: The
urlsparameter in thescrapeManyfunction (SKILL.md, Step 4) and thebulkScrapefunction (SKILL.md, Step 5). - Boundary markers: None present; the code does not use delimiters or instructions to ignore embedded commands in the fetched content.
- Capability inventory: The skill uses
axiosandfetchto perform network operations, and has permission to Read, Write, and Edit files. - Sanitization: No sanitization or validation of the input URLs is performed before they are used in network requests.
- [DATA_EXFILTRATION]: The skill's connection pooling implementation (Step 2) includes
rejectUnauthorized: falsein the HTTPS agent configuration. This disables SSL certificate verification for connections to thebrd.superproxy.ioproxy endpoint, creating a vulnerability where data retrieved or proxy credentials could be intercepted via Man-in-the-Middle (MitM) attacks.
Audit Metadata