Agent Registry v2.0.1 (Security Hardening)
Release date: 2026-02-15
Why this release
The previously shared VirusTotal report (11157fdde1fb132db6ea21c53fd6515130bb68e0fa64a02ef7e109d40f731e3d) corresponds to an older skill.zip snapshot and referenced outdated behavior (Python-based migration/install flow).
Version 2.0.1 ships hardened JavaScript/Bun implementation changes and updated docs/tests.
Security and trust updates
- Path confinement for agent loading:
bin/get.jsnow resolves agent paths through a strict validator.- Registry entries cannot escape the skill
agents/directory.
- Non-destructive migration default:
bin/init.jsnow copies by default.--moveis explicit opt-in for destructive migration.
- Installer network behavior tightened:
install.shno longer installs dependencies by default.- Optional dependency install requires
--install-deps.
- Telemetry changed to opt-in:
- No telemetry requests are sent unless
AGENT_REGISTRY_TELEMETRY=1.
- No telemetry requests are sent unless
Version updates
package.json:2.0.1package-lock.json:2.0.1SKILL.md:2.0.1lib/telemetry.js:2.0.1
Validation
- Test suite result:
107 passed, 0 failed - Command:
bun test
Release artifact and hash
Build artifact from tracked files:
./bin/build-release-artifact.shExample output:
- Artifact:
/tmp/agent-registry-v2.0.1.zip - SHA256:
aa77d4384c87f8604c6b2af4a0fc42d70bab07c0a3a22f35ace7c30645381a73
Publishing checklist
- Commit and push
v2.0.1changes. - Tag release:
git tag v2.0.1 && git push origin v2.0.1 - Build artifact:
./bin/build-release-artifact.sh - Upload
/tmp/agent-registry-v2.0.1.zipto VirusTotal and ClawHub. - Add the new SHA-256 and report URLs to the GitHub release notes.