imessage
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONPRIVILEGE_ESCALATIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted incoming chat messages, which creates a significant vulnerability where an external party could send instructions to the agent. Ingestion points:
imsg historyandimsg watchcommands in SKILL.md. Boundary markers: There are no delimiters or instructions to treat message content as data rather than commands. Capability inventory: The skill allows reading chat history and sending new messages (SKILL.md). Sanitization: None specified. - [PRIVILEGE_ESCALATION]: The skill requires the user to grant Full Disk Access to the terminal, a high-impact permission that allows the agent to bypass standard macOS file system protections. Evidence: Instructions in SKILL.md to 'Grant Full Disk Access for terminal'.
- [EXTERNAL_DOWNLOADS]: The skill directs the user to install a utility from a third-party Homebrew repository. Evidence: Command
brew install steipete/tap/imsgin SKILL.md. - [DATA_EXFILTRATION]: The skill provides access to sensitive personal communications and the ability to send messages, which could be combined by an attacker to exfiltrate private information. Evidence: Access to
imsg historyandimsg send(SKILL.md). - [COMMAND_EXECUTION]: The skill relies on executing the
imsgCLI tool to interact with the macOS Messages application. Evidence: Multipleimsgcommands listed in SKILL.md.
Audit Metadata