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
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
Direct command execution function call
| 210 | const result = spawnSync('cargo', ['build', '--manifest-path', '../src-tauri/Cargo.toml'], { |
Direct command execution function call
| 217 | tauriDriver = spawn('tauri-driver', [], { stdio: ['ignore', 'pipe', 'pipe'] }); |
Direct command execution function call
| 284 | spawnSync('cargo', ['build', '--manifest-path', '../../src-tauri/Cargo.toml'], { |
Direct command execution function call
| 288 | tauriDriver = spawn('tauri-driver', [], { stdio: ['ignore', 'pipe', 'pipe'] }); |
Template literal with variable interpolation in command context
| 69 | const eventCallbackId = `_${args.message.onEventFn}`; |
Template literal with variable interpolation in command context
| 322 | ```yaml |
Node child_process module reference
| 190 | import { spawn, spawnSync } from 'child_process'; |
Node child_process module reference
| 270 | import { spawn, spawnSync } from 'child_process'; |
External URL reference
| 296 | .usingServer('http://127.0.0.1:4444/') |
External URL reference
| 419 | - [Tauri Testing Documentation](https://v2.tauri.app/develop/tests/) |
External URL reference
| 420 | - [tauri-driver on crates.io](https://crates.io/crates/tauri-driver) |
Install this skill with one command
/learn @rdjakovic/tauri-testing