v4.0.14 — Accurate Python skill bundle documentation #57
Jovancoding
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What changed
The OpenClaw scanner flagged that
skill.jsonandSKILL.mdoverstated what the Python scripts actually do. The HMAC-signed tokens, AES-256-GCM encryption, and standalone MCP server are all features of the Node.js package (network-aion npm) — they are not present in the Python skill bundle. This release corrects every affected document.Fixed
skill.jsondescription — removed "enforces HMAC-gated AuthGuardian permissions"; now accurately describes UUID-based grant tokens and plain JSONL audit logging; added explicit callout that HMAC/AES-256 are Node.js-onlyskill.jsonenv block —SWARM_TOKEN_SECRETandSWARM_ENCRYPTION_KEYmarked "Node.js MCP server only — NOT used by the Python scripts"SKILL.mdscope notice — tokens aregrant_{uuid4().hex}; audit logging is plain JSONL append; HMAC-signed tokens / AES-256 encryption / standalone MCP server are Node.js package featuresSKILL.mdenv block — all three env vars corrected to match.github/SECURITY.md— "Security Measures" and "Audit Trail" sections split into two explicit layers:SecureAuditLoggerNo breaking changes
No API, behaviour, or runtime changes. Documentation only.
npm:
npm install network-ai@4.0.14Full changelog: CHANGELOG.md
This discussion was created from the release v4.0.14 — Accurate Python skill bundle documentation.
Beta Was this translation helpful? Give feedback.
All reactions