github re-analysis due

hashgraph-online/registry-broker-skills

github

AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.

maintainer
hashgraph-online
license
Apache-2.0
first seen
2026-06-01
last seen
2026-06-04
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 0 tools
transport stdio counts 0 tools · 0 res · 0 prompts permission surface via code analysis

no tools enumerated yet for this server.

skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit 00f007b · analyzer v17 · 2d ago

skills & prompt files 1

code evidence vzenodo-seo-2026-02-23-1144 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 8

  • fs hashgraph-online-registry-broker-skills-00f007b/index.js :7 import { readFileSync } from 'fs';
  • fs hashgraph-online-registry-broker-skills-00f007b/src/cli.ts :1 import fs from 'fs';
  • fs hashgraph-online-registry-broker-skills-00f007b/src/commands/skills-utils.ts :1 import { access, mkdir, readdir, stat, writeFile } from 'node:fs/promises';
  • fs hashgraph-online-registry-broker-skills-00f007b/src/commands/skills-validate.ts :2 import { readFile } from 'node:fs/promises';
  • fs hashgraph-online-registry-broker-skills-00f007b/src/commands/skills.ts :1 import { readFile, readdir, stat } from 'node:fs/promises';
  • fs hashgraph-online-registry-broker-skills-00f007b/src/identity.ts :1 import fs from 'fs';
  • fs hashgraph-online-registry-broker-skills-00f007b/src/sessions.ts :1 import fs from 'fs';
  • fs hashgraph-online-registry-broker-skills-00f007b/src/utils/fs.ts :1 import fs from 'fs';

network 2

  • net hashgraph-online-registry-broker-skills-00f007b/index.js :59 const response = await fetch(`${this.baseUrl}/search?${params}`);
  • net hashgraph-online-registry-broker-skills-00f007b/src/moltbook.ts :17 const response = await fetch(`${MOLTBOOK_API_BASE}/agents/me`, {

secrets 4

  • secrets hashgraph-online-registry-broker-skills-00f007b/index.js :49 this.apiKey = options.apiKey || process.env.REGISTRY_BROKER_API_KEY;
  • secrets hashgraph-online-registry-broker-skills-00f007b/src/cli.ts :95 const envKey = process.env.MOLTBOOK_API_KEY;
  • secrets hashgraph-online-registry-broker-skills-00f007b/src/config.ts :4 export const REGISTRY_BROKER_API_KEY = process.env.REGISTRY_BROKER_API_KEY;
  • secrets hashgraph-online-registry-broker-skills-00f007b/src/identity.ts :100 const envPrivateKey = process.env.HOL_PRIVATE_KEY;

declared dependencies 7

  • @hol-org/rb-client@0.1.157
  • @xmtp/node-sdk@^4.6.0
  • picocolors@^1.1.1
  • viem@^2.7.1
  • @types/node@^22.13.1
  • tsup@^8.5.0
  • typescript@^5.7.3