Public record
Software health reportschema 0.27.0 · metrics 1.13.0 · 2026-07-23 12:18 UTC

nambok / mentedb

A cognition aware database engine for AI agent memory. Purpose built in Rust with WAL, HNSW, knowledge graphs, and speculative context pre assembly. Not a wrapper, a ground up storage engine that thinks.

Rust · PythonApache-2.0★ 110 stars⑂ 7 forkssince Apr 2026View on GitHub ↗

nambok/mentedb holds a health index of 66 out of 100, placing it in the Moderate band. It scores highest on Vitality (82/100) and lowest on Security (55/100). It was last updated today. A single contributor accounts for most of its recent work.

66
overall / 100
Moderate

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At risk ceiling of 49. AI Readiness sits outside the overall score.

66
Excellent85-100Exemplary; meets essentially all checked criteria
Good70-84Healthy; minor gaps
Moderate50-69Acceptable with notable gaps; review recommended
At risk30-49Significant weaknesses; adoption warrants caution
Critical1-29Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

Ownership

Nam Bok RodriguezPersonal account
26 followers24 public repossince Dec 2010

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
crates.iomentedb0.24.51,1861010 days agodatabaseaimemoryagentcognitivedatabase-implementations
PyPImentedb0.24.512,966740 days ago
npmmentedb0.24.511,012870 days agodatabaseaiagentsmemoryrustvectorknowledge-graph
crates.iomentedb-cli0.24.5125200 days ago
crates.iomentedb-core0.24.52,0431040 days agodatabasetypesaimemoryagentdata-structuresdatabase-implementations
crates.iomentedb-graph0.24.51,3281040 days agodatabaseaigraphagentknowledgedata-structuresdatabase-implementations

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

82Good · 22% of overall
How it's scored
36/36Push recency — last push 0 days ago
6.2/36Commit cadence — 9/52 weeks with commits
18/18Commit volume — 482 commits in the last year
10/10OpenSSF Scorecard: Maintained — 30 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year482
human_commit_share0.57
days_since_last_push0
active_weeks_last_year9

Release discipline

100Excellent
How it's scored
27/27Ships releases — 100 releases published
36/36Release recency — latest release 0 days ago
27/27Release cadence — a release every ~0.1 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count100
latest_release_tagmentedb-cli-v0.24.5
releases_from_tagsno
days_since_latest_release0
mean_days_between_releases0.1
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

59Moderate · 18% of overall
How it's scored
33/60Stars — 110 stars
6.5/25Forks — 7 forks
0/15Watchers — 1 watchers
Inputs used
forks7
stars110
watchers1
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (Apache-2.0)
18/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
has_contributingyes
has_issue_templateno
has_code_of_conductno
has_pull_request_templateno
How it's scored
59.4/80Monthly downloads — 28,660 downloads/month across crates, npm, pypi
0/20Registry dependents — not reported by this ecosystem
Inputs used
packagesmentedb, mentedb, mentedb, mentedb-cli, mentedb-core, mentedb-graph
dependents
ecosystemscrates, npm, pypi
total_downloads16,875
monthly_downloads28,660
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

56Moderate · 24% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
0/22.5Commit distribution — top contributor authored 100% of commits
1.4/13.5Contributor breadth — 1 contributors
0/10OpenSSF Scorecard: Contributors — project has 0 contributing companies or organizations -- score normalized to 0
Inputs used
bus_factor1
contributors_sampled1
top_contributor_share1
How it's scored
45/46.8Issue resolution — 96% of issues closed
34.8/38.3PR acceptance — 292/321 decided PRs merged
0/15OpenSSF Scorecard: Code-Review — Found 0/16 approved changesets -- score normalized to 0
Inputs used
merged_prs292
open_issues1
closed_issues26
issue_closed_ratio0.963
closed_unmerged_prs29
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
10.3/25Owner reach — 26 followers of nambok
22.2/25Track record — 24 public repos, account ~15 yr old
Inputs used
followers26
owner_typeUser
is_verified
owner_loginnambok
public_repos24
account_age_days5,705
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.
How it's scored
25/25Published & resolvable — 6 package(s) on crates, npm, pypi
35/35Publish recency — latest publish 0 days ago
20/20Version history — 104 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagesmentedb, mentedb, mentedb, mentedb-cli, mentedb-core, mentedb-graph
ecosystemscrates, npm, pypi
any_deprecatedno
min_days_since_publish0

Engineering Quality

Are baseline engineering and documentation practices in place?

76Good · 20% of overall
How it's scored
24/24CI workflows — 4 workflow(s)
24/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
0/6.4.editorconfig
12/20OpenSSF Scorecard: CI-Tests — 20 out of 30 merged PRs checked by a CI test -- score normalized to 6
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configno
has_precommit_configno

Documentation

100Excellent
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage site — https://mentedb.com
10/10Repository description
10/10Topics — 14 topics
10/10Wiki
Inputs used
topicsagent-memory, ai, ai-agents, cognitive-architecture, context-window, database, knowledge-graph, langchain, llm, memory, rag, rust, storage-engine, vector-database
has_wikiyes
homepagehttps://mentedb.com
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

55Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
4.5/7.5Branch-Protection — branch protection is not maximal on development and all release branches
1.5/2.5CI-Tests — 20 out of 30 merged PRs checked by a CI test -- score normalized to 6
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 0/16 approved changesets -- score normalized to 0
0/2.5Contributors — project has 0 contributing companies or organizations -- score normalized to 0
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
7.5/7.5Maintained — 30 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
5/5Packaging — packaging workflow detected
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
0.8/7.5Vulnerabilities — 9 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate4.8
Excluded from scoring (no data or not applicable): signed_releases. Remaining weights renormalized.
How it's scored
24.7/35Direct dependencies free of known advisories — 2 affected: anyhow 1.0.102 (unknown), bincode 1.3.3 (unknown)
0/25Indirect dependencies free of known advisories — transitive set not separable from development and test dependencies in this scope
37.2/40No advisories left outstanding — 1 advisory-carrying package(s) unaddressed past 90 days; oldest published 219 days ago
Inputs used
sourceosv
advisories10
affected_packages9
assessed_packages576
unassessed_packages34
affected_by_severityhigh 2, moderate 1, unknown 6
direct_affected_packages2
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 576 resolved dependencies against OSV. 34 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.

AI Readiness

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.

78Good · 0% of overall
How it's scored
45/45Agent instructions — .github/copilot-instructions.md, CLAUDE.md
0/15Machine-readable docs (llms.txt)
40/40Legible commit history — 57 of 57 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share1
agent_instruction_files.github/copilot-instructions.md, CLAUDE.md
agent_instruction_max_bytes4,082
How it's scored
12.6/18One-command bootstrap — Cargo.toml, crates/mentedb-cli/Cargo.toml, crates/mentedb-cognitive/Cargo.toml (toolchain convention, no task runner)
22/22Automated tests
0/11Lint / format config
11/11Static type checking — sdks/typescript/tsconfig.json
10/10Reproducible environment — Dockerfile, lockfile
0/10Demonstrated agent practice — no agent-authored commits among the last 100
8/8Automated maintenance — 3 of the last 100 commits are automated dependency updates
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfilesCargo.lock, package-lock.json
has_dockerfileyes
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configssdks/typescript/tsconfig.json
agent_commit_share0
toolchain_manifestsCargo.toml, crates/mentedb-cli/Cargo.toml, crates/mentedb-cognitive/Cargo.toml, crates/mentedb-consolidation/Cargo.toml, crates/mentedb-context/Cargo.toml, crates/mentedb-core/Cargo.toml, crates/mentedb-embedding/Cargo.toml, crates/mentedb-extraction/Cargo.toml, crates/mentedb-graph/Cargo.toml, crates/mentedb-index/Cargo.toml, crates/mentedb-query/Cargo.toml, crates/mentedb-replication/Cargo.toml, crates/mentedb-server/Cargo.toml, crates/mentedb-storage/Cargo.toml, crates/mentedb/Cargo.toml, sdks/python/Cargo.toml, sdks/typescript/Cargo.toml
dependency_bot_commit_share0.03
How it's scored
45/45Type-checkable code — Rust (statically typed)
54.2/55Manageable file sizes — 3/201 source files over 60KB
Inputs used
primary_languageRust
largest_source_bytes250,179
source_files_sampled201
oversized_source_files3
How it's scored
40/40API schema (OpenAPI/GraphQL/proto) — crates/mentedb-server/proto/mentedb.proto
0/20MCP server
40/40Runnable examples — examples
Inputs used
example_dirsexamples
has_mcp_signalno
api_schema_filescrates/mentedb-server/proto/mentedb.proto

Key facts

110GitHub stars
1contributors
482commits, last 12 months
0days since last push
100releases
1bus factor
1open issues
crates.io, PyPIpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Could not fetch crates package 'mentedb-python' from its registry
  • Could not fetch crates package 'mentedb-node' from its registry
  • deps.dev does not index crates:mentedb@0.24.5; advisories assessed against the repository dependency graph instead

More detail

Star and fork history 0 ★ / 7 ⇿
0Stars
7Forks

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

1234567722026-042026-062026-07
OpenSSF Scorecard 4.8 / 10
4.8aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-07-23 12:18 UTC

10Binary-Artifactsno binaries found in the repo
6Branch-Protectionbranch protection is not maximal on development and all release branches
6CI-Tests20 out of 30 merged PRs checked by a CI test -- score normalized to 6
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/16 approved changesets -- score normalized to 0
0Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
1Vulnerabilities9 existing vulnerabilities detected
Direct dependencies 180
RegistryPackageVersion constraintManifest
crates.iomentedbcrates/mentedb-cli/Cargo.toml
crates.ioserde_jsoncrates/mentedb-cli/Cargo.toml
crates.ioreqwest0.12crates/mentedb-cli/Cargo.toml
crates.iomentedb-corecrates/mentedb-cognitive/Cargo.toml
crates.iouuidcrates/mentedb-cognitive/Cargo.toml
crates.ioserdecrates/mentedb-cognitive/Cargo.toml
crates.ioserde_jsoncrates/mentedb-cognitive/Cargo.toml
crates.ioahashcrates/mentedb-cognitive/Cargo.toml
crates.ioparking_lotcrates/mentedb-cognitive/Cargo.toml
crates.iotracingcrates/mentedb-cognitive/Cargo.toml
crates.iocrossbeamcrates/mentedb-cognitive/Cargo.toml
crates.iothiserrorcrates/mentedb-cognitive/Cargo.toml
crates.iomentedb-corecrates/mentedb-consolidation/Cargo.toml
crates.iouuidcrates/mentedb-consolidation/Cargo.toml
crates.ioserdecrates/mentedb-consolidation/Cargo.toml
crates.ioahashcrates/mentedb-consolidation/Cargo.toml
crates.iotracingcrates/mentedb-consolidation/Cargo.toml
crates.iomentedb-corecrates/mentedb-context/Cargo.toml
crates.iothiserrorcrates/mentedb-context/Cargo.toml
crates.iotracingcrates/mentedb-context/Cargo.toml
crates.ioahashcrates/mentedb-context/Cargo.toml
crates.iouuidcrates/mentedb-context/Cargo.toml
crates.ioserdecrates/mentedb-context/Cargo.toml
crates.iouuidcrates/mentedb-core/Cargo.toml
crates.ioserdecrates/mentedb-core/Cargo.toml
crates.ioserde_jsoncrates/mentedb-core/Cargo.toml
crates.iothiserrorcrates/mentedb-core/Cargo.toml
crates.iobytescrates/mentedb-core/Cargo.toml
crates.iobytemuckcrates/mentedb-core/Cargo.toml
crates.iosmallveccrates/mentedb-core/Cargo.toml
crates.ioahashcrates/mentedb-core/Cargo.toml
crates.ioparking_lotcrates/mentedb-core/Cargo.toml
crates.iomentedb-corecrates/mentedb-embedding/Cargo.toml
crates.ioserdecrates/mentedb-embedding/Cargo.toml
crates.ioserde_jsoncrates/mentedb-embedding/Cargo.toml
crates.iotracingcrates/mentedb-embedding/Cargo.toml
crates.iothiserrorcrates/mentedb-embedding/Cargo.toml
crates.iotokiocrates/mentedb-embedding/Cargo.toml
crates.ioureq3crates/mentedb-embedding/Cargo.toml
crates.iocandle-core0.11crates/mentedb-embedding/Cargo.toml
crates.iocandle-nn0.11crates/mentedb-embedding/Cargo.toml
crates.iocandle-transformers0.11crates/mentedb-embedding/Cargo.toml
crates.iotokenizers0.21crates/mentedb-embedding/Cargo.toml
crates.iohf-hub0.4crates/mentedb-embedding/Cargo.toml
crates.iosha20.10crates/mentedb-embedding/Cargo.toml
crates.iohmac0.12crates/mentedb-embedding/Cargo.toml
crates.iochrono0.4crates/mentedb-embedding/Cargo.toml
crates.iomentedb-corecrates/mentedb-extraction/Cargo.toml
crates.iomentedb-cognitivecrates/mentedb-extraction/Cargo.toml
crates.iomentedb-embeddingcrates/mentedb-extraction/Cargo.toml
crates.ioreqwest0.12crates/mentedb-extraction/Cargo.toml
crates.ioserdecrates/mentedb-extraction/Cargo.toml
crates.ioserde_jsoncrates/mentedb-extraction/Cargo.toml
crates.iotokiocrates/mentedb-extraction/Cargo.toml
crates.iotracingcrates/mentedb-extraction/Cargo.toml
crates.iothiserrorcrates/mentedb-extraction/Cargo.toml
crates.iouuidcrates/mentedb-extraction/Cargo.toml
crates.iosha20.10crates/mentedb-extraction/Cargo.toml
crates.iohmac0.12crates/mentedb-extraction/Cargo.toml
crates.iochrono0.4crates/mentedb-extraction/Cargo.toml
crates.iomentedb-corecrates/mentedb-graph/Cargo.toml
crates.iosmallveccrates/mentedb-graph/Cargo.toml
crates.iobytemuckcrates/mentedb-graph/Cargo.toml
crates.iotracingcrates/mentedb-graph/Cargo.toml
crates.ioahashcrates/mentedb-graph/Cargo.toml
crates.ioparking_lotcrates/mentedb-graph/Cargo.toml
crates.ioserdecrates/mentedb-graph/Cargo.toml
crates.ioserde_jsoncrates/mentedb-graph/Cargo.toml
crates.iobincode1crates/mentedb-graph/Cargo.toml
crates.iomentedb-corecrates/mentedb-index/Cargo.toml
crates.ioroaringcrates/mentedb-index/Cargo.toml
crates.ioahashcrates/mentedb-index/Cargo.toml
crates.iobytemuckcrates/mentedb-index/Cargo.toml
crates.ioparking_lotcrates/mentedb-index/Cargo.toml
crates.iotracingcrates/mentedb-index/Cargo.toml
crates.ioserdecrates/mentedb-index/Cargo.toml
crates.ioserde_jsoncrates/mentedb-index/Cargo.toml
crates.iouuidcrates/mentedb-index/Cargo.toml
crates.iorand0.9crates/mentedb-index/Cargo.toml
crates.iobincode1crates/mentedb-index/Cargo.toml
crates.iomentedb-corecrates/mentedb-query/Cargo.toml
crates.iothiserrorcrates/mentedb-query/Cargo.toml
crates.iotracingcrates/mentedb-query/Cargo.toml
crates.ioserdecrates/mentedb-query/Cargo.toml
crates.iouuidcrates/mentedb-query/Cargo.toml
crates.iomentedb-corecrates/mentedb-replication/Cargo.toml
crates.iomentedb-storagecrates/mentedb-replication/Cargo.toml
crates.ioopenraft0.10.0-alpha.17crates/mentedb-replication/Cargo.toml
crates.ioserdecrates/mentedb-replication/Cargo.toml
crates.ioserde_jsoncrates/mentedb-replication/Cargo.toml
crates.iotokiocrates/mentedb-replication/Cargo.toml
crates.ioreqwest0.12crates/mentedb-replication/Cargo.toml
crates.iofutures-util0.3crates/mentedb-replication/Cargo.toml
crates.iothiserrorcrates/mentedb-replication/Cargo.toml
crates.ioanyhowcrates/mentedb-replication/Cargo.toml
crates.iotracingcrates/mentedb-replication/Cargo.toml
crates.iouuidcrates/mentedb-replication/Cargo.toml
crates.ioparking_lotcrates/mentedb-replication/Cargo.toml
crates.iomentedbcrates/mentedb-server/Cargo.toml
crates.iomentedb-corecrates/mentedb-server/Cargo.toml
crates.iomentedb-cognitivecrates/mentedb-server/Cargo.toml
crates.iomentedb-extractioncrates/mentedb-server/Cargo.toml
crates.iomentedb-embeddingcrates/mentedb-server/Cargo.toml
crates.iotokiocrates/mentedb-server/Cargo.toml
crates.iotokio-stream0.1crates/mentedb-server/Cargo.toml
crates.ioserdecrates/mentedb-server/Cargo.toml
crates.ioserde_jsoncrates/mentedb-server/Cargo.toml
crates.iouuidcrates/mentedb-server/Cargo.toml
crates.iotracingcrates/mentedb-server/Cargo.toml
crates.iotracing-subscribercrates/mentedb-server/Cargo.toml
crates.ioanyhowcrates/mentedb-server/Cargo.toml
crates.iobytescrates/mentedb-server/Cargo.toml
crates.ioaxum0.8crates/mentedb-server/Cargo.toml
crates.iotower0.5crates/mentedb-server/Cargo.toml
crates.iotower-http0.7crates/mentedb-server/Cargo.toml
crates.iohttp-body-util0.1crates/mentedb-server/Cargo.toml
crates.iojsonwebtoken10crates/mentedb-server/Cargo.toml
crates.iotonic0.13crates/mentedb-server/Cargo.toml
crates.ioprost0.13crates/mentedb-server/Cargo.toml
crates.ioreqwest0.12crates/mentedb-server/Cargo.toml
crates.ioprometheus0.13crates/mentedb-server/Cargo.toml
crates.iomentedb-corecrates/mentedb-storage/Cargo.toml
crates.iothiserrorcrates/mentedb-storage/Cargo.toml
crates.iobytescrates/mentedb-storage/Cargo.toml
crates.ioparking_lotcrates/mentedb-storage/Cargo.toml
crates.iocrossbeamcrates/mentedb-storage/Cargo.toml
crates.iocrc32fastcrates/mentedb-storage/Cargo.toml
crates.iolz4_flexcrates/mentedb-storage/Cargo.toml
crates.iotracingcrates/mentedb-storage/Cargo.toml
crates.ioahashcrates/mentedb-storage/Cargo.toml
crates.ioserdecrates/mentedb-storage/Cargo.toml
crates.ioserde_jsoncrates/mentedb-storage/Cargo.toml
crates.iouuidcrates/mentedb-storage/Cargo.toml
crates.iofs2crates/mentedb-storage/Cargo.toml
crates.iobincode1crates/mentedb-storage/Cargo.toml
crates.iomentedb-corecrates/mentedb/Cargo.toml
crates.iomentedb-storagecrates/mentedb/Cargo.toml
crates.iomentedb-indexcrates/mentedb/Cargo.toml
crates.iomentedb-graphcrates/mentedb/Cargo.toml
crates.iomentedb-querycrates/mentedb/Cargo.toml
crates.iomentedb-contextcrates/mentedb/Cargo.toml
crates.iomentedb-embeddingcrates/mentedb/Cargo.toml
crates.iomentedb-cognitivecrates/mentedb/Cargo.toml
crates.iomentedb-consolidationcrates/mentedb/Cargo.toml
crates.iomentedb-extractioncrates/mentedb/Cargo.toml
crates.iouuidcrates/mentedb/Cargo.toml
crates.iotracingcrates/mentedb/Cargo.toml
crates.iothiserrorcrates/mentedb/Cargo.toml
crates.ioparking_lotcrates/mentedb/Cargo.toml
crates.ioserdecrates/mentedb/Cargo.toml
crates.ioserde_jsoncrates/mentedb/Cargo.toml
crates.iopyo30.29sdks/python/Cargo.toml
crates.ioopenssl-sys0.9sdks/python/Cargo.toml
crates.iomentedbsdks/python/Cargo.toml
crates.iomentedb-coresdks/python/Cargo.toml
crates.iomentedb-storagesdks/python/Cargo.toml
crates.iomentedb-indexsdks/python/Cargo.toml
crates.iomentedb-graphsdks/python/Cargo.toml
crates.iomentedb-contextsdks/python/Cargo.toml
crates.iomentedb-cognitivesdks/python/Cargo.toml
crates.iomentedb-consolidationsdks/python/Cargo.toml
crates.iomentedb-embeddingsdks/python/Cargo.toml
crates.iomentedb-extractionsdks/python/Cargo.toml
crates.iouuid1sdks/python/Cargo.toml
crates.ioserde_json1sdks/python/Cargo.toml
crates.iotokio1sdks/python/Cargo.toml
crates.ionapi2sdks/typescript/Cargo.toml
crates.ionapi-derive2sdks/typescript/Cargo.toml
crates.iomentedb-coresdks/typescript/Cargo.toml
crates.iomentedb-storagesdks/typescript/Cargo.toml
crates.iomentedb-indexsdks/typescript/Cargo.toml
crates.iomentedb-graphsdks/typescript/Cargo.toml
crates.iomentedb-contextsdks/typescript/Cargo.toml
crates.iomentedb-cognitivesdks/typescript/Cargo.toml
crates.iomentedb-embeddingsdks/typescript/Cargo.toml
crates.iomentedb-extractionsdks/typescript/Cargo.toml
crates.iomentedbsdks/typescript/Cargo.toml
crates.iouuid1sdks/typescript/Cargo.toml
crates.ioserde_json1sdks/typescript/Cargo.toml
crates.iotokio1sdks/typescript/Cargo.toml
All dependencies 610

