web-fetch
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (LOW): The skill uses
curlandWebFetchto download data from URLs provided at runtime. This involves interacting with external, untrusted content. - [COMMAND_EXECUTION] (LOW): Employs Bash tools like
sed,jq,lynx, andw3mfor data processing. While functional, executing shell commands on untrusted external output presents a security surface. - [PROMPT_INJECTION] (LOW): (Indirect Prompt Injection Surface) 1. Ingestion points: Data fetched from external URLs via
curlorWebFetch. 2. Boundary markers: None identified; instructions do not specify delimiters for external content. 3. Capability inventory: Bash execution (curl, sed, jq) and web fetching tools. 4. Sanitization: Employssedfor basic HTML removal, which is insufficient to filter out malicious instructions within the text content.
Audit Metadata