diagnose
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform system diagnostics, such as checking the architecture (uname -m), macOS version (sw_vers), and verifying the presence of specific files and virtual environments within the application's local directory (~/.local/share/kokoro). - [EXTERNAL_DOWNLOADS]: The skill checks network connectivity to HuggingFace (
huggingface.co) usingcurlto diagnose model download issues. HuggingFace is a well-known service in the machine learning community. - [SAFE]: Diagnostic steps and proposed fixes (such as deleting corrupted caches using
rm -rfor reinstalling via a local script) are transparent and limited to application-specific paths, posing no risk to sensitive user data or system integrity.
Audit Metadata