Skip to main content

molykit

MolyKit provides tools for building cross-platform AI chat interfaces, integrating OpenAI APIs, and managing async operations.

Install this skill

or
0/100

Security score

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

Categories Tested

Security Issues

critical line 6

Direct command execution function call

SourceSKILL.md
6PlatformSend, spawn(), ThreadToken, cross-platform async,
critical line 30

Direct command execution function call

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

Direct command execution function call

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

Direct command execution function call

SourceSKILL.md
63spawn(async move {
high line 85

Direct command execution function call

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

Direct command execution function call

SourceSKILL.md
103spawn(async move {
high line 152

Direct command execution function call

SourceSKILL.md
152spawn(async move {
critical line 355

Direct command execution function call

SourceSKILL.md
3552. **Use spawn() not tokio::spawn**: Platform-agnostic task spawning
low line 132

External URL reference

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