coze-api
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection where malicious instructions embedded in processed data could influence the behavior of the integrated Coze agent.
- Ingestion points: The
messageparameter inscripts/coze_client.py(methodschat,stream_chat,chat_with_polling) and corresponding functions inSKILL.md. - Boundary markers: Absent. User input is directly placed into the
additional_messagesarray in the JSON request body. - Capability inventory: The skill uses the
requestslibrary to perform network operations, sending data to the Coze API (api.coze.cn). - Sanitization: None. The content is passed as a raw string to the external API.
Audit Metadata