JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"aws",
"database",
"dynamodb",
"dynamodb-local",
"mcp",
"rust",
"sqlite",
"testing",
"conformance",
"dynamodb-emulator"
],
"is_fork": false,
"size_kb": 2297,
"has_wiki": true,
"homepage": "https://dynoxide.dev",
"languages": {
"HTML": 6997,
"Rust": 2668795,
"Shell": 30383,
"Python": 50458,
"Dockerfile": 1544,
"Handlebars": 478,
"JavaScript": 99398
},
"pushed_at": "2026-07-22T16:04:40Z",
"created_at": "2026-03-24T10:55:35Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T16:08:13Z",
"description": "A fast, embeddable drop-in for DynamoDB Local, backed by SQLite. Runs as a native binary, a ~5 MB Docker image, or in the browser.",
"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"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "nubo-db",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/261902040?v=4",
"created_at": "2026-02-16T10:45:14Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 156
},
"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": "v0.11.4",
"kind": "patch",
"published_at": "2026-07-17T13:53:03Z"
},
{
"tag": "v0.11.3",
"kind": "patch",
"published_at": "2026-07-05T14:40:58Z"
},
{
"tag": "v0.11.2",
"kind": "patch",
"published_at": "2026-07-02T13:47:00Z"
},
{
"tag": "v0.11.1",
"kind": "patch",
"published_at": "2026-06-26T13:47:05Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-06-24T22:00:16Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-05-29T19:47:42Z"
},
{
"tag": "v0.9.13",
"kind": "patch",
"published_at": "2026-05-11T22:47:08Z"
},
{
"tag": "v0.9.12",
"kind": "patch",
"published_at": "2026-05-04T14:58:38Z"
},
{
"tag": "v0.9.11",
"kind": "patch",
"published_at": "2026-05-04T13:16:47Z"
},
{
"tag": "v0.9.10",
"kind": "patch",
"published_at": "2026-04-27T22:25:13Z"
},
{
"tag": "v0.9.9",
"kind": "patch",
"published_at": "2026-04-24T21:09:21Z"
},
{
"tag": "v0.9.8",
"kind": "patch",
"published_at": "2026-04-06T12:36:26Z"
},
{
"tag": "v0.9.7",
"kind": "patch",
"published_at": "2026-04-02T20:12:42Z"
},
{
"tag": "v0.9.6",
"kind": "patch",
"published_at": "2026-03-28T00:18:58Z"
},
{
"tag": "v0.9.5",
"kind": "patch",
"published_at": "2026-03-24T22:17:55Z"
}
],
"recent_commits": [
{
"oid": "416a23c982a39c1500a333670d534d987374da40",
"body": null,
"is_bot": false,
"headline": "Merge pull request #150 from nubo-db/fix/partiql-update-not-upsert",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-22T16:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af1d52ef5354297ffdbb1372a7232faf8befbbdf",
"body": "PartiQL UPDATE is not an upsert: a missing target now fails\nConditionalCheckFailedException (\"The conditional request failed\") and\ncreates nothing, where dynoxide created the item. The existence check is\nunconditional, with or without a RETURNING clause, and joins the existing\nnon-key WHERE predicate check. Matches real DynamoDB.",
"is_bot": false,
"headline": "fix(partiql): UPDATE on a non-existent key fails ConditionalCheckFailed",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-22T14:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caeb631651412ac714d5487c04fab7a6a7983c0b",
"body": "fix(partiql): match DynamoDB's parse-error message wording",
"is_bot": false,
"headline": "Merge pull request #149 from nubo-db/fix/partiql-parse-error-message",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-22T14:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cbf9f97149f1fb7d30e0fd50107a943d892b14f",
"body": "PartiQL parse errors now use DynamoDB's envelope, \"Statement wasn't well\nformed, can't be processed: <detail>\" (was \"... got error: ...\"), and a\nstatement that does not begin with a DML keyword reports \"Expected data\nmanipulation\". Applies to ExecuteStatement, BatchExecuteStatement, and\nExecuteTransaction. Matches real DynamoDB.",
"is_bot": false,
"headline": "fix(partiql): match DynamoDB's parse-error message wording",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-22T14:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b66c25823e51425e345a0f904d58921340dc931e",
"body": "fix(partiql): real list-index writes and dense-pack MODIFIED projection",
"is_bot": false,
"headline": "Merge pull request #148 from nubo-db/fix/partiql-list-index-writes",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-22T14:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96c368c42158e3acb7db74cb1d8d59bee9cd02c0",
"body": "…undaries\n\nTwo boundary cases for the list-index MODIFIED projection: an append at\nexactly the old length resolves under NEW ({tags:['c']}) but not under OLD,\nand removing the last index leaves nothing to shift in, so NEW is empty\nwhile OLD holds the prior value. dynoxide already matches DynamoDB on both;\nthis pins them and corrects a comment that over-generalised the\nfar-out-of-range append case.",
"is_bot": false,
"headline": "test(partiql): pin at-length append and last-index REMOVE MODIFIED bo…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-22T14:08:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f36b4f791860bfabd357cab76a6efd869cdb578",
"body": "PartiQL SET/REMOVE now navigate real list indices in the shared write\npath: SET tags[0] updates the list element (appending when the index is at\nor beyond the end) and REMOVE tags[0] deletes it and shifts the rest, where\na bracket index was previously treated as a literal map key. A RETURNING\nMODIFI\n[…]\nort-form ValidationError code. The public BatchStatementResponse\ngains a TableName field and is marked non_exhaustive, a breaking Rust-API\nchange, so the next release is 0.12.0. Matches real DynamoDB.",
"is_bot": false,
"headline": "fix(partiql): real list-index writes and dense-pack MODIFIED projection",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-22T13:04:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ad1fd88ab736ccc7bb4a273afe6df2bf0729c61",
"body": "feat(partiql): support the RETURNING clause",
"is_bot": false,
"headline": "Merge pull request #147 from nubo-db/feat/partiql-delete-returning",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-21T21:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac920ef2298b27fec11a3599c31a9e88a13a5d86",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feat/partiql-delete-returning",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-21T21:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d5b73510debff83496a447693478d13475e876",
"body": "Row 6 of the follow-up capture: an empty MODIFIED projection inside\nBatchExecuteStatement drops the singular Item field, the batch analogue of\nExecuteStatement's Items: []. dynoxide already conforms; this pins it.",
"is_bot": false,
"headline": "test(partiql): pin that a batch empty MODIFIED projection omits Item",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-21T21:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0004b5f3f4e0aaeeaa1ae8204945173685883218",
"body": "Adds coverage for the load-bearing set_nested_value merge in MODIFIED\nprojections (sibling nested SETs merging under one parent), MODIFIED after\na nested REMOVE, and a three-level nested SET, all following the captured\nleaf-only and empty-projection rules. Also documents that get_nested_value\ndeliberately mirrors set_nested_value rather than resolve_nested_path, so a\nfuture refactor cannot silently regress bracket-index paths.",
"is_bot": false,
"headline": "test(partiql): cover nested MODIFIED merge, remove, and deep paths",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-21T20:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c461522251f427973946f47ef57af1a830a95919",
"body": "Three UPDATE MODIFIED RETURNING projections diverged from DynamoDB. A\nnested SET now projects only the changed leaf (SET profile.sub yields\n{profile:{sub}}) rather than the whole profile attribute, and an empty\nMODIFIED projection now returns an empty Items array rather than a row\nholding an empty o\n[…]\nNEW, or a never-existed\nattribute under MODIFIED OLD). Adds tests for all five UPDATE and batch\nRETURNING edge cases, including the batch UPDATE and batch invalid-variant\ncases that already conformed.",
"is_bot": false,
"headline": "fix(partiql): correct MODIFIED RETURNING projection to match DynamoDB",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-21T20:45:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "673f0b5a5c4331198efd53a85783bcb1bc5503de",
"body": "The RETURNING work added a field to the public Statement::Update and\nStatement::Delete variants, a source-breaking change for library\nconsumers. Marking both variants non_exhaustive keeps later clause\nadditions non-breaking, matching the DynoxideError precedent, so the\nnext release is a minor bump (0.12.0). Also refreshes the now-stale\nexecutor doc comment, documents RETURNING in the three MCP PartiQL tool\ndescriptions, and pins the parser's invalid-keyword-pair rejection.",
"is_bot": false,
"headline": "refactor(partiql): mark Statement Update/Delete non_exhaustive",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-21T17:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5412b9ca5ef8a3095086760ec894b5ac4649ed81",
"body": "…nsactions\n\nExtends the DELETE RETURNING work to match the real-AWS ground truth. A\nmissing DELETE target now returns a present but empty Items array rather\nthan omitting Items, and the DELETE variants DynamoDB rejects carry its\nexact validation message. UPDATE honours all four RETURNING variants on\n[…]\nith the MODIFIED variants excluding the key.\nBatchExecuteStatement surfaces a member's RETURNING payload;\nExecuteTransaction rejects any RETURNING member up front with a top-level\nValidationException.",
"is_bot": false,
"headline": "feat(partiql): honour RETURNING on UPDATE and batch, reject it in tra…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-21T17:09:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbab874a4f711a04c8d5d9f53294479988eb672b",
"body": "Parse the clause, surface the deleted item through the ExecuteStatement\nItems field, and reject the returning variants DynamoDB does not allow\non DELETE instead of silently ignoring them. A missing item stays a\nsilent no-op with no returned items.",
"is_bot": false,
"headline": "feat(partiql): support DELETE RETURNING ALL OLD *",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-21T13:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42726a39cfe76572191028da35b41e9083d967a3",
"body": "feat(import): add schema scaffolding functionality in serve",
"is_bot": false,
"headline": "Merge pull request #139 from samchungy/allow-schema-in-serve",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-21T12:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d807825036914705bae1d3bc457efbfa4bebaf3",
"body": null,
"is_bot": false,
"headline": "address pr feedback",
"author_name": "Sam Chung",
"author_login": "samchungy",
"committed_at": "2026-07-19T11:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9c00b1465102636f1ec2f496eead4694374033",
"body": "…in-serve",
"is_bot": false,
"headline": "Merge branch 'main' of github.com:nubo-db/dynoxide into allow-schema-…",
"author_name": "Sam Chung",
"author_login": "samchungy",
"committed_at": "2026-07-19T11:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd63688939c2c3783490bb3e326d541a2d952b82",
"body": "docs: name Parity Suite alongside the DynamoDB conformance descriptor",
"is_bot": false,
"headline": "Merge pull request #143 from nubo-db/docs/parity-suite-descriptor",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-17T22:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e179d1e928925345720c2b02af5b94b7c1e575f1",
"body": "Where the conformance suite is first described in the README and the\ncompatibility summary, name Parity Suite once with the DynamoDB conformance\nsuite as the linked descriptor. Give the board links descriptive anchor\ntext, add a maintainer disclosure, and drop the pinned DynamoDB Local\nfailure counts in favour of the live results link.",
"is_bot": false,
"headline": "docs: name Parity Suite alongside the DynamoDB conformance descriptor",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-17T22:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eec5baec7a952bcae98c8a628e691a6131973cbb",
"body": null,
"is_bot": false,
"headline": "chore: release 0.11.4",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-17T13:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7e7722e668b72cd3c9381314fc80f8fe5213261",
"body": "…-subcommands\n\nfix(cli): reject top-level args combined with a subcommand",
"is_bot": false,
"headline": "Merge pull request #142 from nubo-db/fix/top-level-args-conflict-with…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-17T13:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8205b099f92028abb7a7ab8fdd7309c5977c3a55",
"body": "The top-level --host, --port, --db-path and --encryption-key-file only\nfeed the no-subcommand path, so dynoxide --db-path data.db serve parsed\ncleanly and then dropped the path - the server ran in-memory and the\ndata was gone on exit. args_conflicts_with_subcommands makes the\ncombination a hard parse error instead.\n\nFixes #141",
"is_bot": false,
"headline": "fix(cli): reject top-level args combined with a subcommand",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-17T13:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1bb53e7b7167807f3443ab334a09ec297bf49a7",
"body": null,
"is_bot": false,
"headline": "add docs",
"author_name": "Sam Chung",
"author_login": "samchungy",
"committed_at": "2026-07-15T11:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d98a67e5d4b7a89d254bbde7f4a282f0051bb7",
"body": null,
"is_bot": false,
"headline": "Address comments in PR review",
"author_name": "Sam Chung",
"author_login": "samchungy",
"committed_at": "2026-07-15T11:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1cca7b25d9fc98e16b6a14eb5fa31fa30a1c148",
"body": null,
"is_bot": false,
"headline": "format and add changelog",
"author_name": "Sam Chung",
"author_login": "samchungy",
"committed_at": "2026-07-14T07:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e98e3a02a7321f5ecb0f81354da52cd4806d5d6",
"body": null,
"is_bot": false,
"headline": "feat(import): add schema scaffolding functionality in serve",
"author_name": "Sam Chung",
"author_login": "samchungy",
"committed_at": "2026-07-14T07:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1c8122eebb5cb1ced416c861457f2ef6ca8e864",
"body": "refactor(server): split server.rs into focused modules",
"is_bot": false,
"headline": "Merge pull request #136 from nubo-db/refactor/split-server-into-modules",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-06T11:04:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a137a5d187af861cd1479963dae0a5f45c1fbb",
"body": "validate_auth moves to server/auth.rs, the serialization type\npre-checks to server/serialization_checks.rs, and the serde error\nmapping to server/serde_errors.rs. The moved bodies are unchanged;\nonly the four entry points the server calls gain pub(super). Also\npoints a stale doc reference in types.rs at the new location.",
"is_bot": false,
"headline": "refactor(server): split server.rs into focused modules (#72)",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-06T10:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3acc4cd42c8cf75181a2470254fb4e82920dbafe",
"body": "Pure rename with no content change, so git records the move at full\nsimilarity before the module split lands on top.",
"is_bot": false,
"headline": "refactor(server): move server.rs to server/mod.rs",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-06T10:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a861f5b88b1ba54238032774a4bc94ed9295625",
"body": "chore(ci): move actions to Node 24 majors",
"is_bot": false,
"headline": "Merge pull request #135 from nubo-db/chore/actions-node24",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-05T15:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be3d566709349d56b0969b469cd04932928fab1",
"body": "The first pass missed them because they mostly run in release-path\nworkflows where the runner annotation had not surfaced yet.",
"is_bot": false,
"headline": "chore(ci): move docker actions to Node 24 majors too",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-05T15:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b68efa443d63a17cdc16990f446f4fd8f054410b",
"body": "GitHub is deprecating the Node 20 action runtime and the runners now\nflag every v4-era action. Bumps checkout, setup-node, the artifact\nactions, github-script, configure-aws-credentials, docker login and\ncreate-pull-request to their Node 24 majors. Release notes checked\nagainst our usage sites; the only behavioural major in the ranges\n(download-artifact v5, single-artifact path layout) does not apply to\nthe download-all mode release.yml uses.",
"is_bot": false,
"headline": "chore(ci): move actions to Node 24 majors",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-05T15:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0954eb6d47aa593c08a75b579b78fdf78338ec7",
"body": null,
"is_bot": false,
"headline": "chore(benchmarks): update cmov to 0.5.4 for the aarch64 advisory",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-05T14:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee83a18a5e00b3f61880407cb61b88cb68c41da7",
"body": null,
"is_bot": false,
"headline": "chore: release 0.11.3",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-05T14:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21e12748515612514976328b937859ff2f920957",
"body": "docs: update benchmark numbers",
"is_bot": false,
"headline": "Merge pull request #134 from nubo-db/auto/benchmark-refresh",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-05T14:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c18dd7f629898f44c17b6be53564d706358563d5",
"body": null,
"is_bot": false,
"headline": "docs: update benchmark numbers",
"author_name": "hicksy",
"author_login": "hicksy",
"committed_at": "2026-07-05T14:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d5fd8afa53b30e5f138f786399565389c998623",
"body": "fix: harden listener binds on Windows with SO_EXCLUSIVEADDRUSE",
"is_bot": false,
"headline": "Merge pull request #133 from nubo-db/feat/windows-exclusiveaddruse",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-05T13:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "708a5c3c64c9861c3a1875f0fd58f7cff1e90d28",
"body": "The MCP HTTP transport bound with a plain tokio bind, leaving the port\nopen on Windows to the same same-user SO_REUSEADDR takeover the\nDynamoDB listener was just protected against. The bind helpers move to\na shared net module so both servers use one path; Unix behaviour is\nunchanged.",
"is_bot": false,
"headline": "fix(mcp): bind the MCP listener through the shared exclusive bind",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-05T13:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bb24d72e03ab72e693b46d7078863000492fde8",
"body": "The unreadable-token test relied on a Unix-only error mapping (a\ndirectory at the token path) and the snapshot path test asserted a\nforward-slash substring. Both now test the same intent portably.\nCaught by the new Windows CI job.",
"is_bot": false,
"headline": "test: make auth and snapshot unit tests pass on Windows",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-05T13:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d554e9f44586bd078e02f7039320990fb46df1",
"body": "On Windows a plain bind can be hijacked by another same-user process\nbinding the same port with SO_REUSEADDR. Set SO_EXCLUSIVEADDRUSE to\nprevent that, add a rebind-past-TIME_WAIT regression test, and give CI\na Windows test job (it only built there before).\n\nCloses #23.",
"is_bot": false,
"headline": "fix(server): set SO_EXCLUSIVEADDRUSE on the Windows listener",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-05T13:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc18d599c785c405902db53a313964f371e8bfc9",
"body": null,
"is_bot": false,
"headline": "docs: list mcp.yml in the release workflow reference",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-02T14:08:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3d575ef9244f0240c8934276f23b4f50a6d463",
"body": "…orkflow",
"is_bot": false,
"headline": "fix(release): meet MCP registry description limit, add mcp recovery w…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-02T13:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05388fe8a6673a6e6ed6bb2c5915fafc0cbab7d2",
"body": null,
"is_bot": false,
"headline": "chore: release 0.11.2",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-02T12:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81dfc2998366ab1745b027cefa332e7976ca1493",
"body": "…bute-definitions\n\nfix: reconcile UpdateTable AttributeDefinitions to used key attributes",
"is_bot": false,
"headline": "Merge pull request #132 from nubo-db/fix/update-table-reconcile-attri…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-02T12:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "815eb8c0a8185d391e11beec4559acb07e8356ca",
"body": "…s (#131)",
"is_bot": false,
"headline": "fix: reconcile UpdateTable AttributeDefinitions to used key attribute…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-02T12:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "815217bd68d0703399022b443326bc8dcf3321a0",
"body": "… (#130)\n\nUpdateTable now merges AttributeDefinitions as a delta instead of replacing the stored list; a redeclared attribute keeps its existing type, matching AWS. Fixes #129.",
"is_bot": false,
"headline": "fix: merge UpdateTable AttributeDefinitions instead of replacing them…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-02T09:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12d415d3bc1f6d0d26d531bb6fd51f819bf0faf1",
"body": null,
"is_bot": false,
"headline": "Merge pull request #128 from nubo-db/fix/projection-list-index-merge",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-01T15:57:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "404cb83e4e9682180ca92cc01d78f57bfd5f0a1e",
"body": "A ProjectionExpression naming two or more sub-attributes of the same list\nindex (l[0].a, l[0].b) split into separate output elements instead of one.\nReconstruction now reuses the element the previous same-index path built, so\nthe merge holds at depth while distinct indices still compact.",
"is_bot": false,
"headline": "fix: merge projected sub-attributes of one list index (#126)",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-01T14:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576b4a1e6be1cfc542bf5aa2569d8e007abea3ef",
"body": "…, batch-get, validation ordering) (#127)\n\n* fix: return projected list indices compacted and index-ordered\n\nDynamoDB compacts projected list elements into ascending index order\nregardless of the order requested, so `l[2], l[0]` yields `[l0, l2]`.\nProjection application pushed elements in request or\n[…]\ntion, batch-get, and validation-ordering fixes\n\n* refactor: share the path-format helper and drop a dead batch-get check\n\n* test: broaden coverage for the projection, key-condition and batch-get fixes",
"is_bot": false,
"headline": "fix: close nine DynamoDB conformance gaps (projection, key conditions…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-01T13:40:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9e466877e5222fc1e49b77b8673a6f96b2f1c90",
"body": "…acity (#125)\n\n* fix: recompute TransactWriteItems replay capacity as a transactional read\n\n* fix: honour ClientRequestToken idempotency and transactional capacity in ExecuteTransaction\n\n* test: cover ExecuteTransaction token length, failed-call caching, and multi-table capacity\n\n* refactor: share the transactional idempotency and capacity helpers across both paths",
"is_bot": false,
"headline": "fix: ExecuteTransaction idempotency and TransactWriteItems replay cap…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-01T08:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57d29522f4ba7171d469fba9ce7501b17ad405da",
"body": "fix: serialise same-token TransactWriteItems to close an idempotency race",
"is_bot": false,
"headline": "Merge pull request #124 from nubo-db/fix/transact-idempotency-toctou",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-01T05:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c037a8a77f7b3bb07313c3a3fd2c18cfa6ecc76",
"body": "…race\n\nHold the idempotency cache lock across the whole token-bearing first call\n(check, execute, insert) so two concurrent same-token calls cannot both\nexecute the transaction; the second waits and replays the first's result. A\nreplay still releases the lock before re-deriving capacity, and tokenless\ntransactions skip the cache entirely. Adds a barrier-based concurrency\nregression test.",
"is_bot": false,
"headline": "fix: serialise same-token TransactWriteItems to close an idempotency …",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-07-01T04:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de32c1f4aa81d3ec76c493700c1dac59049c054",
"body": "…city\n\nfix: align TransactWriteItems ConsumedCapacity with DynamoDB",
"is_bot": false,
"headline": "Merge pull request #123 from nubo-db/fix/transact-write-consumed-capa…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-30T21:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30cb465b4b6772457b35649f57025364f5d17f2b",
"body": "…he idempotency lock before recompute\n\nexecute and the same-token replay path now build ConsumedCapacity through one\nhelper (build_transact_capacity / replay_response) instead of duplicating the\nmode guard and per-table iteration, and the replay clones what it needs and\ndrops the idempotency lock before re-deriving capacity. Adds coverage for the\ncross-mode and no-mode replay paths and the TOTAL-mode top-level fields.",
"is_bot": false,
"headline": "refactor: share the transactional ConsumedCapacity builder, release t…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-30T21:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8467e781463e42da1db3ddb1642db643a4998395",
"body": "Populate top-level Read/WriteCapacityUnits in transactional responses (a\nstandalone ConditionCheck reports 2 write units on its own table line), and\nreport a same-token idempotent replay as read capacity at the same magnitude,\nhonouring the replay's own ReturnConsumedCapacity mode. Single-item operations\nare unchanged.",
"is_bot": false,
"headline": "fix: align TransactWriteItems ConsumedCapacity with DynamoDB",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-30T21:02:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de3b27315c4f16b8cd9da045110f1349d23043d2",
"body": "fix: match DynamoDB's SPECIFIC_ATTRIBUTES message on Query and Scan",
"is_bot": false,
"headline": "Merge pull request #122 from nubo-db/fix/specific-attributes-message",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-30T19:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33d4c78d2c873c007b380f016e1331948987fbb3",
"body": "…es-message\n\n# Conflicts:\n#\tCHANGELOG.md",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into fix/specific-attribut…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-30T18:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06bb861a73d0e015a7156889452327d168580932",
"body": "…#121)",
"is_bot": false,
"headline": "fix: match DynamoDB's SPECIFIC_ATTRIBUTES message on Query and Scan (…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-30T15:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b9836628fb942260eb704637e717714647559e6",
"body": "…n-validation\n\nfix: reject two CreateTable shapes that DynamoDB rejects\n\nCloses #115\nCloses #116",
"is_bot": false,
"headline": "Merge pull request #120 from nubo-db/fix/createtable-stream-projectio…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-30T09:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9238256b4ba6eff4a4ee0fc185e9e4c0b835a74",
"body": "… (#115)",
"is_bot": false,
"headline": "fix: reject CreateTable StreamSpecification disabled with a view type…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-30T09:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cf5e5dafb050f7909c221259e07bd5a23e38155",
"body": "…#116)",
"is_bot": false,
"headline": "fix: reject CreateTable INCLUDE projection without NonKeyAttributes (…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-30T08:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b0f54a7bdb30498be24ab7e764cdc7730fbfc4d",
"body": "…#119)\n\nsmithery.yaml targeted Smithery's stdio commandFunction path, which its\ncurrent publish flow does not use. Replace it with mcpb/manifest.json (packed\ninto a bundle and published with the Smithery CLI), gitignore the built\nbundle, and correct the Smithery and Glama runbook steps to the flows that\nactually work.",
"is_bot": false,
"headline": "fix(mcp): publish to Smithery via an MCPB bundle, not smithery.yaml (…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-27T23:05:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "321179cf0782d1b944b6812789f497885f8ec78a",
"body": "* feat(mcp): list the MCP server in the official MCP registry\n\nAdds server.json, the npm mcpName marker and the OCI ownership label, and\na release-pipeline job that publishes to registry.modelcontextprotocol.io\nover GitHub OIDC. The GitHub MCP Registry ingests from there.\n\n* chore(mcp): add Smithery\n[…]\ns runbook\n\nsmithery.yaml and glama.json let those registries list the MCP server;\ndocs/mcp-registries.md is the maintainer runbook covering all five\nlistings and which steps need a maintainer account.",
"is_bot": false,
"headline": "feat(mcp): list the MCP server in the public registries (#118)",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-27T21:59:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9725b4df863ce0b9c0b0fe9d3c8ebbd368f130ac",
"body": "* chore: gitgnore\n\n* docs(agents): point product consumers at the for-agents page",
"is_bot": false,
"headline": "docs(agents): point product consumers at the for-agents page (#117)",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-27T20:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37884eac964765f5e0e39e9924dcec3289183d99",
"body": null,
"is_bot": false,
"headline": "docs: point conformance references at the paritysuite org [skip ci]",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-27T15:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d4c1432d54cc52702270c5e946df3eda32868e3",
"body": null,
"is_bot": false,
"headline": "ci(release): harden cross-compile build against transient network flakes",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T13:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c38e308b0b6e34212d55ad94c6366fdb179b873d",
"body": null,
"is_bot": false,
"headline": "chore: release 0.11.1",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T13:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6a1372bded33e2635b73ee32398a9daf6761326",
"body": null,
"is_bot": false,
"headline": "docs(wasm-engine): point README version pins at 0.11.1-preview",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T13:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0dec4f72d26737edf8a518d54c5930e9031520",
"body": "docs: update benchmark numbers",
"is_bot": false,
"headline": "Merge pull request #114 from nubo-db/auto/benchmark-refresh",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T13:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f6415aad3429321d82a6deacd1078cdd2510673",
"body": null,
"is_bot": false,
"headline": "docs: update benchmark numbers",
"author_name": "hicksy",
"author_login": "hicksy",
"committed_at": "2026-06-26T13:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e066fc0c6837b8b3de6070323597c157eb06e0bf",
"body": "fix(types): validate Number format against DynamoDB's grammar",
"is_bot": false,
"headline": "Merge pull request #113 from nubo-db/fix/number-leading-plus-sign",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T12:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ad3d92012b95396e957c506446bc17d5cbefe1",
"body": "Rework validate_dynamo_number to accept exactly the numeric grammar real\nDynamoDB accepts and reject everything else: a leading '+' is now allowed\n(the case in #109), while malformed forms like 1+2, 1.2.3, +e2, a bare\nexponent, and any surrounding or internal whitespace are rejected to match\nAWS. The deserialise path delegates here too, so there is one source of\ntruth. The accept/reject boundary was verified against real DynamoDB.\n\nFixes #109",
"is_bot": false,
"headline": "fix(types): validate Number format against DynamoDB's grammar",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T12:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53f48c14698de6c7dc7faffcbaf3f92bae1060ba",
"body": "fix: map/list equality in conditions, plus expression-value nesting and number-set precision",
"is_bot": false,
"headline": "Merge pull request #112 from nubo-db/fix/condition-map-list-equality",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T11:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3af385c3e87c665df2d1d14d3d6db0aef6b08362",
"body": "…precision",
"is_bot": false,
"headline": "docs: changelog for map/list equality, nesting limit, and number-set …",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T10:55:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "194364d6e98dbed0402ee6cb3e848cfd3e565deb",
"body": "Number-set equality parsed each member to f64, so two sets differing only\nbeyond ~15 significant digits compared equal. Compare via the canonical\nnumeric form instead, matching how NS duplicates are detected on write and\nhow real DynamoDB compares.",
"is_bot": false,
"headline": "fix(expressions): compare number sets at full precision",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T10:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1435fee364d3ef712dab3f3d564627d9b5934ab1",
"body": "ExpressionAttributeValues were never depth-checked, so a document nested\nbeyond DynamoDB's 32-level limit reached the comparator instead of being\nrejected. Validate their nesting up front in the shared per-value check\n(and in TransactWriteItems, which bypasses it), raising the same bare\nValidationException AWS does. Also corrects the stored-item boundary,\nwhich was one level too lenient, and aligns its message with AWS.",
"is_bot": false,
"headline": "fix(validation): enforce the 32-level nesting limit on expression values",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T10:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0aafa31717f4867dc0d23a6b2839d0eecf8317",
"body": "compare_values had no arm for the M (map) and L (list) types, so two\ndocuments fell through to the not-equal catch-all and = always returned\nfalse. Add deep-equality arms that recurse through compare_values, so\nnested numbers normalise and maps compare order-independently.\n\nFixes #103",
"is_bot": false,
"headline": "fix(expressions): support map and list equality in condition expressions",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-26T09:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fe2bfb311dabc608c9bdfdc18389d2fbd17b962",
"body": null,
"is_bot": false,
"headline": "chore: docs [skip ci]",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-25T19:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9645afe222b2b8bbe47ebc08044253a3828fa5a9",
"body": "The published README documented `npm install @dynoxide/wasm-engine@preview`, but no `preview` dist-tag exists, so that command fails; the package installs from `latest`. Point the docs at the bare install and bump the preview iteration so the corrected README ships. The engine publish step passed no tag, which npm refuses for a prerelease version, so pass `--tag latest`.",
"is_bot": false,
"headline": "fix(wasm-engine): correct the npm install docs and publish tag",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-25T08:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de1b6f198840136c20c414ddb2e930367251a4d3",
"body": "…ip ci]\n\nnpm mandates a latest dist-tag and OIDC publishing can only set the tag it publishes to, so a separate preview dist-tag would drift from latest. The engine now publishes to latest; the -preview version string is the preview marker. README and wasm doc install bare.",
"is_bot": false,
"headline": "ci(wasm): publish the engine to latest, drop the preview dist-tag [sk…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T21:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf54b18d55346c9020fb2b9027d84d718a290862",
"body": "npm mandates a latest dist-tag and will not let it be removed, so the README and wasm doc no longer claim latest is unset; they point at the preview dist-tag or an exact version pin instead.",
"is_bot": false,
"headline": "docs: correct the @dynoxide/wasm-engine install note [skip ci]",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T20:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3b792131d9a2c9534bb9bd03d67e170cf4ded4a",
"body": "Rename the browser engine npm package to @dynoxide/wasm-engine",
"is_bot": false,
"headline": "Merge pull request #107 from nubo-db/chore/rename-wasm-engine-pkg",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T20:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07b013c04e2db27e9fba9814d38999139e66e514",
"body": "docs: update benchmark numbers",
"is_bot": false,
"headline": "Merge pull request #106 from nubo-db/auto/benchmark-refresh",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T19:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35be28b8baf2e799e666dc713ee3b5d49d2578bf",
"body": "Moves the package from @nubo-db/dynoxide-engine to @dynoxide/wasm-engine for scope consistency with the @dynoxide/* CLI family, and renames npm/dynoxide-engine/ to npm/wasm-engine/. Done before the first publish, so there is no npm migration to manage. No behaviour change.",
"is_bot": false,
"headline": "chore: rename the browser engine npm package to @dynoxide/wasm-engine",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T19:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d11d1320c7724206a011a12675d72ec6af48178",
"body": null,
"is_bot": false,
"headline": "docs: update benchmark numbers",
"author_name": "hicksy",
"author_login": "hicksy",
"committed_at": "2026-06-24T16:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36a7a8d17f9c1fc41053d9b55ffb84ac10b498f1",
"body": "Prepare 0.11.0 release: worker minify + engine preview-track publishing",
"is_bot": false,
"headline": "Merge pull request #105 from nubo-db/release/0.11.0",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T15:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f188dd74fda38879c709490d4cb1bffe274ac7",
"body": null,
"is_bot": false,
"headline": "chore: release 0.11.0",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T14:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe78096258586d8052324a78e3994394d2a4b9a",
"body": "@nubo-db/dynoxide-engine now publishes as <crate-base>-preview to the preview dist-tag, never latest, so the wasm path cannot be installed by default while it is not run against the conformance suite. The package README documents the @preview install and the preview-track versioning.",
"is_bot": false,
"headline": "ci(wasm): publish the engine on a decoupled preview dist-tag",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T14:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c256e655efbecdfdf8b81a6a793e0e60bdb9237b",
"body": "The release build now runs esbuild --minify on the worker, roughly halving its raw size; dev and harness builds stay on --minify-syntax so they remain readable and the harness-op strip guard keeps matching. The browser-engine CI job builds the release bundle so the minified, identifier-renamed worker that ships is exercised against Chromium and OPFS on every PR, and the wasm docs carry the real sizes plus gzip/brotli serving guidance.",
"is_bot": false,
"headline": "perf(wasm): fully minify the shipping worker bundle",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T14:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055da5cb9f287991bace11781abe615a3fa2f7b1",
"body": "fix: empty-binary key values surface as a top-level ValidationException everywhere",
"is_bot": false,
"headline": "Merge pull request #104 from nubo-db/fix/empty-binary-key-hoist",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T12:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "650ef8325983af2a704d7b6533a8fcb830b6db52",
"body": "…on everywhere\n\nAn empty-binary key (table item, table lookup, or secondary-index key) used the\nolder \"were invalid\" wording and, inside a transaction, became a ValidationError\ncancellation reason instead of hoisting. It now surfaces as a top-level\nValidationException on every path, matching DynamoDB and the empty-string case. The\nKeyEmptyStringValidation variant is renamed KeyEmptyValueValidation as it now carries\nboth empty values.",
"is_bot": false,
"headline": "fix: empty-binary key values surface as a top-level ValidationExcepti…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T12:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "391bfb261ac8ab77a0b1932dd96cd76d937880fb",
"body": "… returns a top-level ValidationException (#98) (#102)\n\n* fix: empty-string lookup key in transact Update/Delete/ConditionCheck returns a top-level ValidationException (#98)\n\nAn empty-string Key value on a transact Update, Delete, or ConditionCheck was\nreturned as a TransactionCanceledException with\n[…]\ntGetItems keeps its per-action cancellation-reason\nbehaviour via an explicit guard. The dynamodb-conformance suite pins all nine\ntransact cases.\n\n* style: apply rustfmt to the new key-validation tests",
"is_bot": false,
"headline": "fix: empty-string lookup key in transact Update/Delete/ConditionCheck…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-24T09:25:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "607032bc8f6a2bc7eb93c486793aa0649658818d",
"body": "… key (#101)\n\nReal DynamoDB collapses a wrong-type or non-scalar table key in a batch put to the generic `The provided key element does not match the schema`, rather than PutItem's type-mismatch wording. Fixes #97.",
"is_bot": false,
"headline": "fix: BatchWriteItem returns generic schema error for wrong-type table…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-23T16:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7168877c4064772ca8860a205fa1411990dd1896",
"body": "…ejects (#100)\n\n* fix: reject Query/Scan Select/ProjectionExpression combinations DynamoDB rejects\n\nA ProjectionExpression with a non-SPECIFIC_ATTRIBUTES Select, and\nALL_PROJECTED_ATTRIBUTES without an IndexName, now return a ValidationException\ninstead of running.\n\nCloses #96\n\n* fix: match AWS wording for COUNT + ProjectionExpression rejection",
"is_bot": false,
"headline": "Reject Query/Scan Select/ProjectionExpression combinations DynamoDB r…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-23T12:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13d955a883b228f2bc33c766eb84b60ed8dfeffe",
"body": "…ationException (#99)\n\nWas wrapped in a TransactionCanceledException; wrong-type and non-scalar keys\nstill cancel with a ValidationError reason.\n\nCloses #95",
"is_bot": false,
"headline": "fix: empty-string key in TransactWriteItems returns a top-level Valid…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-23T09:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2289052992313a8ec5844930e599c99a082bb18f",
"body": null,
"is_bot": false,
"headline": "Merge pull request #94 from nubo-db/fix/index-key-write-validation",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-21T22:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b444628b9175fdb3faf44b04062e14b77fe18e49",
"body": "Reject a write whose GSI or LSI key attribute is the wrong type, a non-scalar, or an empty string, with DynamoDB's exact ValidationException message, across every write path (put, update, batch, transactional, PartiQL, import). Index key presence stays optional (sparse); only a present-but-invalid value is rejected, and an update re-checks only the index keys it changes. Fixes #92.",
"is_bot": false,
"headline": "fix: validate secondary-index key attributes on write",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-21T22:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ac56f09dfaef744cc601dc4aa45b040f2403d55",
"body": "…Is (#93)\n\nIndex membership was gated on the partition key alone, so a composite GSI or LSI could include an item that carries the partition key but lacks the sort key (or holds a non-scalar key value), writing it at an empty sort-key position. DynamoDB excludes such items from the index. A shared IndexDef helper now decides membership for every index write path. Fixes #91.",
"is_bot": false,
"headline": "fix: exclude items missing the index sort key from sparse GSIs and LS…",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-21T20:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a5101191b370778877c53d4de9fdbd4d087fdfd",
"body": null,
"is_bot": false,
"headline": "docs: add live conformance badge [skip ci]",
"author_name": "Martin Hicks",
"author_login": "hicksy",
"committed_at": "2026-06-20T20:57:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 309,
"latest_release_at": "2026-07-17T13:53:03Z",
"latest_release_tag": "v0.11.4",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 16,
"days_since_latest_release": 5,
"mean_days_between_releases": 9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "dynoxide-rs",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"database",
"sqlite",
"emulator",
"dynamodb",
"aws",
"database",
"emulators"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/dynoxide-rs",
"is_deprecated": false,
"latest_version": "0.11.4",
"repository_url": "https://github.com/nubo-db/dynoxide",
"versions_count": 16,
"total_downloads": 339,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 92,
"first_published_at": "2026-02-14T18:18:56.091806Z",
"latest_published_at": "2026-07-17T13:59:59.248135Z",
"latest_version_yanked": false,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 6,
"stars": 78,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": null,
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"benchmarks/Cargo.toml"
],
"largest_source_bytes": 97486,
"source_files_sampled": 155,
"oversized_source_files": 9,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 5591
},
"dependencies": {
"manifests": [
"Cargo.toml",
"benchmarks/Cargo.toml",
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "rustls-webpki",
"direct": false,
"version": "0.101.7",
"severity": "high",
"ecosystem": "crates",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-82j2-j2ch-gfr8",
"GHSA-965h-392x-2mh5",
"GHSA-xgp8-3hg3-c2mh",
"RUSTSEC-2026-0098",
"RUSTSEC-2026-0099",
"RUSTSEC-2026-0104"
],
"fixed_version": "0.104.0-alpha.7",
"advisory_count": 6,
"oldest_advisory_days": 99
},
{
"name": "time",
"direct": false,
"version": "0.3.45",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-r6v5-fh4h-64xc",
"RUSTSEC-2026-0009"
],
"fixed_version": "0.3.47",
"advisory_count": 2,
"oldest_advisory_days": 167
},
{
"name": "aws-sdk-dynamodb",
"direct": false,
"version": "1.82.0",
"severity": "low",
"ecosystem": "crates",
"cvss_score": 3.7,
"advisory_ids": [
"GHSA-g59m-gf8j-gjf5"
],
"fixed_version": "1.181.0",
"advisory_count": 1,
"oldest_advisory_days": 194
},
{
"name": "anyhow",
"direct": false,
"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": 27
},
{
"name": "bincode",
"direct": false,
"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": 218
},
{
"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": 16
},
{
"name": "proc-macro-error2",
"direct": false,
"version": "2.0.1",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0173"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 45
},
{
"name": "rustls-pemfile",
"direct": false,
"version": "1.0.4",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2025-0134"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 236
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"high": 1,
"unknown": 5,
"moderate": 1
},
"advisory_count": 14,
"affected_count": 8,
"assessed_count": 499,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates",
"npm"
],
"dependencies": [
{
"name": "rusqlite",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.36"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "base64",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "bigdecimal",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "uuid",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "md5",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "web-time",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "pollster",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "zeroize",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "axum",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "tower-http",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "clap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "tracing",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "tracing-subscriber",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "socket2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "crc32fast",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "rmcp",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "schemars",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "tokio-util",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "libc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "directories",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "6"
},
{
"name": "subtle",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "toml",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "fake",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3"
},
{
"name": "sha2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "flate2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "indicatif",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.18"
},
{
"name": "zstd",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "tempfile",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3"
},
{
"name": "wasm-bindgen",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "js-sys",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "wasm-bindgen-futures",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "web-sys",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "async-lock",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "async-lock",
"direct": true,
"version": "3.4.2",
"ecosystem": "crates"
},
{
"name": "axum",
"direct": true,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": "0.21.7",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "bigdecimal",
"direct": true,
"version": "0.4.10",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": true,
"version": "4.6.1",
"ecosystem": "crates"
},
{
"name": "crc32fast",
"direct": true,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "directories",
"direct": true,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "fake",
"direct": true,
"version": "3.1.0",
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": true,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "indicatif",
"direct": true,
"version": "0.18.4",
"ecosystem": "crates"
},
{
"name": "indicatif",
"direct": true,
"version": "0.18.6",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": true,
"version": "0.3.97",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": true,
"version": "0.2.186",
"ecosystem": "crates"
},
{
"name": "md5",
"direct": true,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "pollster",
"direct": true,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "rmcp",
"direct": true,
"version": "1.6.0",
"ecosystem": "crates"
},
{
"name": "rusqlite",
"direct": true,
"version": "0.36.0",
"ecosystem": "crates"
},
{
"name": "schemars",
"direct": true,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.149",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": "0.10.9",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": true,
"version": "0.5.10",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": true,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "subtle",
"direct": true,
"version": "2.6.1",
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": true,
"version": "3.27.0",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": "1.52.1",
"ecosystem": "crates"
},
{
"name": "tokio-util",
"direct": true,
"version": "0.7.18",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": true,
"version": "0.8.23",
"ecosystem": "crates"
},
{
"name": "tower-http",
"direct": true,
"version": "0.6.8",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": true,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "tracing-subscriber",
"direct": true,
"version": "0.3.23",
"ecosystem": "crates"
},
{
"name": "uuid",
"direct": true,
"version": "1.23.1",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": true,
"version": "0.2.120",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-futures",
"direct": true,
"version": "0.4.70",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": true,
"version": "0.3.97",
"ecosystem": "crates"
},
{
"name": "web-time",
"direct": true,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": true,
"version": "1.8.2",
"ecosystem": "crates"
},
{
"name": "zstd",
"direct": true,
"version": "0.13.3",
"ecosystem": "crates"
},
{
"name": "adler2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"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": "anyhow",
"direct": false,
"version": "1.0.102",
"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": "aws-config",
"direct": false,
"version": "1.8.11",
"ecosystem": "crates"
},
{
"name": "aws-config",
"direct": false,
"version": "1.8.16",
"ecosystem": "crates"
},
{
"name": "aws-credential-types",
"direct": false,
"version": "1.2.10",
"ecosystem": "crates"
},
{
"name": "aws-credential-types",
"direct": false,
"version": "1.2.14",
"ecosystem": "crates"
},
{
"name": "aws-lc-rs",
"direct": false,
"version": "1.16.3",
"ecosystem": "crates"
},
{
"name": "aws-lc-sys",
"direct": false,
"version": "0.40.0",
"ecosystem": "crates"
},
{
"name": "aws-runtime",
"direct": false,
"version": "1.5.16",
"ecosystem": "crates"
},
{
"name": "aws-runtime",
"direct": false,
"version": "1.7.3",
"ecosystem": "crates"
},
{
"name": "aws-sdk-dynamodb",
"direct": false,
"version": "1.111.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-dynamodb",
"direct": false,
"version": "1.82.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-sso",
"direct": false,
"version": "1.90.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-sso",
"direct": false,
"version": "1.98.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-ssooidc",
"direct": false,
"version": "1.100.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-ssooidc",
"direct": false,
"version": "1.92.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-sts",
"direct": false,
"version": "1.103.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-sts",
"direct": false,
"version": "1.94.0",
"ecosystem": "crates"
},
{
"name": "aws-sigv4",
"direct": false,
"version": "1.3.6",
"ecosystem": "crates"
},
{
"name": "aws-sigv4",
"direct": false,
"version": "1.4.3",
"ecosystem": "crates"
},
{
"name": "aws-smithy-async",
"direct": false,
"version": "1.2.14",
"ecosystem": "crates"
},
{
"name": "aws-smithy-async",
"direct": false,
"version": "1.2.6",
"ecosystem": "crates"
},
{
"name": "aws-smithy-http",
"direct": false,
"version": "0.62.5",
"ecosystem": "crates"
},
{
"name": "aws-smithy-http",
"direct": false,
"version": "0.63.6",
"ecosystem": "crates"
},
{
"name": "aws-smithy-http-client",
"direct": false,
"version": "1.1.12",
"ecosystem": "crates"
},
{
"name": "aws-smithy-http-client",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "aws-smithy-json",
"direct": false,
"version": "0.61.7",
"ecosystem": "crates"
},
{
"name": "aws-smithy-json",
"direct": false,
"version": "0.62.5",
"ecosystem": "crates"
},
{
"name": "aws-smithy-observability",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "aws-smithy-observability",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "aws-smithy-query",
"direct": false,
"version": "0.60.15",
"ecosystem": "crates"
},
{
"name": "aws-smithy-query",
"direct": false,
"version": "0.60.8",
"ecosystem": "crates"
},
{
"name": "aws-smithy-runtime",
"direct": false,
"version": "1.11.1",
"ecosystem": "crates"
},
{
"name": "aws-smithy-runtime",
"direct": false,
"version": "1.9.4",
"ecosystem": "crates"
},
{
"name": "aws-smithy-runtime-api",
"direct": false,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-runtime-api",
"direct": false,
"version": "1.9.2",
"ecosystem": "crates"
},
{
"name": "aws-smithy-runtime-api-macros",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-types",
"direct": false,
"version": "1.3.4",
"ecosystem": "crates"
},
{
"name": "aws-smithy-types",
"direct": false,
"version": "1.4.7",
"ecosystem": "crates"
},
{
"name": "aws-smithy-xml",
"direct": false,
"version": "0.60.12",
"ecosystem": "crates"
},
{
"name": "aws-smithy-xml",
"direct": false,
"version": "0.60.15",
"ecosystem": "crates"
},
{
"name": "aws-types",
"direct": false,
"version": "1.3.10",
"ecosystem": "crates"
},
{
"name": "aws-types",
"direct": false,
"version": "1.3.15",
"ecosystem": "crates"
},
{
"name": "axum-core",
"direct": false,
"version": "0.5.6",
"ecosystem": "crates"
},
{
"name": "base64-simd",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "bincode",
"direct": false,
"version": "1.3.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.1",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.12.0",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.2",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.11.1",
"ecosystem": "crates"
},
{
"name": "bytes-utils",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "cast",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.61",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "chacha20",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": false,
"version": "0.4.44",
"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_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": "cmake",
"direct": false,
"version": "0.1.58",
"ecosystem": "crates"
},
{
"name": "cmov",
"direct": false,
"version": "0.5.4",
"ecosystem": "crates"
},
{
"name": "colorchoice",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "concurrent-queue",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "console",
"direct": false,
"version": "0.16.3",
"ecosystem": "crates"
},
{
"name": "console",
"direct": false,
"version": "0.16.4",
"ecosystem": "crates"
},
{
"name": "const-oid",
"direct": false,
"version": "0.10.2",
"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.5.1",
"ecosystem": "crates"
},
{
"name": "criterion-plot",
"direct": false,
"version": "0.5.0",
"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-utils",
"direct": false,
"version": "0.8.21",
"ecosystem": "crates"
},
{
"name": "crunchy",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "ctutils",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "deranged",
"direct": false,
"version": "0.5.8",
"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": "deunicode",
"direct": false,
"version": "1.6.2",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.10.7",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "dirs-sys",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "displaydoc",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "dummy",
"direct": false,
"version": "0.9.2",
"ecosystem": "crates"
},
{
"name": "dunce",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "dyn-clone",
"direct": false,
"version": "1.0.20",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.15.0",
"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": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "event-listener",
"direct": false,
"version": "5.4.1",
"ecosystem": "crates"
},
{
"name": "event-listener-strategy",
"direct": false,
"version": "0.5.4",
"ecosystem": "crates"
},
{
"name": "fallible-iterator",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "fallible-streaming-iterator",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": "2.4.1",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.1.5",
"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": "fs_extra",
"direct": false,
"version": "1.3.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": "futures-util",
"direct": false,
"version": "0.3.32",
"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": "h2",
"direct": false,
"version": "0.3.27",
"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.15.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.17.0",
"ecosystem": "crates"
},
{
"name": "hashlink",
"direct": false,
"version": "0.10.0",
"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": "hmac",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "hmac",
"direct": false,
"version": "0.13.0",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "0.2.12",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "http-body-util",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "httparse",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "httpdate",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "hybrid-array",
"direct": false,
"version": "0.4.11",
"ecosystem": "crates"
},
{
"name": "hyper",
"direct": false,
"version": "0.14.32",
"ecosystem": "crates"
},
{
"name": "hyper",
"direct": false,
"version": "1.9.0",
"ecosystem": "crates"
},
{
"name": "hyper-rustls",
"direct": false,
"version": "0.24.2",
"ecosystem": "crates"
},
{
"name": "hyper-rustls",
"direct": false,
"version": "0.27.9",
"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": "iai-callgrind",
"direct": false,
"version": "0.14.2",
"ecosystem": "crates"
},
{
"name": "iai-callgrind-macros",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "iai-callgrind-runner",
"direct": false,
"version": "0.14.2",
"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.1.1",
"ecosystem": "crates"
},
{
"name": "icu_collections",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_locale_core",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_locale_core",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_normalizer",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer_data",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_normalizer_data",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_properties",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "icu_properties",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_properties_data",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "icu_properties_data",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_provider",
"direct": false,
"version": "2.1.1",
"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.14.0",
"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",
"direct": false,
"version": "0.4.17",
"ecosystem": "crates"
},
{
"name": "is_terminal_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.10.5",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.34",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "leb128fmt",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "libm",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "libredox",
"direct": false,
"version": "0.1.16",
"ecosystem": "crates"
},
{
"name": "libredox",
"direct": false,
"version": "0.1.18",
"ecosystem": "crates"
},
{
"name": "libsqlite3-sys",
"direct": false,
"version": "0.34.0",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "litemap",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "lock_api",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.29",
"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": "mime",
"direct": false,
"version": "0.3.17",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "native-tls",
"direct": false,
"version": "0.2.18",
"ecosystem": "crates"
},
{
"name": "nu-ansi-term",
"direct": false,
"version": "0.50.3",
"ecosystem": "crates"
},
{
"name": "num-bigint",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "num-conv",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "num-conv",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "num-integer",
"direct": false,
"version": "0.1.46",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"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": "oorandom",
"direct": false,
"version": "11.1.5",
"ecosystem": "crates"
},
{
"name": "openssl",
"direct": false,
"version": "0.10.80",
"ecosystem": "crates"
},
{
"name": "openssl-macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "openssl-probe",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "openssl-probe",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "openssl-src",
"direct": false,
"version": "300.6.0+3.6.2",
"ecosystem": "crates"
},
{
"name": "openssl-sys",
"direct": false,
"version": "0.9.116",
"ecosystem": "crates"
},
{
"name": "option-ext",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "outref",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "parking",
"direct": false,
"version": "2.2.1",
"ecosystem": "crates"
},
{
"name": "parking_lot",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "parking_lot_core",
"direct": false,
"version": "0.9.12",
"ecosystem": "crates"
},
{
"name": "pastey",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "pin-utils",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "pkg-config",
"direct": false,
"version": "0.3.33",
"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": "proc-macro-error-attr2",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "proc-macro-error2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "proptest",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "quick-error",
"direct": false,
"version": "1.2.3",
"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": "rand",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.9.4",
"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_xorshift",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "rayon",
"direct": false,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "rayon-core",
"direct": false,
"version": "1.13.0",
"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-lite",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.10",
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": false,
"version": "0.12.28",
"ecosystem": "crates"
},
{
"name": "ring",
"direct": false,
"version": "0.17.14",
"ecosystem": "crates"
},
{
"name": "rmcp-macros",
"direct": false,
"version": "1.6.0",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": false,
"version": "0.21.12",
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": false,
"version": "0.23.40",
"ecosystem": "crates"
},
{
"name": "rustls-native-certs",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "rustls-native-certs",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "rustls-pemfile",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "rustls-pki-types",
"direct": false,
"version": "1.14.1",
"ecosystem": "crates"
},
{
"name": "rustls-webpki",
"direct": false,
"version": "0.101.7",
"ecosystem": "crates"
},
{
"name": "rustls-webpki",
"direct": false,
"version": "0.103.13",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.22",
"ecosystem": "crates"
},
{
"name": "rusty-fork",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.23",
"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_derive",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "scopeguard",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "sct",
"direct": false,
"version": "0.7.1",
"ecosystem": "crates"
},
{
"name": "security-framework",
"direct": false,
"version": "2.11.1",
"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": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive_internals",
"direct": false,
"version": "0.29.1",
"ecosystem": "crates"
},
{
"name": "serde_path_to_error",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "serde_spanned",
"direct": false,
"version": "0.6.9",
"ecosystem": "crates"
},
{
"name": "serde_urlencoded",
"direct": false,
"version": "0.7.1",
"ecosystem": "crates"
},
{
"name": "sha1",
"direct": false,
"version": "0.10.6",
"ecosystem": "crates"
},
{
"name": "sha1_smol",
"direct": false,
"version": "1.0.1",
"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": "simd-adler32",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.1",
"ecosystem": "crates"
},
{
"name": "sse-stream",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "stable_deref_trait",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.11.1",
"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": "system-configuration",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "system-configuration-sys",
"direct": false,
"version": "0.6.0",
"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.45",
"ecosystem": "crates"
},
{
"name": "time",
"direct": false,
"version": "0.3.47",
"ecosystem": "crates"
},
{
"name": "time-core",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "time-core",
"direct": false,
"version": "0.1.8",
"ecosystem": "crates"
},
{
"name": "time-macros",
"direct": false,
"version": "0.2.25",
"ecosystem": "crates"
},
{
"name": "time-macros",
"direct": false,
"version": "0.2.27",
"ecosystem": "crates"
},
{
"name": "tinystr",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "tinytemplate",
"direct": false,
"version": "1.2.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.24.1",
"ecosystem": "crates"
},
{
"name": "tokio-rustls",
"direct": false,
"version": "0.26.4",
"ecosystem": "crates"
},
{
"name": "tokio-stream",
"direct": false,
"version": "0.1.18",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "0.6.11",
"ecosystem": "crates"
},
{
"name": "toml_edit",
"direct": false,
"version": "0.22.27",
"ecosystem": "crates"
},
{
"name": "toml_write",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "tower",
"direct": false,
"version": "0.5.3",
"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": "typenum",
"direct": false,
"version": "1.20.0",
"ecosystem": "crates"
},
{
"name": "unarray",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"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": "unit-prefix",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "untrusted",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "url",
"direct": false,
"version": "2.5.8",
"ecosystem": "crates"
},
{
"name": "urlencoding",
"direct": false,
"version": "2.1.3",
"ecosystem": "crates"
},
{
"name": "utf8_iter",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "utf8parse",
"direct": false,
"version": "0.2.2",
"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": "vsimd",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "wait-timeout",
"direct": false,
"version": "0.2.1",
"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.1+wasi-0.2.4",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.3+wasi-0.2.9",
"ecosystem": "crates"
},
{
"name": "wasip3",
"direct": false,
"version": "0.4.0+wasi-0.3.0-rc-2026-01-06",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.120",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.120",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.120",
"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": "wasmparser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"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.61.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "0.7.15",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.46.0",
"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": "xmlparser",
"direct": false,
"version": "0.13.6",
"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-derive",
"direct": false,
"version": "0.8.48",
"ecosystem": "crates"
},
{
"name": "zerofrom",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "zerofrom-derive",
"direct": false,
"version": "0.1.7",
"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": "zmij",
"direct": false,
"version": "1.0.21",
"ecosystem": "crates"
},
{
"name": "zstd-safe",
"direct": false,
"version": "7.2.4",
"ecosystem": "crates"
},
{
"name": "zstd-sys",
"direct": false,
"version": "2.0.16+zstd.1.5.7",
"ecosystem": "crates"
},
{
"name": "@dynoxide/darwin-arm64",
"direct": false,
"version": "0.0.0-development",
"ecosystem": "npm"
},
{
"name": "@dynoxide/darwin-x64",
"direct": false,
"version": "0.0.0-development",
"ecosystem": "npm"
},
{
"name": "@dynoxide/linux-arm64",
"direct": false,
"version": "0.0.0-development",
"ecosystem": "npm"
},
{
"name": "@dynoxide/linux-x64",
"direct": false,
"version": "0.0.0-development",
"ecosystem": "npm"
},
{
"name": "@dynoxide/win32-x64",
"direct": false,
"version": "0.0.0-development",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@playwright/test",
"direct": false,
"version": "1.61.0",
"ecosystem": "npm"
},
{
"name": "@sqlite.org/sqlite-wasm",
"direct": false,
"version": "3.53.0-build1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "playwright",
"direct": false,
"version": "1.61.0",
"ecosystem": "npm"
},
{
"name": "playwright-core",
"direct": false,
"version": "1.61.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 499,
"direct_count": 41,
"indirect_count": 458
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 78,
"open_issues": 7,
"closed_ratio": 0.901,
"closed_issues": 64,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "hicksy",
"commits": 296,
"avatar_url": "https://avatars.githubusercontent.com/u/785770?v=4"
},
{
"type": "User",
"login": "samchungy",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/18017094?v=4"
},
{
"type": "User",
"login": "AnatolyRugalev",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1397674?v=4"
},
{
"type": "User",
"login": "Fancyhe1",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/98204410?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.964
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"benchmark-refresh.yml",
"benchmark-regression.yml",
"ci.yml",
"docker.yml",
"homebrew.yml",
"mcp.yml",
"npm.yml",
"publish-crate.yml",
"release-preflight.yml",
"release.yml",
"test-build.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"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": 1,
"reason": "Found 1/9 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"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 26 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": 7,
"reason": "SAST tool is not run on all commits -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 0,
"reason": "10 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "416a23c982a39c1500a333670d534d987374da40",
"ran_at": "2026-07-22T18:30:34Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T16:07:08Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T16:04:40Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 14,
"created_at": "2026-04-25T17:47:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 83,
"created_at": "2026-06-18T22:03:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2026-06-20T17:42:02Z",
"last_comment_at": "2026-06-21T14:31:21Z",
"last_comment_author": "hicksy"
},
{
"number": 140,
"created_at": "2026-07-17T12:23:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 144,
"created_at": "2026-07-21T11:14:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 145,
"created_at": "2026-07-21T11:21:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 146,
"created_at": "2026-07-21T11:31:48Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nubo-db/dynoxide",
"host": "github.com",
"name": "dynoxide",
"owner": "nubo-db"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 62,
"vitality": 81,
"community": 55,
"governance": 57,
"engineering": 84
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"commits_last_year": 309,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 16
},
"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": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "309 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 309
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 26 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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v0.11.4",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 6,
"stars": 78,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "78 stars",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 78
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"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": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"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": 33,
"inputs": {
"packages": [
"dynoxide-rs"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 339,
"monthly_downloads": 92
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "92 downloads/month across crates",
"points": 26.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 92,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.964
},
"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 96% of commits",
"points": 0.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 96
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 78,
"open_issues": 7,
"closed_issues": 64,
"issue_closed_ratio": 0.901,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 42.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "78/78 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 78,
"decided": 78
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/9 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "nubo-db",
"public_repos": 3,
"account_age_days": 156
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of nubo-db",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "nubo-db"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~0 yr old",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"dynoxide-rs"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"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": 84,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "11 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 11
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"aws",
"database",
"dynamodb",
"dynamodb-local",
"mcp",
"rust",
"sqlite",
"testing",
"conformance",
"dynamodb-emulator"
],
"has_wiki": true,
"homepage": "https://dynoxide.dev",
"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://dynoxide.dev",
"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": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"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": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 1/9 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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 26 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 7",
"points": 3.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "10 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 499 resolved dependencies against OSV. 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",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 499
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 14,
"affected_packages": 8,
"assessed_packages": 499,
"unassessed_packages": 0,
"affected_by_severity": "high 1, moderate 1, low 1, unknown 5",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"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": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"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": 499,
"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": 5
},
"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": "moderate",
"name": "AI Readiness",
"value": 65,
"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": 0.93,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 5591
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.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": "93 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 93,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"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": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"benchmarks/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, benchmarks/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, benchmarks/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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 97486,
"source_files_sampled": 155,
"oversized_source_files": 9
},
"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": "9/155 source files over 60KB",
"points": 51.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 155,
"oversized": 9
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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",
"deps.dev does not index crates:dynoxide-rs@0.11.4; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T18:30:51.739153Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nubo-db/dynoxide.svg",
"full_name": "nubo-db/dynoxide",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}