Skip to main content

robius-app-architecture

Provides best practices for structuring Makepad applications using Robius architecture patterns for async backend integration.

Install this skill

or
30/100

Security score

The robius-app-architecture skill was audited on May 28, 2026 and we found 4 security issues across 1 threat category, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

high line 165

Direct command execution function call

SourceSKILL.md
165rt_handle.spawn(worker_task(request_receiver));
high line 197

Direct command execution function call

SourceSKILL.md
197let _task = tokio::spawn(async move {
high line 204

Direct command execution function call

SourceSKILL.md
204let _task = tokio::spawn(async move {
critical line 330

Direct command execution function call

SourceSKILL.md
330- `spawn()` platform-agnostic function
Scanned on May 28, 2026
View Security Dashboard
Installation guide →