v5.8.3 — SKILL.md filesystem scope and script list accuracy
This patch resolves 2 findings from the ClawHub SkillSpector v5.8.2 scan.
Network-AI v5.8.3 — SKILL.md filesystem scope and script list accuracy
This patch resolves 2 findings from the ClawHub SkillSpector v5.8.2 scan.
Fixed
Filesystem scope understated in capabilities manifest (Description-Behavior Mismatch, 84%) capabilities.filesystem previously said "data/ directory only", but scripts/blackboard.py also reads and writes swarm-blackboard.md in the project root and data/pending_changes/<id>.json WAL entries. The field now enumerates every file path actually touched by the bundled Python scripts. A separate privacy.blackboard_file entry has been added for swarm-blackboard.md.
Incorrect script names in clawhub_python_scripts (Intent-Code Divergence, 90%) The frontmatter listed token_manager.py and check_context.py — neither of which exists — and omitted validate_token.py and revoke_token.py, both of which exist in scripts/ and are referenced throughout the documentation. Corrected to the six actual scripts: blackboard.py, check_permission.py, context_manager.py, swarm_guard.py, validate_token.py, revoke_token.py.
Files changed
SKILL.md, CHANGELOG.md, package.json, skill.json, openapi.yaml, README.md, and all version-bearing doc files.