Skip to main content

gpui-async

Facilitates async operations and background tasks in GPUI, enhancing UI responsiveness and managing concurrent processes effectively.

Install this skill

or
0/100

Security score

The gpui-async skill was audited on Feb 12, 2026 and we found 7 security issues across 1 threat category, including 7 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 24

Direct command execution function call

SourceSKILL.md
24cx.spawn(async move |cx| {
high line 49

Direct command execution function call

SourceSKILL.md
49.then(cx.spawn(move |result, cx| {
high line 72

Direct command execution function call

SourceSKILL.md
72let _task = cx.spawn(async move |cx| {
high line 93

Direct command execution function call

SourceSKILL.md
93cx.spawn(async move |cx| {
high line 109

Direct command execution function call

SourceSKILL.md
109.then(cx.spawn(move |result, cx| {
high line 121

Direct command execution function call

SourceSKILL.md
121cx.spawn(async move |cx| {
high line 151

Direct command execution function call

SourceSKILL.md
151.then(cx.spawn(move |data, cx| {
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →