Use this skill any time a .docx file is involved -- as input, output, or both. This includes: creating Word documents, reports, letters, memos, or proposals; reading, parsing, or extracting text from any .docx file; editing, modifying, or updating existing documents; working with templates, tracked changes, comments, headers/footers, or tables of contents. Trigger whenever the user mentions 'Word doc', 'document', 'report', 'letter', 'memo', or references a .docx filename.
69
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Security
2 findings: 2 critical severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
These links point to raw install scripts and a GitHub release page for an unverified/unknown account and the skill explicitly tells users to pipe remote scripts to shell/PowerShell—this is a high-risk pattern for malware distribution.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
The document includes convenience install commands that stream and execute remote scripts (curl | bash and irm | iex), which are high-risk supply-chain / remote-code-execution patterns that can be abused to deliver backdoors or malicious post-install behavior.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill's Setup instructs fetching and immediately executing remote install scripts at runtime via "curl ... | bash" and "irm ... | iex" — specifically https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh and https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.ps1 — which run remote code and are required to install the CLI dependency.
69b6005
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.