Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 966,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 1071881,
"TSQL": 4547,
"Batchfile": 598
},
"pushed_at": "2026-07-30T18:05:06Z",
"created_at": "2017-11-14T15:58:41Z",
"owner_type": "User",
"updated_at": "2026-07-30T18:01:51Z",
"description": "Zonkey ORM (and then some) libraries for .Net",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": null,
"name": "Kelly Birr",
"type": "User",
"login": "kellybirr",
"company": null,
"location": "United States",
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1802795?v=4",
"created_at": "2012-06-01T04:15:03Z",
"is_verified": null,
"public_repos": 21,
"account_age_days": 5172
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "7.0.0",
"kind": "major",
"published_at": "2026-07-30T18:05:07Z"
}
],
"recent_commits": [
{
"oid": "609e3b4eab1e35bfa963d799e0cf283ef134cfee",
"body": "v6.6: test suite, CI, documentation overhaul, fast builder revival, PostgreSQL support",
"is_bot": false,
"headline": "Merge pull request #10 from kellybirr/v6.6-with-docs",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-30T17:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e492b86e0d93ecff132b6989d592905283c274",
"body": null,
"is_bot": false,
"headline": "Improved paging support, and 2 bug fixes",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-30T16:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "492ebd5e1a24941444c866dcfe22ae5804c78191",
"body": null,
"is_bot": false,
"headline": "improved MySql/MariaDB and \"??\" support",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-30T15:17:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b47c38d58215bd39f13dc0b0fc8a2b17b0622eac",
"body": null,
"is_bot": false,
"headline": "Enhance WhereExpressions and Improve IN handleling",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-25T22:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af57bf501efa8c19c5c96403d7d9ad8bf2925850",
"body": null,
"is_bot": false,
"headline": "Almost ready for V7",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-24T19:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4318552ef98dad70c8b805d20537031b1471da24",
"body": "# Conflicts:\n#\tsrc/Zonkey.Data/Zonkey.Data.csproj",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/v6.6-with-docs' into v6.6-with-docs",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-24T19:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eeaf70900009640af8c708bb2c072ec61e33c57",
"body": "# Conflicts:\n#\tsrc/Zonkey.Data/Zonkey.Data.csproj",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into v6.6-with-docs",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-24T14:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3480771fdd3d63a1a04d5e08ae7b768f2a13d0a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into v6.6-with-docs",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-24T02:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b19dd6cc83cddbe24ed6e27ce725feccdadb051",
"body": "…/System.Data.SqlClient-4.8.6\n\nBump System.Data.SqlClient from 4.8.2 to 4.8.6 in /src/Zonkey.Data",
"is_bot": false,
"headline": "Merge pull request #8 from kellybirr/dependabot/nuget/src/Zonkey.Data…",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-24T02:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "872ca1528971a1fe5a473e6487c2357a1b8e0d98",
"body": "Same conditional-interface pattern as DataClassReader's IAsyncEnumerable:\nthe base class now provides a virtual DisposeAsync (clears the adapter\ncache, disposes the connection asynchronously), so subclasses get\n'await using' without boilerplate. Also fixes MockDbConnection to close\non dispose, match\n[…]\n\nimplementation, 'await using var db' restored across all wrapper usage\nexamples, and the disposal section documents the virtual override point.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: DatabaseWrapper implements IAsyncDisposable on .NET 6+ targets",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-20T00:52:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "32325a408aa287186352ef4773cc3377335b3448",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: drop DataManager from wrapper pattern samples",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-20T00:46:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b3690edbd3775646b8dc8bba3406e52297305126",
"body": "…iant for PG enums\n\nDocuments the field-proven wrapper shape (named connection + private ctor\n+ static Open() + subclass IAsyncDisposable restoring 'await using'), and\nextends it in the PostgreSQL guide with the NpgsqlDataSource variant that\nnative enums require: mappings are data-source-scoped, so the wrapper\nholds one mapped data source and feeds its connections to the\nbase(DbConnection) constructor.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: DatabaseWrapper static-Open production pattern; data-source var…",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-20T00:44:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b257371e871c8b378e967eb927f277cf08b1c8de",
"body": "…d documented\n\nArrays: PostgreSQL array columns report their static field type as\nSystem.Array while runtime values are concrete arrays, so typed\nproperties (string[], int[], IEnumerable<string>) previously depended on\na Convert.ChangeType same-type passthrough that broke for\nassignable-but-not-iden\n[…]\nnull round-trips, and lambda WHERE filters on enum values.\ndocs/postgresql.md arrays and native-enum sections rewritten to match\ntested reality.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: typed-array materialization + native PG enum support, tested an…",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-20T00:32:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1a4bb0cbbc24d992f6317bf0c3cf5e217d6b3f8a",
"body": "…t model\n\nNew docs/postgresql.md covering the three PG traps:\n\n- Timestamps: Npgsql 6+ maps DbType.DateTime to timestamptz and\n DbType.DateTime2 to plain timestamp. Plain timestamp columns must be\n declared DbType.DateTime2; timestamptz columns DbType.DateTime with\n DateTimeKind=Utc. Documents th\n[…]\nhe DataFieldAttribute reference, the\nobsolete-as-error parameterless-constructor pattern, PG timestamp rule\nin AGENTS.md, and index/cross links.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs+fix: PostgreSQL guide (timestamp mapping, NativeType); align tes…",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-20T00:12:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dd75e9edf15d20d9f950e06fe9ec56bcad74458c",
"body": "Enum and nullable-enum properties now materialize from string columns via\nEnum.Parse (case-insensitive; accepts names or numeric strings) on both\nthe fast IL builder and the reflection path. Previously the paths\ndisagreed and mostly failed: names always threw, numeric strings worked\nonly for non-nul\n[…]\ne-insensitivity, numeric strings, nullable enums,\ninvalid-name attribution, and integral overflow. Documented in\ndata-classes.md (Enum Columns).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: unified string-sourced enum materialization on both paths",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T23:57:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d046168e817e5ea6cf94c9a39da7bf7965e42cda",
"body": "…aterializer)\n\nThe IL-emitting row populator has been disabled since the .NET Core 1/2\nport (Reflection.Emit was unavailable then). It is now re-enabled on all\ntargets including net48, rewritten, and made the default.\n\nFixes to the original IL:\n- Nullable value-type properties produced invalid IL (U\n[…]\nive\nfast-vs-slow differential on SQLite/MSSQL/PostgreSQL. Informal benchmark:\n~40%% faster end-to-end on 50k rows x 12 conversion-heavy columns.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: revive and modernize the DataClassReader fast builder (IL row m…",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T23:49:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "23201b62c8fc2e901c4e3ab9303a9f34441aa1f1",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update references to moved todo doc location (docs/todo/)",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T23:14:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8ad455ebf3e07e3d72736fdb8be67393b3e40ccc",
"body": "Directory.Build.props turns on the SDK's built-in Source Link\n(PublishRepositoryUrl, EmbedUntrackedSources) with DebugType=embedded so\nsymbols travel inside the assemblies and Go To Definition / step-into\ndebugging resolve to the exact GitHub commit with no symbol server.\nVerified by packing: nuspec\n[…]\ns.\n\nAGENTS.md orients AI coding agents (build/test commands, documentation\nmap, and the pitfall list); README gains a Source Navigation section.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "build: enable Source Link with embedded PDBs; pack README; add AGENTS.md",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T23:13:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "70eb7960fa3797126b4959ef493c739ea419b0e5",
"body": "Update2 builds its SET clause solely from OriginalValues, which enables\nupdating a row without selecting it first: assign the key while Detached\n(untracked), CommitValues() to arm tracking, assign only the changing\ncolumns, then Update2 with UpdateCriteria.KeyOnly (mandatory - the tracked\noriginals \n[…]\nmented in data-class-adapter.md with the\nordering rationale, cross-linked from architecture.md and the EF guide\n(ExecuteUpdateAsync equivalent).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test+docs: cover and document the Update2 stub-update pattern",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T23:02:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1fb1f7e3824eb510ecd67716fda50a0351cb007c",
"body": "architecture.md traces a Fill and a Save through every layer (DataMap\ncaching, dialect selection, expression parsing, command building,\ntransaction enrollment, IL materialization, select-back, conflict\ndetection) and explains the design rationale at each step, the caching\nlayers, the dialect plug-in\n[…]\ned graph saves inside\nWithTransaction, and junction-table many-to-many.\n\nBoth linked from the doc indexes, overview, and the EF migration guide.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add architecture walkthrough and relationship-modeling guide",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T22:19:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "841ee6ef15c1fa2a4727a00bea327f897eef1b7b",
"body": "Every doc verified claim-by-claim against the source. Highlights:\n\n- Fixed non-compiling samples: 'await using' on DatabaseWrapper (IDisposable\n only), missing isNullable args, missing usings, broken mixed-parameter\n DataManager example, broken Zonkey.Mocks save example, fixed-width\n TextField po\n[…]\nflict-detection\n mechanism, bulk-operation semantics, cached-adapter footguns, provider\n auto-detection table now matches SqlDialect.Factories\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fresh-eyes accuracy pass across all documentation",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T20:58:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "602c0097c3bf5c03a8bf07d328c25f0646d09ffa",
"body": "Exists() previously emitted hard-coded T-SQL (IF EXISTS ... SELECT 1 ELSE\nSELECT 0) that only ran on SQL Server. SQL generation now goes through\nSqlDialect.FormatExistsQuery: the ANSI form SELECT CASE WHEN EXISTS(...)\nTHEN 1 ELSE 0 END works on SQL Server, SQLite, PostgreSQL, and MySQL;\nOracle and D\n[…]\nlt as int?' test returned false on non-SqlClient providers even when\nrows matched.\n\nVerified live against SQLite, MSSQL 2022, and PostgreSQL 17.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: generate portable Exists() SQL through the dialect system",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T20:51:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "af00b65b7cdc73b5d82289a3b742804c5c5b9cd7",
"body": "Ranged fills on SQLite returned a window of 'start' rows offset by 'length'\ninstead of 'length' rows offset by 'start'. Matches the (correct) PostgreSQL\nimplementation now.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: SQLite FormatLimitQuery had LIMIT and OFFSET arguments swapped",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T20:51:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a9cb2480f677ad7cacd6fb45a67d9528e23f5db3",
"body": "Documents the verified current behavior (SQL generation and LINQ filtering\nwork; attribute syntax blocked by CS0655; populate silently drops aliased\nexpression values) and the agreed fix direction (explicit interface\nimplementation on the attributes, result-name based column matching).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: record computed-column / per-field quoting TODO with analysis",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T20:32:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "955946128ee28df1ac171fef45f3ec993f7dd985",
"body": "…apters\n\nPins the tri-state semantics (bracket dialects quote unless explicitly off;\nANSI dialects quote only when explicitly on), the field/item/builder precedence\nchain, WHERE-parser consistency, and end-to-end positive/negative behavior on\nSQLite (reserved-word schema) and PostgreSQL (quoted PascalCase case-folding).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add quoted-identifier coverage across dialects, builder, and ad…",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-19T20:32:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9bec40658ded4a38b97c2777cae33a6e08932e85",
"body": "…results\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update CLAUDE.md for new test suite; record test-reengineering …",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-18T22:42:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7c8421429b240cca29800b332a29adca7d0d91b6",
"body": "Removes SignAssembly/.snk from Zonkey.Data, Zonkey.Data.MsSql, Zonkey.Text,\nand Zonkey.Mocks. With signing gone, InternalsVisibleTo works without a\npublic key, so internals are exposed to Zonkey.Tests directly and\nWhereExpressionParser/SqlWhereClause stay internal.\n\nNote: consumers that require strong-named assemblies must stay on 6.5.x.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "build: drop strong-name signing from all packages",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-18T22:42:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "36fabe6f0fcc41cd3aaf0c916de7fddb6c2512f0",
"body": "build-and-test runs core tests on Windows (both TFMs) and Ubuntu (net10.0),\nplus an integration job with MSSQL 2022 and PostgreSQL 17 service containers.\nDirectory.Build.props adds Microsoft.NETFramework.ReferenceAssemblies so the\nfull solution (including net48) builds on Linux runners. Also fixes the\nbroken version-extraction step in the release packaging workflow.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add build-and-test workflow; enable net48 builds on Linux",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-18T22:41:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9936cbb885822347a3a86e80a15f18a6ccaf0060",
"body": "New test/Zonkey.Tests project (net10.0 + net48) with unit tests for\nDataClass/DataMap/SqlFilter/dialects/WhereExpressionParser/command builders,\nand generic integration test bases (CRUD, Fill, transactions, bulk insert)\nrun against SQLite (always), MSSQL, and PostgreSQL (docker compose; skip\ngracefu\n[…]\nEST_MSSQL /\nZONKEY_TEST_PGSQL. PostgreSQL seed uses unquoted identifiers so the schema\nmatches Zonkey's default unquoted SQL after case folding.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: replace MSTest suite with zoo-themed xUnit v3 multi-database suite",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-18T22:41:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fdcd7b24f2b51e688fe4f082c31e31d8f480b2c8",
"body": "… open\n\nSplit batches on GO at line start regardless of line-ending style, and stop\nclosing the caller's connection after script execution - connection lifecycle\nbelongs to the caller.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: make SqlScriptProcessor GO-splitting robust and leave connection…",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-07-18T22:41:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0d25b5b83c5ed1a8c88056eba142e878bb302875",
"body": "Register additional ADO.NET provider connection types in SqlDialect to support more drivers: MySqlConnector -> MySqlDialect, Oracle.ManagedDataAccess.Client.OracleConnection -> OracleSqlDialect, and two SQLite providers (System.Data.SQLite and Microsoft.Data.Sqlite) -> SqliteDialect. This expands compatibility with alternate/newer database client libraries.",
"is_bot": false,
"headline": "Add mappings for additional DB providers",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-03-12T02:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25437f2adbec2d651d55fe5a61be3d9599153a26",
"body": "Add a GitHub Actions workflow to build and upload NuGet packages on release. Bump Microsoft.Data.SqlClient to 6.1.4 and modernize test project dependencies (update test SDK/MSTest versions, restrict test TFMs to net10.0 and net48, and move SqlClient to a conditional ItemGroup). Remove several obsole\n[…]\nmalize Assert.AreEqual argument order and replace ExpectedException attributes with Assert.ThrowsExactly where appropriate. Changes touch workflow, multiple csproj files and several unit test sources.",
"is_bot": false,
"headline": "Add release CI and update deps/tests",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-03-11T23:15:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a451a2be0b0c82fbf0d1dcac76639277ce02f64",
"body": "Remove netstandard2.0/2.1 support and migrate libraries to .NET 6+.\n\n- Update TargetFrameworks in multiple csproj files (Zonkey.Data.MsSql, Zonkey.Data, Zonkey.Mocks, Zonkey.Text) to net6.0;net8.0;net10.0;net48, removing netstandard targets.\n- Replace netstandard conditional compilation with NET6_0_\n[…]\nable on DataClassReader for NET6_0_OR_GREATER and drop the Microsoft.Bcl.AsyncInterfaces conditional.\n\nThese changes remove legacy compatibility shims and align the codebase with modern .NET runtimes.",
"is_bot": false,
"headline": "Migrate projects to .NET 6+ and remove netstandard",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-03-11T22:42:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6bcef9010f2b92b727930ca7a4142e01d8900122",
"body": "Add a comprehensive docs/ folder and project README files, expand and rewrite the top-level README, and add CLAUDE.md for code assistants. Update several project files and source code: adjust MsSql extensions (MsSqlExtension.cs, SqlXmlAdapter.cs), modify DataClassCommandBuilder/Select.cs and Databas\n[…]\nZonkey.Text, Zonkey.Mocks, unit test project). These changes improve documentation, developer guidance, and make small code/project adjustments to align with the updated docs and build/test workflows.",
"is_bot": false,
"headline": "Add extensive docs and update core projects",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2026-03-11T22:13:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7c30d0adb1c13d60fd4b01a7584def36645fed6a",
"body": null,
"is_bot": false,
"headline": "add pg sqlfilter options",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2025-03-28T04:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e5064a1f842e622844ab0f6465d9a387bb17480",
"body": null,
"is_bot": false,
"headline": "v6.5 RC2",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2025-03-26T22:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20df8560441dc23f6b3272f0d68c56a5f6e27c62",
"body": null,
"is_bot": false,
"headline": "support net8, better compare and sort",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2025-02-09T23:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9621005fb02f68fe9a901694593a8c9e9bf7a2f",
"body": "Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.2 to 4.8.6.\n- [Release notes](https://github.com/dotnet/corefx/releases)\n- [Commits](https://github.com/dotnet/corefx/commits)\n\n---\nupdated-dependencies:\n- dependency-name: System.Data.SqlClient\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump System.Data.SqlClient from 4.8.2 to 4.8.6 in /src/Zonkey.Data",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-16T20:09:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2505f7f6d2bae06cb23eb9983817da0f830e07e1",
"body": null,
"is_bot": false,
"headline": ".net6 dateonly/timeonly support",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2023-07-28T22:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "348451742c24d757af3870eea6b857956e5de6f6",
"body": null,
"is_bot": false,
"headline": "6.1 release",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2022-12-30T22:31:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81b72a2e4ce92d2c59f4886b5030390f35b1d0db",
"body": null,
"is_bot": false,
"headline": "added ignore tables support",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2022-09-27T20:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a06d85211e5b7c4d8bf25ec8615d527e55b477",
"body": null,
"is_bot": false,
"headline": "support fields to ignore and partial classes",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2022-09-12T22:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0013b046eaeb48a90a0a3df9a38bbb11311d269",
"body": null,
"is_bot": false,
"headline": "signular table names from \"ies\"",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2022-08-15T06:46:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "489b64e73a2bdb2534f9b5a897463c9cb383fe85",
"body": null,
"is_bot": false,
"headline": "release to nuget",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2022-08-14T23:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d818b5060c732223f27832fc2e72dfc721469e0",
"body": "updated packages",
"is_bot": false,
"headline": "fixed build",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2022-08-14T22:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeb21477980654625319d771eeb477edcbaaf7a3",
"body": null,
"is_bot": false,
"headline": "v6.0 preview",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2022-08-14T22:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1d30a50641fb37328be419e47aaaf219227b999",
"body": null,
"is_bot": false,
"headline": "c# nullable reference type support",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2021-11-25T04:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5641e497a0c84ec9871f6565ced41dbb43858e15",
"body": "- remove nolock from updaterows and delete",
"is_bot": false,
"headline": "- release 5.2.0.1440",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-12-21T18:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee5b8ecd6086e724b65b3735e1abacceaf8c5f3",
"body": "Propagate NoLock from parent to any SqlIn subqueries",
"is_bot": false,
"headline": "Merge pull request #7 from kellybirr/feature/nolock_sqlin_subqueries",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-12-14T15:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf8385846ad63f77b153577f9f0cf9360b1830d",
"body": null,
"is_bot": false,
"headline": "* fix merge conflicts",
"author_name": "Jason Kuo",
"author_login": null,
"committed_at": "2020-12-14T15:45:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c7ed29ff953d9791cac62b1b27820ee317eecf",
"body": null,
"is_bot": false,
"headline": "* pass through parent NoLock status to subqueries",
"author_name": "Jason Kuo",
"author_login": null,
"committed_at": "2020-12-14T15:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb36d83378b1a55386a6c986d655fea71a04fa6b",
"body": "added .net_standard 2.1 async streams",
"is_bot": false,
"headline": "Merge pull request #5 from kellybirr/feature/async-streams",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-12-11T16:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a569d6ba1dd3814fd5656eea7361e3c8d151e7",
"body": null,
"is_bot": false,
"headline": "added .net 2.1 async streams",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-11-08T17:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b0229930607bbea52bbaafba78631e845ddc831",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/kellybirr/zonkey",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-02-13T07:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f548e91edbd55daaddb1882ccd7206d6ae018d00",
"body": null,
"is_bot": false,
"headline": "sonarcloud.io security scanning",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-02-13T07:31:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573ff80b265cec934bb2fa8b7256fb6ff04a1610",
"body": null,
"is_bot": false,
"headline": "added nuget badges",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-02-10T01:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6f49fe7ac4b3e125ed07b229f9c496121f67cb9",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-02-02T21:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef6b47581ab3951da274a4592dfc7183602b0c53",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-02-02T21:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1efd14620e871a1f838646c19bb9ac9384b2c3d0",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-01-10T05:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b96f2c28f4d4d10a8aa113ce78f4731f8b5fde9",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-01-10T05:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "048296ff00c287cdfbac639c6d7b53d6d7ed7e4f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2020-01-10T05:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09beed642a1f71e3beb8427aac66cfe01fc5c96f",
"body": null,
"is_bot": false,
"headline": "Switched to MIT LICENSE",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2019-01-07T07:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffac931166bba0646500447929b13d16b3020a0e",
"body": null,
"is_bot": false,
"headline": "removed unnecessary exception, now skips providerless connectionStrings",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2018-04-13T17:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "443433f3f0b2169e190f431059514c2e20a5d381",
"body": "Release 5.1.5.1110",
"is_bot": false,
"headline": "fix for possible deadlocks in asp.net",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2018-03-22T17:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6692d3a3cdc92b7021358a4e587c0df5e7c33d95",
"body": "Release 5.1.4",
"is_bot": false,
"headline": "better exception on Method call in SqlIn",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2018-03-21T15:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3584b73818598d85904d472b164426f7d8fd0a4",
"body": "Release 5.1.3",
"is_bot": false,
"headline": "premature DataReader.Dispose() in Fill() bug fix",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2018-03-20T15:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50c12a9c4ca7e3316f5c9f417e55d5f8875acae0",
"body": "fixed collection type on save audit",
"is_bot": false,
"headline": "v5.1.2 release",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2018-03-07T17:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d9770e25c29d7a1cf2c3df88d95b1be500c457e",
"body": "v5.1.1 Release",
"is_bot": false,
"headline": "Save Auditor Enhancements",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2018-03-07T16:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05fa4d4b6e757af2f43e31c9c97cb3a1152940b3",
"body": null,
"is_bot": false,
"headline": "Droid update to 5.1",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2018-03-02T22:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44b6edff19bd83e2a04a327a0168036c62dcc486",
"body": "Support Private Properties\nSupport Inherited Filters",
"is_bot": false,
"headline": "5.1 RC3",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2018-02-27T18:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9183ba93d62c522d0a02bc11dd88bf261c76a63b",
"body": "removed \"struct\" constraint on DataClass<TKey> to allow strings",
"is_bot": false,
"headline": "RC2 Release",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2018-02-26T19:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a13e2cb9909a9d6bc43aff8c5c378382411bcb99",
"body": null,
"is_bot": false,
"headline": "RC release",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2018-02-17T04:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d4857a794c2da1592c99d0cfb308343829bdb49",
"body": "* added IsPartitionKey to DataFields\r\nadded DataClass<TKey> abstract calss\r\nsignificantly improved deadlock protection for .Wait() and .Result",
"is_bot": false,
"headline": "V5.1 (#2)",
"author_name": "Kelly Birr",
"author_login": "kellybirr",
"committed_at": "2018-02-17T03:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fca02116c5a65f2e683ce04533892f13d05105f6",
"body": null,
"is_bot": false,
"headline": "WiP",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2018-02-15T09:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8471af0cfe027f118f2dede3f5c588d09343cd2",
"body": null,
"is_bot": false,
"headline": "commit to prepare for release",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2018-02-01T22:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50e7014307e31fbb51578643d5d38dce798aa88c",
"body": "changed the _propsToFields dictionary to use the MetadataToken as key…",
"is_bot": false,
"headline": "Merge pull request #1 from kellybirr/fix/basedc-bug",
"author_name": "kellybirr",
"author_login": "kellybirr",
"committed_at": "2018-02-01T22:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a9aab5c3d507850a480beb15b5a412beef14e0",
"body": "… instead of the entire PropertyInfo",
"is_bot": false,
"headline": "changed the _propsToFields dictionary to use the MetadataToken as key…",
"author_name": "Ionut Tulai",
"author_login": null,
"committed_at": "2018-01-31T21:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39632f7dc8b448a5dbd22afa7333c23bb812de44",
"body": null,
"is_bot": false,
"headline": "version for release",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2017-11-14T23:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e68ac4c8d67ae983d00e33fe2db15c3560790d6a",
"body": null,
"is_bot": false,
"headline": "merged in zonkey.droid",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2017-11-14T18:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1ac46152895c85eaabef703d09e2b7f36615e7b",
"body": null,
"is_bot": false,
"headline": "initial move to git",
"author_name": "Kelly B",
"author_login": "kellybirr",
"committed_at": "2017-11-14T17:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9293d17c380f787097d79132404d0f5dfbd4853e",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "kellybirr",
"author_login": "kellybirr",
"committed_at": "2017-11-14T15:58:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 31,
"latest_release_at": "2026-07-30T18:05:07Z",
"latest_release_tag": "7.0.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 4,
"days_since_latest_release": 0,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "Zonkey.Data.MsSql",
"exists": true,
"license": null,
"keywords": [
"orm",
"database",
"data-access",
"sql-server",
"mssql",
"bulk-insert"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Zonkey.Data.MsSql",
"is_deprecated": false,
"latest_version": "7.0.0",
"repository_url": "https://github.com/kellybirr/zonkey",
"versions_count": 4,
"total_downloads": 4178,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-30T18:08:03.840000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Zonkey.Data",
"exists": true,
"license": null,
"keywords": [
"orm",
"database",
"data-access",
"ado-net",
"sql-server",
"postgresql",
"mysql",
"sqlite",
"oracle",
"db2"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Zonkey.Data",
"is_deprecated": false,
"latest_version": "7.0.0",
"repository_url": "https://github.com/kellybirr/zonkey",
"versions_count": 7,
"total_downloads": 288250,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-30T18:08:03.050000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Zonkey.Mocks",
"exists": true,
"license": null,
"keywords": [
"mocking",
"testing",
"unit-testing",
"ado-net",
"mocks"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Zonkey.Mocks",
"is_deprecated": false,
"latest_version": "7.0.0",
"repository_url": "https://github.com/kellybirr/zonkey",
"versions_count": 3,
"total_downloads": 1902,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-30T18:08:04.690000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Zonkey.Text",
"exists": true,
"license": null,
"keywords": [
"csv",
"fixed-width",
"text-files",
"file-parser",
"import",
"export"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Zonkey.Text",
"is_deprecated": false,
"latest_version": "7.0.0",
"repository_url": "https://github.com/kellybirr/zonkey",
"versions_count": 3,
"total_downloads": 49062,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-30T18:08:05.487000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 6,
"watchers": 5,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"src/Zonkey.Data.MsSql/Zonkey.Data.MsSql.csproj",
"src/Zonkey.Data/Zonkey.Data.csproj",
"src/Zonkey.Mocks/Zonkey.Mocks.csproj",
"src/Zonkey.Text/Zonkey.Text.csproj",
"test/Zonkey.Tests/Zonkey.Tests.csproj",
"tools/NpgCodeGen/NpgCodeGen.csproj",
"tools/Zonkey.CodeGen/ZonkeyCodeGen.csproj"
],
"largest_source_bytes": 30603,
"source_files_sampled": 202,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4637
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 17,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 8,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Microsoft.Data.SqlClient",
"manifest": "src/Zonkey.Data.MsSql/Zonkey.Data.MsSql.csproj",
"ecosystem": "nuget",
"version_constraint": "6.1.4"
},
{
"name": "System.Reflection.Emit.Lightweight",
"manifest": "src/Zonkey.Data/Zonkey.Data.csproj",
"ecosystem": "nuget",
"version_constraint": "4.7.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Microsoft.Data.SqlClient",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Data.SqlClient",
"direct": true,
"version": "6.1.4",
"ecosystem": "nuget"
},
{
"name": "System.Reflection.Emit.Lightweight",
"direct": true,
"version": "4.7.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Bcl.AsyncInterfaces",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Bcl.HashCode",
"direct": false,
"version": "6.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Data.Sqlite",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "MySqlConnector",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Npgsql",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Npgsql",
"direct": false,
"version": "9.0.2",
"ecosystem": "nuget"
},
{
"name": "SQLitePCLRaw.bundle_e_sqlite3",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "System.Buffers",
"direct": false,
"version": "4.6.0",
"ecosystem": "nuget"
},
{
"name": "System.Collections.Immutable",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "System.Diagnostics.DiagnosticSource",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "System.IO.Pipelines",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "System.Memory",
"direct": false,
"version": "4.6.0",
"ecosystem": "nuget"
},
{
"name": "System.Numerics.Vectors",
"direct": false,
"version": "4.6.0",
"ecosystem": "nuget"
},
{
"name": "System.Runtime.CompilerServices.Unsafe",
"direct": false,
"version": "6.1.0",
"ecosystem": "nuget"
},
{
"name": "System.Text.Encodings.Web",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "System.Text.Json",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "System.Threading.Channels",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "System.Threading.Tasks.Extensions",
"direct": false,
"version": "4.6.0",
"ecosystem": "nuget"
},
{
"name": "System.ValueTuple",
"direct": false,
"version": "4.5.0",
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit.v3",
"direct": false,
"version": null,
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 25,
"direct_count": 3,
"indirect_count": 22
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 1,
"closed_ratio": 0.5,
"closed_issues": 1,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "kellybirr",
"commits": 77,
"avatar_url": "https://avatars.githubusercontent.com/u/1802795?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-and-test.yml",
"build-packages.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 5,
"reason": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/1 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "609e3b4eab1e35bfa963d799e0cf283ef134cfee",
"ran_at": "2026-07-30T18:14:07Z",
"aggregate_score": 5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-30T18:08:10Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-30T17:59:29Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2020-12-11T08:40:52Z",
"last_comment_at": "2020-12-25T00:10:17Z",
"last_comment_author": "kellybirr"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kellybirr/zonkey",
"host": "github.com",
"name": "zonkey",
"owner": "kellybirr"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 60,
"vitality": 71,
"community": 42,
"governance": 49,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 31,
"human_commit_share": 0.988,
"days_since_last_push": 0,
"active_weeks_last_year": 4
},
"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": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "31 commits in the last year",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 31
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "7.0.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 42,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"forks": 0,
"stars": 6,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "6 stars",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 6
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"packages": [
"Zonkey.Data.MsSql",
"Zonkey.Data",
"Zonkey.Mocks",
"Zonkey.Text"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 343392,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "343,392 downloads all-time across nuget",
"points": 57.5,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 343392,
"ecosystems": "nuget"
}
}
],
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"merged_prs": 7,
"open_issues": 1,
"closed_issues": 1,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/8 decided PRs merged",
"points": 33.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/1 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"followers": 6,
"owner_type": "User",
"is_verified": null,
"owner_login": "kellybirr",
"public_repos": 21,
"account_age_days": 5172
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "6 followers of kellybirr",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "kellybirr"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "21 public repos, account ~14 yr old",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 21
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"Zonkey.Data.MsSql",
"Zonkey.Data",
"Zonkey.Mocks",
"Zonkey.Text"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "4 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 4,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5
},
"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": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/1 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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 17 resolved dependencies against OSV; 8 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 17
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 8
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 17,
"unassessed_packages": 8,
"affected_by_severity": "none",
"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": 17,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 76,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.388,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4637
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "31 of 80 human commits state their intent (structured subject or explanatory body)",
"points": 20.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 31,
"sampled": 80
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.259,
"toolchain_manifests": [
"src/Zonkey.Data.MsSql/Zonkey.Data.MsSql.csproj",
"src/Zonkey.Data/Zonkey.Data.csproj",
"src/Zonkey.Mocks/Zonkey.Mocks.csproj",
"src/Zonkey.Text/Zonkey.Text.csproj",
"test/Zonkey.Tests/Zonkey.Tests.csproj",
"tools/NpgCodeGen/NpgCodeGen.csproj",
"tools/Zonkey.CodeGen/ZonkeyCodeGen.csproj"
],
"dependency_bot_commit_share": 0.012
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/Zonkey.Data.MsSql/Zonkey.Data.MsSql.csproj, src/Zonkey.Data/Zonkey.Data.csproj, src/Zonkey.Mocks/Zonkey.Mocks.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/Zonkey.Data.MsSql/Zonkey.Data.MsSql.csproj, src/Zonkey.Data/Zonkey.Data.csproj, src/Zonkey.Mocks/Zonkey.Mocks.csproj"
}
}
],
"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": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "21 of the last 81 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 21,
"sampled": 81
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 81 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 81
}
}
],
"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": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 30603,
"source_files_sampled": 202,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/202 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 202,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-30T18:14:25.164436Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kellybirr/zonkey.svg",
"full_name": "kellybirr/zonkey",
"license_state": "standard",
"license_spdx": "MIT"
}