conversation-management
Facilitates conversation management in chat applications with features for viewing, creating, renaming, and deleting chat threads.
Install this skill
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
Direct command execution function call
| 113 | conversations = session.exec( |
Direct command execution function call
| 179 | conversation = session.exec( |
Direct command execution function call
| 190 | messages = session.exec( |
Direct command execution function call
| 224 | conversation = session.exec( |
Direct command execution function call
| 258 | conversation = session.exec( |
Direct command execution function call
| 269 | session.exec( |
Template literal with variable interpolation in command context
| 355 | const response = await apiClient.get(`/api/conversations/${id}`); |
Template literal with variable interpolation in command context
| 378 | const response = await apiClient.patch(`/api/conversations/${id}`, { title }); |
Template literal with variable interpolation in command context
| 390 | await apiClient.delete(`/api/conversations/${id}`); |
External URL reference
| 787 | - [OpenAI ChatKit Docs](https://platform.openai.com/docs/guides/chatkit) - Official ChatKit documentation |
External URL reference
| 788 | - [Domain Allowlist](https://platform.openai.com/settings/organization/security/domain-allowlist) - Required for ChatKit production deployment |
Install this skill with one command
/learn @maneeshanif/conversation-management