Skip to main content

conversation-management

Facilitates conversation management in chat applications with features for viewing, creating, renaming, and deleting chat threads.

Install this skill

or
0/100

Security score

The conversation-management skill was audited on Feb 25, 2026 and we found 11 security issues across 2 threat categories, including 6 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 113

Direct command execution function call

SourceSKILL.md
113conversations = session.exec(
high line 179

Direct command execution function call

SourceSKILL.md
179conversation = session.exec(
high line 190

Direct command execution function call

SourceSKILL.md
190messages = session.exec(
high line 224

Direct command execution function call

SourceSKILL.md
224conversation = session.exec(
high line 258

Direct command execution function call

SourceSKILL.md
258conversation = session.exec(
high line 269

Direct command execution function call

SourceSKILL.md
269session.exec(
medium line 355

Template literal with variable interpolation in command context

SourceSKILL.md
355const response = await apiClient.get(`/api/conversations/${id}`);
medium line 378

Template literal with variable interpolation in command context

SourceSKILL.md
378const response = await apiClient.patch(`/api/conversations/${id}`, { title });
medium line 390

Template literal with variable interpolation in command context

SourceSKILL.md
390await apiClient.delete(`/api/conversations/${id}`);
low line 787

External URL reference

SourceSKILL.md
787- [OpenAI ChatKit Docs](https://platform.openai.com/docs/guides/chatkit) - Official ChatKit documentation
low line 788

External URL reference

SourceSKILL.md
788- [Domain Allowlist](https://platform.openai.com/settings/organization/security/domain-allowlist) - Required for ChatKit production deployment
Scanned on Feb 25, 2026
View Security Dashboard