JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"agent-memory"
],
"is_fork": false,
"size_kb": 9749,
"has_wiki": true,
"homepage": "https://Cognitum.one",
"languages": {
"CSS": 33700,
"HTML": 1836767,
"Shell": 200708,
"Dockerfile": 3443,
"JavaScript": 769756,
"TypeScript": 4654535
},
"pushed_at": "2026-07-17T18:20:44Z",
"created_at": "2025-10-18T04:15:38Z",
"owner_type": "User",
"updated_at": "2026-07-17T21:31:42Z",
"description": "Vector memory that gets smarter every time your agent uses it.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"HTML",
"JavaScript"
]
},
"owner": {
"blog": "Cognitum.One",
"name": "rUv",
"type": "User",
"login": "ruvnet",
"company": "Not a Bot",
"location": "0x",
"followers": 10532,
"avatar_url": "https://avatars.githubusercontent.com/u/2934394?v=4",
"created_at": "2012-11-30T22:08:25Z",
"is_verified": null,
"public_repos": 197,
"account_age_days": 4982
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "04968e3fba3bf01ef4e9978d0446485452365a86",
"body": "Publishes the #13 (rvf string-ID durability) and #14 (feedback loop\ncorrelation) fixes merged in #15.\n\nCo-Authored-By: claude-flow <ruv@ruv.net>",
"is_bot": false,
"headline": "chore: bump agentdb to 3.0.0-alpha.18",
"author_name": "ruv",
"author_login": "ruvnet",
"committed_at": "2026-07-17T18:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "530625c7927db6f755d43c4aadc24c740b7d3262",
"body": "…val (#15)\n\n- #13: @ruvector/rvf@^0.1.9's Node backend converted external IDs with\n Number(e.id), so non-numeric string IDs became NaN and collided at\n native ID 0, silently corrupting data. Fixed in RVF 0.2.x via a\n persistent string-to-i64 label map. Bumped the dependency to ^0.2.3\n and update\n[…]\needback, contrastive sample/batch creation, and an end-to-end\n held-out test proving feedback measurably changes retrieval) — all\n verified to fail against the pre-fix code and pass against the fix.",
"is_bot": false,
"headline": "fix: bump @ruvector/rvf to 0.2.3, wire feedback correlation to retrie…",
"author_name": "rUv",
"author_login": "ruvnet",
"committed_at": "2026-07-17T16:41:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "47c79b6158cf4f28b27e404e0bdfebc3beeba073",
"body": "…afety-net\n\nfeat(SqlJsRvfBackend): MEMFS safety net via FinalizationRegistry — closes #9 (A, C, D)",
"is_bot": false,
"headline": "Merge pull request #10 from ruvnet/feat/finalization-registry-memfs-s…",
"author_name": "rUv",
"author_login": "ruvnet",
"committed_at": "2026-06-22T16:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b12d1106e5843798fc0b2c8fd6e195e4dad3b506",
"body": "…oses #9 (A, C, D)\n\nCloses 3 of the 4 enhancements proposed in #9 (downstream consumer\nfeedback from ruvnet/ruflo):\n\nA. FinalizationRegistry + leak-detection static (defensive close on GC)\n ─────────────────────────────────────────────────────────────────────\n sql.js's Emscripten module is a pro\n[…]\ner maintainer triage.\n\nVersion bump: 3.0.0-alpha.16 → 3.0.0-alpha.17 (PATCH per semver — backward-\ncompatible additions only; existing close() behavior unchanged).\n\nCo-Authored-By: RuFlo <ruv@ruv.net>",
"is_bot": false,
"headline": "feat(SqlJsRvfBackend): MEMFS safety net via FinalizationRegistry — cl…",
"author_name": "ruv",
"author_login": "ruvnet",
"committed_at": "2026-06-22T16:03:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "648e50264caf213d9cdbf37d631eabca7ae8a0ba",
"body": "…ecall harness\n\nFive-axis deep review (functionality / intelligence / performance / security / MCP)\nlanded three high-leverage / low-effort wins this round. The bigger items\n(RaBitQ, worker pool, async HNSW rebuild, learned reranking, tier-aware memory)\nare tracked in #6 for future rounds.\n\nA. Hones\n[…]\n-additions-073.test.ts, recall-benchmark-harness.test.ts). All gate\ntest:ci via test:unit (wired in #3).\n\nCloses #6 for items A1-3, B3-5, C1-3. Rest tracked in #6.\n\nCo-Authored-By: RuFlo <ruv@ruv.net>",
"is_bot": false,
"headline": "feat: ADR-073 SOTA roadmap — security hardening + 3 MCP additions + r…",
"author_name": "ruvnet",
"author_login": "ruvnet",
"committed_at": "2026-05-30T00:10:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c28c4abd3f5cfc58fad9dce9dee9d8e60c4bb6ac",
"body": "…flo#2235 A)\n\n#1, #2 — schemas were loaded via fs.readFileSync from a path derived from\n__dirname / process.cwd(). That fails in:\n - the browser (no fs available) → throws inside loadSchemas\n - globally-installed CLIs → \"Schema file not found\",\n \n[…]\nLJS forces WASM; prepare/run/all API works\n against whichever backend.\n - test:ci now runs test:unit so the regression tests gate CI.\n\nBumps to 3.0.0-alpha.15.\n\nCo-Authored-By: RuFlo <ruv@ruv.net>",
"is_bot": false,
"headline": "fix: inline schemas + prefer native better-sqlite3 (closes #1, #2, ru…",
"author_name": "ruvnet",
"author_login": "ruvnet",
"committed_at": "2026-05-29T22:54:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1776223ca08bd6165f278cb8c7ed323404fee5bc",
"body": "…arse crash hardening\n\n* fix(security): patch protobufjs critical CVE + 16 high-severity otel CVEs; harden execSync to spawnSync\n\n- package.json: bump @opentelemetry/sdk-node optional dep to ^0.218.0, which\n resolves the entire protobufjs chain (GHSA-xq3m-2v4x-88gg CVSS 9.8 critical +\n 6 related h\n[…]\nands/learn.ts` (training data file)\nEach is now wrapped in try/catch with a user-friendly error message that does\nnot expose internal implementation details.\n\nCo-Authored-By: claude-flow <ruv@ruv.net>",
"is_bot": false,
"headline": "fix(security): SQL injection (REINDEX), insecure PRNG for IDs, JSON.p…",
"author_name": "rUv",
"author_login": "ruvnet",
"committed_at": "2026-05-23T09:16:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d902f9ecb8a2949de7ec9df71e2985d4713564d6",
"body": "…CVEs; harden execSync to spawnSync (#4)\n\n- package.json: bump @opentelemetry/sdk-node optional dep to ^0.218.0, which\n resolves the entire protobufjs chain (GHSA-xq3m-2v4x-88gg CVSS 9.8 critical +\n 6 related high/moderate advisories) pulled in through otel exporters\n- package.json: add overrides.\n[…]\n GHSA-685m-2w69-288q protobuf.js unbounded recursion DoS\n GHSA-q6x5-8v7m-xcrf protobufjs overlong UTF-8 decoding\n + 9 OpenTelemetry exporter high-severity advisories (all fixed by sdk-node 0.218.0)",
"is_bot": false,
"headline": "fix(security): patch protobufjs critical CVE + 16 high-severity otel …",
"author_name": "rUv",
"author_login": "ruvnet",
"committed_at": "2026-05-23T08:10:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "026011ea521b7f52093749215a067b119bfd9cae",
"body": "…ders (#3)\n\nSecurity fixes (npm audit):\n- Upgrade @opentelemetry/sdk-node from ^0.52.0 to ^0.217.0 to fix\n GHSA-q7rr-3cgh-j5r3 (high — Prometheus exporter crash via malformed\n HTTP request, CVE affects <0.217.0)\n- Run npm audit fix to update 14 transitive packages including:\n express-rate-limit (\n[…]\npgrade\n\nResidual: @xenova/transformers (optional dep) still pulls\nprotobufjs@6.x via onnx-proto; no safe 6.x release exists for the\nGHSA-jggg advisory. Tracked for follow-up once upstream ships a fix.",
"is_bot": false,
"headline": "fix(security): bump vulnerable deps + harden JSON.parse in DB row rea…",
"author_name": "rUv",
"author_login": "ruvnet",
"committed_at": "2026-05-23T07:25:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a478ab300212f96978ff872b283ebd6370c93295",
"body": "… (not npm-style object)\n\nClaude Code's /plugin install rejected our manifests with:\n Validation errors: repository: Invalid input: expected string, received object\n\nFix: convert plugin.json repository field from npm package.json shape\n({ type, url, directory }) to a plain string URL across all 6 p\n[…]\nb ✓\n /plugin install agentdb-causal@agentdb ✓\n /plugin install agentdb-learning@agentdb ✓\n /plugin install agentdb-graph@agentdb ✓\n /plugin install agentdb-search@agentdb ✓",
"is_bot": false,
"headline": "fix(plugins): repository must be string per Claude Code plugin schema…",
"author_name": "ruvnet",
"author_login": "ruvnet",
"committed_at": "2026-05-06T15:27:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8a3a802193140ce6401de6521318d07e38878a5",
"body": "Marketplace at .claude-plugin/marketplace.json — users can:\n\n /plugin marketplace add ruvnet/agentdb\n /plugin install agentdb-{core,memory,causal,learning,graph,search}@agentdb\n\nSix plugins, total 17 skills + 9 commands + 2 agents:\n\n- agentdb-core foundation; /agentdb help; init + status skil\n[…]\nag, mcp, claude-code,\n semantic-search, hybrid-search, bandit, thompson-sampling,\n reinforcement-learning, knowledge-graph, llm-memory, agent-orchestration,\n agentic-flow, ruflo, ruvector, and more",
"is_bot": false,
"headline": "feat: Claude Code marketplace + 6 plugins + npm SEO bump",
"author_name": "ruvnet",
"author_login": "ruvnet",
"committed_at": "2026-05-06T15:22:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "43d1cc32b81c6c6066485fa9ec15540e6618322e",
"body": "Old README (2,954 lines) preserved at docs/README-full.md as the deep\nreference. New top-level README is 313 lines and follows the same shape\nas ruvnet/ruflo:\n\n- Centered banner block with for-the-badge shields\n- Bold one-line tagline\n- \"Why X?\" + \"What X Does\" sections (origin story + ASCII archite\n[…]\nried in a 2,900-line wall.\n\nOld content is one click away at docs/README-full.md for deep dives\n(end-to-end examples, full API surface, comparison tables vs other\nvector DBs, learning-loop internals).",
"is_bot": false,
"headline": "docs: rewrite README in ruflo style — concise, opinionated, scannable",
"author_name": "ruvnet",
"author_login": "ruvnet",
"committed_at": "2026-05-06T15:11:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "65b79de75a51275fcf0e51a03e001003acfbd1a9",
"body": "Cleanup pass per follow-up review (still too much at the root):\n\n- 9 loose test-*.{js,mjs} scripts → tests/scripts/\n These were ad-hoc one-off probes, not referenced by package.json\n scripts and not part of the vitest suite. Tests/scripts/ is the\n natural home for them.\n- docker-validation/ → doc\n[…]\nch are either standard\nconfig files (package.json, tsconfig.*.json, jest.config.js,\nvitest.config.ts, lockfile), the three top-level docs (README,\nCHANGELOG, LICENSE), or top-level source directories.",
"is_bot": false,
"headline": "chore: organize root — move loose scripts/dockerfiles into subfolders",
"author_name": "ruvnet",
"author_login": "ruvnet",
"committed_at": "2026-05-06T15:05:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a74a6b6cfbeea2261820f9c2d9316d779b4bcd2e",
"body": "- Moved 17 release-cycle files (ACHIEVING-*.md, ALPHA-*, PHASE-*,\n PUBLISH-*, RELEASE-v*, TASK-*, VALIDATION-*, DEEP-REVIEW,\n PRE-PUBLISH, REFACTOR_SUMMARY, COMPATIBILITY_LAYER_COMPLETE,\n README-V2.md) into docs/archive/release-notes/. They were noise at\n the root for new readers and made the pa\n[…]\nuture *.tgz / *.txt outputs don't get\n re-committed.\n\nRoot is now down to: CHANGELOG.md, Dockerfile, LICENSE, PUBLISHING.md,\nREADME.md, package.json, plus the source / benchmark / docker\ndirectories.",
"is_bot": false,
"headline": "chore: clean up repo root — archive stale release notes, drop tarballs",
"author_name": "ruvnet",
"author_login": "ruvnet",
"committed_at": "2026-05-06T15:02:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e4a34933097a1deede3d0d013883a41b683d9ac",
"body": null,
"is_bot": false,
"headline": "docs: update inline GitHub link to new ruvnet/agentdb URL",
"author_name": "ruvnet",
"author_login": "ruvnet",
"committed_at": "2026-05-06T14:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3388b22dfae2c0b27961f21bc844a2b1d5d73c",
"body": "Fresh-history initial commit consolidating two previously-separate\nartifacts under one repo:\n\n- Package source at the repo root (formerly maintained as\n packages/agentdb/ in ruvnet/agentic-flow). Latest published\n version at the time of this commit: agentdb@3.0.0-alpha.13.\n- Marketing / docs site \n[…]\nby the source-of-truth tree in agentic-flow).\n\nCross-references:\n- Consumed as a git submodule at packages/agentdb/ inside\n ruvnet/agentic-flow (post-migration).\n\nCo-Authored-By: ruvnet <ruv@ruv.net>",
"is_bot": false,
"headline": "init: agentdb package source + marketing UI",
"author_name": "ruvnet",
"author_login": "ruvnet",
"committed_at": "2026-05-06T14:56:18Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 16,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 5,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "agentdb",
"exists": true,
"license": "MIT",
"keywords": [
"agentdb",
"vector-database",
"vector-store",
"vector-search",
"ai-agents",
"agent-memory",
"agentic-ai",
"agentic",
"agent-database",
"memory",
"self-learning",
"self-improving",
"reinforcement-learning",
"rl",
"thompson-sampling",
"bandit",
"causal-reasoning",
"causal-graph",
"reflexion",
"episodic-memory",
"skill-library",
"lifelong-learning",
"explainable-ai",
"explainable-recall",
"provenance",
"audit-log",
"hnsw",
"knn",
"ann",
"embeddings",
"embedding-search",
"semantic-search",
"hybrid-search",
"bm25",
"rrf",
"rag",
"retrieval-augmented-generation",
"cypher",
"graph-database",
"knowledge-graph",
"gnn",
"attention",
"mmr",
"rerank",
"sqlite",
"sql.js",
"wasm",
"edge",
"browser",
"offline-first",
"mcp",
"model-context-protocol",
"claude-code",
"claude-code-plugin",
"anthropic",
"llm-memory",
"llm-tools",
"agent-orchestration",
"agentic-flow",
"ruflo",
"ruvector",
"rust",
"napi",
"typescript"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/agentdb",
"is_deprecated": false,
"latest_version": "3.0.0-alpha.18",
"repository_url": "https://github.com/ruvnet/agentdb",
"versions_count": 117,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 649124,
"first_published_at": "2025-10-18T05:22:28.052000Z",
"latest_published_at": "2026-07-17T18:20:58.672000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 10,
"stars": 80,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_forks": 10
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"benchmarks/tsconfig.json",
"tsconfig.json",
"ui/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 125949,
"source_files_sampled": 482,
"oversized_source_files": 6,
"agent_instruction_files": [
"ui/.claude/agents/reasoning/agent.md",
"ui/.claude/commands/monitoring/agents.md",
"ui/CLAUDE.md"
],
"agent_instruction_max_bytes": 25097
},
"dependencies": {
"manifests": [
"benchmarks/package.json",
"package.json",
"ui/package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.20.1"
},
{
"name": "@opentelemetry/api",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.9.0"
},
{
"name": "@ruvector/graph-transformer",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.4"
},
{
"name": "ajv",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.18.0"
},
{
"name": "jsonwebtoken",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^9.0.2"
},
{
"name": "sql.js",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.13.0"
},
{
"name": "@hookform/resolvers",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^3.10.0"
},
{
"name": "@radix-ui/react-accordion",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.11"
},
{
"name": "@radix-ui/react-alert-dialog",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.14"
},
{
"name": "@radix-ui/react-aspect-ratio",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.7"
},
{
"name": "@radix-ui/react-avatar",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.10"
},
{
"name": "@radix-ui/react-checkbox",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.3.2"
},
{
"name": "@radix-ui/react-collapsible",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.11"
},
{
"name": "@radix-ui/react-context-menu",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.15"
},
{
"name": "@radix-ui/react-dialog",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.14"
},
{
"name": "@radix-ui/react-dropdown-menu",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.15"
},
{
"name": "@radix-ui/react-hover-card",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.14"
},
{
"name": "@radix-ui/react-label",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.7"
},
{
"name": "@radix-ui/react-menubar",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.15"
},
{
"name": "@radix-ui/react-navigation-menu",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.13"
},
{
"name": "@radix-ui/react-popover",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.14"
},
{
"name": "@radix-ui/react-progress",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.7"
},
{
"name": "@radix-ui/react-radio-group",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.3.7"
},
{
"name": "@radix-ui/react-scroll-area",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.9"
},
{
"name": "@radix-ui/react-select",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.5"
},
{
"name": "@radix-ui/react-separator",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.7"
},
{
"name": "@radix-ui/react-slider",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.3.5"
},
{
"name": "@radix-ui/react-slot",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.3"
},
{
"name": "@radix-ui/react-switch",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.5"
},
{
"name": "@radix-ui/react-tabs",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.12"
},
{
"name": "@radix-ui/react-toast",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.14"
},
{
"name": "@radix-ui/react-toggle",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.9"
},
{
"name": "@radix-ui/react-toggle-group",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.10"
},
{
"name": "@radix-ui/react-tooltip",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.7"
},
{
"name": "@supabase/supabase-js",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^2.75.1"
},
{
"name": "@tanstack/react-query",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^5.83.0"
},
{
"name": "class-variance-authority",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^0.7.1"
},
{
"name": "clsx",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.1"
},
{
"name": "cmdk",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.1"
},
{
"name": "date-fns",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^3.6.0"
},
{
"name": "embla-carousel-react",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^8.6.0"
},
{
"name": "input-otp",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.2"
},
{
"name": "lucide-react",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^0.462.0"
},
{
"name": "next-themes",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^0.3.0"
},
{
"name": "react",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "react-day-picker",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^8.10.1"
},
{
"name": "react-dom",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "react-hook-form",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^7.61.1"
},
{
"name": "react-resizable-panels",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.9"
},
{
"name": "react-router-dom",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^6.30.1"
},
{
"name": "recharts",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^2.15.4"
},
{
"name": "sonner",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.7.4"
},
{
"name": "tailwind-merge",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^2.6.0"
},
{
"name": "tailwindcss-animate",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.7"
},
{
"name": "vaul",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^0.9.9"
},
{
"name": "zod",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^3.25.76"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 5,
"open_issues": 6,
"closed_ratio": 0.4,
"closed_issues": 4,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ruvnet",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/2934394?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"bun.lockb",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/15 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "50 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "04968e3fba3bf01ef4e9978d0446485452365a86",
"ran_at": "2026-07-23T01:11:08Z",
"aggregate_score": 2.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T18:20:45Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T16:41:26Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 7,
"created_at": "2026-05-31T01:36:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2026-06-13T17:02:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 11,
"created_at": "2026-07-09T08:34:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 12,
"created_at": "2026-07-09T08:36:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2026-07-17T15:44:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 14,
"created_at": "2026-07-17T15:44:05Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ruvnet/agentdb",
"host": "github.com",
"name": "agentdb",
"owner": "ruvnet"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 24,
"vitality": 37,
"community": 57,
"governance": 57,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 37,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 16,
"human_commit_share": null,
"days_since_last_push": 5,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "16 commits in the last year",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 16
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"forks": 10,
"stars": 80,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "80 stars",
"points": 30.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 80
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "10 forks",
"points": 8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 10
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 97,
"inputs": {
"packages": [
"agentdb"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 649124
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "649,124 downloads/month across npm",
"points": 77.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 649124,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"merged_prs": 5,
"open_issues": 6,
"closed_issues": 4,
"issue_closed_ratio": 0.4,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "40% of issues closed",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 40
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/5 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 5
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/15 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"followers": 10532,
"owner_type": "User",
"is_verified": null,
"owner_login": "ruvnet",
"public_repos": 197,
"account_age_days": 4982
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "10,532 followers of ruvnet",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 10532,
"login": "ruvnet"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "197 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 197
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"agentdb"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "117 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 117
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"agent-memory"
],
"has_wiki": true,
"homepage": "https://Cognitum.one",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://Cognitum.one",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 24,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 14,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 4,
"scorecard_aggregate": 2.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/15 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "50 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 73,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": "Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"legible_commit_history"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"has_llms_txt": false,
"legible_history_share": null,
"agent_instruction_files": [
"ui/.claude/agents/reasoning/agent.md",
"ui/.claude/commands/monitoring/agents.md",
"ui/CLAUDE.md"
],
"agent_instruction_max_bytes": 25097
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "ui/.claude/agents/reasoning/agent.md, ui/.claude/commands/monitoring/agents.md, ui/CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "ui/.claude/agents/reasoning/agent.md, ui/.claude/commands/monitoring/agents.md, ui/CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): Demonstrated agent practice, Automated maintenance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"demonstrated_agent_practice",
"automated_maintenance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"bun.lockb",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"benchmarks/tsconfig.json",
"tsconfig.json",
"ui/tsconfig.json"
],
"agent_commit_share": null,
"toolchain_manifests": [],
"dependency_bot_commit_share": null
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "benchmarks/tsconfig.json, tsconfig.json, ui/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "benchmarks/tsconfig.json, tsconfig.json, ui/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 125949,
"source_files_sampled": 482,
"oversized_source_files": 6
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "6/482 source files over 60KB",
"points": 54.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 482,
"oversized": 6
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:agentdb@3.0.0-alpha.18; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T01:11:36.992636Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/ruvnet/agentdb.svg",
"full_name": "ruvnet/agentdb",
"license_state": "standard",
"license_spdx": "MIT"
}