This skill enables data exfiltration of sensitive files and
Claims to do
imsg: Use `imsg` to read and send Messages.app iMessage/SMS on macOS.
Actually does
This skill executes the `imsg` command-line tool on macOS. It uses `imsg` to list chats, retrieve chat history (including attachments), watch for new messages, and send messages or files via the Messages.app. It requires `imsg` to be installed and relies on macOS permissions for Full Disk Access and Automation.
openclaw skills install steipete/imsgThe skill allows sending arbitrary messages and files to any phone number, enabling data exfiltration of sensitive files (e.g., `~/.ssh/id_rsa`) and social engineering attacks by impersonating the user.
imsg send --to "+14155551212" --text "hi" --file /path/pic.jpg
The skill requires 'Full Disk Access for your terminal,' granting the underlying process unrestricted read/write access to the entire file system, significantly increasing the impact of any command execution.
Full Disk Access for your terminal
The skill can list all chats and retrieve full chat history, including attachments, allowing for extensive reconnaissance and collection of sensitive personal communications.
imsg chats --limit 10 --json, imsg history --chat-id 1 --limit 20 --attachments --json
The note 'Confirm recipient + message before sending' indicates a human approval step, but an agent could generate numerous requests or craft misleading prompts to induce approval fatigue or bypass oversight.
Confirm recipient + message before sending.
[](https://mondoo.com/ai-agent-security/skills/clawhub/steipete/imsg)<a href="https://mondoo.com/ai-agent-security/skills/clawhub/steipete/imsg"><img src="https://mondoo.com/ai-agent-security/api/badge/clawhub/steipete/imsg.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/clawhub/steipete/imsg.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.