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 16, 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 163

Direct command execution function call

SourceSKILL.md
163rt_handle.spawn(worker_task(request_receiver));
high line 195

Direct command execution function call

SourceSKILL.md
195let _task = tokio::spawn(async move {
high line 202

Direct command execution function call

SourceSKILL.md
202let _task = tokio::spawn(async move {
critical line 328

Direct command execution function call

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