building-chat-interfaces
Build AI chat interfaces with custom backends, authentication, and context injection. Use when integrating chat UI with AI agents, adding auth to chat, injecting user/page context, or implementing httpOnly cookie proxies. Covers ChatKitServer, useChatKit, and MCP auth patterns. NOT when building ...
Install this skill
or
84/100
Security score
The building-chat-interfaces skill was audited on Jun 3, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 127
Template literal with variable interpolation in command context
SourceSKILL.md
| 127 | url: `${backendUrl}/chatkit`, |
medium line 239
Template literal with variable interpolation in command context
SourceSKILL.md
| 239 | const response = await fetch(`${API_BASE}/chatkit`, { |
medium line 242
Template literal with variable interpolation in command context
SourceSKILL.md
| 242 | Authorization: `Bearer ${idToken}`, |
low line 275
External URL reference
SourceSKILL.md
| 275 | src="https://cdn.platform.openai.com/deployments/chatkit/chatkit.js" |
Scanned on Jun 3, 2026
View Security Dashboard