research-wiki
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
ingestsubcommand fetches research paper metadata from well-known services including arXiv, DBLP, and Semantic Scholar to populate the wiki. - [PROMPT_INJECTION]: The ingestion of external metadata from research databases creates a surface for indirect prompt injection. Malicious instructions embedded in paper titles or abstracts could potentially influence the agent during processing. Ingestion points: external metadata fetched via
WebFetchand stored in markdown files within theresearch-wiki/papers/directory. Boundary markers: the skill instructions do not specify the use of delimiters or 'ignore instructions' warnings for the ingested content. Capability inventory: the skill is permitted to useBash(*),Write,Edit, andmcp__codex__codex. Sanitization: no explicit validation or sanitization of external metadata is described before it is written to the file system or used in prompts.
Audit Metadata