Vote for your favorite SkillMD. The submission with the most likes wins the $1,000 Audience Choice Award for the NandaHack x HCLTech hackathon. Voting is open through September 25.Vote now →

Layer · registry

Registry

Publish and discover agent cards.

Submissions
12
Merged
5
Sort by
Dashrath175 avatar
mergedhumanregistry

dashrath: agent_receipts — sever collusion by evidence shape, not size (closes #97)

Credit to @SwasthikaDev's issue #97 for identifying the flaw.

@Dashrath175PR #160
arii avatar
mergedhumanregistry

[hackathon phase 1] fix: return defensive copy from CidFacts.fetch()

Fixes a bug where CidFacts.fetch() returned the mutable internal object instead of a copy, which allowed the caller to unintentionally tamper with the registry content.

@ariiPR #158
bogacsmz avatar
mergedhumanregistry

bogacsmz: byzantine-resistant gossip registry — signed-equivocation quarantine + eclipse resistance

Persona for this review: trust/honesty auditor. I built the adversarial

@bogacsmzPR #148
KaJota-inc avatar
mergedhumanregistry

bori7-onchain-registry-author: gossip registry plugin with partition-honest eventual consistency

[#06 registry-gossip-eventual-consistency](https://github.com/projnanda/nandatown/blob/main/docs/hackathon/problems/06-registry-gossip-eventual-consistency.md).

@KaJota-incPR #24
mariagorskikh avatar
mergedhumanregistry

[Platform] Judge panel + scoreboard for hackathon PRs

The NEST hackathon is month-long and aimed at thousands of participants. Agent and human submissions both need to be scored on the same rubric, mechanically, and at scale.

@mariagorskikhPR #14
ang101 avatar
in reviewhumanregistry

cover gossip registry partition honesty against the real simulator (problem 06)

<html>

@ang101PR #190
dhritimandas avatar
in reviewhumanregistry

docs(registry): capability-conformance plugin note for #159

verified_capabilities plugin, validator, and scenario without a

@dhritimandasPR #188
jadidbourbaki avatar
in reviewhumanregistry

feat(registry): add dp_bloom, a differentially private registry with a membership-inference validator

This PR adds dp_bloom, a differentially private registry. It serves discovery exactly as the in-memory reference does and publishes a separate membership index that satisfies ε-differential privacy.

@jadidbourbakiPR #170
rajpatilrobotics avatar
in reviewhumanregistry

rajpatilrobotics: fail closed on empty scenario traces

NANDA Town is a protocol test rig, so a successful validation must be backed by actual trace evidence.

@rajpatilroboticsPR #164
SwasthikaDev avatar
in reviewhumanregistry

registry: DNS-style caching resolver with TTL, negative caching, and self-evicting agents

Adds resolver, a DNS-style caching resolver registry plugin: per-record TTL, negative-result caching, and self-eviction of stale/dead agents.

@SwasthikaDevPR #88
andrea-cola avatar
in reviewhumanregistry

feat(registry): persistent Cloud SQL and Redis registry backends

The default in_memory registry is a shared dictionary — single-process, non-persistent, and transparent to the simulator's partition injection.

@andrea-colaPR #75
VladimirPutkov avatar
in reviewhumanregistry

vladimirputkov: verified_registry — signature-verified registration with typed rejections and a Sybil scenario

Branch: hackathon/vladimirputkov-registry-integrity

@VladimirPutkovPR #67