buzz-dkg: repoint at OriginTrail org and promote to verified - #22
Merged
Conversation
The entry passed a full security review (three rounds) covering the registry manifest, the publish path, setup/docs and repo quality. README defines 'verified' as externally maintained + passed full security review, which matches this entry. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Jurij89
added a commit
that referenced
this pull request
Jul 28, 2026
buzz-dkg: repoint at OriginTrail org (follow-up to #22)
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.
What this PR does
Two launch-day changes to the
buzz-dkgentry, bundled because they touch the same file:Repoint at the OriginTrail org. The integration repo moved from a personal account to https://github.com/OriginTrail/buzz-dkg-integration, which is now its canonical home.
repo,install.docsUrl,designBriefanddemoall updated (all four verified reachable, HTTP 200). Re-pinnedcommittoae84d7fbcad0, which adds README entry-point work — prerequisites incl. the actual DKG node install path, the realdkg context-graph create/dkg auth statuscommands, mainnet's node-side prerequisites, and the read-scope caveat carried over from this entry's ownsecurity.notes.Promote to
verified. Per the README's tier table,verified= "Externally maintained, passed full security review". Both hold.Basis for the tier upgrade
Three review rounds on #21, against the actual pinned commits rather than the manifest alone — cross-checked against the DKG node source, behaviour verified by execution, security guards mutation-tested.
requiresDkgNodeVersion; a "neuro-symbolic" description that didn't match a model-free implementation; an unauthenticated ask path that could brick the daemon; a broken documented setup path.txHash-bearing response, never inferred from the descriptor. Verified by execution including a real restart over on-disk SQLite.Security declarations were re-checked against the code each round:
writeAuthorityis exactly the mutating set,networkEgressis complete, there is no LLM or telemetry, and both trusted-component disclosures insecurity.notesare accurate.Known residuals (upgrading with eyes open)
None are safety defects — the system fails safe — but the committee should see them:
@dkg distillworks, a bare re-pin silently no-ops.docs/DESIGN.mdstill documents the descriptor-read-back design that round 3 deleted.Note on installability
This does not make
dkg integration install buzz-dkgwork, and promoting the tier surfaces the entry in the defaultdkg integration list, which makes that more discoverable. Worth knowing: the CLI currently cannot read anymanualentry — its parser requiresinstall.steps, while this schema requiresdocsUrland forbidssteps(additionalProperties: false), soisIntegrationEntry()returns false and the entry is skipped as "unreadable". That is a CLI-side bug to fix separately; the registry side is correct as written.maintainerdeliberately still names @Zigoljube — the individual who wrote and maintains it — rather than an org team. Happy to change if the committee prefers org attribution now that the repo sits under OriginTrail.Checks
node scripts/validate.mjs→ 3 entries, 0 errors, 1 warning (the pre-existing, disclosed VM-scope warning)node scripts/security-checks.mjs integrations/buzz-dkg.json→ 0 errors, 0 warningsPer CODEOWNERS this needs @OriginTrail/core-developers review — deliberately not self-merging, since it certifies our own team's plugin into the tier that means "we vouched for it".
🤖 Generated with Claude Code