code-editor-switch
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local macOS system tools like
osascriptandmdlsto resolve application identifiers and bundle IDs. It also leverages thedutiutility for managing file associations. All shell commands use proper variable quoting and safe patterns to prevent argument injection. - [EXTERNAL_DOWNLOADS]: The skill references the official GitHub repository for
dutiand standard Homebrew installation commands. These are well-known and trusted sources for macOS software development tools. - [SAFE]: The automation scripts include robust error handling with
set -euo pipefail. The project scanning logic specifically excludes sensitive or heavy directories such as.git,node_modules, and virtual environments (.venv), ensuring that only relevant file extensions are processed without compromising data privacy or performance.
Audit Metadata