Skip to main content

tauri-js-runtime

Integrates JavaScript runtime capabilities into Tauri desktop apps, enabling type-safe RPC and process management with Bun, Node.js, or Deno.

Install this skill

or
0/100

Security score

The tauri-js-runtime skill was audited on May 31, 2026 and we found 14 security issues across 2 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

high line 169

Direct command execution function call

SourceSKILL.md
169await spawn("my-worker", { runtime: "bun", script: "bun-worker.ts", cwd });
high line 211

Direct command execution function call

SourceSKILL.md
211await spawn("compiled-worker", { sidecar: "bun-worker" });
critical line 240

Direct command execution function call

SourceSKILL.md
240| `spawn(name, config)` | Start a named process |
high line 295

Direct command execution function call

SourceSKILL.md
295let mut child = cmd.spawn().map_err(|e| e.to_string())?;
high line 302

Direct command execution function call

SourceSKILL.md
302async_runtime::spawn(async move {
high line 312

Direct command execution function call

SourceSKILL.md
312async_runtime::spawn(async move {
high line 331

Direct command execution function call

SourceSKILL.md
331async_runtime::spawn(async move {
high line 519

Direct command execution function call

SourceSKILL.md
519await spawn("backend", { sidecar: "backend" });
high line 535

Direct command execution function call

SourceSKILL.md
535await spawn("worker", { runtime: "bun", script });
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118async echo(msg) { return `[bun] ${msg}`; },
medium line 134

Template literal with variable interpolation in command context

SourceSKILL.md
134async echo(msg) { return `[node] ${msg}`; },
medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151async echo(msg) { return `[deno] ${msg}`; },
low line 541

External URL reference

SourceSKILL.md
541- [Tauri v2 Plugin Guide](https://tauri.app/develop/plugins/)
low line 542

External URL reference

SourceSKILL.md
542- [Tauri v2 Capabilities](https://tauri.app/security/capabilities/)
Scanned on May 31, 2026
View Security Dashboard
Installation guide →