using-riszotto
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
riszottopackage from PyPI using theuvtool manager. This is a vendor-provided tool from the skill author. - [COMMAND_EXECUTION]: The skill relies on executing the
riszottoCLI tool to perform its primary functions, such as searching and retrieving papers from the Zotero API. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests and processes untrusted data from Zotero libraries, including paper titles, authors, and full-text content from PDFs.
- Ingestion points: Bibliographic data retrieved via
riszotto search,riszotto show, andriszotto export(referenced in SKILL.md). - Boundary markers: Absent. The instructions do not specify how to distinguish between legitimate bibliographic data and potential embedded instructions.
- Capability inventory: The agent has the capability to execute shell commands via the
riszottotool. - Sanitization: Absent. No sanitization or validation of the retrieved content is performed before it is added to the agent's context.
Audit Metadata