wikipedia-discovery
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTIONNO_CODE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from Wikipedia's public APIs (including page summaries, extracts, and search snippets) which are external and untrusted sources. This creates a surface where malicious content on Wikipedia could theoretically influence the agent's behavior.
- Ingestion points: Wikipedia API responses as described in
references/topic-search.mdandreferences/article-next-steps.md. - Boundary markers: The instructions do not define specific delimiters or explicit warnings to the agent to disregard instructions found within the fetched Wikipedia content.
- Capability inventory: The skill has the ability to trigger navigation events in the user's environment via the
message_parenttool. - Sanitization: The skill contains a strong domain restriction, explicitly requiring that all
url_changetargets remain within the*.wikipedia.orgdomain. - [EXTERNAL_DOWNLOADS]: The skill interacts with well-known Wikipedia API endpoints (
en.wikipedia.org) to fetch article metadata and search results. These references to established services are considered safe within the context of the skill's primary function.
Audit Metadata