tauri-projects — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tauri-projects (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Bundled commands use $PLUGIN_ROOT ($env:PLUGIN_ROOT in PowerShell; same path suffix) for the plugin root. Set it once: the host's plugin-root variable when defined (Claude Code: PLUGIN_ROOT="$CLAUDE_PLUGIN_ROOT"), otherwise the absolute path of this plugin's root directory.
python3 "$PLUGIN_ROOT/scripts/tauri_project_probe.py" .If the current working directory is not inside the plugin, resolve the script path relative to this skill folder.
package.json, lockfiles, src-tauri/Cargo.toml,src-tauri/tauri.conf.*, src-tauri/capabilities/*, and src-tauri/src/lib.rs before editing.
pnpm create tauri-app@2,npm create tauri-app@2, or cargo create-tauri-app; choose by repo/team convention.
curl | sh as the default.SDK installation as environment mutations requiring explicit approval.
build.devUrl, build.frontendDist, beforeDevCommand, and beforeBuildCommand with the framework.
export mode and that frontendDist points to generated static assets.
target platform and WebView constraints.
For Tauri 1 or Tauri 2 beta migration, check current official Tauri docs before editing. Pay attention to:
core:* permissions;@tauri-apps/api import paths;src/lib.rs mobile entry point and desktop main.rs split;Use commands from the repo, not templates. Common checks:
cargo check --manifest-path src-tauri/Cargo.toml
cargo test --manifest-path src-tauri/Cargo.toml
pnpm tauri dev
pnpm tauri buildUse npm, yarn, bun, deno, or cargo tauri equivalents when the probe shows those are local conventions.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.