debug-tauri-devtools
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate documentation and workflows for debugging Tauri applications using CrabNebula DevTools. All instructions are technically accurate for the intended development environment.- [COMMAND_EXECUTION]: The skill instructs the agent to use standard CLI tools including
cargo,adb(Android Debug Bridge), andrg(ripgrep). These are used strictly for project management, log inspection, and local source code searching.- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of thetauri-plugin-devtoolsRust crate viacargo addand references the official CrabNebula DevTools dashboard URL (https://devtools.crabnebula.dev). These are established resources in the Tauri ecosystem.- [DATA_EXFILTRATION]: No patterns of unauthorized data exfiltration were detected. Network activity is limited to the gRPC streaming required for the debugging tool to function.- [INDIRECT_PROMPT_INJECTION]: The skill processes runtime logs and IPC traces, which are potential ingestion points for untrusted data. - Ingestion points: Terminal output from
cargo tauri devoradb logcat. - Boundary markers: None explicitly implemented in the log streams.
- Capability inventory: Shell execution (
cargo,adb,rg) and filesystem access for code analysis. - Sanitization: No specific sanitization of log content is implemented, which is typical for a debugging utility. This risk factor is documented as inherent to the tool's purpose.
Audit Metadata