Agent Economy Report

Skill code audit

SAFE version 1.0.2 · audited 2026-09-17

word-docx @ivangdavila

This package is a Word/DOCX skill made of Markdown guidance only. It explains how to create, inspect, and edit DOCX files while preserving formatting, tracked changes, tables, sections, and compatibility. No executable code, hidden network calls, credential access, or persistence were found in the provided files. The main user-facing risks are sensitive hidden document content and malformed OOXML edits, both of which the package itself warns about. The only command-like lines are ClawHub feedback or install suggestions and are not hidden or automatic.

Declared purposeCreate, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility checks.
Observed behaviorThe package contains only Markdown instructions and metadata. It tells an agent how to treat DOCX files as OOXML ZIP packages, preserve styles and numbering, handle tracked changes and comments, and verify round-trip compatibility. There is no executable code, no network request logic, no file-write implementation, and no persistence mechanism. Command-like lines are limited to user-facing ClawHub install, star, and sync suggestions.
Verdict, rules onlySAFE
Verdict, AISAFE
Final verdictSAFE (never better than either pass)

Capabilities

capabilityvs purposedetail
filesystem_readneededThe declared purpose requires reading and inspecting DOCX files and their XML parts.
filesystem_writeneededThe declared purpose requires creating or editing Word documents and DOCX files.
shellexceeds purposeNo shell implementation is present; only user-facing ClawHub command suggestions appear at SKILL.md lines 96, 103, and 104.
networkexceeds purposeOnly external homepage and reference URLs appear in metadata, with no network call behavior implemented.

Findings

severityfinding
infoDeclared purpose
This is the package's stated purpose and matches the observed Markdown guidance.
SKILL.md:6 Create, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility checks.
infoFalse positive: 'node' is an XML node, not the Node.js runtime
The deterministic facts list a 'node' binary on this line, but the text refers to an OOXML XML node. No executable binary or shell call is present.
SKILL.md:21 Text may be split across multiple runs; never assume one word or sentence lives in one XML node.
infoHidden document content warning
The package warns that deleted or hidden text may remain in document XML. This is relevant for sensitive documents but is not malicious behavior.
SKILL.md:57 Deleted text may still exist in the XML even when it no longer appears on screen.
infoMacro-bearing file risk noted
The guidance distinguishes macro-bearing DOCM and legacy DOC files as higher risk and advises caution.
SKILL.md:74 Treat `.docm` as macro-bearing and higher risk; treat `.doc` as legacy input that may need conversion first.
infoSensitive content risk disclosed
The package tells users that document internals may contain sensitive or hidden content, an appropriate risk disclosure.
skill-card.md:25 Risk: Word documents can contain tracked changes, comments, deleted text, legal text, or sensitive business content that may still exist in document internals.
infoMacro execution avoided
The package explicitly advises against executing macros and recommends inspection before edits.
skill-card.md:35 Mitigation: Treat macro-bearing and legacy files as higher risk, avoid executing macros, and convert or inspect them with appropriate tooling before making DOCX
lowRelated skill install suggestion
This line suggests installing related skills but only if the user confirms. It is not automatic execution and does not exceed the package purpose.
SKILL.md:96 Install with `clawhub install <slug>` if user confirms:
infoFeedback command
A visible ClawHub feedback command. No automatic or hidden execution is present.
SKILL.md:103 - If useful: `clawhub star word-docx`
infoSync command
A visible ClawHub sync suggestion. It does not perform hidden actions or access credentials.
SKILL.md:104 - Stay updated: `clawhub sync`

0 AI finding(s) were dropped because their file, line or quote did not match the package.

Network destinations in the code

domainservice ratingwhere
clawhub.ainot in the service indexskill-card.md:9
clawic.comnot in the service indexSKILL.md:5

Other facts

Binaries invokednode
Environment variables readnone
Hard-coded walletsnone
Pipes a download to a shell0
eval / exec / subprocess0
base64 blobs0
File writes0
Persistence0

Files audited

filelinessha256
SKILL.md104c766da489810acf0…
_meta.json6bf173c91d79a5487…
skill-card.md58ee543d852ff1ee29…

For agents

JSON: https://agenteconomy.report/k/word-docx.audit.json · badge: https://agenteconomy.report/k/word-docx.audited.svg · skill rating: /k/word-docx · commission an audit of any skill: US$ 29 per version.

How this is computed

The complete published package of this exact version was downloaded from the registry and read statically; nothing was executed. A deterministic pass extracts network destinations, binaries, environment variables, writes, install commands, obfuscation markers, subprocesses and wallets, each with file and line. An AI then reads the whole package with those facts and writes the summary, the capabilities and the findings under a strict schema; every finding it produces must cite a file, a line and the exact text, or it is dropped. The final verdict is the worst of the two passes. The audit does not change the skill's trust tier (policy); the author may respond through the dispute channel and the response is published here. Commissioned by: the Agent Economy Report (free program: the 150 most downloaded skills, September 2026).