scrapfly-sdk-go
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external URLs through the
Scrapemethod and allows for AI-driven data extraction viaExtractionPrompt. This creates a potential surface where malicious instructions embedded in a scraped web page could attempt to influence the agent's behavior. - Ingestion points: Untrusted data enters the agent context via the
ScrapeConfig.URLfield. - Boundary markers: No specific delimiters or safety instructions are provided to the agent to ignore instructions found within the scraped content.
- Capability inventory: The skill possesses network access (via the Scrapfly API) and AI extraction capabilities.
- Sanitization: The instructions do not detail any sanitization or filtering of the external content before it is passed to the extraction prompt.
- [SAFE]: All external resources and package installations reference the official vendor infrastructure, including the
github.com/scrapfly/go-scrapflyrepository and thescrapfly.iowebsite.
Audit Metadata