scraping-automation
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill implements logic for web scraping, which involves ingesting untrusted data from the internet. This presents a surface for indirect prompt injection attacks.
- Ingestion points: Data is ingested through browser navigation and extraction logic in
SKILL.mdandreferences/advanced.md. - Boundary markers: The extraction logic lacks explicit boundary markers or instructions to the agent to treat scraped content as data only, increasing the risk that the agent might follow instructions found within the scraped HTML.
- Capability inventory: The skill demonstrates the ability to perform network requests and write results to the local file system using the
saveResultsfunction inreferences/advanced.md. - Sanitization: While the schema includes a
transformfunction for data normalization, it does not include sanitization layers designed to detect or strip malicious prompt-injection patterns from the extracted text.
Audit Metadata