Full resolved dependency set from the GitHub dependency graph: 82 direct and 528 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
crates.ioahash0.7.8direct
crates.ioahash0.8.12direct
crates.ioanyhow1.0.102direct
crates.ioaxumdirect
crates.ioaxum0.8.8direct
crates.iobincodedirect
crates.iobincode1.3.3direct
crates.iobytemuck1.25.0direct
crates.iobytemuck1.25.1direct
crates.iobytes1.11.1direct
crates.iocandle-coredirect
crates.iocandle-core0.11.0direct
crates.iocandle-nndirect
crates.iocandle-nn0.11.0direct
crates.iocandle-transformersdirect
crates.iocandle-transformers0.11.0direct
crates.iochronodirect
crates.iochrono0.4.44direct
crates.iochrono0.4.45direct
crates.iocrc32fast1.5.0direct
crates.iocrossbeam0.8.4direct
crates.iofs20.4.3direct
crates.iofutures-utildirect
crates.iofutures-util0.3.32direct
crates.iohf-hubdirect
crates.iohf-hub0.4.3direct
crates.iohmacdirect
crates.iohmac0.12.1direct
crates.iohttp-body-utildirect
crates.iohttp-body-util0.1.3direct
crates.iojsonwebtokendirect
crates.iojsonwebtoken10.4.0direct
crates.iolz4_flex0.11.6direct
crates.ionapi2.16.17direct
crates.ionapi-derive2.16.13direct
crates.ioopenraftdirect
crates.ioopenraft0.10.0-alpha.17direct
crates.ioopenssl-sys0.9.117direct
crates.ioparking_lot0.12.5direct
crates.ioprometheusdirect
crates.ioprometheus0.13.4direct
crates.ioprostdirect
crates.ioprost0.13.5direct
crates.iopyo30.29.0direct
crates.ioranddirect
crates.iorand0.10.2direct
crates.iorand0.8.6direct
crates.iorand0.9.3direct
crates.iorand0.9.4direct
crates.ioreqwestdirect
crates.ioreqwest0.12.28direct
crates.ioroaring0.11.4direct
crates.ioserde1.0.228direct
crates.ioserde_json1.0.149direct
crates.ioserde_json1.0.150direct
crates.iosha2direct
crates.iosha20.10.9direct
crates.iosmallvec1.15.1direct
crates.iothiserror1.0.69direct
crates.iothiserror2.0.18direct
crates.iotokenizersdirect
crates.iotokenizers0.21.4direct
crates.iotokenizers0.22.2direct
crates.iotokio1.51.0direct
crates.iotokio1.52.3direct
crates.iotokio-streamdirect
crates.iotokio-stream0.1.18direct
crates.iotonicdirect
crates.iotonic0.13.1direct
crates.iotowerdirect
crates.iotower0.5.3direct
crates.iotower-httpdirect
crates.iotower-http0.6.11direct
crates.iotower-http0.6.8direct
crates.iotower-http0.7.0direct
crates.iotracing0.1.44direct
crates.iotracing-subscriber0.3.23direct
crates.ioureqdirect
crates.ioureq2.12.1direct
crates.ioureq3.3.0direct
crates.iouuid1.23.0direct
crates.iouuid1.23.4direct
crates.ioadler22.0.1indirect
crates.ioaho-corasick1.1.4indirect
crates.ioalloca0.4.0indirect
crates.ioallocator-api20.2.21indirect
crates.ioandroid_system_properties0.1.5indirect
crates.ioanes0.1.6indirect
crates.ioanstream1.0.0indirect
crates.ioanstyle1.0.14indirect
crates.ioanstyle-parse1.0.0indirect
crates.ioanstyle-query1.1.5indirect
crates.ioanstyle-wincon3.0.11indirect
crates.ioanyerror0.1.13indirect
crates.ioarrayvec0.7.6indirect
crates.ioasync-compression0.4.42indirect
crates.ioasync-trait0.1.89indirect
crates.ioatomic-waker1.1.2indirect
crates.ioautocfg1.5.0indirect
crates.ioautocfg1.5.1indirect
crates.ioaxum-core0.5.6indirect
crates.iobase16ct0.2.0indirect
crates.iobase640.13.1indirect
crates.iobase640.22.1indirect
crates.iobase64ct1.8.3indirect
crates.iobit-set0.8.0indirect
crates.iobit-vec0.8.0indirect
crates.iobitflags2.11.0indirect
crates.iobitvec1.0.1indirect
crates.ioblock-buffer0.10.4indirect
crates.ioborsh1.7.0indirect
crates.ioborsh-derive1.7.0indirect
crates.iobumpalo3.20.2indirect
crates.iobyte-unit5.2.0indirect
crates.iobytecheck0.6.12indirect
crates.iobytecheck_derive0.6.12indirect
crates.iobytemuck_derive1.10.2indirect
crates.iobyteorder1.5.0indirect
crates.iocast0.3.0indirect
crates.iocastaway0.2.4indirect
crates.iocc1.2.59indirect
crates.iocc1.2.60indirect
crates.iocfg-if1.0.4indirect
crates.iocfg_aliases0.2.1indirect
crates.iochacha200.10.1indirect
crates.iociborium0.2.2indirect
crates.iociborium-io0.2.2indirect
crates.iociborium-ll0.2.2indirect
crates.ioclap4.6.1indirect
crates.ioclap_builder4.6.0indirect
crates.ioclap_derive4.6.1indirect
crates.ioclap_lex1.1.0indirect
crates.iocolorchoice1.0.5indirect
crates.iocompact_str0.9.0indirect
crates.iocompact_str0.9.1indirect
crates.iocompression-codecs0.4.38indirect
crates.iocompression-core0.4.32indirect
crates.ioconsole0.15.11indirect
crates.ioconst-oid0.9.6indirect
crates.ioconvert_case0.10.0indirect
crates.ioconvert_case0.6.0indirect
crates.iocookie0.18.1indirect
crates.iocookie_store0.22.1indirect
crates.iocore-foundation0.10.1indirect
crates.iocore-foundation0.9.4indirect
crates.iocore-foundation-sys0.8.7indirect
crates.iocpufeatures0.2.17indirect
crates.iocpufeatures0.3.0indirect
crates.iocriterion0.8.2indirect
crates.iocriterion-plot0.8.2indirect
crates.iocrossbeam-channel0.5.15indirect
crates.iocrossbeam-channel0.5.16indirect
crates.iocrossbeam-deque0.8.6indirect
crates.iocrossbeam-epoch0.9.18indirect
crates.iocrossbeam-queue0.3.12indirect
crates.iocrossbeam-queue0.3.13indirect
crates.iocrossbeam-utils0.8.21indirect
crates.iocrunchy0.2.4indirect
crates.iocrypto-bigint0.5.5indirect
crates.iocrypto-common0.1.7indirect
crates.ioctor0.2.9indirect
crates.iocurve25519-dalek4.1.3indirect
crates.iocurve25519-dalek-derive0.1.1indirect
crates.iodarling0.20.11indirect
crates.iodarling_core0.20.11indirect
crates.iodarling_macro0.20.11indirect
crates.iodary_heap0.3.8indirect
crates.iodata-encoding2.11.0indirect
crates.ioder0.7.10indirect
crates.ioderanged0.5.8indirect
crates.ioderive_builder0.20.2indirect
crates.ioderive_builder_core0.20.2indirect
crates.ioderive_builder_macro0.20.2indirect
crates.ioderive_more2.1.1indirect
crates.ioderive_more-impl2.1.1indirect
crates.iodigest0.10.7indirect
crates.iodirs6.0.0indirect
crates.iodirs-sys0.5.0indirect
crates.iodisplaydoc0.2.5indirect
crates.iodocument-features0.2.12indirect
crates.iodyn-clone1.0.20indirect
crates.iodyn-stack0.13.2indirect
crates.iodyn-stack-macros0.1.3indirect
crates.ioecdsa0.16.9indirect
crates.ioed255192.2.3indirect
crates.ioed25519-dalek2.2.0indirect
crates.ioeither1.15.0indirect
crates.ioelliptic-curve0.13.8indirect
crates.ioencode_unicode1.0.0indirect
crates.ioencoding_rs0.8.35indirect
crates.ioenum-as-inner0.6.1indirect
crates.ioequivalent1.0.2indirect
crates.ioerrno0.3.14indirect
crates.ioesaxx-rs0.1.10indirect
crates.iofancy-regex0.18.0indirect
crates.iofastrand2.4.0indirect
crates.iofastrand2.4.1indirect
crates.ioff0.13.1indirect
crates.iofiat-crypto0.2.9indirect
crates.iofind-msvc-tools0.1.9indirect
crates.iofixedbitset0.5.7indirect
crates.ioflate21.1.9indirect
crates.iofloat80.7.0indirect
crates.iofnv1.0.7indirect
crates.iofoldhash0.1.5indirect
crates.iofoldhash0.2.0indirect
crates.ioforeign-types0.3.2indirect
crates.ioforeign-types-shared0.1.1indirect
crates.ioform_urlencoded1.2.2indirect
crates.iofunty2.0.0indirect
crates.iofutures0.3.32indirect
crates.iofutures-channel0.3.32indirect
crates.iofutures-core0.3.32indirect
crates.iofutures-executor0.3.32indirect
crates.iofutures-io0.3.32indirect
crates.iofutures-macro0.3.32indirect
crates.iofutures-sink0.3.32indirect
crates.iofutures-task0.3.32indirect
crates.iogemm0.19.0indirect
crates.iogemm-c320.19.0indirect
crates.iogemm-c640.19.0indirect
crates.iogemm-common0.19.0indirect
crates.iogemm-f160.19.0indirect
crates.iogemm-f320.19.0indirect
crates.iogemm-f640.19.0indirect
crates.iogeneric-array0.14.7indirect
crates.iogetrandom0.2.17indirect
crates.iogetrandom0.3.4indirect
crates.iogetrandom0.4.2indirect
crates.iogroup0.13.0indirect
crates.ioh20.4.13indirect
crates.iohalf2.7.1indirect
crates.iohashbrown0.12.3indirect
crates.iohashbrown0.15.5indirect
crates.iohashbrown0.16.1indirect
crates.iohashbrown0.17.1indirect
crates.ioheck0.5.0indirect
crates.iohermit-abi0.5.2indirect
crates.iohex0.4.3indirect
crates.iohkdf0.12.4indirect
crates.iohttp1.4.0indirect
crates.iohttp-body1.0.1indirect
crates.iohttparse1.10.1indirect
crates.iohttpdate1.0.3indirect
crates.iohyperindirect
crates.iohyper1.9.0indirect
crates.iohyper-rustls0.27.7indirect
crates.iohyper-rustls0.27.9indirect
crates.iohyper-timeout0.5.2indirect
crates.iohyper-tls0.6.0indirect
crates.iohyper-util0.1.20indirect
crates.ioiana-time-zone0.1.65indirect
crates.ioiana-time-zone-haiku0.1.2indirect
crates.ioicu_collections2.2.0indirect
crates.ioicu_locale_core2.2.0indirect
crates.ioicu_normalizer2.2.0indirect
crates.ioicu_normalizer_data2.2.0indirect
crates.ioicu_properties2.2.0indirect
crates.ioicu_properties_data2.2.0indirect
crates.ioicu_provider2.2.0indirect
crates.ioid-arena2.3.0indirect
crates.ioident_case1.0.1indirect
crates.ioidna1.1.0indirect
crates.ioidna_adapter1.2.1indirect
crates.ioidna_adapter1.2.2indirect
crates.ioindexmap2.13.1indirect
crates.ioindexmap2.14.0indirect
crates.ioindicatif0.17.11indirect
crates.ioipnet2.12.0indirect
crates.ioiri-string0.7.12indirect
crates.iois_terminal_polyfill1.70.2indirect
crates.ioitertools0.13.0indirect
crates.ioitertools0.14.0indirect
crates.ioitoa1.0.18indirect
crates.iojs-sys0.3.94indirect
crates.iolazy_static1.5.0indirect
crates.ioleb128fmt0.1.0indirect
crates.iolibcindirect
crates.iolibc0.2.184indirect
crates.iolibloading0.8.9indirect
crates.iolibm0.2.16indirect
crates.iolibredox0.1.15indirect
crates.iolibredox0.1.18indirect
crates.iolinux-raw-sys0.12.1indirect
crates.iolinux-raw-sys0.4.15indirect
crates.iolitemap0.8.2indirect
crates.iolitrs1.0.0indirect
crates.iolock_api0.4.14indirect
crates.iolog0.4.29indirect
crates.iolru-slab0.1.2indirect
crates.iomacro_rules_attribute0.2.2indirect
crates.iomacro_rules_attribute-proc_macro0.2.2indirect
crates.iomaplit1.0.2indirect
crates.iomatchers0.2.0indirect
crates.iomatchit0.8.4indirect
crates.iomemchr2.8.0indirect
crates.iomemmap20.9.10indirect
crates.iomemmap20.9.11indirect
crates.iomime0.3.17indirect
crates.iominimal-lexical0.2.1indirect
crates.iominiz_oxide0.8.9indirect
crates.iomio1.2.0indirect
crates.iomonostate0.1.18indirect
crates.iomonostate-impl0.1.18indirect
crates.iomultimap0.10.1indirect
crates.ionapi-build2.3.1indirect
crates.ionapi-derive-backend1.0.75indirect
crates.ionapi-sys2.4.0indirect
crates.ionative-tls0.2.18indirect
crates.ionom7.1.3indirect
crates.ionu-ansi-term0.50.3indirect
crates.ionum-bigint0.4.8indirect
crates.ionum-bigint-dig0.8.6indirect
crates.ionum-complex0.4.6indirect
crates.ionum-conv0.2.1indirect
crates.ionum-conv0.2.2indirect
crates.ionum-integer0.1.46indirect
crates.ionum-iter0.1.45indirect
crates.ionum-traits0.2.19indirect
crates.ionum_cpus1.17.0indirect
crates.ionumber_prefix0.4.0indirect
crates.ioonce_cell1.21.4indirect
crates.ioonce_cell_polyfill1.70.2indirect
crates.ioonig6.5.1indirect
crates.ioonig_sys69.9.1indirect
crates.ioonig_sys69.9.3indirect
crates.iooorandom11.1.5indirect
crates.ioopenraft-macros0.10.0-alpha.17indirect
crates.ioopenraft-rt0.10.0-alpha.17indirect
crates.ioopenraft-rt-tokio0.10.0-alpha.17indirect
crates.ioopenssl0.10.81indirect
crates.ioopenssl-macros0.1.1indirect
crates.ioopenssl-probe0.2.1indirect
crates.ioopenssl-src300.6.1+3.6.3indirect
crates.iooption-ext0.2.0indirect
crates.iop2560.13.2indirect
crates.iop3840.13.1indirect
crates.iopage_size0.6.0indirect
crates.ioparking_lot_core0.9.12indirect
crates.iopaste1.0.15indirect
crates.iopeel-off0.1.1indirect
crates.iopem3.0.6indirect
crates.iopem-rfc74680.7.0indirect
crates.iopercent-encoding2.3.2indirect
crates.iopetgraph0.7.1indirect
crates.iopin-project1.1.13indirect
crates.iopin-project-internal1.1.13indirect
crates.iopin-project-lite0.2.17indirect
crates.iopkcs10.7.5indirect
crates.iopkcs80.10.2indirect
crates.iopkg-config0.3.32indirect
crates.ioplotters0.3.7indirect
crates.ioplotters-backend0.3.7indirect
crates.ioplotters-svg0.3.7indirect
crates.ioportable-atomic1.13.1indirect
crates.iopotential_utf0.1.5indirect
crates.iopowerfmt0.2.0indirect
crates.ioppv-lite860.2.21indirect
crates.ioprettyplease0.2.37indirect
crates.ioprimeorder0.13.6indirect
crates.ioproc-macro-crate3.5.0indirect
crates.ioproc-macro21.0.106indirect
crates.ioprocfs0.16.0indirect
crates.ioprocfs-core0.16.0indirect
crates.ioprost-build0.13.5indirect
crates.ioprost-derive0.13.5indirect
crates.ioprost-types0.13.5indirect
crates.ioprotobuf2.28.0indirect
crates.ioptr_meta0.1.4indirect
crates.ioptr_meta_derive0.1.4indirect
crates.iopulp0.22.2indirect
crates.iopulp-wasm-simd-flag0.1.0indirect
crates.iopulp-wasm-simd-flag0.1.1indirect
crates.iopyo3-build-config0.29.0indirect
crates.iopyo3-ffi0.29.0indirect
crates.iopyo3-macros0.29.0indirect
crates.iopyo3-macros-backend0.29.0indirect
crates.ioquinn0.11.11indirect
crates.ioquinn0.11.9indirect
crates.ioquinn-proto0.11.14indirect
crates.ioquinn-proto0.11.16indirect
crates.ioquinn-udp0.5.14indirect
crates.ioquinn-udp0.5.15indirect
crates.ioquote1.0.45indirect
crates.ior-efi5.3.0indirect
crates.ior-efi6.0.0indirect
crates.ioradium0.7.0indirect
crates.iorand_chacha0.3.1indirect
crates.iorand_chacha0.9.0indirect
crates.iorand_core0.10.1indirect
crates.iorand_core0.6.4indirect
crates.iorand_core0.9.5indirect
crates.iorand_distr0.5.1indirect
crates.iorand_pcg0.10.2indirect
crates.ioraw-cpuid11.6.0indirect
crates.iorayon1.11.0indirect
crates.iorayon1.12.0indirect
crates.iorayon-cond0.4.0indirect
crates.iorayon-core1.13.0indirect
crates.ioreborrow0.5.5indirect
crates.ioredox_syscall0.5.18indirect
crates.ioredox_users0.5.2indirect
crates.ioref-cast1.0.25indirect
crates.ioref-cast-impl1.0.25indirect
crates.ioregex1.12.3indirect
crates.ioregex-automata0.4.14indirect
crates.ioregex-syntax0.8.10indirect
crates.iorend0.4.2indirect
crates.iorfc69790.4.0indirect
crates.ioring0.17.14indirect
crates.iorkyv0.7.46indirect
crates.iorkyv_derive0.7.46indirect
crates.iorsa0.9.10indirect
crates.iorust_decimal1.41.0indirect
crates.iorustc-hash2.1.2indirect
crates.iorustc-hash2.1.3indirect
crates.iorustc_version0.4.1indirect
crates.iorustix0.38.44indirect
crates.iorustix1.1.4indirect
crates.iorustls0.23.37indirect
crates.iorustls0.23.38indirect
crates.iorustls-pki-types1.14.0indirect
crates.iorustls-webpki0.103.13indirect
crates.iorustversion1.0.22indirect
crates.ioryu1.0.23indirect
crates.iosafetensors0.8.0indirect
crates.iosame-file1.0.6indirect
crates.ioschannel0.1.29indirect
crates.ioschemars1.2.1indirect
crates.ioscopeguard1.2.0indirect
crates.ioseahash4.1.0indirect
crates.iosec10.7.3indirect
crates.iosecurity-framework3.7.0indirect
crates.iosecurity-framework-sys2.17.0indirect
crates.iosemver1.0.28indirect
crates.ioseq-macro0.3.6indirect
crates.ioserde_core1.0.228indirect
crates.ioserde_derive1.0.228indirect
crates.ioserde_path_to_error0.1.20indirect
crates.ioserde_plain1.0.2indirect
crates.ioserde_urlencoded0.7.1indirect
crates.iosha10.10.7indirect
crates.iosharded-slab0.1.7indirect
crates.ioshlex1.3.0indirect
crates.iosignal-hook-registry1.4.8indirect
crates.iosignature2.2.0indirect
crates.iosimd-adler320.3.9indirect
crates.iosimdutf80.1.5indirect
crates.iosimple_asn10.6.4indirect
crates.ioslab0.4.12indirect
crates.iosocket20.5.10indirect
crates.iosocket20.6.3indirect
crates.iosocks0.3.4indirect
crates.iospin0.9.8indirect
crates.iospki0.7.3indirect
crates.iospm_precompiled0.1.4indirect
crates.iostable_deref_trait1.2.1indirect
crates.iostatic_assertions1.1.0indirect
crates.iostrsim0.11.1indirect
crates.iosubtle2.6.1indirect
crates.iosyn1.0.109indirect
crates.iosyn2.0.117indirect
crates.iosync_wrapper1.0.2indirect
crates.iosynstructure0.13.2indirect
crates.iosysctl0.6.0indirect
crates.iosystem-configuration0.7.0indirect
crates.iosystem-configuration-sys0.6.0indirect
crates.iotap1.0.1indirect
crates.iotarget-lexicon0.13.5indirect
crates.iotempfile3.27.0indirect
crates.iothiserror-impl1.0.69indirect
crates.iothiserror-impl2.0.18indirect
crates.iothread_local1.1.9indirect
crates.iotime0.3.47indirect
crates.iotime0.3.53indirect
crates.iotime-core0.1.8indirect
crates.iotime-core0.1.9indirect
crates.iotime-macros0.2.27indirect
crates.iotime-macros0.2.31indirect
crates.iotinystr0.8.3indirect
crates.iotinytemplate1.2.1indirect
crates.iotinyvec1.11.0indirect
crates.iotinyvec_macros0.1.1indirect
crates.iotokio-macros2.7.0indirect
crates.iotokio-native-tls0.3.1indirect
crates.iotokio-rustls0.26.4indirect
crates.iotokio-tungstenite0.28.0indirect
crates.iotokio-util0.7.18indirect
crates.iotoml_datetime1.1.1+spec-1.1.0indirect
crates.iotoml_edit0.25.10+spec-1.1.0indirect
crates.iotoml_parser1.1.2+spec-1.1.0indirect
crates.iotonic-buildindirect
crates.iotonic-build0.13.1indirect
crates.iotower-layer0.3.3indirect
crates.iotower-service0.3.3indirect
crates.iotracing-attributes0.1.31indirect
crates.iotracing-core0.1.36indirect
crates.iotracing-log0.2.0indirect
crates.iotry-lock0.2.5indirect
crates.iotungstenite0.28.0indirect
crates.iotwox-hash2.1.2indirect
crates.iotyped-path0.12.3indirect
crates.iotypenum1.20.1indirect
crates.iounicode-ident1.0.24indirect
crates.iounicode-normalization-alignments0.1.12indirect
crates.iounicode-segmentation1.13.2indirect
crates.iounicode-width0.2.2indirect
crates.iounicode-xid0.2.6indirect
crates.iounicode_categories0.1.1indirect
crates.iountrusted0.9.0indirect
crates.ioureq-proto0.6.0indirect
crates.iourl2.5.8indirect
crates.ioutf-80.7.6indirect
crates.ioutf8-width0.1.9indirect
crates.ioutf8-zero0.8.1indirect
crates.ioutf8_iter1.0.4indirect
crates.ioutf8parse0.2.2indirect
crates.iovalidit0.2.5indirect
crates.iovaluable0.1.1indirect
crates.iovcpkg0.2.15indirect
crates.ioversion_check0.9.5indirect
crates.iowalkdir2.5.0indirect
crates.iowant0.3.1indirect
crates.iowasi0.11.1+wasi-snapshot-preview1indirect
crates.iowasip21.0.2+wasi-0.2.9indirect
crates.iowasip21.0.4+wasi-0.2.12indirect
crates.iowasip30.4.0+wasi-0.3.0-rc-2026-01-06indirect
crates.iowasm-bindgen0.2.117indirect
crates.iowasm-bindgen-futures0.4.67indirect
crates.iowasm-bindgen-macro0.2.117indirect
crates.iowasm-bindgen-macro-support0.2.117indirect
crates.iowasm-bindgen-shared0.2.117indirect
crates.iowasm-encoder0.244.0indirect
crates.iowasm-metadata0.244.0indirect
crates.iowasm-streams0.4.2indirect
crates.iowasmparser0.244.0indirect
crates.ioweb-sys0.3.94indirect
crates.ioweb-time1.1.0indirect
crates.iowebpki-roots0.26.11indirect
crates.iowebpki-roots1.0.6indirect
crates.iowebpki-roots1.0.7indirect
crates.iowinapi0.3.9indirect
crates.iowinapi-i686-pc-windows-gnu0.4.0indirect
crates.iowinapi-util0.1.11indirect
crates.iowinapi-x86_64-pc-windows-gnu0.4.0indirect
crates.iowindows-core0.62.2indirect
crates.iowindows-implement0.60.2indirect
crates.iowindows-interface0.59.3indirect
crates.iowindows-link0.2.1indirect
crates.iowindows-registry0.6.1indirect
crates.iowindows-result0.4.1indirect
crates.iowindows-strings0.5.1indirect
crates.iowindows-sys0.52.0indirect
crates.iowindows-sys0.59.0indirect
crates.iowindows-sys0.60.2indirect
crates.iowindows-sys0.61.2indirect
crates.iowindows-targets0.52.6indirect
crates.iowindows-targets0.53.5indirect
crates.iowindows_aarch64_gnullvm0.52.6indirect
crates.iowindows_aarch64_gnullvm0.53.1indirect
crates.iowindows_aarch64_msvc0.52.6indirect
crates.iowindows_aarch64_msvc0.53.1indirect
crates.iowindows_i686_gnu0.52.6indirect
crates.iowindows_i686_gnu0.53.1indirect
crates.iowindows_i686_gnullvm0.52.6indirect
crates.iowindows_i686_gnullvm0.53.1indirect
crates.iowindows_i686_msvc0.52.6indirect
crates.iowindows_i686_msvc0.53.1indirect
crates.iowindows_x86_64_gnu0.52.6indirect
crates.iowindows_x86_64_gnu0.53.1indirect
crates.iowindows_x86_64_gnullvm0.52.6indirect
crates.iowindows_x86_64_gnullvm0.53.1indirect
crates.iowindows_x86_64_msvc0.52.6indirect
crates.iowindows_x86_64_msvc0.53.1indirect
crates.iowinnow1.0.1indirect
crates.iowit-bindgen0.51.0indirect
crates.iowit-bindgen0.57.1indirect
crates.iowit-bindgen-core0.51.0indirect
crates.iowit-bindgen-rust0.51.0indirect
crates.iowit-bindgen-rust-macro0.51.0indirect
crates.iowit-component0.244.0indirect
crates.iowit-parser0.244.0indirect
crates.iowriteable0.6.3indirect
crates.iowyz0.5.1indirect
crates.ioyoke0.8.2indirect
crates.ioyoke-derive0.8.2indirect
crates.iozerocopy0.8.48indirect
crates.iozerocopy0.8.54indirect
crates.iozerocopy-derive0.8.48indirect
crates.iozerocopy-derive0.8.54indirect
crates.iozerofrom0.1.7indirect
crates.iozerofrom-derive0.1.7indirect
crates.iozeroize1.8.2indirect
crates.iozeroize_derive1.5.0indirect
crates.iozerotrie0.2.4indirect
crates.iozerovec0.11.6indirect
crates.iozerovec-derive0.11.3indirect
crates.iozip8.6.0indirect
crates.iozmij1.0.21indirect
npm@types/node25.6.0indirect
npmtypescript6.0.3indirect
npmundici-types7.19.2indirect
PyPIanthropicindirect
PyPIcrewaiindirect
PyPIlangchain-coreindirect
PyPImaturinindirect
PyPImentedbindirect
PyPIopenaiindirect
PyPIrequestsindirect
PyPItqdmindirect
Dependency advisories 9

