Skip to main content

coze-api

Integrates with Coze API for conversational AI and workflow execution, enabling seamless bot interactions and message management.

Install this skill

or
86/100

Security score

The coze-api skill was audited on Feb 9, 2026 and we found 14 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 23

External URL reference

SourceSKILL.md
231. 登录 Coze 平台: https://www.coze.cn
low line 31

External URL reference

SourceSKILL.md
31- 例如: `https://www.coze.cn/space/123/bot/7348293334`
low line 42

External URL reference

SourceSKILL.md
42- 国内版: `https://api.coze.cn`
low line 63

External URL reference

SourceSKILL.md
63POST https://api.coze.cn/v3/chat
low line 71

External URL reference

SourceSKILL.md
71API_URL = "https://api.coze.cn/v3/chat"
low line 72

External URL reference

SourceSKILL.md
72RETRIEVE_URL = "https://api.coze.cn/v3/chat/retrieve"
low line 73

External URL reference

SourceSKILL.md
73MESSAGE_LIST_URL = "https://api.coze.cn/v3/chat/message/list"
low line 231

External URL reference

SourceSKILL.md
231POST https://api.coze.cn/v3/workflows/run
low line 239

External URL reference

SourceSKILL.md
239WORKFLOW_RUN_URL = "https://api.coze.cn/v3/workflows/run"
low line 318

External URL reference

SourceSKILL.md
318retrieve_url = f"https://api.coze.cn/v3/chat/retrieve"
low line 335

External URL reference

SourceSKILL.md
335message_url = f"https://api.coze.cn/v3/chat/message/list"
low line 474

External URL reference

SourceSKILL.md
474- **官方文档**: https://www.coze.cn/open/docs/developer_guides/coze_api_overview
low line 475

External URL reference

SourceSKILL.md
475- **开发者平台**: https://www.coze.cn/open/playground
low line 476

External URL reference

SourceSKILL.md
476- **API 参考**: https://www.coze.cn/docs/developer_guides/chat_v3
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →