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
| 210 | const result = spawnSync('cargo', ['build', '--manifest-path', '../src-tauri/Cargo.toml'], { |
high line 217
Direct command execution function call
SourceSKILL.md
| 217 | tauriDriver = spawn('tauri-driver', [], { stdio: ['ignore', 'pipe', 'pipe'] }); |
high line 284
Direct command execution function call
SourceSKILL.md
| 284 | spawnSync('cargo', ['build', '--manifest-path', '../../src-tauri/Cargo.toml'], { |
high line 288
Direct command execution function call
SourceSKILL.md
| 288 | tauriDriver = spawn('tauri-driver', [], { stdio: ['ignore', 'pipe', 'pipe'] }); |
medium line 69
Template literal with variable interpolation in command context
SourceSKILL.md
| 69 | const 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
| 190 | import { spawn, spawnSync } from 'child_process'; |
low line 270
Node child_process module reference
SourceSKILL.md
| 270 | import { 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 DashboardRate this skill
Categorydevelopment
UpdatedApril 10, 2026
openclawtestingbackendfrontend-developerbackend-developerqa-engineerdevops-sreproduct-managergithubseleniumdevelopmentproduct
rdjakovic/todo2