Skip to main content

molykit

MolyKit provides a toolkit for building cross-platform AI chat interfaces, integrating OpenAI APIs, and managing async tasks.

Install this skill

or
0/100

Security score

The molykit skill was audited on May 12, 2026 and we found 8 security issues across 2 threat categories, including 2 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 3

Direct command execution function call

SourceSKILL.md
3description: CRITICAL: Use for MolyKit AI chat toolkit. Triggers on: BotClient, OpenAI, SSE streaming, AI chat, molykit, PlatformSend, spawn(), ThreadToken, cross-platform async, Chat widget, Messages
critical line 29

Direct command execution function call

SourceSKILL.md
29- Cross-platform async utilities (PlatformSend, spawn(), ThreadToken)
high line 59

Direct command execution function call

SourceSKILL.md
59pub fn spawn(fut: impl PlatformSendFuture<Output = ()> + 'static);
high line 62

Direct command execution function call

SourceSKILL.md
62spawn(async move {
high line 84

Direct command execution function call

SourceSKILL.md
84spawn(async move { let _ = future.await; });
high line 102

Direct command execution function call

SourceSKILL.md
102spawn(async move {
high line 151

Direct command execution function call

SourceSKILL.md
151spawn(async move {
low line 131

External URL reference

SourceSKILL.md
131let client = OpenAIClient::new("https://api.openai.com/v1".into());
Scanned on May 12, 2026
View Security Dashboard
Installation guide →