Skip to main content

Error Handling & Debugging Skill

Provides comprehensive error handling and debugging strategies for Tauri applications using Rust and TypeScript.

Install this skill

or
93/100

Security score

The Error Handling & Debugging Skill skill was audited on Feb 9, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129message.error(`${errorMessage}: ${error instanceof Error ? error.message : String(error)}`);
low line 258

Access to .env file

SourceSKILL.md
258if (process.env.NODE_ENV === 'production') {
low line 517

Access to .env file

SourceSKILL.md
517if (process.env.NODE_ENV === 'development') {
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →