web-read
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes content from untrusted external URLs, creating a surface for indirect prompt injection. Malicious web pages could contain hidden or explicit instructions designed to subvert the agent's logic when the content is eventually read by the language model.
- Ingestion points:
scripts/read.pytakes a URL from theinput_datadictionary and retrieves content via theWebIntelligenceRouter. - Boundary markers: No specific delimiters (such as XML tags or boundary strings) are added to the output to isolate external content from system instructions.
- Capability inventory: The skill utilizes
kernel.webfor network operations and data extraction, returning the result as a structured JSON object. - Sanitization: No sanitization, HTML stripping, or safety filtering is performed on the content within the skill's logic before it is returned.
Audit Metadata