minimax
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it processes data from untrusted external sources.
- Ingestion points: The agent ingests external content through
web_searchresults and content extracted from images viaunderstand_image(defined inSKILL.md). - Boundary markers: The skill lacks explicit instructions or delimiters to tell the agent to ignore or isolate instructions that might be embedded within search results or image content.
- Capability inventory: The skill allows for web searching and reading of local/remote files. The workflow section in
SKILL.mdalso suggests integration with other tools like browser automation (@pw), which could increase the impact of a successful injection. - Sanitization: There is no mention of sanitizing, filtering, or validating the text or data extracted from external search results or images before the agent processes it.
- [DATA_EXFILTRATION]: The
understand_imagetool inSKILL.mdallows the agent to access local file paths through theimage_sourceparameter. While intended for legitimate image analysis, this capability could be misused to read sensitive local files if the agent is manipulated via prompt injection.
Audit Metadata