coze-web-fetch
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local TypeScript script using
npx ts-nodeas defined in the metadata and provided examples. - [EXTERNAL_DOWNLOADS]: The
scripts/fetch.tsfile performs network requests to external URLs provided via command-line arguments, using thecoze-coding-dev-sdkto retrieve web pages, documents, and images. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) by processing untrusted data from the internet.
- Ingestion points: The
fetchUrlfunction inscripts/fetch.tsretrieves content from external URLs. - Boundary markers: The formatting functions (
formatAsTextandformatAsMarkdown) use simple text headers (e.g.,FETCHED CONTENT,---) but do not include explicit instructions for the agent to ignore potential commands embedded within the retrieved data. - Capability inventory: The agent using this skill may have access to sensitive tools or file system operations that could be targeted by malicious instructions found in the fetched content.
- Sanitization: No filtering or validation of the fetched content is performed before it is presented to the agent.
Audit Metadata