Skip to main content

testing-tauri-apps

Guides developers in testing Tauri applications with unit tests, end-to-end testing, and CI integration using GitHub Actions.

Install this skill

or
25/100

Security score

The testing-tauri-apps skill was audited on Feb 19, 2026 and we found 11 security issues across 2 threat categories, including 4 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 210

Direct command execution function call

SourceSKILL.md
210const result = spawnSync('cargo', ['build', '--manifest-path', '../src-tauri/Cargo.toml'], {
high line 217

Direct command execution function call

SourceSKILL.md
217tauriDriver = spawn('tauri-driver', [], { stdio: ['ignore', 'pipe', 'pipe'] });
high line 284

Direct command execution function call

SourceSKILL.md
284spawnSync('cargo', ['build', '--manifest-path', '../../src-tauri/Cargo.toml'], {
high line 288

Direct command execution function call

SourceSKILL.md
288tauriDriver = spawn('tauri-driver', [], { stdio: ['ignore', 'pipe', 'pipe'] });
medium line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69const eventCallbackId = `_${args.message.onEventFn}`;
medium line 322

Template literal with variable interpolation in command context

SourceSKILL.md
322```yaml
low line 190

Node child_process module reference

SourceSKILL.md
190import { spawn, spawnSync } from 'child_process';
low line 270

Node child_process module reference

SourceSKILL.md
270import { spawn, spawnSync } from 'child_process';
low line 296

External URL reference

SourceSKILL.md
296.usingServer('http://127.0.0.1:4444/')
low line 419

External URL reference

SourceSKILL.md
419- [Tauri Testing Documentation](https://v2.tauri.app/develop/tests/)
low line 420

External URL reference

SourceSKILL.md
420- [tauri-driver on crates.io](https://crates.io/crates/tauri-driver)
Scanned on Feb 19, 2026
View Security Dashboard