Vulnerable to prompt injection, the
Claims to do
When to Use: User needs Microsoft Word controlled as a live application, not treated as a `.docx` file format. Agent handles app attach, active document state, selection-aware edits, comments, track changes, export, and clean shutdown through the official `osascript` CLI. If the main artifact is offline DOCX creation or structural file editing, use `word-docx` instead.
Actually does
This skill uses `osascript` to directly control a live Microsoft Word application on macOS. It accesses local Word documents and manages skill-specific memory files in `~/word/`. The skill does not contact external URLs or cloud services directly.
openclaw skills install ivangdavila/wordDeBERTa classifier detected prompt injection (confidence: 0.91)
The skill requires `osascript`, which can execute arbitrary shell commands via `do shell script`. An attacker could craft prompts to induce the agent to execute malicious system commands.
`requires":{"bins":["osascript"]}`The `osascript` capability, while intended for Word automation, can also be used to read, write, and modify files on the local filesystem, potentially leading to data exfiltration or establishing persistence mechanisms.
`requires":{"bins":["osascript"]}`The skill uses local Markdown files (e.g., `setup.md`, `memory.md`) for configuration and setup. If these files are compromised, the agent could be instructed to execute malicious content from them.
If `~/word/` does not exist, run `setup.md`.
The skill requires explicit human confirmation for destructive actions. Frequent requests for approval could lead to human overseers approving actions without sufficient scrutiny.
Explicit confirmation before destructive document actions.
[](https://mondoo.com/ai-agent-security/skills/clawhub/ivangdavila/word)<a href="https://mondoo.com/ai-agent-security/skills/clawhub/ivangdavila/word"><img src="https://mondoo.com/ai-agent-security/api/badge/clawhub/ivangdavila/word.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/clawhub/ivangdavila/word.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.