doko
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
updatecommand fetches a new skill definition from the vendor's domain (https://dokobot.ai/api/tools/skill). This is a standard self-update mechanism for the skill. - [COMMAND_EXECUTION]: The skill uses
Bashto executecurlfor API interactions and standard Unix utilities (head,grep,diff,cp,rm) to manage the update process. The instructions include a manual validation and diff step requiring explicit user confirmation before any files are overwritten. - [PROMPT_INJECTION]: The skill processes untrusted content from the web through the
readandsearchtools. This creates an indirect prompt injection surface. - Ingestion points: Data enters the agent context via the
text,chunks, anditemsfields returned by thereadandsearchAPI endpoints defined inSKILL.md. - Boundary markers: The skill lacks explicit instructions or delimiters to isolate untrusted web content from the agent's core instructions.
- Capability inventory: The skill has access to the
Bashtool, allowing it to execute network requests and local file operations as described inSKILL.md. - Sanitization: There is no evidence of sanitization or filtering of the raw external content before it is presented to the agent.
Audit Metadata