bluebubbles
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes and transmits message content which serves as an ingestion point for potentially untrusted data.
- Ingestion points: Untrusted data enters the agent context through the
messageparameter insend,edit, andreplyactions, as well as via message context associated withmessageIdandreplyTofields. - Boundary markers: Absent. The skill instructions do not provide delimiters or specific guidelines for the agent to distinguish between message text and executable instructions.
- Capability inventory: The skill possesses capabilities for network transmission (sending messages), file system access (reading local files for attachments), and modification of existing conversation state (edit/unsend).
- Sanitization: Absent. There is no mention of escaping, filtering, or validating the content of messages before they are processed or transmitted.
- [DATA_EXFILTRATION]: The
sendAttachmentaction provides the agent with the ability to read local files via thepathparameter and transmit them externally. - Evidence: The skill documentation explicitly instructs the use of a
pathfor local files in thesendAttachmentaction (e.g.,"path": "/tmp/photo.jpg"). While this is a primary function of a messaging tool, it defines a capability that could be used to exfiltrate sensitive files (such as SSH keys or configuration files) if the agent is manipulated into doing so.
Audit Metadata