notify-me
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a bash script to execute the
osascriptsystem utility. This is used to display native macOS notifications. The script correctly handles the input message as a positional argument rather than direct string interpolation, which helps prevent shell command injection. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The
messagevariable inSKILL.mdis populated with content provided by the user or agent. - Boundary markers: None explicitly defined in the prompt instructions, though the shell script uses double-quotes for the variable.
- Capability inventory: The skill can execute shell commands through the environment's
bashandosascripttools. - Sanitization: The skill uses standard shell argument passing (
-- "$message") and AppleScript'sargvhandling, which is a secure way to pass untrusted strings to a script without them being interpreted as code.
Audit Metadata