This repository publishes no package the index resolves, so its own dependency graph was assessed — 576 packages, which also include development and test pins that never ship: 9 carry known advisories, of which 2 are direct. 34 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list.

PackageVersionRelationSeverityAdvisoriesFixed in
protobuf2.28.0indirecthigh23.7.2
quinn-proto0.11.14indirecthigh10.11.15
rsa0.9.10indirectmoderate1
anyhow1.0.102directunknown11.0.103
bincode1.3.3directunknown1
crossbeam-epoch0.9.18indirectunknown10.9.20
memmap20.9.10indirectunknown10.9.11
number_prefix0.4.0indirectunknown1
paste1.0.15indirectunknown1

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable
{
  "data": {
    "repo": {
      "topics": [
        "agent-memory",
        "ai",
        "ai-agents",
        "cognitive-architecture",
        "context-window",
        "database",
        "knowledge-graph",
        "langchain",
        "llm",
        "memory",
        "rag",
        "rust",
        "storage-engine",
        "vector-database"
      ],
      "is_fork": false,
      "size_kb": 31293,
      "has_wiki": true,
      "homepage": "https://mentedb.com",
      "languages": {
        "Rust": 2013494,
        "Shell": 7280,
        "Python": 338450,
        "Dockerfile": 1135,
        "TypeScript": 9537
      },
      "pushed_at": "2026-07-23T07:20:49Z",
      "created_at": "2026-04-04T05:50:14Z",
      "owner_type": "User",
      "updated_at": "2026-07-23T06:44:27Z",
      "description": "A cognition aware database engine for AI agent memory. Purpose built in Rust with WAL, HNSW, knowledge graphs, and speculative context pre assembly. Not a wrapper, a ground up storage engine that thinks.",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "Apache-2.0",
      "default_branch": "main",
      "license_spdx_raw": "Apache-2.0",
      "primary_language": "Rust",
      "significant_languages": [
        "Rust",
        "Python"
      ]
    },
    "owner": {
      "blog": null,
      "name": "Nam Bok Rodriguez",
      "type": "User",
      "login": "nambok",
      "company": null,
      "location": "New York",
      "followers": 26,
      "avatar_url": "https://avatars.githubusercontent.com/u/515006?v=4",
      "created_at": "2010-12-08T17:31:27Z",
      "is_verified": null,
      "public_repos": 24,
      "account_age_days": 5705
    },
    "license": {
      "state": "standard",
      "spdx_id": "Apache-2.0",
      "raw_spdx": "Apache-2.0",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "mentedb-cli-v0.24.5",
          "kind": "other",
          "published_at": "2026-07-23T06:52:24Z"
        },
        {
          "tag": "mentedb-server-v0.24.5",
          "kind": "other",
          "published_at": "2026-07-23T06:52:08Z"
        },
        {
          "tag": "mentedb-v0.24.5",
          "kind": "other",
          "published_at": "2026-07-23T06:52:25Z"
        },
        {
          "tag": "mentedb-cli-v0.24.4",
          "kind": "other",
          "published_at": "2026-07-22T05:56:39Z"
        },
        {
          "tag": "mentedb-server-v0.24.4",
          "kind": "other",
          "published_at": "2026-07-22T05:56:24Z"
        },
        {
          "tag": "mentedb-v0.24.4",
          "kind": "other",
          "published_at": "2026-07-22T05:56:41Z"
        },
        {
          "tag": "mentedb-cli-v0.24.3",
          "kind": "other",
          "published_at": "2026-07-22T05:19:10Z"
        },
        {
          "tag": "mentedb-server-v0.24.3",
          "kind": "other",
          "published_at": "2026-07-22T05:18:53Z"
        },
        {
          "tag": "mentedb-v0.24.3",
          "kind": "other",
          "published_at": "2026-07-22T05:19:11Z"
        },
        {
          "tag": "mentedb-cli-v0.24.2",
          "kind": "other",
          "published_at": "2026-07-22T03:59:11Z"
        },
        {
          "tag": "mentedb-server-v0.24.2",
          "kind": "other",
          "published_at": "2026-07-22T03:58:56Z"
        },
        {
          "tag": "mentedb-v0.24.2",
          "kind": "other",
          "published_at": "2026-07-22T03:59:12Z"
        },
        {
          "tag": "mentedb-cli-v0.24.1",
          "kind": "other",
          "published_at": "2026-07-22T02:59:48Z"
        },
        {
          "tag": "mentedb-server-v0.24.1",
          "kind": "other",
          "published_at": "2026-07-22T02:59:32Z"
        },
        {
          "tag": "mentedb-v0.24.1",
          "kind": "other",
          "published_at": "2026-07-22T02:59:49Z"
        },
        {
          "tag": "mentedb-cli-v0.24.0",
          "kind": "other",
          "published_at": "2026-07-22T02:51:14Z"
        },
        {
          "tag": "mentedb-server-v0.24.0",
          "kind": "other",
          "published_at": "2026-07-22T02:50:58Z"
        },
        {
          "tag": "mentedb-v0.24.0",
          "kind": "other",
          "published_at": "2026-07-22T02:51:16Z"
        },
        {
          "tag": "mentedb-cli-v0.23.0",
          "kind": "other",
          "published_at": "2026-07-22T00:39:08Z"
        },
        {
          "tag": "mentedb-server-v0.23.0",
          "kind": "other",
          "published_at": "2026-07-22T00:38:50Z"
        },
        {
          "tag": "mentedb-v0.23.0",
          "kind": "other",
          "published_at": "2026-07-22T00:39:09Z"
        },
        {
          "tag": "mentedb-cli-v0.22.1",
          "kind": "other",
          "published_at": "2026-07-21T23:53:48Z"
        },
        {
          "tag": "mentedb-server-v0.22.1",
          "kind": "other",
          "published_at": "2026-07-21T23:53:36Z"
        },
        {
          "tag": "mentedb-v0.22.1",
          "kind": "other",
          "published_at": "2026-07-21T23:53:50Z"
        },
        {
          "tag": "mentedb-cli-v0.22.0",
          "kind": "other",
          "published_at": "2026-07-21T21:45:46Z"
        },
        {
          "tag": "mentedb-server-v0.22.0",
          "kind": "other",
          "published_at": "2026-07-21T21:45:30Z"
        },
        {
          "tag": "mentedb-v0.22.0",
          "kind": "other",
          "published_at": "2026-07-21T21:45:47Z"
        },
        {
          "tag": "mentedb-cli-v0.21.1",
          "kind": "other",
          "published_at": "2026-07-21T12:06:48Z"
        },
        {
          "tag": "mentedb-server-v0.21.1",
          "kind": "other",
          "published_at": "2026-07-21T12:06:32Z"
        },
        {
          "tag": "mentedb-v0.21.1",
          "kind": "other",
          "published_at": "2026-07-21T12:06:49Z"
        },
        {
          "tag": "mentedb-cli-v0.21.0",
          "kind": "other",
          "published_at": "2026-07-21T11:16:13Z"
        },
        {
          "tag": "mentedb-server-v0.21.0",
          "kind": "other",
          "published_at": "2026-07-21T11:15:58Z"
        },
        {
          "tag": "mentedb-v0.21.0",
          "kind": "other",
          "published_at": "2026-07-21T11:16:14Z"
        },
        {
          "tag": "mentedb-cli-v0.20.4",
          "kind": "other",
          "published_at": "2026-07-20T16:49:37Z"
        },
        {
          "tag": "mentedb-server-v0.20.4",
          "kind": "other",
          "published_at": "2026-07-20T16:49:21Z"
        },
        {
          "tag": "mentedb-v0.20.4",
          "kind": "other",
          "published_at": "2026-07-20T16:49:39Z"
        },
        {
          "tag": "mentedb-cli-v0.20.3",
          "kind": "other",
          "published_at": "2026-07-20T14:40:22Z"
        },
        {
          "tag": "mentedb-server-v0.20.3",
          "kind": "other",
          "published_at": "2026-07-20T14:40:09Z"
        },
        {
          "tag": "mentedb-v0.20.3",
          "kind": "other",
          "published_at": "2026-07-20T14:40:24Z"
        },
        {
          "tag": "mentedb-cli-v0.20.2",
          "kind": "other",
          "published_at": "2026-07-19T19:09:28Z"
        },
        {
          "tag": "mentedb-server-v0.20.2",
          "kind": "other",
          "published_at": "2026-07-19T19:09:14Z"
        },
        {
          "tag": "mentedb-v0.20.2",
          "kind": "other",
          "published_at": "2026-07-19T19:09:29Z"
        },
        {
          "tag": "mentedb-cli-v0.20.1",
          "kind": "other",
          "published_at": "2026-07-19T17:16:38Z"
        },
        {
          "tag": "mentedb-server-v0.20.1",
          "kind": "other",
          "published_at": "2026-07-19T17:16:22Z"
        },
        {
          "tag": "mentedb-v0.20.1",
          "kind": "other",
          "published_at": "2026-07-19T17:16:39Z"
        },
        {
          "tag": "mentedb-cli-v0.20.0",
          "kind": "other",
          "published_at": "2026-07-19T16:02:01Z"
        },
        {
          "tag": "mentedb-server-v0.20.0",
          "kind": "other",
          "published_at": "2026-07-19T16:01:45Z"
        },
        {
          "tag": "mentedb-v0.20.0",
          "kind": "other",
          "published_at": "2026-07-19T16:02:03Z"
        },
        {
          "tag": "mentedb-cli-v0.19.0",
          "kind": "other",
          "published_at": "2026-07-19T14:49:40Z"
        },
        {
          "tag": "mentedb-server-v0.19.0",
          "kind": "other",
          "published_at": "2026-07-19T14:49:27Z"
        },
        {
          "tag": "mentedb-v0.19.0",
          "kind": "other",
          "published_at": "2026-07-19T14:49:41Z"
        },
        {
          "tag": "mentedb-cli-v0.18.0",
          "kind": "other",
          "published_at": "2026-07-19T07:46:11Z"
        },
        {
          "tag": "mentedb-server-v0.18.0",
          "kind": "other",
          "published_at": "2026-07-19T07:45:55Z"
        },
        {
          "tag": "mentedb-v0.18.0",
          "kind": "other",
          "published_at": "2026-07-19T07:46:12Z"
        },
        {
          "tag": "mentedb-cli-v0.17.11",
          "kind": "other",
          "published_at": "2026-07-19T07:18:01Z"
        },
        {
          "tag": "mentedb-server-v0.17.11",
          "kind": "other",
          "published_at": "2026-07-19T07:17:46Z"
        },
        {
          "tag": "mentedb-v0.17.11",
          "kind": "other",
          "published_at": "2026-07-19T07:18:03Z"
        },
        {
          "tag": "mentedb-cli-v0.17.10",
          "kind": "other",
          "published_at": "2026-07-19T06:26:31Z"
        },
        {
          "tag": "mentedb-server-v0.17.10",
          "kind": "other",
          "published_at": "2026-07-19T06:26:16Z"
        },
        {
          "tag": "mentedb-v0.17.10",
          "kind": "other",
          "published_at": "2026-07-19T06:26:32Z"
        },
        {
          "tag": "mentedb-server-v0.17.9",
          "kind": "other",
          "published_at": "2026-07-19T05:52:02Z"
        },
        {
          "tag": "mentedb-v0.17.9",
          "kind": "other",
          "published_at": "2026-07-19T05:52:03Z"
        },
        {
          "tag": "mentedb-server-v0.17.8",
          "kind": "other",
          "published_at": "2026-07-19T05:35:18Z"
        },
        {
          "tag": "mentedb-v0.17.8",
          "kind": "other",
          "published_at": "2026-07-19T05:35:20Z"
        },
        {
          "tag": "mentedb-server-v0.17.7",
          "kind": "other",
          "published_at": "2026-07-19T05:20:42Z"
        },
        {
          "tag": "mentedb-v0.17.7",
          "kind": "other",
          "published_at": "2026-07-19T05:20:43Z"
        },
        {
          "tag": "mentedb-server-v0.17.6",
          "kind": "other",
          "published_at": "2026-07-19T04:49:17Z"
        },
        {
          "tag": "mentedb-v0.17.6",
          "kind": "other",
          "published_at": "2026-07-19T04:49:19Z"
        },
        {
          "tag": "mentedb-server-v0.17.5",
          "kind": "other",
          "published_at": "2026-07-19T04:31:14Z"
        },
        {
          "tag": "mentedb-v0.17.5",
          "kind": "other",
          "published_at": "2026-07-19T04:31:15Z"
        },
        {
          "tag": "mentedb-server-v0.17.4",
          "kind": "other",
          "published_at": "2026-07-19T03:09:15Z"
        },
        {
          "tag": "mentedb-v0.17.4",
          "kind": "other",
          "published_at": "2026-07-19T03:09:16Z"
        },
        {
          "tag": "mentedb-server-v0.17.3",
          "kind": "other",
          "published_at": "2026-07-19T02:45:25Z"
        },
        {
          "tag": "mentedb-v0.17.3",
          "kind": "other",
          "published_at": "2026-07-19T02:45:27Z"
        },
        {
          "tag": "mentedb-server-v0.17.2",
          "kind": "other",
          "published_at": "2026-07-18T21:01:21Z"
        },
        {
          "tag": "mentedb-v0.17.2",
          "kind": "other",
          "published_at": "2026-07-18T21:01:23Z"
        },
        {
          "tag": "mentedb-server-v0.17.1",
          "kind": "other",
          "published_at": "2026-07-17T22:33:27Z"
        },
        {
          "tag": "mentedb-v0.17.1",
          "kind": "other",
          "published_at": "2026-07-17T22:33:28Z"
        },
        {
          "tag": "mentedb-server-v0.17.0",
          "kind": "other",
          "published_at": "2026-07-17T21:48:47Z"
        },
        {
          "tag": "mentedb-v0.17.0",
          "kind": "other",
          "published_at": "2026-07-17T21:48:49Z"
        },
        {
          "tag": "mentedb-server-v0.16.1",
          "kind": "other",
          "published_at": "2026-07-17T19:38:43Z"
        },
        {
          "tag": "mentedb-v0.16.1",
          "kind": "other",
          "published_at": "2026-07-17T19:38:44Z"
        },
        {
          "tag": "mentedb-server-v0.16.0",
          "kind": "other",
          "published_at": "2026-07-17T19:09:54Z"
        },
        {
          "tag": "mentedb-v0.16.0",
          "kind": "other",
          "published_at": "2026-07-17T19:09:55Z"
        },
        {
          "tag": "mentedb-server-v0.15.1",
          "kind": "other",
          "published_at": "2026-07-17T18:01:41Z"
        },
        {
          "tag": "mentedb-v0.15.1",
          "kind": "other",
          "published_at": "2026-07-17T18:01:43Z"
        },
        {
          "tag": "mentedb-server-v0.15.0",
          "kind": "other",
          "published_at": "2026-07-17T17:52:09Z"
        },
        {
          "tag": "mentedb-v0.15.0",
          "kind": "other",
          "published_at": "2026-07-17T17:52:10Z"
        },
        {
          "tag": "mentedb-server-v0.14.7",
          "kind": "other",
          "published_at": "2026-07-17T14:17:10Z"
        },
        {
          "tag": "mentedb-v0.14.7",
          "kind": "other",
          "published_at": "2026-07-17T14:17:12Z"
        },
        {
          "tag": "mentedb-server-v0.14.6",
          "kind": "other",
          "published_at": "2026-07-17T12:50:31Z"
        },
        {
          "tag": "mentedb-v0.14.6",
          "kind": "other",
          "published_at": "2026-07-17T12:50:33Z"
        },
        {
          "tag": "mentedb-server-v0.14.5",
          "kind": "other",
          "published_at": "2026-07-17T12:17:13Z"
        },
        {
          "tag": "mentedb-v0.14.5",
          "kind": "other",
          "published_at": "2026-07-17T12:17:14Z"
        },
        {
          "tag": "mentedb-server-v0.14.4",
          "kind": "other",
          "published_at": "2026-07-17T11:08:07Z"
        },
        {
          "tag": "mentedb-v0.14.4",
          "kind": "other",
          "published_at": "2026-07-17T11:08:08Z"
        },
        {
          "tag": "mentedb-server-v0.14.3",
          "kind": "other",
          "published_at": "2026-07-16T07:58:38Z"
        },
        {
          "tag": "mentedb-v0.14.3",
          "kind": "other",
          "published_at": "2026-07-16T07:58:39Z"
        },
        {
          "tag": "mentedb-server-v0.14.2",
          "kind": "other",
          "published_at": "2026-07-15T17:59:36Z"
        },
        {
          "tag": "mentedb-v0.14.2",
          "kind": "other",
          "published_at": "2026-07-15T17:59:37Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "4312d541ac79bfb779d3d97ee4eeebead448db21",
          "body": "…can (#353)\n\nretrieve_context appended standing rules by scanning every page and calling load_memory for each memory on every turn, which thrashed the buffer pool against disk on large accounts and dominated turn latency (a 13k-memory account spent ~1.6s of a 2.3s turn in this loop). scope:always is capped near-zero, so query the tag index and load only the handful of matches. Behavior is unchanged; the standing rules returned are the same. Also bumps the workspace version to 0.24.5.",
          "is_bot": false,
          "headline": "perf(recall): fetch scope:always via the tag index, not a full page s…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-23T06:44:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b4db4447d62384cf3b30153787295a70dae4a6a5",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.24.4 (#350)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-22T05:48:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "145011c300a6c731b6fc41dfd60bba708a045167",
          "body": "The value-update rule required the correction to be stored strictly after the\noriginal (new.created_at > existing.created_at). Async enrichment extracts a\nturn's facts in a batch with arbitrary order and near-equal timestamps, so a\ncorrection superseded its original only about half the time: whichev\n[…]\nn\nhandler skips them so a pair is never resolved twice.\n\nWorks on any embedder (it is a store-order fix, not a cosine one). Adds tests\nfor both store orders and the equal-timestamp multi-valued guard.",
          "is_bot": false,
          "headline": "fix: make value-update supersession order-independent (#349)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-22T05:45:50Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "78817e59c8db346bbfd9edcd60ea5ce324748b81",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.24.3 (#347)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-22T05:10:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "deca6c108003d61dd7ec180312ad8ccdd6e18bd3",
          "body": "The engine's recall_hybrid_at_mode gained a current_project parameter, but\nthe Python binding calls were never updated, so the SDK failed to compile\n(E0061, 8 arguments expected, 7 supplied) at every call site and the Publish\nSDKs workflow broke. Pass None (the SDK has no project scope) as the eighth\nargument at all 11 call sites.\n\nThe SDK is excluded from the Cargo workspace, so the main CI never builds it\nand the drift only surfaced when Publish SDKs ran on release.",
          "is_bot": false,
          "headline": "fix: pass current_project to recall_hybrid_at_mode in python SDK (#348)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-22T05:05:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "65b6f9d0b629059f73867cc2c0961a00e2f6ccf1",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.24.2 (#346)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-22T03:51:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b67e495d28155bd0b974b708d28cae1fdbc5c297",
          "body": "…ed (#345)\n\nThe value-update rule gated supersession behind cosine >= 0.88, which is\nunreachable with any real embedder: a value correction drives cosine down\nbecause the changed value is most of a short fact's meaning. Measured,\ncortado vs flat white is 0.61 on Titan V2 and 0.80 on OpenAI 3-small; \n[…]\nloor only rejects off-topic pairs a shared token frame\ncollided on. Add regression tests: a frame-matched correction at realistic\ncosine 0.6 now supersedes, and a match below the floor still does not.",
          "is_bot": false,
          "headline": "fix: make value-update supersession structure-primary, not cosine-gat…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-22T03:48:17Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0d8ee4aa0223e1eb731c451cbdbcf518d9980c02",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.24.0 (#344)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-22T02:51:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "989ea06780167ca7d35e5e85a2826a8dbec692f7",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.24.0 (#337)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-22T02:43:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f498cff20dbd6ff2a958a73bfcb589a6bdf35804",
          "body": "The engine keeps superseded memories bi-temporally, but recall hides them, so a downstream LLM cannot answer what was my previous X even though the answer is stored (live case: a corrected phone number was unanswerable). supersession_history(id, max_depth) walks Supersedes edges newest-predecessor-first with cycle and dangling-edge guards, so callers can attach the replaced versions of a recalled fact. Fixes #338.",
          "is_bot": false,
          "headline": "feat: supersession_history API for previous-value questions (#343)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-22T02:42:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aa3d362dea7967a8dd19d4c3b3dbcbfc2a00e264",
          "body": "Repeated extraction of the same conversation stores reworded copies of one fact; store-time dedup guarded only standing rules. Regular memories now skip the insert when a near-identical same-owner memory exists, gated by TWO thresholds that must both pass, embedding cosine (memory_dedup_threshold, 0\n[…]\n and to a project are two memories). Byte-identical re-saves are now skipped outright instead of the old store-then-invalidate round trip. Config gated per the no-magic-numbers convention. Fixes #339.",
          "is_bot": false,
          "headline": "feat(store): paraphrase dedup for regular memories (#342)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-22T02:39:26Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "520e9ce4a7a99c6c6a8822d0e5c374382424f2b3",
          "body": "…(#341)\n\n* fix(inference): value-update corrections supersede the outdated fact\n\nThe cheap write-time heuristic had no contradiction rule (bare cosine cannot tell paraphrase from contradiction, historically ~0% precision) and the LLM judge path is gated off in production, so the simplest correction,\n[…]\ngated with thresholds in WriteInferenceConfig. Subject changes (my dog / my cat) differ at the head and never fire. Fixes #340.\n\n* test: update WriteInferenceConfig literal for new value-update fields",
          "is_bot": false,
          "headline": "fix(inference): value-update corrections supersede the outdated fact …",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-22T02:26:53Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "db772fe2e0ac9157e86cfa9f6b55fc012486f85a",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.23.0 (#335)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-22T00:30:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "33772593996a5c1e9d4356bbdec7fc296b9f5c74",
          "body": "…ng; add e2e retrieval test (#336)\n\nAdds an end-to-end retrieval_stack integration test that exercises the contextual-retrieval hook, MMR diversity, the pluggable reranker, and project scope weighting together against a real embedder and the full hybrid path. Updates the README feature list and arch\n[…]\nretrieval section (which omitted BM25 and had a stale scoring formula), to describe the current pipeline: RRF fusion, decay-blended salience, optional scope weighting, optional reranker, optional MMR.",
          "is_bot": false,
          "headline": "docs: document reranker, MMR, contextual retrieval, and scope weighti…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-22T00:29:58Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "355709d796df939789c58e851305a4867d637735",
          "body": "… (#334)\n\nAdds MemoryNode::context (serde-default, backward compatible), a with_context builder, and indexed_text() that prefixes the context to the content. The BM25 index and the engine's re-embed path index/embed indexed_text(), so a short situating blurb the caller generates makes an otherwise-a\n[…]\nhe caller reads back is unchanged. Generation stays with the caller; the engine exposes the primitive. Anthropic's contextual retrieval reports up to 49% fewer retrieval failures (67% with reranking).",
          "is_bot": false,
          "headline": "feat(recall): contextual-retrieval hook via an optional context field…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-22T00:20:45Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "740b8244934ac569515a54ae3b31508ea7926e4c",
          "body": "Adds Maximal Marginal Relevance as a built-in, config-gated diversity stage that runs after the first pass and any reranker, over the same over-fetched pool. It greedily balances relevance against novelty (max cosine to already-selected) so near-duplicate memories do not all consume the fixed U-curv\n[…]\n1.0 (default) disables it and ranks on relevance alone, so behavior is unchanged; below 1.0 diversifies. Embeddings are captured for the pool only when MMR is active, so the default path pays nothing.",
          "is_bot": false,
          "headline": "feat(recall): optional MMR diversity pass on hybrid recall (#333)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-22T00:16:05Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "bae268d91a4635f90c7d7f53548fca30791fa000",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.22.1 (#332)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-21T23:46:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "080e7b3791240f2e5fa2fcaeebfcb969a1b62370",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.22.0 (#326)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-21T21:37:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bdb5c791b79fc1a2261059414004eda01295ec65",
          "body": "… (#331)\n\nThe Reranker trait and dependency-free LexicalReranker existed but nothing on the main recall path could reach them. MenteDb now holds an optional reranker (set_reranker/clear_reranker/has_reranker, mirroring the embedder). When installed, hybrid recall over-fetches rerank_pool_factor * k \n[…]\ner over the query text, then truncates to k. Default off means zero overhead and byte-identical behavior; an embedder can supply a cross-encoder or LLM judge without the engine taking that dependency.",
          "is_bot": false,
          "headline": "feat(recall): wire the pluggable reranker onto the hybrid recall path…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-21T21:34:13Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "53db31da6a804b151206b13a4fcb6bf7d5662ea2",
          "body": "…che (#329)\n\nRecall folds scope distance into ranking: a memory tagged for a DIFFERENT project than the query's current project keeps only (1 - project_scope_penalty) of its score, so cross-project memories still surface when strongly relevant but rank below the current project's; global and same-pr\n[…]\nid recall and injection paths. Also lifts the speculative cache cap from 10 to 32 and makes its embedding/keyword hit thresholds configurable instead of hardcoded, per the no-magic-numbers convention.",
          "is_bot": false,
          "headline": "feat(recall): project scope weighting and configurable speculative ca…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-21T21:29:41Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "88620ee5efe980bf4ac7d72ba4c7c9c70aa8e76f",
          "body": "index_memory re-inserted into the BM25 index without removing the prior entry, so re-indexing after an edit double counted the document: a duplicate posting entry per term plus a re-incremented doc_count and total_length, inflating N and avgdl and corrupting IDF/TF for every query. Add a forward ind\n[…]\nupsert and remove is O(doc terms) rather than a full scan; load rebuilds the forward index, collapses duplicate postings, and recomputes counts from doc_lengths so pre-fix indexes self-heal on reopen.",
          "is_bot": false,
          "headline": "fix(index): make BM25 indexing upsert-safe and removal cheap (#328)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-21T21:29:37Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f6425fdb438a4e37dd9b57c690a60149b5fa0ba6",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.21.1 (#324)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-21T11:58:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8b583aeda4929b8ee131e14f9d7231d621fe609e",
          "body": "…E (#325)\n\nWire the new DbMetrics latency fields into the Prometheus exporter as\nmentedb_store_latency_microseconds and mentedb_search_latency_microseconds, and\nlist them in the README Observability section. Completes the 0.21.0 latency\nmetric so it is scrapable at GET /metrics, not just readable via db.metrics().",
          "is_bot": false,
          "headline": "feat(server): export engine store + search latency; document in READM…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-21T11:55:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b13cfd563eae41f4aa9eeb0f2a1cff5e7939adef",
          "body": "Bumps the github-actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-node](https://github.com/actions/setup-node).\n\n\nUpdates `actions/setup-python` from 6 to 7\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits]\n[…]\nsion-update:semver-major\n  dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(deps): bump the github-actions group with 2 updates (#317)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-21T11:44:28Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "c0c21da8ed8f5597e6b8e35f49d09beb8b4db39b",
          "body": "Bumps [compact_str](https://github.com/ParkMyCar/compact_str) from 0.9.0 to 0.9.1.\n- [Changelog](https://github.com/ParkMyCar/compact_str/blob/v0.9.1/CHANGELOG.md)\n- [Commits](https://github.com/ParkMyCar/compact_str/compare/v0.9.0...v0.9.1)\n\n---\nupdated-dependencies:\n- dependency-name: compact_str\n\n[…]\ny-type: indirect\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(deps): bump compact_str from 0.9.0 to 0.9.1 (#319)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-21T11:44:25Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "354e588f9debbfcb97623e589c293c99b5e9980f",
          "body": "Bumps [quinn-udp](https://github.com/quinn-rs/quinn) from 0.5.14 to 0.5.15.\n- [Release notes](https://github.com/quinn-rs/quinn/releases)\n- [Commits](https://github.com/quinn-rs/quinn/compare/quinn-udp-0.5.14...quinn-udp-0.5.15)\n\n---\nupdated-dependencies:\n- dependency-name: quinn-udp\n  dependency-ve\n[…]\ny-type: indirect\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(deps): bump quinn-udp from 0.5.14 to 0.5.15 (#321)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-21T11:44:22Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "79526802f497c3a13f014cb82e3dcf838a8dd901",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.20.5 (#316)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-21T11:08:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e3c4fae59f97287a61f16f2c10fc5fd235256eed",
          "body": "The engine now measures its own operation latency instead of leaving callers to\ntime the whole request (which mixes in cold database opens and transport). A\nlock-free EMA (window 8) tracks recent store latency (store()) and hybrid-search\nlatency (the recall_hybrid_scoped_at_mode core that all vector\n[…]\ntency_us and avg_search_latency_us on the\nmetrics() snapshot. Search timing is recorded in the hybrid core only, not\ncounted, so recall()/query() that reach it via execute_plan are not double\ncounted.",
          "is_bot": false,
          "headline": "feat(metrics): expose store and search op latency in DbMetrics (#323)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-21T11:05:52Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "575595acef7af517a20173b034091446aaf2bdec",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.20.3 (#314)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-20T16:41:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "87045adc808d6a544b335f6480e241db4d6a0f07",
          "body": "… (#315)\n\nowns(key) reports whether this node is the rendezvous-placement owner of an\naccount under the current live node set, without acquiring a lease. Background\nwork like the maintenance sweep can test every account with it and run only on\nthe owner, so a non-owner never opens an account and contends for its\nsingle-writer lock, without pinning leases it would then have to renew. Returns\ntrue when sharding is disabled or the node set is unknown, so a single-node\nfleet still does all the work.",
          "is_bot": false,
          "headline": "feat(sharding): add Coordinator::owns for lease-free ownership checks…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-20T16:39:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a98ba7f027aca7dfb2444a965cc91713d112a57f",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.20.3 (#312)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-20T14:32:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8bbc8fb6e783c10713427c7e3f2b6f8e055e9d3d",
          "body": "The tag index only ever ADDED a node's tags, never removed them, and open loads a\nsnapshot rather than rebuilding. So when a rule is un-pinned (scope:always removed\nfrom the node, node re-stored) the tag lingered in the bitmap: the node stopped\nbeing injected (correct) but query_tag still counted it\n[…]\nes the tag,\n  so accounts whose stale entries predate this fix also read correctly (cheap: it\n  loads only the few candidates, not the whole corpus).\n\nRegression test: un-pinning drops the count to 0.",
          "is_bot": false,
          "headline": "fix(index): stop over-counting standing rules after un-pin (#313)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-20T14:31:05Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "57b6d01029713e2f237aee357a50fbffe9121c70",
          "body": null,
          "is_bot": false,
          "headline": "docs(readme): note ORDER BY now that it is implemented (#311)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T18:55:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5c2b99bca6e0c56436fb533ae1f02998a0c753ec",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.20.2 (#307)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T18:48:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "734a8cd5ffc6ce6c93131f006ce7a8916cfe6cf1",
          "body": "ORDER BY parsed but was never applied: the planner dropped order_by, so results\ncame back in relevance order regardless. Wire it end to end.\n\n- lexer: ASC and DESC keywords.\n- parser: parse the direction (ASC default, DESC).\n- planner: thread order_by onto the recall plans (TagScan, VectorSearch,\n  \n[…]\nted, and accessed are ordered; other fields\n  are a documented no-op (keep relevance order).\n\nTested: DESC/ASC/no-direction parse correctly; ORDER BY salience sorts both ways\nand applies before LIMIT.",
          "is_bot": false,
          "headline": "feat(query): implement MQL ORDER BY (ASC/DESC) (#310)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T18:46:29Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "21a5524092e80f8148d50d5b183141075f41cce2",
          "body": "- Docker volume mounts /var/mentedb/data (the image's data dir), not /data.\n- Recall endpoint is /v1/recall, not /v1/query.\n- Rust process_turn example includes the required user_id field.\n- Drop ASC/DESC ordering claims and the ORDER BY example: order_by parses but is\n  never applied by the planner, so it is a no-op.\n- Remove the MENTEDB_MAX_OPEN_DBS reference; no code reads it.",
          "is_bot": false,
          "headline": "docs(readme): fix inaccuracies found in the docs audit (#309)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T18:10:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2c95b863bd0709b58ed513858086cfe44a8cc9a6",
          "body": "The image and compose file ran the server on 8080 and only mapped that port,\nbut the server default, the CLI, the docs, and the observability compose all use\n6677 — so 'curl localhost:6677' from the docs failed against the container. Serve\non 6677 and expose both 6677 (REST, /metrics, /console) and 6678 (gRPC, which\nstarts by default). Add a commented command line for setting an admin key to\nunlock the console browse/query tabs.",
          "is_bot": false,
          "headline": "fix(docker): serve on the default 6677, not 8080 (#308)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T17:42:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9a06f22bce924861f9730ec1a0a71bee30bff77f",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.20.1 (#306)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T17:37:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "67e145d570a3c31bfca13ed483f05952f68b7db6",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.20.1 (#304)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T17:08:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fd08210ade0aa1a37e214ec6c25d2b1502a6c86d",
          "body": "…etrics (#305)\n\n/metrics only reported memory count and HTTP stats. Instrument the engine and\nexport the signals a memory DB actually needs:\n\n- Writes/reads: stores and recalls counters on the facade store/recall paths.\n- Cache: buffer-pool hit/miss/eviction counters + resident pages (the page cache\n[…]\netrics() snapshots all of it in O(1) (atomic loads + index/graph/page\nlookups, no corpus scan); mentedb-server /metrics refreshes the gauges from it\neach scrape. Aggregate only, no per-account labels.",
          "is_bot": false,
          "headline": "feat(metrics): expose write, read, cache, storage, index, and graph m…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T17:07:01Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "aa4af017a5564307124364724567e3c2f0268bd5",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.20.0 (#301)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T15:53:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "961777c1a28b63601916f51c1c2935e3e29a3dde",
          "body": "Dedup compared against every scope:always rule regardless of owner, so two\ndifferent agents pinning the same rule collapsed into one, breaking agent\nisolation (caught by injection_respects_agent_scope). Only dedup within the same\n(user_id, agent_id).",
          "is_bot": false,
          "headline": "fix: scope standing-rule dedup to the same owner (#303)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T15:47:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "857f37ca786f5e337996b1979b9929b5a7734917",
          "body": "…302)\n\nStanding rules (scope:always, force-injected every prompt) could grow unbounded:\nstoring re-created near-identical rules, and cleanup only collapsed byte-exact\nduplicates and un-pinned auto-pins, so hand-pinned and reworded rules accumulated\n(one account reached hundreds, bloating every promp\n[…]\n always kept and does not count.\n\nConfig: always_dedup (true), always_dedup_threshold (0.95), always_max (30).\nTested: dedup skips a reworded rule, keeps a distinct one; prune caps an\nover-limit list.",
          "is_bot": false,
          "headline": "fix(engine): dedup standing rules on write and cap the always-list (#…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T15:34:47Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "df43abae424d9ea8b75391a44d7808a3d51e9314",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.18.1 (#299)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T14:41:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dcbab4b5bd05454a46c82ee274acb1e9cfeaac19",
          "body": "Add an opt-in retrieval leg that boosts memories linked to an entity the query\nnames. It tokenizes the query, looks up each token as an entity:<name> node in\nthe tag index, follows that node's Derived edges to the memories it was extracted\nfrom, and adds entity_boost_weight to those candidates befor\n[…]\nvalidated with a\nretrieval A/B first. Includes tests that a query-named entity lifts its linked\nmemory above an unrelated higher-scored one, and that a query naming no entity\nleaves ranking untouched.",
          "is_bot": false,
          "headline": "feat(recall): optional entity-boost leg in hybrid retrieval (#300)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T14:40:23Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0c260aeb531fc4d3a0a66965677c84d8cc37f774",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.18.0 (#298)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T07:37:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cd58bdc834999bb96f781b5dc81645691be9f96c",
          "body": "WHERE clauses can now combine filters with OR and NOT and group them with\nparentheses, e.g. (type = semantic OR type = procedural) AND NOT tag = \"x\".\n\nA pure AND of leaves stays on the existing flat-filter fast path (condition is\nNone), so the planner keeps every index optimization. When OR/NOT/grou\n[…]\nn if less selective for those rarer queries.\n\nAdds parser precedence tests (OR/NOT/grouping, fast-path preservation) and\nend-to-end executor tests (union, exclusion, composition, grouping precedence).",
          "is_bot": false,
          "headline": "feat(query): MQL boolean WHERE with OR, NOT, and grouping (#297)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T07:35:30Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "662dc0433f549c3618fe2e85f93ce107d128c813",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.10 (#295)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T07:09:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bc7a266a2c9bcb2944003cbdf29769c99abeaf88",
          "body": "The /console page gains a third tab that runs raw MQL through the engine via\nPOST /v1/admin/mql (admin-key gated) and renders content, type, agent, and\nscore. Read-only browsing, no context assembly. The admin key is shared with\nthe Memories tab through sessionStorage.",
          "is_bot": false,
          "headline": "feat(server): add Query tab to the bundled console (#296)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T07:07:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "45e0b2d1693bf8f4b587f86430406b2d820be192",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.10 (#293)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T06:18:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7f17e64acf48e54ed7b8a4b04006f9347b6d6b11",
          "body": "* feat: mentedb CLI + MQL query endpoint\n\nAdds the mentedb-cli crate (binary: mentedb), a psql-style shell that runs MQL\nagainst a local data directory (opened in-process) or a running server over HTTP,\none-shot or as a REPL, with table/json/csv output. Adds MenteDb::query (the raw\nMQL primitive beh\n[…]\n/admin/mql\n(admin-key gated) which the CLI's remote mode uses and which also powers the\nconsole query box.\n\n* feat(cli): work with no flags - default ./mentedb-data, MENTEDB_URL/ADMIN_KEY/DATA_DIR env",
          "is_bot": false,
          "headline": "feat: mentedb CLI + MQL query endpoint (#294)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T06:17:21Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "92ec25ffcb3b67ddcf8807d09ebe958484a5ffe6",
          "body": "…ing fleet) (#292)\n\nAdds the BM25 keyword index, the hybrid RRF fusion and optional reranker retrieval\npath, and a Fleet subgraph (gossip membership + rendezvous placement + request\nrouting) that the diagram was missing. Also lists AWS Bedrock as an LLM provider.",
          "is_bot": false,
          "headline": "docs: update architecture diagram (hybrid retrieval + reranker, shard…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T06:01:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3977f8da8de7c6c3ca56f391c3daa19e8fd90745",
          "body": "Adds observability/ with a docker-compose that runs Prometheus (scraping the\nserver /metrics) and Grafana with the MenteDB dashboard auto-provisioned, so a\nself-hoster gets live and historical health with one command. Verified end to\nend: Prometheus scrapes the server, Grafana provisions the datasource and\ndashboard and queries real metrics.",
          "is_bot": false,
          "headline": "feat: one-command Prometheus + Grafana observability stack (#291)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T05:57:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "37f14ea8631b658ba02e2b117838b9f432604e11",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.9 (#290)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T05:44:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0fa4a822cd2d4f2eac38ab82cd61e6300bfcff8e",
          "body": "Turns the /console from a health page into a real DB admin UI. Adds a bounded,\npaginated MenteDb::list_memories (paginate over ids, load only the page, filter\nby agent/type/content) and admin-key-gated endpoints GET /v1/admin/memories and\nDELETE /v1/admin/memories/{id}. The console gains a Memories tab: enter the admin\nkey, then search, filter by type/agent, page through, and delete. Gated by the\nexisting --admin-key (disabled when unset); JWT-exempt since the admin key is the\ngate.",
          "is_bot": false,
          "headline": "feat(server): browse and manage memories from the bundled console (#289)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T05:41:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c66dccafda00e97f27a357d6583a5e377f468614",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.7 (#287)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T05:27:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a43215c85b0bfa9824d5ff585c9c587d9b05761d",
          "body": "A dependency-free, single-file management UI served by the server binary at\nGET /console. It polls the aggregate /metrics endpoint and renders a live health\nview (status, uptime, memories stored, live cluster nodes, requests/sec, CPU\ncores, resident memory), so self-hosters get a management UI with no extra\ndeploy and no build step. Reads only the already-public /metrics, so it needs no\nauth of its own.",
          "is_bot": false,
          "headline": "feat(server): bundled management console at /console (#288)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T05:24:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "10e451ea68ee1c16cbd7c80e2ad2fb027684b4b5",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.7 (#285)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T05:12:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d35e8122bde5d6a94379ba521f4698910c66ae6d",
          "body": "mentedb-server now serves aggregate Prometheus metrics at GET /metrics (auth\nexempt, no per-account labels): process CPU and memory (Linux), uptime, memories\nstored, live cluster nodes, and HTTP request rate and latency via a tracking\nmiddleware. Ships a Grafana overview dashboard JSON and a README observability\nsection. This is the health/CPU layer; a bespoke domain console comes next.",
          "is_bot": false,
          "headline": "feat(server): Prometheus /metrics endpoint + Grafana dashboard (#286)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T05:12:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "63bae01d87c29c355ce98c385eba4f90ca26d92c",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.6 (#283)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T04:41:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "caf5b5a3e529fdd204bf29647f62731eaf921fb2",
          "body": "…able LLM) (#284)\n\nAdds mentedb::export: an ExportModel trait the embedder plugs (Bedrock in the\nhosted platform, mirroring the consolidation LlmJudge pattern) and\nexport_structured(memories, schema, instructions, model), which prompts the model\nto populate a caller-defined JSON schema from a user's memories and returns the\nparsed value. The engine owns the prompt and JSON handling; it takes on no LLM\ndependency. Tolerates code-fenced JSON; errors on invalid JSON.",
          "is_bot": false,
          "headline": "feat: structured export (fill a JSON schema from memories via a plugg…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T04:36:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e6d8c495d6ba22b971e483db69a3d0dcffb20f2d",
          "body": "…282)\n\nAdds mentedb::reranker: a Reranker trait plus a dependency-free LexicalReranker\nthat blends the first-pass vector/BM25 score with query-term overlap, lifting\nexact-term matches pure similarity buries. MenteDb::recall_reranked applies it\nbefore context assembly; plain recall never invokes it. The trait lets an\nembedder plug a cross-encoder or LLM reranker without the engine taking on that\ndependency.",
          "is_bot": false,
          "headline": "feat: pluggable reranker stage (opt-in second-pass recall reorder) (#…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T04:32:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "793e1fa331cbc00deb1d322c2654495b8a928a1d",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.5 (#280)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T04:23:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a4a0857d68d49e2de2998d0b2fdae4f9940fe3e6",
          "body": "IN tests set membership against a bracketed list (type IN [episodic, semantic],\ntag IN [\"work\", \"home\"]), reusing per-field equality so it works across type,\ntag, and content. CONTAINS is an explicit substring (content) or membership (tag)\ntest. Adds Operator::In/Contains, Value::List, lexer keywords, list parsing, and\nexecutor handling. Filters remain AND-combined; OR/NOT is a separate change.",
          "is_bot": false,
          "headline": "feat(mql): add IN and CONTAINS operators (#281)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T04:22:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1ca30afe30556b3764c7c74096b81fd8547a25fb",
          "body": "…nt + routing) (#279)\n\n* feat: gossip membership for self-coordinating sharded fleets\n\nAdds mentedb::sharding::gossip: nodes discover each other from a seed list and\nconverge on the live node set by anti-entropy push-pull, with no external store\nand no consensus leader (the Cassandra/Dynamo model). \n[…]\n\ncross the wire; the gossip endpoint is exempt from auth.\n\n* docs: README scaling reads as how the engine shards itself (no DIY, no hash ring)\n\n* test: add cluster: None to AppState test constructions",
          "is_bot": false,
          "headline": "feat: mentedb-server self-shards a fleet (gossip membership + placeme…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T03:56:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "c7afda201e8dd579fb24818d5b3abd1445d8e178",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.4 (#278)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T03:01:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "909539fdc593d33d6dbbd3c4559b94db925686c1",
          "body": "…tives (#277)",
          "is_bot": false,
          "headline": "docs: README scaling now points at the engine mentedb::sharding primi…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T02:43:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "515e961d36e291e4dc9e2ebea4e292f6f7184880",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.3 (#272)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-19T02:38:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "57e632f4a03a78504286657d129a827ad424ed9c",
          "body": "…#276)\n\nmentedb-replication is release=false (unpublished experimental Raft crate),\nso the sharding placement and coordinator were unreachable by embedders. Move\nthe module to the mentedb facade, which is published, so the platform gateway\nand other embedders can consume mentedb::sharding. No behavior change.",
          "is_bot": false,
          "headline": "refactor: relocate elastic sharding to the published mentedb facade (…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T02:30:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9e261eaa7febd598d747472181d19a9fabf59525",
          "body": "…ator + traits) (#275)\n\n* docs: frame README sharding as DIY-today with elastic auto-scaling as the direction\n\n* feat: lease-based elastic sharding (placement + coordinator + traits) in the engine",
          "is_bot": false,
          "headline": "feat: lease-based elastic sharding in the engine (placement + coordin…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T02:09:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7fce6672e17d216b4daa364a9e1a1b3f7169fb41",
          "body": "… the direction (#274)",
          "is_bot": false,
          "headline": "docs: frame README sharding as DIY-today with elastic auto-scaling as…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T01:21:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a4d6fd9c7c010eaa117e07cc3ba263228d28f57d",
          "body": "…ample (#273)",
          "is_bot": false,
          "headline": "docs: reframe README Scaling as self-host guidance with a sharding ex…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T01:05:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7c4eaaa8808a44cf4e20db2484171071653c8ab7",
          "body": "* docs: document MQL AS OF and decay reinforcement/never-delete behavior\n\n* docs: add Scaling section to README (parity with the docs site)",
          "is_bot": false,
          "headline": "docs: add Scaling section to README (#271)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-19T00:42:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "89a6cf26bff8ca12f7bbe53442879f4d9a100288",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.2 (#269)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-18T20:53:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f4fcd36394d7e1cd85c487bc710d4ae2e6e7dbb0",
          "body": "…r (#270)",
          "is_bot": false,
          "headline": "docs: document MQL AS OF and decay reinforcement/never-delete behavio…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T22:48:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "304c7657afbafb1ee46efad8c9b692efc414e37d",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.1 (#267)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T22:25:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "303768e685ea511b1adb243efcd3de28ba96d98c",
          "body": null,
          "is_bot": false,
          "headline": "fix: truncate text on char boundaries to avoid UTF-8 panics (#268)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T22:18:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "135916f891f7f2336511e7d4d875adbc1fd2ee61",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.17.0 (#266)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T21:40:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "08b6566e9120354f032d172abcd07f05c9c4a6dc",
          "body": null,
          "is_bot": false,
          "headline": "chore: run release and publish workflows on Node 24 (#265)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T21:37:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d3bee99c586d8fb6435ee8285cb1dbe81471bf1a",
          "body": null,
          "is_bot": false,
          "headline": "feat: MQL AS OF <t> for bitemporal point-in-time recall (#264)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T21:36:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eed0bcf3c3a79303089bbe19d17e7ad01fca6d48",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.16.0 (#263)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T19:31:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fb13717fc6b682a526722c33e8d8ba1445795fea",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.16.0 (#261)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T19:02:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b80183a35f7f8e30bb8e1cba10057300bdb7ee3e",
          "body": "Adds the primitive for migrating a database to a new embedding dimension (e.g.\n256 to 1024): re-embed each memory's content with the currently configured\nembedder, replace its stored vector, and reindex it. Idempotent (memories\nalready at the target dimension are skipped) and safe on a live database\n[…]\n\n\nTest opens with a hash embedder, stores a vectorless memory (unrecallable),\nreembed_alls it, and confirms it is re-embedded at the embedder dimension,\nretrievable, and that a second pass is a no-op.",
          "is_bot": false,
          "headline": "feat: reembed_all for embedding-dimension migration (#262)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T19:00:53Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "81f85b86eab74332bfea84c952d4e06aab61f65f",
          "body": "Archival forgot any memory whose salience decayed below threshold, so an account\nidle for ~2 months returned to an empty memory: every fact decays to the floor\n(base * 2^(-60d/7d) ~ 0.003) and was archived/deleted by the sweep, which runs\nover every account regardless of login.\n\nRedefine what decay \n[…]\ne\nonly leaves via explicit forget, supersession, or exact-duplicate consolidation.\n\nAdds a test that a 2-month-idle floor-salience memory is deleted only for raw\nturns and kept for every curated type.",
          "is_bot": false,
          "headline": "fix: decay demotes but never deletes curated memories (#260)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T18:49:27Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "71d1dc6e40aab6fa0b6db494b8655aae75480401",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.15.1 (#259)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T17:53:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "18b58e5cee9440c2995d24f90aee0917aa8a7540",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.14.8 (#256)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T17:44:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e7d4b4cb75b4c187c1c7045963d6230cdfbd5f88",
          "body": "recall_for_injection returned only vector/hybrid hits, so a memory linked to a\nstrong hit by an explicit edge (relates_to, caused, ...) never surfaced unless it\nwas independently similar to the query. Add optional 1-hop graph expansion: after\nthe vector-tail knee, fold in neighbors of the surviving \n[…]\ne-for-byte unchanged; callers opt in. Runs after the knee because an explicit\nedge is a different signal than a weak vector tail, so a neighbor's decayed score\nmust not be mistaken for a tail and cut.",
          "is_bot": false,
          "headline": "feat: associative recall via graph expansion (gated, default off) (#258)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T17:39:05Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "44209b5886fa0d11ae7486486437f6ee3cf94dea",
          "body": "Locks in the post-decay-fix behavior end to end: a 40-day memory kept warm by\nrecall survives archival and stays retrievable, while a same-age memory never\nrecalled is retired. Exercises store, recall, retrieval reinforcement, archival,\nand recall again in one path, so a regression in any of them fails here.",
          "is_bot": false,
          "headline": "test: end-to-end retention probe for the memory lifecycle (#257)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T16:56:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b5175d0c23237147619d1aed4ba4b2a0f508dec",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.14.7 (#253)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T14:09:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "59675a02a1c1976088b5a5a26a5b96107f6b0447",
          "body": "…nes (#255)\n\nrecord_injection_outcome only refreshed accessed_at and access_count when the\nreply's embedding matched a shown memory (the used branch). A memory that was\nrecalled and surfaced but not echoed got no decay-clock refresh, so anything\nretrieved repeatedly but not literally quoted still de\n[…]\na chronically shown but unused memory is still\nshown less over time, it just is not forgotten while retrieval keeps surfacing\nit. Memories never recalled still get no touch, so they decay as intended.",
          "is_bot": false,
          "headline": "fix: refresh decay clock for every recalled memory, not only echoed o…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T14:08:14Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "3d2c98cbcd5a90b5a2c74f05f26627e03ce9f8c1",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.14.6 (#251)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T12:42:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bb040a0c30e7dc04064e854e7adb3c8b049ad10a",
          "body": "…ng decay (#252)\n\nThe old apply_decay_global overwrote each memory's base salience with a\nrepeatedly re-decayed value, so databases that ran maintenance under that bug\ncarry cratered salience that the derive-on-read fix cannot recover on its own:\nthe stored base is already gone. reset_decay_state re\n[…]\nrved.\n\nIntended as a one-shot migration after upgrading past the compounding decay\nbug. Adds a test that a memory with cratered salience and a stale accessed_at\nreads as fully healthy after the reset.",
          "is_bot": false,
          "headline": "feat: add reset_decay_state to repair salience corrupted by compoundi…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T12:40:47Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d5eb2ceaea51ce0f00e6e7b3c25eceba283effca",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.14.5 (#250)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T12:09:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8664777378ad704de0b124b2ee8400fae906c61d",
          "body": "apply_decay_global recomputed each memory's decayed salience from its stored\nsalience and wrote the result back. That fed each pass's output in as the next\npass's input, so the effective decay rate scaled with how often maintenance ran,\nnot with elapsed time. Frequent maintenance aged and forgot mem\n[…]\ne base. Decay is now independent of maintenance\ncadence.\n\nAdds a regression test that a week old full strength memory is kept while a\nmonth old unreinforced one is deleted, judged on derived salience.",
          "is_bot": false,
          "headline": "fix: derive salience decay on read instead of persisting it (#249)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-17T12:07:32Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1e194c926688a11ba1036f752ca5617be1327553",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.14.4 (#246)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T11:00:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3d94a400d29382acd378f291ca0cdce041c96322",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.14.3 (#241)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-16T07:50:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fbeef0da6b443da937d7cbfbf2763bc7b6b79ec0",
          "body": "…#245)\n\nThe horizontal-scale design doc contained deployment specifics that do not\nbelong in the public engine repo. Removed it. The lock comments now describe\nonly the generic NFSv4 cross-host mechanism, no deployment details.",
          "is_bot": false,
          "headline": "docs: remove platform-specific design doc; genericize lock comments (…",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-16T07:47:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "396619af7a120ff4e6607b627852a61f51232cdb",
          "body": "…(#244)\n\n* feat: cross-host single-writer lock (fcntl OFD) for horizontal scale\n\nThe single-writer lock was flock (fs2), which is host-local on NFS/EFS: a second\ntask on another host does not observe it, so two tasks could open one tenant on\nshared EFS and corrupt it. This blocked running more than \n[…]\nhandoff) and the EFS\nvalidation gates before enabling >1 task. Tested single-host (lock unit test +\nthe engine second-open-rejected test); cross-host on real EFS is the named gate.\n\n* chore: cargo fmt",
          "is_bot": false,
          "headline": "feat: cross-host single-writer lock (fcntl OFD) for horizontal scale …",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-16T07:37:49Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f9688ba8039cf42fbb8ec3195110577c9cf6b168",
          "body": "Move the scope:always standing-rules policy into the engine so the hosted\nplatform, the local daemon, and every SDK share one behavior instead of the\nplatform reimplementing it (which drifted, and once nearly un-pinned the\nengine-created profile).\n\nMenteDb::prune_standing_rules() collapses exact-con\n[…]\nay tiny; distilled facts belong in\nrelevance-based recall. Returns a PruneReport (counts + ids). Covered by a test\nasserting auto-pins are unwound while manual pins, the profile, and dedup all\nbehave.",
          "is_bot": false,
          "headline": "feat: engine-native standing-rules cleanup (prune_standing_rules) (#243)",
          "author_name": "Nam Bok Rodriguez",
          "author_login": "nambok",
          "committed_at": "2026-07-16T07:14:24Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e0f9ae05a1c4f024c1ab392c0eadb286d82cf14f",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release v0.14.2 (#239)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-15T17:51:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 100,
      "commits_last_year": 482,
      "latest_release_at": "2026-07-23T06:52:24Z",
      "latest_release_tag": "mentedb-cli-v0.24.5",
      "releases_from_tags": false,
      "days_since_last_push": 0,
      "active_weeks_last_year": 9,
      "days_since_latest_release": 0,
      "mean_days_between_releases": 0.1
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": true,
      "health_percentage": 57,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "mentedb",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "database",
            "ai",
            "memory",
            "agent",
            "cognitive",
            "database-implementations"
          ],
          "ecosystem": "crates",
          "matches_repo": true,
          "registry_url": "https://crates.io/crates/mentedb",
          "is_deprecated": false,
          "latest_version": "0.24.5",
          "repository_url": "https://github.com/nambok/mentedb",
          "versions_count": 101,
          "total_downloads": 4371,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 1186,
          "first_published_at": "2026-04-05T05:44:51.673814Z",
          "latest_published_at": "2026-07-23T06:50:23.050281Z",
          "latest_version_yanked": false,
          "days_since_latest_publish": 0
        },
        {
          "name": "mentedb",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "Programming Language :: Python :: 3",
            "Programming Language :: Python :: Implementation :: CPython",
            "Programming Language :: Rust",
            "Topic :: Database",
            "Topic :: Scientific/Engineering :: Artificial Intelligence"
          ],
          "ecosystem": "pypi",
          "matches_repo": null,
          "registry_url": "https://pypi.org/project/mentedb/",
          "is_deprecated": false,
          "latest_version": "0.24.5",
          "repository_url": null,
          "versions_count": 74,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 12966,
          "first_published_at": "2026-04-05T05:55:40.198882Z",
          "latest_published_at": "2026-07-23T07:09:13.310902Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 0
        },
        {
          "name": "mentedb",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "database",
            "ai",
            "agents",
            "memory",
            "rust",
            "vector",
            "knowledge-graph"
          ],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/mentedb",
          "is_deprecated": false,
          "latest_version": "0.24.5",
          "repository_url": "https://github.com/nambok/mentedb",
          "versions_count": 87,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 11012,
          "first_published_at": "2026-04-04T08:59:40.716000Z",
          "latest_published_at": "2026-07-23T06:56:29.761000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 0
        },
        {
          "name": "mentedb-cli",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [],
          "ecosystem": "crates",
          "matches_repo": true,
          "registry_url": "https://crates.io/crates/mentedb-cli",
          "is_deprecated": false,
          "latest_version": "0.24.5",
          "repository_url": "https://github.com/nambok/mentedb",
          "versions_count": 20,
          "total_downloads": 374,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 125,
          "first_published_at": "2026-07-19T06:26:28.650472Z",
          "latest_published_at": "2026-07-23T06:52:21.474721Z",
          "latest_version_yanked": false,
          "days_since_latest_publish": 0
        },
        {
          "name": "mentedb-core",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "database",
            "types",
            "ai",
            "memory",
            "agent",
            "data-structures",
            "database-implementations"
          ],
          "ecosystem": "crates",
          "matches_repo": true,
          "registry_url": "https://crates.io/crates/mentedb-core",
          "is_deprecated": false,
          "latest_version": "0.24.5",
          "repository_url": "https://github.com/nambok/mentedb",
          "versions_count": 104,
          "total_downloads": 7258,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 2043,
          "first_published_at": "2026-04-04T09:05:47.827256Z",
          "latest_published_at": "2026-07-23T06:44:42.740238Z",
          "latest_version_yanked": false,
          "days_since_latest_publish": 0
        },
        {
          "name": "mentedb-graph",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "database",
            "ai",
            "graph",
            "agent",
            "knowledge",
            "data-structures",
            "database-implementations"
          ],
          "ecosystem": "crates",
          "matches_repo": true,
          "registry_url": "https://crates.io/crates/mentedb-graph",
          "is_deprecated": false,
          "latest_version": "0.24.5",
          "repository_url": "https://github.com/nambok/mentedb",
          "versions_count": 104,
          "total_downloads": 4872,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 1328,
          "first_published_at": "2026-04-04T09:06:11.364183Z",
          "latest_published_at": "2026-07-23T06:46:57.241469Z",
          "latest_version_yanked": false,
          "days_since_latest_publish": 0
        }
      ]
    },
    "popularity": {
      "forks": 7,
      "stars": 110,
      "watchers": 1,
      "fork_history": {
        "days": [
          {
            "date": "2026-04-25",
            "count": 1
          },
          {
            "date": "2026-04-27",
            "count": 2
          },
          {
            "date": "2026-05-23",
            "count": 1
          },
          {
            "date": "2026-06-26",
            "count": 1
          },
          {
            "date": "2026-07-14",
            "count": 2
          }
        ],
        "complete": true,
        "collected": 7,
        "total_forks": 7
      },
      "star_history": null,
      "open_issues_and_prs": 5
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [
        "examples"
      ],
      "has_llms_txt": false,
      "has_dockerfile": true,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [
        "crates/mentedb-server/proto/mentedb.proto"
      ],
      "has_devcontainer": false,
      "typecheck_configs": [
        "sdks/typescript/tsconfig.json"
      ],
      "toolchain_manifests": [
        "Cargo.toml",
        "crates/mentedb-cli/Cargo.toml",
        "crates/mentedb-cognitive/Cargo.toml",
        "crates/mentedb-consolidation/Cargo.toml",
        "crates/mentedb-context/Cargo.toml",
        "crates/mentedb-core/Cargo.toml",
        "crates/mentedb-embedding/Cargo.toml",
        "crates/mentedb-extraction/Cargo.toml",
        "crates/mentedb-graph/Cargo.toml",
        "crates/mentedb-index/Cargo.toml",
        "crates/mentedb-query/Cargo.toml",
        "crates/mentedb-replication/Cargo.toml",
        "crates/mentedb-server/Cargo.toml",
        "crates/mentedb-storage/Cargo.toml",
        "crates/mentedb/Cargo.toml",
        "sdks/python/Cargo.toml",
        "sdks/typescript/Cargo.toml"
      ],
      "largest_source_bytes": 250179,
      "source_files_sampled": 201,
      "oversized_source_files": 3,
      "agent_instruction_files": [
        ".github/copilot-instructions.md",
        "CLAUDE.md"
      ],
      "agent_instruction_max_bytes": 4082
    },
    "dependencies": {
      "manifests": [
        "Cargo.toml",
        "benchmarks/requirements.txt"
      ],
      "advisories": {
        "error": null,
        "scope": "repository_graph",
        "source": "osv",
        "findings": [
          {
            "name": "protobuf",
            "direct": false,
            "version": "2.28.0",
            "severity": "high",
            "ecosystem": "crates",
            "cvss_score": 7.5,
            "advisory_ids": [
              "GHSA-2gh3-rmm4-6rq5",
              "RUSTSEC-2024-0437"
            ],
            "fixed_version": "3.7.2",
            "advisory_count": 2,
            "oldest_advisory_days": 588
          },
          {
            "name": "quinn-proto",
            "direct": false,
            "version": "0.11.14",
            "severity": "high",
            "ecosystem": "crates",
            "cvss_score": 7.5,
            "advisory_ids": [
              "RUSTSEC-2026-0185"
            ],
            "fixed_version": "0.11.15",
            "advisory_count": 1,
            "oldest_advisory_days": 31
          },
          {
            "name": "rsa",
            "direct": false,
            "version": "0.9.10",
            "severity": "moderate",
            "ecosystem": "crates",
            "cvss_score": 5.9,
            "advisory_ids": [
              "RUSTSEC-2023-0071"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 974
          },
          {
            "name": "anyhow",
            "direct": true,
            "version": "1.0.102",
            "severity": "unknown",
            "ecosystem": "crates",
            "cvss_score": null,
            "advisory_ids": [
              "RUSTSEC-2026-0190"
            ],
            "fixed_version": "1.0.103",
            "advisory_count": 1,
            "oldest_advisory_days": 28
          },
          {
            "name": "bincode",
            "direct": true,
            "version": "1.3.3",
            "severity": "unknown",
            "ecosystem": "crates",
            "cvss_score": null,
            "advisory_ids": [
              "RUSTSEC-2025-0141"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 219
          },
          {
            "name": "crossbeam-epoch",
            "direct": false,
            "version": "0.9.18",
            "severity": "unknown",
            "ecosystem": "crates",
            "cvss_score": null,
            "advisory_ids": [
              "RUSTSEC-2026-0204"
            ],
            "fixed_version": "0.9.20",
            "advisory_count": 1,
            "oldest_advisory_days": 17
          },
          {
            "name": "memmap2",
            "direct": false,
            "version": "0.9.10",
            "severity": "unknown",
            "ecosystem": "crates",
            "cvss_score": null,
            "advisory_ids": [
              "RUSTSEC-2026-0186"
            ],
            "fixed_version": "0.9.11",
            "advisory_count": 1,
            "oldest_advisory_days": 33
          },
          {
            "name": "number_prefix",
            "direct": false,
            "version": "0.4.0",
            "severity": "unknown",
            "ecosystem": "crates",
            "cvss_score": null,
            "advisory_ids": [
              "RUSTSEC-2025-0119"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 248
          },
          {
            "name": "paste",
            "direct": false,
            "version": "1.0.15",
            "severity": "unknown",
            "ecosystem": "crates",
            "cvss_score": null,
            "advisory_ids": [
              "RUSTSEC-2024-0436"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 654
          }
        ],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {
          "high": 2,
          "unknown": 6,
          "moderate": 1
        },
        "advisory_count": 10,
        "affected_count": 9,
        "assessed_count": 576,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 34,
        "direct_affected_count": 2
      },
      "ecosystems": [
        "crates",
        "pypi"
      ],
      "dependencies": [
        {
          "name": "mentedb",
          "manifest": "crates/mentedb-cli/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb-cli/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "reqwest",
          "manifest": "crates/mentedb-cli/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.12"
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-cognitive/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb-cognitive/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-cognitive/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb-cognitive/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "ahash",
          "manifest": "crates/mentedb-cognitive/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "parking_lot",
          "manifest": "crates/mentedb-cognitive/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-cognitive/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "crossbeam",
          "manifest": "crates/mentedb-cognitive/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "thiserror",
          "manifest": "crates/mentedb-cognitive/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-consolidation/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb-consolidation/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-consolidation/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "ahash",
          "manifest": "crates/mentedb-consolidation/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-consolidation/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-context/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "thiserror",
          "manifest": "crates/mentedb-context/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-context/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "ahash",
          "manifest": "crates/mentedb-context/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb-context/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-context/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb-core/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-core/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb-core/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "thiserror",
          "manifest": "crates/mentedb-core/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "bytes",
          "manifest": "crates/mentedb-core/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "bytemuck",
          "manifest": "crates/mentedb-core/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "smallvec",
          "manifest": "crates/mentedb-core/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "ahash",
          "manifest": "crates/mentedb-core/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "parking_lot",
          "manifest": "crates/mentedb-core/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "thiserror",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tokio",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "ureq",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "3"
        },
        {
          "name": "candle-core",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.11"
        },
        {
          "name": "candle-nn",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.11"
        },
        {
          "name": "candle-transformers",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.11"
        },
        {
          "name": "tokenizers",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.21"
        },
        {
          "name": "hf-hub",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.4"
        },
        {
          "name": "sha2",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.10"
        },
        {
          "name": "hmac",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.12"
        },
        {
          "name": "chrono",
          "manifest": "crates/mentedb-embedding/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.4"
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-cognitive",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-embedding",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "reqwest",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.12"
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tokio",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "thiserror",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "sha2",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.10"
        },
        {
          "name": "hmac",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.12"
        },
        {
          "name": "chrono",
          "manifest": "crates/mentedb-extraction/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.4"
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-graph/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "smallvec",
          "manifest": "crates/mentedb-graph/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "bytemuck",
          "manifest": "crates/mentedb-graph/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-graph/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "ahash",
          "manifest": "crates/mentedb-graph/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "parking_lot",
          "manifest": "crates/mentedb-graph/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-graph/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb-graph/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "bincode",
          "manifest": "crates/mentedb-graph/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1"
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "roaring",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "ahash",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "bytemuck",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "parking_lot",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "rand",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.9"
        },
        {
          "name": "bincode",
          "manifest": "crates/mentedb-index/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1"
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-query/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "thiserror",
          "manifest": "crates/mentedb-query/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-query/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-query/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb-query/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-storage",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "openraft",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.10.0-alpha.17"
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tokio",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "reqwest",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.12"
        },
        {
          "name": "futures-util",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.3"
        },
        {
          "name": "thiserror",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "anyhow",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "parking_lot",
          "manifest": "crates/mentedb-replication/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-cognitive",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-extraction",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-embedding",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tokio",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tokio-stream",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.1"
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing-subscriber",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "anyhow",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "bytes",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "axum",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.8"
        },
        {
          "name": "tower",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.5"
        },
        {
          "name": "tower-http",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.7"
        },
        {
          "name": "http-body-util",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.1"
        },
        {
          "name": "jsonwebtoken",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "10"
        },
        {
          "name": "tonic",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.13"
        },
        {
          "name": "prost",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.13"
        },
        {
          "name": "reqwest",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.12"
        },
        {
          "name": "prometheus",
          "manifest": "crates/mentedb-server/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.13"
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "thiserror",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "bytes",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "parking_lot",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "crossbeam",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "crc32fast",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "lz4_flex",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "ahash",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "fs2",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "bincode",
          "manifest": "crates/mentedb-storage/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1"
        },
        {
          "name": "mentedb-core",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-storage",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-index",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-graph",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-query",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-context",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-embedding",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-cognitive",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-consolidation",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-extraction",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "tracing",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "thiserror",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "parking_lot",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "serde_json",
          "manifest": "crates/mentedb/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "pyo3",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.29"
        },
        {
          "name": "openssl-sys",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.9"
        },
        {
          "name": "mentedb",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-core",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-storage",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-index",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-graph",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-context",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-cognitive",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-consolidation",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-embedding",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-extraction",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1"
        },
        {
          "name": "serde_json",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1"
        },
        {
          "name": "tokio",
          "manifest": "sdks/python/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1"
        },
        {
          "name": "napi",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "2"
        },
        {
          "name": "napi-derive",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "2"
        },
        {
          "name": "mentedb-core",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-storage",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-index",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-graph",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-context",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-cognitive",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-embedding",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb-extraction",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "mentedb",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": null
        },
        {
          "name": "uuid",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1"
        },
        {
          "name": "serde_json",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1"
        },
        {
          "name": "tokio",
          "manifest": "sdks/typescript/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "ahash",
            "direct": true,
            "version": "0.7.8",
            "ecosystem": "crates"
          },
          {
            "name": "ahash",
            "direct": true,
            "version": "0.8.12",
            "ecosystem": "crates"
          },
          {
            "name": "anyhow",
            "direct": true,
            "version": "1.0.102",
            "ecosystem": "crates"
          },
          {
            "name": "axum",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "axum",
            "direct": true,
            "version": "0.8.8",
            "ecosystem": "crates"
          },
          {
            "name": "bincode",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "bincode",
            "direct": true,
            "version": "1.3.3",
            "ecosystem": "crates"
          },
          {
            "name": "bytemuck",
            "direct": true,
            "version": "1.25.0",
            "ecosystem": "crates"
          },
          {
            "name": "bytemuck",
            "direct": true,
            "version": "1.25.1",
            "ecosystem": "crates"
          },
          {
            "name": "bytes",
            "direct": true,
            "version": "1.11.1",
            "ecosystem": "crates"
          },
          {
            "name": "candle-core",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "candle-core",
            "direct": true,
            "version": "0.11.0",
            "ecosystem": "crates"
          },
          {
            "name": "candle-nn",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "candle-nn",
            "direct": true,
            "version": "0.11.0",
            "ecosystem": "crates"
          },
          {
            "name": "candle-transformers",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "candle-transformers",
            "direct": true,
            "version": "0.11.0",
            "ecosystem": "crates"
          },
          {
            "name": "chrono",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "chrono",
            "direct": true,
            "version": "0.4.44",
            "ecosystem": "crates"
          },
          {
            "name": "chrono",
            "direct": true,
            "version": "0.4.45",
            "ecosystem": "crates"
          },
          {
            "name": "crc32fast",
            "direct": true,
            "version": "1.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "crossbeam",
            "direct": true,
            "version": "0.8.4",
            "ecosystem": "crates"
          },
          {
            "name": "fs2",
            "direct": true,
            "version": "0.4.3",
            "ecosystem": "crates"
          },
          {
            "name": "futures-util",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "futures-util",
            "direct": true,
            "version": "0.3.32",
            "ecosystem": "crates"
          },
          {
            "name": "hf-hub",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "hf-hub",
            "direct": true,
            "version": "0.4.3",
            "ecosystem": "crates"
          },
          {
            "name": "hmac",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "hmac",
            "direct": true,
            "version": "0.12.1",
            "ecosystem": "crates"
          },
          {
            "name": "http-body-util",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "http-body-util",
            "direct": true,
            "version": "0.1.3",
            "ecosystem": "crates"
          },
          {
            "name": "jsonwebtoken",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "jsonwebtoken",
            "direct": true,
            "version": "10.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "lz4_flex",
            "direct": true,
            "version": "0.11.6",
            "ecosystem": "crates"
          },
          {
            "name": "napi",
            "direct": true,
            "version": "2.16.17",
            "ecosystem": "crates"
          },
          {
            "name": "napi-derive",
            "direct": true,
            "version": "2.16.13",
            "ecosystem": "crates"
          },
          {
            "name": "openraft",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "openraft",
            "direct": true,
            "version": "0.10.0-alpha.17",
            "ecosystem": "crates"
          },
          {
            "name": "openssl-sys",
            "direct": true,
            "version": "0.9.117",
            "ecosystem": "crates"
          },
          {
            "name": "parking_lot",
            "direct": true,
            "version": "0.12.5",
            "ecosystem": "crates"
          },
          {
            "name": "prometheus",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "prometheus",
            "direct": true,
            "version": "0.13.4",
            "ecosystem": "crates"
          },
          {
            "name": "prost",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "prost",
            "direct": true,
            "version": "0.13.5",
            "ecosystem": "crates"
          },
          {
            "name": "pyo3",
            "direct": true,
            "version": "0.29.0",
            "ecosystem": "crates"
          },
          {
            "name": "rand",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "rand",
            "direct": true,
            "version": "0.10.2",
            "ecosystem": "crates"
          },
          {
            "name": "rand",
            "direct": true,
            "version": "0.8.6",
            "ecosystem": "crates"
          },
          {
            "name": "rand",
            "direct": true,
            "version": "0.9.3",
            "ecosystem": "crates"
          },
          {
            "name": "rand",
            "direct": true,
            "version": "0.9.4",
            "ecosystem": "crates"
          },
          {
            "name": "reqwest",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "reqwest",
            "direct": true,
            "version": "0.12.28",
            "ecosystem": "crates"
          },
          {
            "name": "roaring",
            "direct": true,
            "version": "0.11.4",
            "ecosystem": "crates"
          },
          {
            "name": "serde",
            "direct": true,
            "version": "1.0.228",
            "ecosystem": "crates"
          },
          {
            "name": "serde_json",
            "direct": true,
            "version": "1.0.149",
            "ecosystem": "crates"
          },
          {
            "name": "serde_json",
            "direct": true,
            "version": "1.0.150",
            "ecosystem": "crates"
          },
          {
            "name": "sha2",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "sha2",
            "direct": true,
            "version": "0.10.9",
            "ecosystem": "crates"
          },
          {
            "name": "smallvec",
            "direct": true,
            "version": "1.15.1",
            "ecosystem": "crates"
          },
          {
            "name": "thiserror",
            "direct": true,
            "version": "1.0.69",
            "ecosystem": "crates"
          },
          {
            "name": "thiserror",
            "direct": true,
            "version": "2.0.18",
            "ecosystem": "crates"
          },
          {
            "name": "tokenizers",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "tokenizers",
            "direct": true,
            "version": "0.21.4",
            "ecosystem": "crates"
          },
          {
            "name": "tokenizers",
            "direct": true,
            "version": "0.22.2",
            "ecosystem": "crates"
          },
          {
            "name": "tokio",
            "direct": true,
            "version": "1.51.0",
            "ecosystem": "crates"
          },
          {
            "name": "tokio",
            "direct": true,
            "version": "1.52.3",
            "ecosystem": "crates"
          },
          {
            "name": "tokio-stream",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "tokio-stream",
            "direct": true,
            "version": "0.1.18",
            "ecosystem": "crates"
          },
          {
            "name": "tonic",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "tonic",
            "direct": true,
            "version": "0.13.1",
            "ecosystem": "crates"
          },
          {
            "name": "tower",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "tower",
            "direct": true,
            "version": "0.5.3",
            "ecosystem": "crates"
          },
          {
            "name": "tower-http",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "tower-http",
            "direct": true,
            "version": "0.6.11",
            "ecosystem": "crates"
          },
          {
            "name": "tower-http",
            "direct": true,
            "version": "0.6.8",
            "ecosystem": "crates"
          },
          {
            "name": "tower-http",
            "direct": true,
            "version": "0.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "tracing",
            "direct": true,
            "version": "0.1.44",
            "ecosystem": "crates"
          },
          {
            "name": "tracing-subscriber",
            "direct": true,
            "version": "0.3.23",
            "ecosystem": "crates"
          },
          {
            "name": "ureq",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "ureq",
            "direct": true,
            "version": "2.12.1",
            "ecosystem": "crates"
          },
          {
            "name": "ureq",
            "direct": true,
            "version": "3.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "uuid",
            "direct": true,
            "version": "1.23.0",
            "ecosystem": "crates"
          },
          {
            "name": "uuid",
            "direct": true,
            "version": "1.23.4",
            "ecosystem": "crates"
          },
          {
            "name": "adler2",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "crates"
          },
          {
            "name": "aho-corasick",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "crates"
          },
          {
            "name": "alloca",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "allocator-api2",
            "direct": false,
            "version": "0.2.21",
            "ecosystem": "crates"
          },
          {
            "name": "android_system_properties",
            "direct": false,
            "version": "0.1.5",
            "ecosystem": "crates"
          },
          {
            "name": "anes",
            "direct": false,
            "version": "0.1.6",
            "ecosystem": "crates"
          },
          {
            "name": "anstream",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "anstyle",
            "direct": false,
            "version": "1.0.14",
            "ecosystem": "crates"
          },
          {
            "name": "anstyle-parse",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "anstyle-query",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "crates"
          },
          {
            "name": "anstyle-wincon",
            "direct": false,
            "version": "3.0.11",
            "ecosystem": "crates"
          },
          {
            "name": "anyerror",
            "direct": false,
            "version": "0.1.13",
            "ecosystem": "crates"
          },
          {
            "name": "arrayvec",
            "direct": false,
            "version": "0.7.6",
            "ecosystem": "crates"
          },
          {
            "name": "async-compression",
            "direct": false,
            "version": "0.4.42",
            "ecosystem": "crates"
          },
          {
            "name": "async-trait",
            "direct": false,
            "version": "0.1.89",
            "ecosystem": "crates"
          },
          {
            "name": "atomic-waker",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "crates"
          },
          {
            "name": "autocfg",
            "direct": false,
            "version": "1.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "autocfg",
            "direct": false,
            "version": "1.5.1",
            "ecosystem": "crates"
          },
          {
            "name": "axum-core",
            "direct": false,
            "version": "0.5.6",
            "ecosystem": "crates"
          },
          {
            "name": "base16ct",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "base64",
            "direct": false,
            "version": "0.13.1",
            "ecosystem": "crates"
          },
          {
            "name": "base64",
            "direct": false,
            "version": "0.22.1",
            "ecosystem": "crates"
          },
          {
            "name": "base64ct",
            "direct": false,
            "version": "1.8.3",
            "ecosystem": "crates"
          },
          {
            "name": "bit-set",
            "direct": false,
            "version": "0.8.0",
            "ecosystem": "crates"
          },
          {
            "name": "bit-vec",
            "direct": false,
            "version": "0.8.0",
            "ecosystem": "crates"
          },
          {
            "name": "bitflags",
            "direct": false,
            "version": "2.11.0",
            "ecosystem": "crates"
          },
          {
            "name": "bitvec",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "crates"
          },
          {
            "name": "block-buffer",
            "direct": false,
            "version": "0.10.4",
            "ecosystem": "crates"
          },
          {
            "name": "borsh",
            "direct": false,
            "version": "1.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "borsh-derive",
            "direct": false,
            "version": "1.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "bumpalo",
            "direct": false,
            "version": "3.20.2",
            "ecosystem": "crates"
          },
          {
            "name": "byte-unit",
            "direct": false,
            "version": "5.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "bytecheck",
            "direct": false,
            "version": "0.6.12",
            "ecosystem": "crates"
          },
          {
            "name": "bytecheck_derive",
            "direct": false,
            "version": "0.6.12",
            "ecosystem": "crates"
          },
          {
            "name": "bytemuck_derive",
            "direct": false,
            "version": "1.10.2",
            "ecosystem": "crates"
          },
          {
            "name": "byteorder",
            "direct": false,
            "version": "1.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "cast",
            "direct": false,
            "version": "0.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "castaway",
            "direct": false,
            "version": "0.2.4",
            "ecosystem": "crates"
          },
          {
            "name": "cc",
            "direct": false,
            "version": "1.2.59",
            "ecosystem": "crates"
          },
          {
            "name": "cc",
            "direct": false,
            "version": "1.2.60",
            "ecosystem": "crates"
          },
          {
            "name": "cfg-if",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "crates"
          },
          {
            "name": "cfg_aliases",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "chacha20",
            "direct": false,
            "version": "0.10.1",
            "ecosystem": "crates"
          },
          {
            "name": "ciborium",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "ciborium-io",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "ciborium-ll",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "clap",
            "direct": false,
            "version": "4.6.1",
            "ecosystem": "crates"
          },
          {
            "name": "clap_builder",
            "direct": false,
            "version": "4.6.0",
            "ecosystem": "crates"
          },
          {
            "name": "clap_derive",
            "direct": false,
            "version": "4.6.1",
            "ecosystem": "crates"
          },
          {
            "name": "clap_lex",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "colorchoice",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "crates"
          },
          {
            "name": "compact_str",
            "direct": false,
            "version": "0.9.0",
            "ecosystem": "crates"
          },
          {
            "name": "compact_str",
            "direct": false,
            "version": "0.9.1",
            "ecosystem": "crates"
          },
          {
            "name": "compression-codecs",
            "direct": false,
            "version": "0.4.38",
            "ecosystem": "crates"
          },
          {
            "name": "compression-core",
            "direct": false,
            "version": "0.4.32",
            "ecosystem": "crates"
          },
          {
            "name": "console",
            "direct": false,
            "version": "0.15.11",
            "ecosystem": "crates"
          },
          {
            "name": "const-oid",
            "direct": false,
            "version": "0.9.6",
            "ecosystem": "crates"
          },
          {
            "name": "convert_case",
            "direct": false,
            "version": "0.10.0",
            "ecosystem": "crates"
          },
          {
            "name": "convert_case",
            "direct": false,
            "version": "0.6.0",
            "ecosystem": "crates"
          },
          {
            "name": "cookie",
            "direct": false,
            "version": "0.18.1",
            "ecosystem": "crates"
          },
          {
            "name": "cookie_store",
            "direct": false,
            "version": "0.22.1",
            "ecosystem": "crates"
          },
          {
            "name": "core-foundation",
            "direct": false,
            "version": "0.10.1",
            "ecosystem": "crates"
          },
          {
            "name": "core-foundation",
            "direct": false,
            "version": "0.9.4",
            "ecosystem": "crates"
          },
          {
            "name": "core-foundation-sys",
            "direct": false,
            "version": "0.8.7",
            "ecosystem": "crates"
          },
          {
            "name": "cpufeatures",
            "direct": false,
            "version": "0.2.17",
            "ecosystem": "crates"
          },
          {
            "name": "cpufeatures",
            "direct": false,
            "version": "0.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "criterion",
            "direct": false,
            "version": "0.8.2",
            "ecosystem": "crates"
          },
          {
            "name": "criterion-plot",
            "direct": false,
            "version": "0.8.2",
            "ecosystem": "crates"
          },
          {
            "name": "crossbeam-channel",
            "direct": false,
            "version": "0.5.15",
            "ecosystem": "crates"
          },
          {
            "name": "crossbeam-channel",
            "direct": false,
            "version": "0.5.16",
            "ecosystem": "crates"
          },
          {
            "name": "crossbeam-deque",
            "direct": false,
            "version": "0.8.6",
            "ecosystem": "crates"
          },
          {
            "name": "crossbeam-epoch",
            "direct": false,
            "version": "0.9.18",
            "ecosystem": "crates"
          },
          {
            "name": "crossbeam-queue",
            "direct": false,
            "version": "0.3.12",
            "ecosystem": "crates"
          },
          {
            "name": "crossbeam-queue",
            "direct": false,
            "version": "0.3.13",
            "ecosystem": "crates"
          },
          {
            "name": "crossbeam-utils",
            "direct": false,
            "version": "0.8.21",
            "ecosystem": "crates"
          },
          {
            "name": "crunchy",
            "direct": false,
            "version": "0.2.4",
            "ecosystem": "crates"
          },
          {
            "name": "crypto-bigint",
            "direct": false,
            "version": "0.5.5",
            "ecosystem": "crates"
          },
          {
            "name": "crypto-common",
            "direct": false,
            "version": "0.1.7",
            "ecosystem": "crates"
          },
          {
            "name": "ctor",
            "direct": false,
            "version": "0.2.9",
            "ecosystem": "crates"
          },
          {
            "name": "curve25519-dalek",
            "direct": false,
            "version": "4.1.3",
            "ecosystem": "crates"
          },
          {
            "name": "curve25519-dalek-derive",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "darling",
            "direct": false,
            "version": "0.20.11",
            "ecosystem": "crates"
          },
          {
            "name": "darling_core",
            "direct": false,
            "version": "0.20.11",
            "ecosystem": "crates"
          },
          {
            "name": "darling_macro",
            "direct": false,
            "version": "0.20.11",
            "ecosystem": "crates"
          },
          {
            "name": "dary_heap",
            "direct": false,
            "version": "0.3.8",
            "ecosystem": "crates"
          },
          {
            "name": "data-encoding",
            "direct": false,
            "version": "2.11.0",
            "ecosystem": "crates"
          },
          {
            "name": "der",
            "direct": false,
            "version": "0.7.10",
            "ecosystem": "crates"
          },
          {
            "name": "deranged",
            "direct": false,
            "version": "0.5.8",
            "ecosystem": "crates"
          },
          {
            "name": "derive_builder",
            "direct": false,
            "version": "0.20.2",
            "ecosystem": "crates"
          },
          {
            "name": "derive_builder_core",
            "direct": false,
            "version": "0.20.2",
            "ecosystem": "crates"
          },
          {
            "name": "derive_builder_macro",
            "direct": false,
            "version": "0.20.2",
            "ecosystem": "crates"
          },
          {
            "name": "derive_more",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "derive_more-impl",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "digest",
            "direct": false,
            "version": "0.10.7",
            "ecosystem": "crates"
          },
          {
            "name": "dirs",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "dirs-sys",
            "direct": false,
            "version": "0.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "displaydoc",
            "direct": false,
            "version": "0.2.5",
            "ecosystem": "crates"
          },
          {
            "name": "document-features",
            "direct": false,
            "version": "0.2.12",
            "ecosystem": "crates"
          },
          {
            "name": "dyn-clone",
            "direct": false,
            "version": "1.0.20",
            "ecosystem": "crates"
          },
          {
            "name": "dyn-stack",
            "direct": false,
            "version": "0.13.2",
            "ecosystem": "crates"
          },
          {
            "name": "dyn-stack-macros",
            "direct": false,
            "version": "0.1.3",
            "ecosystem": "crates"
          },
          {
            "name": "ecdsa",
            "direct": false,
            "version": "0.16.9",
            "ecosystem": "crates"
          },
          {
            "name": "ed25519",
            "direct": false,
            "version": "2.2.3",
            "ecosystem": "crates"
          },
          {
            "name": "ed25519-dalek",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "either",
            "direct": false,
            "version": "1.15.0",
            "ecosystem": "crates"
          },
          {
            "name": "elliptic-curve",
            "direct": false,
            "version": "0.13.8",
            "ecosystem": "crates"
          },
          {
            "name": "encode_unicode",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "encoding_rs",
            "direct": false,
            "version": "0.8.35",
            "ecosystem": "crates"
          },
          {
            "name": "enum-as-inner",
            "direct": false,
            "version": "0.6.1",
            "ecosystem": "crates"
          },
          {
            "name": "equivalent",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "crates"
          },
          {
            "name": "errno",
            "direct": false,
            "version": "0.3.14",
            "ecosystem": "crates"
          },
          {
            "name": "esaxx-rs",
            "direct": false,
            "version": "0.1.10",
            "ecosystem": "crates"
          },
          {
            "name": "fancy-regex",
            "direct": false,
            "version": "0.18.0",
            "ecosystem": "crates"
          },
          {
            "name": "fastrand",
            "direct": false,
            "version": "2.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "fastrand",
            "direct": false,
            "version": "2.4.1",
            "ecosystem": "crates"
          },
          {
            "name": "ff",
            "direct": false,
            "version": "0.13.1",
            "ecosystem": "crates"
          },
          {
            "name": "fiat-crypto",
            "direct": false,
            "version": "0.2.9",
            "ecosystem": "crates"
          },
          {
            "name": "find-msvc-tools",
            "direct": false,
            "version": "0.1.9",
            "ecosystem": "crates"
          },
          {
            "name": "fixedbitset",
            "direct": false,
            "version": "0.5.7",
            "ecosystem": "crates"
          },
          {
            "name": "flate2",
            "direct": false,
            "version": "1.1.9",
            "ecosystem": "crates"
          },
          {
            "name": "float8",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "fnv",
            "direct": false,
            "version": "1.0.7",
            "ecosystem": "crates"
          },
          {
            "name": "foldhash",
            "direct": false,
            "version": "0.1.5",
            "ecosystem": "crates"
          },
          {
            "name": "foldhash",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "foreign-types",
            "direct": false,
            "version": "0.3.2",
            "ecosystem": "crates"
          },
          {
            "name": "foreign-types-shared",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "form_urlencoded",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "funty",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "futures",
            "direct": false,
            "version": "0.3.32",
            "ecosystem": "crates"
          },
          {
            "name": "futures-channel",
            "direct": false,
            "version": "0.3.32",
            "ecosystem": "crates"
          },
          {
            "name": "futures-core",
            "direct": false,
            "version": "0.3.32",
            "ecosystem": "crates"
          },
          {
            "name": "futures-executor",
            "direct": false,
            "version": "0.3.32",
            "ecosystem": "crates"
          },
          {
            "name": "futures-io",
            "direct": false,
            "version": "0.3.32",
            "ecosystem": "crates"
          },
          {
            "name": "futures-macro",
            "direct": false,
            "version": "0.3.32",
            "ecosystem": "crates"
          },
          {
            "name": "futures-sink",
            "direct": false,
            "version": "0.3.32",
            "ecosystem": "crates"
          },
          {
            "name": "futures-task",
            "direct": false,
            "version": "0.3.32",
            "ecosystem": "crates"
          },
          {
            "name": "gemm",
            "direct": false,
            "version": "0.19.0",
            "ecosystem": "crates"
          },
          {
            "name": "gemm-c32",
            "direct": false,
            "version": "0.19.0",
            "ecosystem": "crates"
          },
          {
            "name": "gemm-c64",
            "direct": false,
            "version": "0.19.0",
            "ecosystem": "crates"
          },
          {
            "name": "gemm-common",
            "direct": false,
            "version": "0.19.0",
            "ecosystem": "crates"
          },
          {
            "name": "gemm-f16",
            "direct": false,
            "version": "0.19.0",
            "ecosystem": "crates"
          },
          {
            "name": "gemm-f32",
            "direct": false,
            "version": "0.19.0",
            "ecosystem": "crates"
          },
          {
            "name": "gemm-f64",
            "direct": false,
            "version": "0.19.0",
            "ecosystem": "crates"
          },
          {
            "name": "generic-array",
            "direct": false,
            "version": "0.14.7",
            "ecosystem": "crates"
          },
          {
            "name": "getrandom",
            "direct": false,
            "version": "0.2.17",
            "ecosystem": "crates"
          },
          {
            "name": "getrandom",
            "direct": false,
            "version": "0.3.4",
            "ecosystem": "crates"
          },
          {
            "name": "getrandom",
            "direct": false,
            "version": "0.4.2",
            "ecosystem": "crates"
          },
          {
            "name": "group",
            "direct": false,
            "version": "0.13.0",
            "ecosystem": "crates"
          },
          {
            "name": "h2",
            "direct": false,
            "version": "0.4.13",
            "ecosystem": "crates"
          },
          {
            "name": "half",
            "direct": false,
            "version": "2.7.1",
            "ecosystem": "crates"
          },
          {
            "name": "hashbrown",
            "direct": false,
            "version": "0.12.3",
            "ecosystem": "crates"
          },
          {
            "name": "hashbrown",
            "direct": false,
            "version": "0.15.5",
            "ecosystem": "crates"
          },
          {
            "name": "hashbrown",
            "direct": false,
            "version": "0.16.1",
            "ecosystem": "crates"
          },
          {
            "name": "hashbrown",
            "direct": false,
            "version": "0.17.1",
            "ecosystem": "crates"
          },
          {
            "name": "heck",
            "direct": false,
            "version": "0.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "hermit-abi",
            "direct": false,
            "version": "0.5.2",
            "ecosystem": "crates"
          },
          {
            "name": "hex",
            "direct": false,
            "version": "0.4.3",
            "ecosystem": "crates"
          },
          {
            "name": "hkdf",
            "direct": false,
            "version": "0.12.4",
            "ecosystem": "crates"
          },
          {
            "name": "http",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "http-body",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "crates"
          },
          {
            "name": "httparse",
            "direct": false,
            "version": "1.10.1",
            "ecosystem": "crates"
          },
          {
            "name": "httpdate",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "crates"
          },
          {
            "name": "hyper",
            "direct": false,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "hyper",
            "direct": false,
            "version": "1.9.0",
            "ecosystem": "crates"
          },
          {
            "name": "hyper-rustls",
            "direct": false,
            "version": "0.27.7",
            "ecosystem": "crates"
          },
          {
            "name": "hyper-rustls",
            "direct": false,
            "version": "0.27.9",
            "ecosystem": "crates"
          },
          {
            "name": "hyper-timeout",
            "direct": false,
            "version": "0.5.2",
            "ecosystem": "crates"
          },
          {
            "name": "hyper-tls",
            "direct": false,
            "version": "0.6.0",
            "ecosystem": "crates"
          },
          {
            "name": "hyper-util",
            "direct": false,
            "version": "0.1.20",
            "ecosystem": "crates"
          },
          {
            "name": "iana-time-zone",
            "direct": false,
            "version": "0.1.65",
            "ecosystem": "crates"
          },
          {
            "name": "iana-time-zone-haiku",
            "direct": false,
            "version": "0.1.2",
            "ecosystem": "crates"
          },
          {
            "name": "icu_collections",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "icu_locale_core",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "icu_normalizer",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "icu_normalizer_data",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "icu_properties",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "icu_properties_data",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "icu_provider",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "id-arena",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "ident_case",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "crates"
          },
          {
            "name": "idna",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "idna_adapter",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "idna_adapter",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "indexmap",
            "direct": false,
            "version": "2.13.1",
            "ecosystem": "crates"
          },
          {
            "name": "indexmap",
            "direct": false,
            "version": "2.14.0",
            "ecosystem": "crates"
          },
          {
            "name": "indicatif",
            "direct": false,
            "version": "0.17.11",
            "ecosystem": "crates"
          },
          {
            "name": "ipnet",
            "direct": false,
            "version": "2.12.0",
            "ecosystem": "crates"
          },
          {
            "name": "iri-string",
            "direct": false,
            "version": "0.7.12",
            "ecosystem": "crates"
          },
          {
            "name": "is_terminal_polyfill",
            "direct": false,
            "version": "1.70.2",
            "ecosystem": "crates"
          },
          {
            "name": "itertools",
            "direct": false,
            "version": "0.13.0",
            "ecosystem": "crates"
          },
          {
            "name": "itertools",
            "direct": false,
            "version": "0.14.0",
            "ecosystem": "crates"
          },
          {
            "name": "itoa",
            "direct": false,
            "version": "1.0.18",
            "ecosystem": "crates"
          },
          {
            "name": "js-sys",
            "direct": false,
            "version": "0.3.94",
            "ecosystem": "crates"
          },
          {
            "name": "lazy_static",
            "direct": false,
            "version": "1.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "leb128fmt",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "libc",
            "direct": false,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "libc",
            "direct": false,
            "version": "0.2.184",
            "ecosystem": "crates"
          },
          {
            "name": "libloading",
            "direct": false,
            "version": "0.8.9",
            "ecosystem": "crates"
          },
          {
            "name": "libm",
            "direct": false,
            "version": "0.2.16",
            "ecosystem": "crates"
          },
          {
            "name": "libredox",
            "direct": false,
            "version": "0.1.15",
            "ecosystem": "crates"
          },
          {
            "name": "libredox",
            "direct": false,
            "version": "0.1.18",
            "ecosystem": "crates"
          },
          {
            "name": "linux-raw-sys",
            "direct": false,
            "version": "0.12.1",
            "ecosystem": "crates"
          },
          {
            "name": "linux-raw-sys",
            "direct": false,
            "version": "0.4.15",
            "ecosystem": "crates"
          },
          {
            "name": "litemap",
            "direct": false,
            "version": "0.8.2",
            "ecosystem": "crates"
          },
          {
            "name": "litrs",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "lock_api",
            "direct": false,
            "version": "0.4.14",
            "ecosystem": "crates"
          },
          {
            "name": "log",
            "direct": false,
            "version": "0.4.29",
            "ecosystem": "crates"
          },
          {
            "name": "lru-slab",
            "direct": false,
            "version": "0.1.2",
            "ecosystem": "crates"
          },
          {
            "name": "macro_rules_attribute",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "macro_rules_attribute-proc_macro",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "maplit",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "crates"
          },
          {
            "name": "matchers",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "matchit",
            "direct": false,
            "version": "0.8.4",
            "ecosystem": "crates"
          },
          {
            "name": "memchr",
            "direct": false,
            "version": "2.8.0",
            "ecosystem": "crates"
          },
          {
            "name": "memmap2",
            "direct": false,
            "version": "0.9.10",
            "ecosystem": "crates"
          },
          {
            "name": "memmap2",
            "direct": false,
            "version": "0.9.11",
            "ecosystem": "crates"
          },
          {
            "name": "mime",
            "direct": false,
            "version": "0.3.17",
            "ecosystem": "crates"
          },
          {
            "name": "minimal-lexical",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "miniz_oxide",
            "direct": false,
            "version": "0.8.9",
            "ecosystem": "crates"
          },
          {
            "name": "mio",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "monostate",
            "direct": false,
            "version": "0.1.18",
            "ecosystem": "crates"
          },
          {
            "name": "monostate-impl",
            "direct": false,
            "version": "0.1.18",
            "ecosystem": "crates"
          },
          {
            "name": "multimap",
            "direct": false,
            "version": "0.10.1",
            "ecosystem": "crates"
          },
          {
            "name": "napi-build",
            "direct": false,
            "version": "2.3.1",
            "ecosystem": "crates"
          },
          {
            "name": "napi-derive-backend",
            "direct": false,
            "version": "1.0.75",
            "ecosystem": "crates"
          },
          {
            "name": "napi-sys",
            "direct": false,
            "version": "2.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "native-tls",
            "direct": false,
            "version": "0.2.18",
            "ecosystem": "crates"
          },
          {
            "name": "nom",
            "direct": false,
            "version": "7.1.3",
            "ecosystem": "crates"
          },
          {
            "name": "nu-ansi-term",
            "direct": false,
            "version": "0.50.3",
            "ecosystem": "crates"
          },
          {
            "name": "num-bigint",
            "direct": false,
            "version": "0.4.8",
            "ecosystem": "crates"
          },
          {
            "name": "num-bigint-dig",
            "direct": false,
            "version": "0.8.6",
            "ecosystem": "crates"
          },
          {
            "name": "num-complex",
            "direct": false,
            "version": "0.4.6",
            "ecosystem": "crates"
          },
          {
            "name": "num-conv",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "num-conv",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "num-integer",
            "direct": false,
            "version": "0.1.46",
            "ecosystem": "crates"
          },
          {
            "name": "num-iter",
            "direct": false,
            "version": "0.1.45",
            "ecosystem": "crates"
          },
          {
            "name": "num-traits",
            "direct": false,
            "version": "0.2.19",
            "ecosystem": "crates"
          },
          {
            "name": "num_cpus",
            "direct": false,
            "version": "1.17.0",
            "ecosystem": "crates"
          },
          {
            "name": "number_prefix",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "once_cell",
            "direct": false,
            "version": "1.21.4",
            "ecosystem": "crates"
          },
          {
            "name": "once_cell_polyfill",
            "direct": false,
            "version": "1.70.2",
            "ecosystem": "crates"
          },
          {
            "name": "onig",
            "direct": false,
            "version": "6.5.1",
            "ecosystem": "crates"
          },
          {
            "name": "onig_sys",
            "direct": false,
            "version": "69.9.1",
            "ecosystem": "crates"
          },
          {
            "name": "onig_sys",
            "direct": false,
            "version": "69.9.3",
            "ecosystem": "crates"
          },
          {
            "name": "oorandom",
            "direct": false,
            "version": "11.1.5",
            "ecosystem": "crates"
          },
          {
            "name": "openraft-macros",
            "direct": false,
            "version": "0.10.0-alpha.17",
            "ecosystem": "crates"
          },
          {
            "name": "openraft-rt",
            "direct": false,
            "version": "0.10.0-alpha.17",
            "ecosystem": "crates"
          },
          {
            "name": "openraft-rt-tokio",
            "direct": false,
            "version": "0.10.0-alpha.17",
            "ecosystem": "crates"
          },
          {
            "name": "openssl",
            "direct": false,
            "version": "0.10.81",
            "ecosystem": "crates"
          },
          {
            "name": "openssl-macros",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "openssl-probe",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "openssl-src",
            "direct": false,
            "version": "300.6.1+3.6.3",
            "ecosystem": "crates"
          },
          {
            "name": "option-ext",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "p256",
            "direct": false,
            "version": "0.13.2",
            "ecosystem": "crates"
          },
          {
            "name": "p384",
            "direct": false,
            "version": "0.13.1",
            "ecosystem": "crates"
          },
          {
            "name": "page_size",
            "direct": false,
            "version": "0.6.0",
            "ecosystem": "crates"
          },
          {
            "name": "parking_lot_core",
            "direct": false,
            "version": "0.9.12",
            "ecosystem": "crates"
          },
          {
            "name": "paste",
            "direct": false,
            "version": "1.0.15",
            "ecosystem": "crates"
          },
          {
            "name": "peel-off",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "pem",
            "direct": false,
            "version": "3.0.6",
            "ecosystem": "crates"
          },
          {
            "name": "pem-rfc7468",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "percent-encoding",
            "direct": false,
            "version": "2.3.2",
            "ecosystem": "crates"
          },
          {
            "name": "petgraph",
            "direct": false,
            "version": "0.7.1",
            "ecosystem": "crates"
          },
          {
            "name": "pin-project",
            "direct": false,
            "version": "1.1.13",
            "ecosystem": "crates"
          },
          {
            "name": "pin-project-internal",
            "direct": false,
            "version": "1.1.13",
            "ecosystem": "crates"
          },
          {
            "name": "pin-project-lite",
            "direct": false,
            "version": "0.2.17",
            "ecosystem": "crates"
          },
          {
            "name": "pkcs1",
            "direct": false,
            "version": "0.7.5",
            "ecosystem": "crates"
          },
          {
            "name": "pkcs8",
            "direct": false,
            "version": "0.10.2",
            "ecosystem": "crates"
          },
          {
            "name": "pkg-config",
            "direct": false,
            "version": "0.3.32",
            "ecosystem": "crates"
          },
          {
            "name": "plotters",
            "direct": false,
            "version": "0.3.7",
            "ecosystem": "crates"
          },
          {
            "name": "plotters-backend",
            "direct": false,
            "version": "0.3.7",
            "ecosystem": "crates"
          },
          {
            "name": "plotters-svg",
            "direct": false,
            "version": "0.3.7",
            "ecosystem": "crates"
          },
          {
            "name": "portable-atomic",
            "direct": false,
            "version": "1.13.1",
            "ecosystem": "crates"
          },
          {
            "name": "potential_utf",
            "direct": false,
            "version": "0.1.5",
            "ecosystem": "crates"
          },
          {
            "name": "powerfmt",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "ppv-lite86",
            "direct": false,
            "version": "0.2.21",
            "ecosystem": "crates"
          },
          {
            "name": "prettyplease",
            "direct": false,
            "version": "0.2.37",
            "ecosystem": "crates"
          },
          {
            "name": "primeorder",
            "direct": false,
            "version": "0.13.6",
            "ecosystem": "crates"
          },
          {
            "name": "proc-macro-crate",
            "direct": false,
            "version": "3.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "proc-macro2",
            "direct": false,
            "version": "1.0.106",
            "ecosystem": "crates"
          },
          {
            "name": "procfs",
            "direct": false,
            "version": "0.16.0",
            "ecosystem": "crates"
          },
          {
            "name": "procfs-core",
            "direct": false,
            "version": "0.16.0",
            "ecosystem": "crates"
          },
          {
            "name": "prost-build",
            "direct": false,
            "version": "0.13.5",
            "ecosystem": "crates"
          },
          {
            "name": "prost-derive",
            "direct": false,
            "version": "0.13.5",
            "ecosystem": "crates"
          },
          {
            "name": "prost-types",
            "direct": false,
            "version": "0.13.5",
            "ecosystem": "crates"
          },
          {
            "name": "protobuf",
            "direct": false,
            "version": "2.28.0",
            "ecosystem": "crates"
          },
          {
            "name": "ptr_meta",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "crates"
          },
          {
            "name": "ptr_meta_derive",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "crates"
          },
          {
            "name": "pulp",
            "direct": false,
            "version": "0.22.2",
            "ecosystem": "crates"
          },
          {
            "name": "pulp-wasm-simd-flag",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "pulp-wasm-simd-flag",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "pyo3-build-config",
            "direct": false,
            "version": "0.29.0",
            "ecosystem": "crates"
          },
          {
            "name": "pyo3-ffi",
            "direct": false,
            "version": "0.29.0",
            "ecosystem": "crates"
          },
          {
            "name": "pyo3-macros",
            "direct": false,
            "version": "0.29.0",
            "ecosystem": "crates"
          },
          {
            "name": "pyo3-macros-backend",
            "direct": false,
            "version": "0.29.0",
            "ecosystem": "crates"
          },
          {
            "name": "quinn",
            "direct": false,
            "version": "0.11.11",
            "ecosystem": "crates"
          },
          {
            "name": "quinn",
            "direct": false,
            "version": "0.11.9",
            "ecosystem": "crates"
          },
          {
            "name": "quinn-proto",
            "direct": false,
            "version": "0.11.14",
            "ecosystem": "crates"
          },
          {
            "name": "quinn-proto",
            "direct": false,
            "version": "0.11.16",
            "ecosystem": "crates"
          },
          {
            "name": "quinn-udp",
            "direct": false,
            "version": "0.5.14",
            "ecosystem": "crates"
          },
          {
            "name": "quinn-udp",
            "direct": false,
            "version": "0.5.15",
            "ecosystem": "crates"
          },
          {
            "name": "quote",
            "direct": false,
            "version": "1.0.45",
            "ecosystem": "crates"
          },
          {
            "name": "r-efi",
            "direct": false,
            "version": "5.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "r-efi",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "crates"
          },
          {
            "name": "radium",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "rand_chacha",
            "direct": false,
            "version": "0.3.1",
            "ecosystem": "crates"
          },
          {
            "name": "rand_chacha",
            "direct": false,
            "version": "0.9.0",
            "ecosystem": "crates"
          },
          {
            "name": "rand_core",
            "direct": false,
            "version": "0.10.1",
            "ecosystem": "crates"
          },
          {
            "name": "rand_core",
            "direct": false,
            "version": "0.6.4",
            "ecosystem": "crates"
          },
          {
            "name": "rand_core",
            "direct": false,
            "version": "0.9.5",
            "ecosystem": "crates"
          },
          {
            "name": "rand_distr",
            "direct": false,
            "version": "0.5.1",
            "ecosystem": "crates"
          },
          {
            "name": "rand_pcg",
            "direct": false,
            "version": "0.10.2",
            "ecosystem": "crates"
          },
          {
            "name": "raw-cpuid",
            "direct": false,
            "version": "11.6.0",
            "ecosystem": "crates"
          },
          {
            "name": "rayon",
            "direct": false,
            "version": "1.11.0",
            "ecosystem": "crates"
          },
          {
            "name": "rayon",
            "direct": false,
            "version": "1.12.0",
            "ecosystem": "crates"
          },
          {
            "name": "rayon-cond",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "rayon-core",
            "direct": false,
            "version": "1.13.0",
            "ecosystem": "crates"
          },
          {
            "name": "reborrow",
            "direct": false,
            "version": "0.5.5",
            "ecosystem": "crates"
          },
          {
            "name": "redox_syscall",
            "direct": false,
            "version": "0.5.18",
            "ecosystem": "crates"
          },
          {
            "name": "redox_users",
            "direct": false,
            "version": "0.5.2",
            "ecosystem": "crates"
          },
          {
            "name": "ref-cast",
            "direct": false,
            "version": "1.0.25",
            "ecosystem": "crates"
          },
          {
            "name": "ref-cast-impl",
            "direct": false,
            "version": "1.0.25",
            "ecosystem": "crates"
          },
          {
            "name": "regex",
            "direct": false,
            "version": "1.12.3",
            "ecosystem": "crates"
          },
          {
            "name": "regex-automata",
            "direct": false,
            "version": "0.4.14",
            "ecosystem": "crates"
          },
          {
            "name": "regex-syntax",
            "direct": false,
            "version": "0.8.10",
            "ecosystem": "crates"
          },
          {
            "name": "rend",
            "direct": false,
            "version": "0.4.2",
            "ecosystem": "crates"
          },
          {
            "name": "rfc6979",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "ring",
            "direct": false,
            "version": "0.17.14",
            "ecosystem": "crates"
          },
          {
            "name": "rkyv",
            "direct": false,
            "version": "0.7.46",
            "ecosystem": "crates"
          },
          {
            "name": "rkyv_derive",
            "direct": false,
            "version": "0.7.46",
            "ecosystem": "crates"
          },
          {
            "name": "rsa",
            "direct": false,
            "version": "0.9.10",
            "ecosystem": "crates"
          },
          {
            "name": "rust_decimal",
            "direct": false,
            "version": "1.41.0",
            "ecosystem": "crates"
          },
          {
            "name": "rustc-hash",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "crates"
          },
          {
            "name": "rustc-hash",
            "direct": false,
            "version": "2.1.3",
            "ecosystem": "crates"
          },
          {
            "name": "rustc_version",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "crates"
          },
          {
            "name": "rustix",
            "direct": false,
            "version": "0.38.44",
            "ecosystem": "crates"
          },
          {
            "name": "rustix",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "crates"
          },
          {
            "name": "rustls",
            "direct": false,
            "version": "0.23.37",
            "ecosystem": "crates"
          },
          {
            "name": "rustls",
            "direct": false,
            "version": "0.23.38",
            "ecosystem": "crates"
          },
          {
            "name": "rustls-pki-types",
            "direct": false,
            "version": "1.14.0",
            "ecosystem": "crates"
          },
          {
            "name": "rustls-webpki",
            "direct": false,
            "version": "0.103.13",
            "ecosystem": "crates"
          },
          {
            "name": "rustversion",
            "direct": false,
            "version": "1.0.22",
            "ecosystem": "crates"
          },
          {
            "name": "ryu",
            "direct": false,
            "version": "1.0.23",
            "ecosystem": "crates"
          },
          {
            "name": "safetensors",
            "direct": false,
            "version": "0.8.0",
            "ecosystem": "crates"
          },
          {
            "name": "same-file",
            "direct": false,
            "version": "1.0.6",
            "ecosystem": "crates"
          },
          {
            "name": "schannel",
            "direct": false,
            "version": "0.1.29",
            "ecosystem": "crates"
          },
          {
            "name": "schemars",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "scopeguard",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "seahash",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "sec1",
            "direct": false,
            "version": "0.7.3",
            "ecosystem": "crates"
          },
          {
            "name": "security-framework",
            "direct": false,
            "version": "3.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "security-framework-sys",
            "direct": false,
            "version": "2.17.0",
            "ecosystem": "crates"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "1.0.28",
            "ecosystem": "crates"
          },
          {
            "name": "seq-macro",
            "direct": false,
            "version": "0.3.6",
            "ecosystem": "crates"
          },
          {
            "name": "serde_core",
            "direct": false,
            "version": "1.0.228",
            "ecosystem": "crates"
          },
          {
            "name": "serde_derive",
            "direct": false,
            "version": "1.0.228",
            "ecosystem": "crates"
          },
          {
            "name": "serde_path_to_error",
            "direct": false,
            "version": "0.1.20",
            "ecosystem": "crates"
          },
          {
            "name": "serde_plain",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "crates"
          },
          {
            "name": "serde_urlencoded",
            "direct": false,
            "version": "0.7.1",
            "ecosystem": "crates"
          },
          {
            "name": "sha1",
            "direct": false,
            "version": "0.10.7",
            "ecosystem": "crates"
          },
          {
            "name": "sharded-slab",
            "direct": false,
            "version": "0.1.7",
            "ecosystem": "crates"
          },
          {
            "name": "shlex",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "crates"
          },
          {
            "name": "signal-hook-registry",
            "direct": false,
            "version": "1.4.8",
            "ecosystem": "crates"
          },
          {
            "name": "signature",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "simd-adler32",
            "direct": false,
            "version": "0.3.9",
            "ecosystem": "crates"
          },
          {
            "name": "simdutf8",
            "direct": false,
            "version": "0.1.5",
            "ecosystem": "crates"
          },
          {
            "name": "simple_asn1",
            "direct": false,
            "version": "0.6.4",
            "ecosystem": "crates"
          },
          {
            "name": "slab",
            "direct": false,
            "version": "0.4.12",
            "ecosystem": "crates"
          },
          {
            "name": "socket2",
            "direct": false,
            "version": "0.5.10",
            "ecosystem": "crates"
          },
          {
            "name": "socket2",
            "direct": false,
            "version": "0.6.3",
            "ecosystem": "crates"
          },
          {
            "name": "socks",
            "direct": false,
            "version": "0.3.4",
            "ecosystem": "crates"
          },
          {
            "name": "spin",
            "direct": false,
            "version": "0.9.8",
            "ecosystem": "crates"
          },
          {
            "name": "spki",
            "direct": false,
            "version": "0.7.3",
            "ecosystem": "crates"
          },
          {
            "name": "spm_precompiled",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "crates"
          },
          {
            "name": "stable_deref_trait",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "static_assertions",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "strsim",
            "direct": false,
            "version": "0.11.1",
            "ecosystem": "crates"
          },
          {
            "name": "subtle",
            "direct": false,
            "version": "2.6.1",
            "ecosystem": "crates"
          },
          {
            "name": "syn",
            "direct": false,
            "version": "1.0.109",
            "ecosystem": "crates"
          },
          {
            "name": "syn",
            "direct": false,
            "version": "2.0.117",
            "ecosystem": "crates"
          },
          {
            "name": "sync_wrapper",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "crates"
          },
          {
            "name": "synstructure",
            "direct": false,
            "version": "0.13.2",
            "ecosystem": "crates"
          },
          {
            "name": "sysctl",
            "direct": false,
            "version": "0.6.0",
            "ecosystem": "crates"
          },
          {
            "name": "system-configuration",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "system-configuration-sys",
            "direct": false,
            "version": "0.6.0",
            "ecosystem": "crates"
          },
          {
            "name": "tap",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "crates"
          },
          {
            "name": "target-lexicon",
            "direct": false,
            "version": "0.13.5",
            "ecosystem": "crates"
          },
          {
            "name": "tempfile",
            "direct": false,
            "version": "3.27.0",
            "ecosystem": "crates"
          },
          {
            "name": "thiserror-impl",
            "direct": false,
            "version": "1.0.69",
            "ecosystem": "crates"
          },
          {
            "name": "thiserror-impl",
            "direct": false,
            "version": "2.0.18",
            "ecosystem": "crates"
          },
          {
            "name": "thread_local",
            "direct": false,
            "version": "1.1.9",
            "ecosystem": "crates"
          },
          {
            "name": "time",
            "direct": false,
            "version": "0.3.47",
            "ecosystem": "crates"
          },
          {
            "name": "time",
            "direct": false,
            "version": "0.3.53",
            "ecosystem": "crates"
          },
          {
            "name": "time-core",
            "direct": false,
            "version": "0.1.8",
            "ecosystem": "crates"
          },
          {
            "name": "time-core",
            "direct": false,
            "version": "0.1.9",
            "ecosystem": "crates"
          },
          {
            "name": "time-macros",
            "direct": false,
            "version": "0.2.27",
            "ecosystem": "crates"
          },
          {
            "name": "time-macros",
            "direct": false,
            "version": "0.2.31",
            "ecosystem": "crates"
          },
          {
            "name": "tinystr",
            "direct": false,
            "version": "0.8.3",
            "ecosystem": "crates"
          },
          {
            "name": "tinytemplate",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "tinyvec",
            "direct": false,
            "version": "1.11.0",
            "ecosystem": "crates"
          },
          {
            "name": "tinyvec_macros",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "tokio-macros",
            "direct": false,
            "version": "2.7.0",
            "ecosystem": "crates"
          },
          {
            "name": "tokio-native-tls",
            "direct": false,
            "version": "0.3.1",
            "ecosystem": "crates"
          },
          {
            "name": "tokio-rustls",
            "direct": false,
            "version": "0.26.4",
            "ecosystem": "crates"
          },
          {
            "name": "tokio-tungstenite",
            "direct": false,
            "version": "0.28.0",
            "ecosystem": "crates"
          },
          {
            "name": "tokio-util",
            "direct": false,
            "version": "0.7.18",
            "ecosystem": "crates"
          },
          {
            "name": "toml_datetime",
            "direct": false,
            "version": "1.1.1+spec-1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "toml_edit",
            "direct": false,
            "version": "0.25.10+spec-1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "toml_parser",
            "direct": false,
            "version": "1.1.2+spec-1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "tonic-build",
            "direct": false,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "tonic-build",
            "direct": false,
            "version": "0.13.1",
            "ecosystem": "crates"
          },
          {
            "name": "tower-layer",
            "direct": false,
            "version": "0.3.3",
            "ecosystem": "crates"
          },
          {
            "name": "tower-service",
            "direct": false,
            "version": "0.3.3",
            "ecosystem": "crates"
          },
          {
            "name": "tracing-attributes",
            "direct": false,
            "version": "0.1.31",
            "ecosystem": "crates"
          },
          {
            "name": "tracing-core",
            "direct": false,
            "version": "0.1.36",
            "ecosystem": "crates"
          },
          {
            "name": "tracing-log",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "crates"
          },
          {
            "name": "try-lock",
            "direct": false,
            "version": "0.2.5",
            "ecosystem": "crates"
          },
          {
            "name": "tungstenite",
            "direct": false,
            "version": "0.28.0",
            "ecosystem": "crates"
          },
          {
            "name": "twox-hash",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "crates"
          },
          {
            "name": "typed-path",
            "direct": false,
            "version": "0.12.3",
            "ecosystem": "crates"
          },
          {
            "name": "typenum",
            "direct": false,
            "version": "1.20.1",
            "ecosystem": "crates"
          },
          {
            "name": "unicode-ident",
            "direct": false,
            "version": "1.0.24",
            "ecosystem": "crates"
          },
          {
            "name": "unicode-normalization-alignments",
            "direct": false,
            "version": "0.1.12",
            "ecosystem": "crates"
          },
          {
            "name": "unicode-segmentation",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "crates"
          },
          {
            "name": "unicode-width",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "unicode-xid",
            "direct": false,
            "version": "0.2.6",
            "ecosystem": "crates"
          },
          {
            "name": "unicode_categories",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "untrusted",
            "direct": false,
            "version": "0.9.0",
            "ecosystem": "crates"
          },
          {
            "name": "ureq-proto",
            "direct": false,
            "version": "0.6.0",
            "ecosystem": "crates"
          },
          {
            "name": "url",
            "direct": false,
            "version": "2.5.8",
            "ecosystem": "crates"
          },
          {
            "name": "utf-8",
            "direct": false,
            "version": "0.7.6",
            "ecosystem": "crates"
          },
          {
            "name": "utf8-width",
            "direct": false,
            "version": "0.1.9",
            "ecosystem": "crates"
          },
          {
            "name": "utf8-zero",
            "direct": false,
            "version": "0.8.1",
            "ecosystem": "crates"
          },
          {
            "name": "utf8_iter",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "crates"
          },
          {
            "name": "utf8parse",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "crates"
          },
          {
            "name": "validit",
            "direct": false,
            "version": "0.2.5",
            "ecosystem": "crates"
          },
          {
            "name": "valuable",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "crates"
          },
          {
            "name": "vcpkg",
            "direct": false,
            "version": "0.2.15",
            "ecosystem": "crates"
          },
          {
            "name": "version_check",
            "direct": false,
            "version": "0.9.5",
            "ecosystem": "crates"
          },
          {
            "name": "walkdir",
            "direct": false,
            "version": "2.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "want",
            "direct": false,
            "version": "0.3.1",
            "ecosystem": "crates"
          },
          {
            "name": "wasi",
            "direct": false,
            "version": "0.11.1+wasi-snapshot-preview1",
            "ecosystem": "crates"
          },
          {
            "name": "wasip2",
            "direct": false,
            "version": "1.0.2+wasi-0.2.9",
            "ecosystem": "crates"
          },
          {
            "name": "wasip2",
            "direct": false,
            "version": "1.0.4+wasi-0.2.12",
            "ecosystem": "crates"
          },
          {
            "name": "wasip3",
            "direct": false,
            "version": "0.4.0+wasi-0.3.0-rc-2026-01-06",
            "ecosystem": "crates"
          },
          {
            "name": "wasm-bindgen",
            "direct": false,
            "version": "0.2.117",
            "ecosystem": "crates"
          },
          {
            "name": "wasm-bindgen-futures",
            "direct": false,
            "version": "0.4.67",
            "ecosystem": "crates"
          },
          {
            "name": "wasm-bindgen-macro",
            "direct": false,
            "version": "0.2.117",
            "ecosystem": "crates"
          },
          {
            "name": "wasm-bindgen-macro-support",
            "direct": false,
            "version": "0.2.117",
            "ecosystem": "crates"
          },
          {
            "name": "wasm-bindgen-shared",
            "direct": false,
            "version": "0.2.117",
            "ecosystem": "crates"
          },
          {
            "name": "wasm-encoder",
            "direct": false,
            "version": "0.244.0",
            "ecosystem": "crates"
          },
          {
            "name": "wasm-metadata",
            "direct": false,
            "version": "0.244.0",
            "ecosystem": "crates"
          },
          {
            "name": "wasm-streams",
            "direct": false,
            "version": "0.4.2",
            "ecosystem": "crates"
          },
          {
            "name": "wasmparser",
            "direct": false,
            "version": "0.244.0",
            "ecosystem": "crates"
          },
          {
            "name": "web-sys",
            "direct": false,
            "version": "0.3.94",
            "ecosystem": "crates"
          },
          {
            "name": "web-time",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "crates"
          },
          {
            "name": "webpki-roots",
            "direct": false,
            "version": "0.26.11",
            "ecosystem": "crates"
          },
          {
            "name": "webpki-roots",
            "direct": false,
            "version": "1.0.6",
            "ecosystem": "crates"
          },
          {
            "name": "webpki-roots",
            "direct": false,
            "version": "1.0.7",
            "ecosystem": "crates"
          },
          {
            "name": "winapi",
            "direct": false,
            "version": "0.3.9",
            "ecosystem": "crates"
          },
          {
            "name": "winapi-i686-pc-windows-gnu",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "winapi-util",
            "direct": false,
            "version": "0.1.11",
            "ecosystem": "crates"
          },
          {
            "name": "winapi-x86_64-pc-windows-gnu",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "crates"
          },
          {
            "name": "windows-core",
            "direct": false,
            "version": "0.62.2",
            "ecosystem": "crates"
          },
          {
            "name": "windows-implement",
            "direct": false,
            "version": "0.60.2",
            "ecosystem": "crates"
          },
          {
            "name": "windows-interface",
            "direct": false,
            "version": "0.59.3",
            "ecosystem": "crates"
          },
          {
            "name": "windows-link",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows-registry",
            "direct": false,
            "version": "0.6.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows-result",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows-strings",
            "direct": false,
            "version": "0.5.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows-sys",
            "direct": false,
            "version": "0.52.0",
            "ecosystem": "crates"
          },
          {
            "name": "windows-sys",
            "direct": false,
            "version": "0.59.0",
            "ecosystem": "crates"
          },
          {
            "name": "windows-sys",
            "direct": false,
            "version": "0.60.2",
            "ecosystem": "crates"
          },
          {
            "name": "windows-sys",
            "direct": false,
            "version": "0.61.2",
            "ecosystem": "crates"
          },
          {
            "name": "windows-targets",
            "direct": false,
            "version": "0.52.6",
            "ecosystem": "crates"
          },
          {
            "name": "windows-targets",
            "direct": false,
            "version": "0.53.5",
            "ecosystem": "crates"
          },
          {
            "name": "windows_aarch64_gnullvm",
            "direct": false,
            "version": "0.52.6",
            "ecosystem": "crates"
          },
          {
            "name": "windows_aarch64_gnullvm",
            "direct": false,
            "version": "0.53.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows_aarch64_msvc",
            "direct": false,
            "version": "0.52.6",
            "ecosystem": "crates"
          },
          {
            "name": "windows_aarch64_msvc",
            "direct": false,
            "version": "0.53.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows_i686_gnu",
            "direct": false,
            "version": "0.52.6",
            "ecosystem": "crates"
          },
          {
            "name": "windows_i686_gnu",
            "direct": false,
            "version": "0.53.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows_i686_gnullvm",
            "direct": false,
            "version": "0.52.6",
            "ecosystem": "crates"
          },
          {
            "name": "windows_i686_gnullvm",
            "direct": false,
            "version": "0.53.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows_i686_msvc",
            "direct": false,
            "version": "0.52.6",
            "ecosystem": "crates"
          },
          {
            "name": "windows_i686_msvc",
            "direct": false,
            "version": "0.53.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows_x86_64_gnu",
            "direct": false,
            "version": "0.52.6",
            "ecosystem": "crates"
          },
          {
            "name": "windows_x86_64_gnu",
            "direct": false,
            "version": "0.53.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows_x86_64_gnullvm",
            "direct": false,
            "version": "0.52.6",
            "ecosystem": "crates"
          },
          {
            "name": "windows_x86_64_gnullvm",
            "direct": false,
            "version": "0.53.1",
            "ecosystem": "crates"
          },
          {
            "name": "windows_x86_64_msvc",
            "direct": false,
            "version": "0.52.6",
            "ecosystem": "crates"
          },
          {
            "name": "windows_x86_64_msvc",
            "direct": false,
            "version": "0.53.1",
            "ecosystem": "crates"
          },
          {
            "name": "winnow",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "crates"
          },
          {
            "name": "wit-bindgen",
            "direct": false,
            "version": "0.51.0",
            "ecosystem": "crates"
          },
          {
            "name": "wit-bindgen",
            "direct": false,
            "version": "0.57.1",
            "ecosystem": "crates"
          },
          {
            "name": "wit-bindgen-core",
            "direct": false,
            "version": "0.51.0",
            "ecosystem": "crates"
          },
          {
            "name": "wit-bindgen-rust",
            "direct": false,
            "version": "0.51.0",
            "ecosystem": "crates"
          },
          {
            "name": "wit-bindgen-rust-macro",
            "direct": false,
            "version": "0.51.0",
            "ecosystem": "crates"
          },
          {
            "name": "wit-component",
            "direct": false,
            "version": "0.244.0",
            "ecosystem": "crates"
          },
          {
            "name": "wit-parser",
            "direct": false,
            "version": "0.244.0",
            "ecosystem": "crates"
          },
          {
            "name": "writeable",
            "direct": false,
            "version": "0.6.3",
            "ecosystem": "crates"
          },
          {
            "name": "wyz",
            "direct": false,
            "version": "0.5.1",
            "ecosystem": "crates"
          },
          {
            "name": "yoke",
            "direct": false,
            "version": "0.8.2",
            "ecosystem": "crates"
          },
          {
            "name": "yoke-derive",
            "direct": false,
            "version": "0.8.2",
            "ecosystem": "crates"
          },
          {
            "name": "zerocopy",
            "direct": false,
            "version": "0.8.48",
            "ecosystem": "crates"
          },
          {
            "name": "zerocopy",
            "direct": false,
            "version": "0.8.54",
            "ecosystem": "crates"
          },
          {
            "name": "zerocopy-derive",
            "direct": false,
            "version": "0.8.48",
            "ecosystem": "crates"
          },
          {
            "name": "zerocopy-derive",
            "direct": false,
            "version": "0.8.54",
            "ecosystem": "crates"
          },
          {
            "name": "zerofrom",
            "direct": false,
            "version": "0.1.7",
            "ecosystem": "crates"
          },
          {
            "name": "zerofrom-derive",
            "direct": false,
            "version": "0.1.7",
            "ecosystem": "crates"
          },
          {
            "name": "zeroize",
            "direct": false,
            "version": "1.8.2",
            "ecosystem": "crates"
          },
          {
            "name": "zeroize_derive",
            "direct": false,
            "version": "1.5.0",
            "ecosystem": "crates"
          },
          {
            "name": "zerotrie",
            "direct": false,
            "version": "0.2.4",
            "ecosystem": "crates"
          },
          {
            "name": "zerovec",
            "direct": false,
            "version": "0.11.6",
            "ecosystem": "crates"
          },
          {
            "name": "zerovec-derive",
            "direct": false,
            "version": "0.11.3",
            "ecosystem": "crates"
          },
          {
            "name": "zip",
            "direct": false,
            "version": "8.6.0",
            "ecosystem": "crates"
          },
          {
            "name": "zmij",
            "direct": false,
            "version": "1.0.21",
            "ecosystem": "crates"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "25.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "typescript",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "undici-types",
            "direct": false,
            "version": "7.19.2",
            "ecosystem": "npm"
          },
          {
            "name": "anthropic",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "crewai",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "langchain-core",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "maturin",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "mentedb",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "openai",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "requests",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "tqdm",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 610,
        "direct_count": 82,
        "indirect_count": 528
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 4,
        "merged_prs": 292,
        "open_issues": 1,
        "closed_ratio": 0.963,
        "closed_issues": 26,
        "closed_unmerged_prs": 29
      },
      "bus_factor": 1,
      "bot_contributors": 2,
      "top_contributors": [
        {
          "type": "User",
          "login": "nambok",
          "commits": 331,
          "avatar_url": "https://avatars.githubusercontent.com/u/515006?v=4"
        }
      ],
      "contributors_sampled": 1,
      "top_contributor_share": 1
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "ci.yml",
        "publish-sdks.yml",
        "release-plz.yml",
        "release.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [],
      "has_editorconfig": false,
      "has_linter_config": false,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [
        "Cargo.lock",
        "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": 6,
            "reason": "branch protection is not maximal on development and all release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 6,
            "reason": "20 out of 30 merged PRs checked by a CI test -- score normalized to 6",
            "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/16 approved changesets -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 0,
            "reason": "project has 0 contributing companies or organizations -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 10,
            "reason": "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": "30 commit(s) and 15 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": 10,
            "reason": "packaging workflow 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": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 1,
            "reason": "9 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "4312d541ac79bfb779d3d97ee4eeebead448db21",
        "ran_at": "2026-07-23T12:18:14Z",
        "aggregate_score": 4.8,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": true
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-23T07:10:28Z",
      "oldest_open_prs": [
        {
          "number": 320,
          "created_at": "2026-07-20T20:09:39Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 322,
          "created_at": "2026-07-20T20:10:29Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 351,
          "created_at": "2026-07-22T05:50:12Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 352,
          "created_at": "2026-07-22T20:06:38Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2026-07-23T06:44:15Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 82,
          "created_at": "2026-05-02T05:30:54Z",
          "last_comment_at": "2026-07-11T01:35:53Z",
          "last_comment_author": "nambok"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/nambok/mentedb",
    "host": "github.com",
    "name": "mentedb",
    "owner": "nambok"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 66,
      "inputs": {
        "security": 55,
        "vitality": 82,
        "community": 59,
        "governance": 56,
        "engineering": 76
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 82,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "good",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 70,
            "inputs": {
              "commits_last_year": 482,
              "human_commit_share": 0.57,
              "days_since_last_push": 0,
              "active_weeks_last_year": 9
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 0 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "9/52 weeks with commits",
                "points": 6.2,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 9
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "482 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 482
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "30 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "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": 100,
            "inputs": {
              "releases_count": 100,
              "latest_release_tag": "mentedb-cli-v0.24.5",
              "releases_from_tags": false,
              "days_since_latest_release": 0,
              "mean_days_between_releases": 0.1
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "100 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 100
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 0 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~0.1 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 0.1
                    }
                  }
                ],
                "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": "unverified",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": "repository_too_young",
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": null,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "maintenance record not established from the collected data",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_unverified",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 59,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "at_risk",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "forks": 7,
              "stars": 110,
              "watchers": 1,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "110 stars",
                "points": 33,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 110
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "7 forks",
                "points": 6.5,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 7
                    }
                  }
                ],
                "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": "good",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 70,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": true,
              "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 (Apache-2.0)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "Apache-2.0"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 18,
                "status": "met",
                "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": "good",
            "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": 74,
            "inputs": {
              "packages": [
                "mentedb",
                "mentedb",
                "mentedb",
                "mentedb-cli",
                "mentedb-core",
                "mentedb-graph"
              ],
              "dependents": null,
              "ecosystems": "crates, npm, pypi",
              "total_downloads": 16875,
              "monthly_downloads": 28660
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "28,660 downloads/month across crates, npm, pypi",
                "points": 59.4,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 28660,
                      "ecosystems": "crates, npm, pypi"
                    }
                  }
                ],
                "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": 56,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "critical",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 10,
            "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 0 contributing companies or organizations -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "merged_prs": 292,
              "open_issues": 1,
              "closed_issues": 26,
              "issue_closed_ratio": 0.963,
              "closed_unmerged_prs": 29
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "96% of issues closed",
                "points": 45,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 96
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "292/321 decided PRs merged",
                "points": 34.8,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 292,
                      "decided": 321
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 0/16 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "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": 53,
            "inputs": {
              "followers": 26,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "nambok",
              "public_repos": 24,
              "account_age_days": 5705
            },
            "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": "26 followers of nambok",
                "points": 10.3,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 26,
                      "login": "nambok"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "24 public repos, account ~15 yr old",
                "points": 22.2,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 24
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 15
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "mentedb",
                "mentedb",
                "mentedb",
                "mentedb-cli",
                "mentedb-core",
                "mentedb-graph"
              ],
              "ecosystems": "crates, npm, pypi",
              "any_deprecated": false,
              "min_days_since_publish": 0
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "6 package(s) on crates, npm, pypi",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 6,
                      "ecosystems": "crates, npm, pypi"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 0 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "104 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 104
                    }
                  }
                ],
                "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": "good",
        "name": "Engineering Quality",
        "value": 76,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "moderate",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 60,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": false,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "4 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 4
                    }
                  }
                ],
                "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": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "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": "20 out of 30 merged PRs checked by a CI test -- score normalized to 6",
                "points": 12,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "excellent",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "topics": [
                "agent-memory",
                "ai",
                "ai-agents",
                "cognitive-architecture",
                "context-window",
                "database",
                "knowledge-graph",
                "langchain",
                "llm",
                "memory",
                "rag",
                "rust",
                "storage-engine",
                "vector-database"
              ],
              "has_wiki": true,
              "homepage": "https://mentedb.com",
              "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://mentedb.com",
                "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": "14 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 14
                    }
                  }
                ],
                "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": "moderate",
        "name": "Security",
        "value": 55,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "at_risk",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 48,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 17,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 1,
              "scorecard_aggregate": 4.8
            },
            "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 is not maximal on development and all release branches",
                "points": 4.5,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "20 out of 30 merged PRs checked by a CI test -- score normalized to 6",
                "points": 1.5,
                "status": "partial",
                "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/16 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 0 contributing companies or organizations -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "update tool detected",
                "points": 7.5,
                "status": "met",
                "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": "30 commit(s) and 15 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 detected",
                "points": 5,
                "status": "met",
                "details": [],
                "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": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "9 existing vulnerabilities detected",
                "points": 0.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "good",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 576 resolved dependencies against OSV; 34 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "indirect_dependencies_free_of_known_advisories"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "advisories_scope_repository",
                "params": {
                  "assessed": 576
                }
              },
              {
                "code": "advisories_unassessed",
                "params": {
                  "count": 34
                }
              },
              {
                "code": "advisories_repo_graph_caveat",
                "params": {}
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 83,
            "inputs": {
              "source": "osv",
              "advisories": 10,
              "affected_packages": 9,
              "assessed_packages": 576,
              "unassessed_packages": 34,
              "affected_by_severity": "high 2, moderate 1, unknown 6",
              "direct_affected_packages": 2
            },
            "components": [
              {
                "key": "direct_dependencies_free_of_known_advisories",
                "name": "Direct dependencies free of known advisories",
                "detail": "2 affected: anyhow 1.0.102 (unknown), bincode 1.3.3 (unknown)",
                "points": 24.7,
                "status": "partial",
                "details": [
                  {
                    "code": "advisories_affected",
                    "params": {
                      "count": 2,
                      "packages": "anyhow 1.0.102 (unknown), bincode 1.3.3 (unknown)"
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "indirect_dependencies_free_of_known_advisories",
                "name": "Indirect dependencies free of known advisories",
                "detail": "transitive set not separable from development and test dependencies in this scope",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "advisories_scope_not_separable",
                    "params": {}
                  }
                ],
                "max_points": 25
              },
              {
                "key": "no_advisories_left_outstanding",
                "name": "No advisories left outstanding",
                "detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 219 days ago",
                "points": 37.2,
                "status": "partial",
                "details": [
                  {
                    "code": "advisories_stale",
                    "params": {
                      "days": 90,
                      "count": 1,
                      "oldest": 219
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "malicious_dependencies",
            "band": "excellent",
            "name": "Malicious dependencies",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "source": "osv",
              "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
              "packages": [],
              "red_flag": false,
              "assessed_packages": 576,
              "malicious_packages": 0,
              "direct_malicious_packages": 0,
              "withdrawn_malicious_packages": 0,
              "installable_malicious_packages": 0
            },
            "components": [
              {
                "key": "no_dependency_reported_as_a_malicious_package",
                "name": "No dependency reported as a malicious package",
                "detail": "no dependency is reported as a malicious package",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "no_malicious_dependencies",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          },
          {
            "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": 78,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "excellent",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 85,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 1,
              "agent_instruction_files": [
                ".github/copilot-instructions.md",
                "CLAUDE.md"
              ],
              "agent_instruction_max_bytes": 4082
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": ".github/copilot-instructions.md, CLAUDE.md",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".github/copilot-instructions.md, 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": "57 of 57 human commits state their intent (structured subject or explanatory body)",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 57,
                      "sampled": 57
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "moderate",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 64,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "Cargo.lock",
                "package-lock.json"
              ],
              "has_dockerfile": true,
              "typed_language": true,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": false,
              "typecheck_configs": [
                "sdks/typescript/tsconfig.json"
              ],
              "agent_commit_share": 0,
              "toolchain_manifests": [
                "Cargo.toml",
                "crates/mentedb-cli/Cargo.toml",
                "crates/mentedb-cognitive/Cargo.toml",
                "crates/mentedb-consolidation/Cargo.toml",
                "crates/mentedb-context/Cargo.toml",
                "crates/mentedb-core/Cargo.toml",
                "crates/mentedb-embedding/Cargo.toml",
                "crates/mentedb-extraction/Cargo.toml",
                "crates/mentedb-graph/Cargo.toml",
                "crates/mentedb-index/Cargo.toml",
                "crates/mentedb-query/Cargo.toml",
                "crates/mentedb-replication/Cargo.toml",
                "crates/mentedb-server/Cargo.toml",
                "crates/mentedb-storage/Cargo.toml",
                "crates/mentedb/Cargo.toml",
                "sdks/python/Cargo.toml",
                "sdks/typescript/Cargo.toml"
              ],
              "dependency_bot_commit_share": 0.03
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": "Cargo.toml, crates/mentedb-cli/Cargo.toml, crates/mentedb-cognitive/Cargo.toml (toolchain convention, no task runner)",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "toolchain_convention",
                    "params": {
                      "files": "Cargo.toml, crates/mentedb-cli/Cargo.toml, crates/mentedb-cognitive/Cargo.toml"
                    }
                  }
                ],
                "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": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "sdks/typescript/tsconfig.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "sdks/typescript/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 agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "3 of the last 100 commits are automated dependency updates",
                "points": 8,
                "status": "met",
                "details": [
                  {
                    "code": "dependency_bot_commits",
                    "params": {
                      "count": 3,
                      "sampled": 100
                    }
                  }
                ],
                "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": "Rust",
              "largest_source_bytes": 250179,
              "source_files_sampled": 201,
              "oversized_source_files": 3
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Rust (statically typed)",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "Rust"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "3/201 source files over 60KB",
                "points": 54.2,
                "status": "partial",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 201,
                      "oversized": 3
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "good",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "example_dirs": [
                "examples"
              ],
              "has_mcp_signal": false,
              "api_schema_files": [
                "crates/mentedb-server/proto/mentedb.proto"
              ]
            },
            "components": [
              {
                "key": "api_schema_openapi_graphql_proto",
                "name": "API schema (OpenAPI/GraphQL/proto)",
                "detail": "crates/mentedb-server/proto/mentedb.proto",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "crates/mentedb-server/proto/mentedb.proto"
                    }
                  }
                ],
                "max_points": 40
              },
              {
                "key": "mcp_server",
                "name": "MCP server",
                "detail": null,
                "points": 0,
                "status": "missed",
                "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",
    "Could not fetch crates package 'mentedb-python' from its registry",
    "Could not fetch crates package 'mentedb-node' from its registry",
    "deps.dev does not index crates:mentedb@0.24.5; advisories assessed against the repository dependency graph instead"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-23T12:18:32.111638Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nambok/mentedb.svg",
  "full_name": "nambok/mentedb",
  "license_state": "standard",
  "license_spdx": "Apache-2.0"
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v1.13.0, schema v0.27.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticscrates.io, PyPI, npm.