discord
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill implements a
readaction that allows the agent to retrieve message history from Discord channels. This external, untrusted content could contain malicious instructions intended to manipulate the agent's behavior. - Ingestion points: The
readaction documented inSKILL.mdallows the agent to ingest external Discord channel content. - Boundary markers: The skill instructions do not specify any boundary markers or delimiters to differentiate between system instructions and data retrieved from Discord.
- Capability inventory: The skill utilizes the
messagetool to perform various actions includingsend,react,read,edit,delete,poll,pin,thread-create,search, andset-presence. Notably, thesendaction supports local file system access via themediaparameter. - Sanitization: There are no explicit instructions or mechanisms mentioned for sanitizing or validating the content read from Discord before it is processed by the agent.
- [DATA_EXFILTRATION]: The examples for the
sendaction demonstrate support for amediaparameter that acceptsfile://URIs (e.g.,file:///tmp/example.png). This provides a mechanism for the agent to access the local filesystem and transmit the resulting data to a remote Discord channel.
Audit Metadata