read
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches content from several external domains to perform its primary function. These include
defuddle.md,r.jina.ai, andraw.githubusercontent.com. It also performscurloperations to download images from extracted URLs when explicitly requested by the user. - [COMMAND_EXECUTION]: The skill executes multiple local shell commands and scripts to process documents. This includes
curlfor networking,ghfor GitHub API access,pdftotextfor PDF extraction, andpython3for executing the built-in Feishu and WeChat scrapers. - [REMOTE_CODE_EXECUTION]: The script
scripts/fetch.shusesnpx --yes agent-fetchto dynamically download and run theagent-fetchpackage from the npm registry as a fallback method. Additionally, the documentation provides instructions for users to install external Python packages likeplaywright,beautifulsoup4, andmarker-pdffor advanced parsing capabilities. - [PROMPT_INJECTION]: As the skill is designed to ingest and process arbitrary untrusted content from the web, it has an inherent surface for indirect prompt injection. However, the instructions in
SKILL.mdinclude strong boundary markers, explicitly telling the agent to convert the content without analysis or interpretation, which significantly mitigates the risk of the agent obeying instructions embedded within the fetched pages.
Audit Metadata