wiki-enrich
Warn
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill dynamically resolves the file paths for utility scripts like
research_wiki.pyandDEEPXIV_FETCHERusing shell logic, then executes them viapython3. Executing code from paths determined at runtime is a risk factor. - [EXTERNAL_DOWNLOADS]: Fetches research data from the ArXiv API and AlphaXiv overview pages.
- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection.
- Ingestion points: External research paper summaries are retrieved via
WebFetchandcurlfrom remote sources. - Boundary markers: The skill lacks explicit delimiters or instructions for the agent to ignore potentially malicious directions embedded within the fetched text.
- Capability inventory: The agent can modify local files through the
Edittool and execute shell commands viaBash, which could be leveraged if malicious instructions were present in a processed research abstract. - Sanitization: There is no documented validation or sanitization of the fetched external text before it is processed by the agent to generate wiki updates.
Audit Metadata