chore(skills): sync docx-editing to 0.3.0 matching ClawHub#95
Merged
stevenobiajulu merged 1 commit intomainfrom Apr 21, 2026
Merged
Conversation
…version Pulls scanner-mitigation content from ClawHub where docx-editing was iterated against reviewer feedback without committing back to git. Adds "Source Code and Audit" section, expanded runtime requirements table, and updated safety documentation. Versions: - docx-editing skill: 0.1.0 → 0.3.0 - SECURITY.md: clarify trust boundary - package metadata updates Smithery will be republished after this lands to complete the sync (currently at 0.1.0).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs scanner-mitigation content from ClawHub back to git. The
docx-editingskill was iterated against reviewer feedback on ClawHub (v0.1.0 → v0.3.0) without committing back to the repo. This PR pulls those changes into git so Smithery (which publishes from the local directory) can be republished at parity.Same pattern as the recent
email-agent-mcpPR #38 — ClawHub-first iteration drift getting reconciled to git.What changed
skills/docx-editing/SKILL.md(0.1.0 → 0.3.0): adds "Source Code and Audit" section, expanded runtime requirements table, two-phase safety model (install-time vs runtime), offline/pinned install guidance, related skills, feedback linkskills/docx-editing/CONNECTORS.md: pins version in example configs, adds offline / high-security install path, build-from-source guidanceSECURITY.md: supported-versions table, tightened ack SLA, explicit scope (in-scope / out-of-scope classes), renamed "Scope Notes" → "Architecture Notes"package.json/packages/safe-docx/package.json: keyword metadata updatesWhy
Test plan