vscode-claude-notify
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill configures
hooksin the.claude/settings.jsonfile to trigger local notification scripts when specific events likeStoporPostToolUseFailureoccur. - [COMMAND_EXECUTION]: On Windows, the skill utilizes
powershell.exewith the-ExecutionPolicy Bypassflag to execute a bundled PowerShell script for displaying BalloonTip notifications. - [COMMAND_EXECUTION]: The notification scripts (
notify-mac.sh,notify-wsl.sh, andnotify-windows.ps1) ingest event data such as titles and messages via command-line arguments. These inputs are interpolated into shell commands forosascriptorpowershell.exe. While no explicit sanitization is present, the functionality is restricted to the OS-native notification subsystems and serves the skill's primary purpose. - [COMMAND_EXECUTION]: The installation process involves setting execution permissions (
chmod +x) on the bundled shell scripts to allow them to be invoked by the agent hooks.
Audit Metadata