zaker-category-news
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill performs network GET requests to fetch news articles from
skills.myzaker.com. This is a legitimate functional requirement for a news-gathering skill and targets the vendor's official service domain. - [INDIRECT_PROMPT_INJECTION]: The skill ingests and displays untrusted data (news headlines and summaries) from an external source, which represents a standard but inherent surface for indirect prompt injection.
- Ingestion points: Articles are fetched via the
get_category_articlestool defined inSKILL.mdand implemented inscripts/get_category.py. - Boundary markers: The skill does not employ specific boundary markers or isolation delimiters to wrap the external news content when presenting it to the agent.
- Capability inventory: The skill's capabilities are restricted to network GET requests and basic terminal output; it does not include file-writing, privilege escalation, or shell execution capabilities.
- Sanitization: No explicit sanitization or filtering is applied to the fetched article metadata (titles, summaries) before it is processed by the agent.
Audit Metadata