Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 82194,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 26400,
"Go": 402917,
"Shell": 2011
},
"pushed_at": "2026-07-21T10:01:02Z",
"created_at": "2026-06-28T03:59:12Z",
"owner_type": "User",
"updated_at": "2026-07-21T10:00:33Z",
"description": "Multi-dialect Go SQL rewriter for row-level access policies and column-level lineage, built on the Polyglot SQL engine (PureGo FFI).",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Ethan",
"type": "User",
"login": "dcalsky",
"company": "The University of Hong Kong",
"location": "Hong Kong",
"followers": 169,
"avatar_url": "https://avatars.githubusercontent.com/u/9463958?v=4",
"created_at": "2014-10-30T14:22:03Z",
"is_verified": null,
"public_repos": 136,
"account_age_days": 4286
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-07-21T10:01:02Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-19T08:16:06Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-07-04T04:08:28Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-07-02T14:17:31Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-01T07:25:29Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-06-30T10:51:31Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-06-30T10:41:36Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-29T15:06:57Z"
}
],
"recent_commits": [
{
"oid": "4df3311578621bf37089e28e0a7dee65a27863e3",
"body": "fix(easysql): support catalog-qualified table scopes",
"is_bot": false,
"headline": "Merge pull request #19 from dcalsky/fix/catalog-qualified-table-scopes",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-07-21T10:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "851719feff275e6e80b69452b985185d346c13a9",
"body": "Distinguish catalogs in explicit and regexp row-filter scopes and lock three-part table behavior across the public APIs.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(easysql): support catalog-qualified table scopes",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-07-20T03:14:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e2367d9b8d012f344ad49f8b97156b53148a9d32",
"body": "Add a rich usage view while preserving ReferencedColumns compatibility, so callers can distinguish projection, filtering, join, grouping, and DML contexts.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(easysql): expose clause-aware column usages (#18)",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-07-19T08:14:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6081af8b5c654adfe2264d45543f9c7fe8d08cb4",
"body": "Add AST-based composition so consumers can safely treat source queries as virtual tables across supported dialects.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(easysql): bind query SQL as CTEs (#17)",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-07-19T06:55:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c14ee4e1d4a0fda97eb9863bc757732888aaf49c",
"body": "…cases\n\nfix(easysql): preserve table rewrite semantics",
"is_bot": false,
"headline": "Merge pull request #16 from dcalsky/fix/rewrite-table-reference-edge-…",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-07-19T06:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "add49eabce1b6bf5f18154076839dfad6bdb8be0",
"body": "Scope alias rebinding per query and retain relation metadata while upgrading the matched Polyglot SDK and native artifacts to v0.6.2.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(easysql): preserve table rewrite semantics",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-07-19T06:32:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "67348bd341f77337c67f76db3f6e249a0ab610b0",
"body": "…-api-fixes\n\nfeat(easysql): add RewriteTableReferences and fix API edge cases",
"is_bot": false,
"headline": "Merge pull request #15 from dcalsky/feat/rewrite-table-references-and…",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-07-04T16:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ab483466ac17f9c2d7c5a45ca1551c2fd7150cb",
"body": "Add RewriteTableReferences, a new public API that rewrites physical table\nreferences to either an inline replacement (TableRef) or a UNION DISTINCT\nderived table (UnionRewrite), with collision-free derived-table aliasing\n(assignDerivedAliases) and transparent-catalog matching (StripMatchCatalogs).\n\n\n[…]\nalize dialect tokens (e.g. \"postgres\" -> \"postgresql\") across all\n lineage entry points.\n\nMerge the bug-hunt probe suites into the per-API test files.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(easysql): add RewriteTableReferences and fix API edge cases",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-07-04T15:58:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "66f94c086266810f4a8ed698ae9c521b1ece6d0d",
"body": "fix(easysql): harden API edge cases",
"is_bot": false,
"headline": "Merge pull request #14 from dcalsky/fix/api-edge-case-bugs",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-07-04T04:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a2f138d4092d2ac498ea67367de6d1ef55c591c",
"body": "Reject multi-statement analysis inputs consistently and fix qualified table matching so governance APIs do not silently miss scoped tables or columns.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(easysql): harden API edge cases",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-07-04T04:05:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "54bf263ca5a9f5bd7e1bd202ebd5770bc883ec3b",
"body": "test(easysql): harden weak test assertions",
"is_bot": false,
"headline": "Merge pull request #13 from dcalsky/test/harden-test-assertions",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-07-02T14:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fff636c14b055012082c52a86e2a65d5491f27c",
"body": "chore(deps): upgrade polyglot to v0.5.12",
"is_bot": false,
"headline": "Merge pull request #12 from dcalsky/chore/upgrade-polyglot-v0.5.12",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-07-02T14:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a70bc168b36a5acfcbf290cc151c6f766f1e24b",
"body": "Following the writing-tests-that-catch-bugs checklist, strengthen tests that\nwould stay green even when the code is wrong:\n\n- TestDialectBoundary: capture t.Run's result so the \"coverage regressed\"\n guard is no longer dead code (pass was incremented unconditionally, so the\n guard could never fire)\n[…]\neColumns section (lineage vs\nreferenced-columns semantics) and normalizes the go directive to 1.25.0 so the\nsuite builds under the go 1.25.x toolchain.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "test(easysql): harden weak test assertions",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-07-02T14:13:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "53ea08e3f870c504852e7c127430831e69c2164b",
"body": "Bump the polyglot Go SDK from v0.5.10 to v0.5.12 and re-vendor the matching\nnative FFI libraries (linux/x86_64, macOS/aarch64, windows/x86_64) so the\nbundled artifacts stay in sync with the pinned SDK, as enforced by\nTestBundledFFIVersionMatchesSDK. Also normalizes the go directive to 1.25.0.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore(deps): upgrade polyglot to v0.5.12",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-07-02T14:09:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b9fa04bffc62b40fc1d65e6f28b5f6ed8f6ccd46",
"body": "fix(easysql): scope lineage metadata to query sources",
"is_bot": false,
"headline": "Merge pull request #11 from dcalsky/fix/lineage-metadata-scope",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-07-01T07:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9da474248bb5d922db5c26cd429f9408669937ba",
"body": "Restrict LineageSourceColumns to credit only tables the query reads, so\nunrelated catalog entries no longer steal column attribution when the\nsource table has empty metadata. ParseColumns now distinguishes a table\nabsent from metadata (fallback to [\"*\"]) from an explicit empty schema ([]).\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(easysql): scope lineage metadata to query sources",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-07-01T07:23:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f7507625d3c8c963ea7bd47540309ef28b62314e",
"body": "feat(easysql): add ReferencedColumns",
"is_bot": false,
"headline": "Merge pull request #10 from dcalsky/feat/referenced-columns",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-06-30T15:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8330b58a51a77e5fa555ac5066488b4e436451c1",
"body": "Add ReferencedColumns, which returns every column a statement touches —\nprojection *and* filter positions (WHERE, JOIN ON, USING, GROUP BY,\nHAVING, ORDER BY, QUALIFY, window) — grouped by root physical table. It\ncomplements LineageSourceColumns (result-only columns) and is a superset\nof it, intended\n[…]\nenerically. Covered by an extensive\ntable-driven suite plus a differential invariant asserting the result is\nalways a superset of LineageSourceColumns.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(easysql): add ReferencedColumns",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-30T15:19:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f3c215a800e0cccca74cd3ca386f3c305fac4a95",
"body": "chore: set go directive to 1.25",
"is_bot": false,
"headline": "Merge pull request #9 from dcalsky/chore/go-1.25",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-06-30T10:51:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4abe5d6af6b7ad0869f4c570476efc65cac02886",
"body": "Drop the 1.25.7 patch pin so consumers on any Go 1.25.x toolchain can build\nthe module without a forced toolchain upgrade.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore: set go directive to 1.25",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-30T10:50:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fd6aa658f3e0d27e0bf1dd0fbdf9dd0216d272ac",
"body": "Restructure installation, API, errors, and native-engine sections for\neasier scanning; drop maintainer-only test inventory.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: rewrite README as library reference",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-30T10:41:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0247a55c0cb5eb224233de473624d88901b1517d",
"body": "feat(easysql): add ParseColumns and rename lineage API",
"is_bot": false,
"headline": "Merge pull request #8 from dcalsky/feat/parse-columns",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-06-30T10:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14d906b77288abfbe3f8c350375f3d1a95917a9f",
"body": "Add ParseColumns to extract exposed column names from SELECT/DDL statements\n(CREATE VIEW, CTAS, INSERT, WITH, wildcards, LIKE, etc.), with a Trino test\nsuite ported from view_columns. Rename SourceTableColumns to LineageSourceColumns\n(and the concurrent variant) so the lineage APIs read consistently alongside\nParseColumns.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(easysql): add ParseColumns and rename lineage API",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-30T10:30:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7a724619cc6090e90e8000f5aa32aad9625c97da",
"body": "…ning\n\nrefactor(easysql): harden row-filter rewrite + add fuzz/invariant tests",
"is_bot": false,
"headline": "Merge pull request #7 from dcalsky/refactor/row-filter-generate-harde…",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-06-29T13:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf6780656348767d181a94b049658f8c7d659f2a",
"body": "Build the WHERE-applying rewrite on a cleaner, source-ordered AST pass and\nmake its safety guarantees explicit:\n\n- No-op passthrough: when no in-scope table is wrapped, return the input\n verbatim instead of round-tripping it through the generator (avoids\n needless reformatting and engine round-tri\n[…]\nschema-strip test (output is normalized by the generator).\n\nREADME documents the normalized output, the no-op passthrough, and the\nupdated test layout.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "refactor(easysql): harden row-filter rewrite + add fuzz/invariant tests",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-29T13:56:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4f9fe4dc61239f3eccb2cd45af0e43c13b588236",
"body": "ci: bump actions/checkout to v7 (latest)",
"is_bot": false,
"headline": "Merge pull request #6 from dcalsky/chore/ci-checkout-v7",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-06-29T00:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aff28faad365af9b418e27c6e658cd1c8db96915",
"body": "v5 already cleared the Node 20 warning; move to the latest major to reduce\nfuture churn. v7's only behavior change (blocking fork-PR checkout under\npull_request_target/workflow_run) does not apply here — the workflow runs on\nplain pull_request.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "ci: use actions/checkout@v7 (latest)",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-29T00:42:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f7f71982ae55fef49a898f37d754fac91467b862",
"body": "ci: run actions on Node.js 24 (checkout@v5, setup-go@v6)",
"is_bot": false,
"headline": "Merge pull request #5 from dcalsky/chore/ci-node24-actions",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-06-29T00:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bfd76b408441e0de193b9115f015520d1e4871b",
"body": "actions/checkout@v4 and actions/setup-go@v5 target the deprecated Node.js 20\nruntime, which GitHub now force-runs on Node 24 with a warning. Bump to the\nfirst majors that ship on Node 24 to clear the deprecation warning.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "ci: bump checkout@v5 and setup-go@v6 to run on Node.js 24",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-29T00:36:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8b83637d15f28f5cbcd7f44d9dfe2ea694aa41ac",
"body": "fix(ffi): enable Windows by bumping purego (struct-by-value FFI)",
"is_bot": false,
"headline": "Merge pull request #4 from dcalsky/fix/windows-purego",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-06-28T15:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c71c71c7c4411a630f67636884e2ae925e27df3",
"body": "The polyglot SDK registers FFI functions that pass C structs by value\n(e.g. polyglot_transpile). purego only supports that on Windows since\nebitengine/purego#465 (merged 2026-06-20), which is not in any release\nyet (v0.10.1/v0.11.0-alpha.5 predate it). Pin purego to a main\npseudo-version so the engine can initialize on windows/amd64.\n\nNo API change; macOS/Linux build, vet and tests unaffected. Windows is\nverified by the go-get-verify workflow.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(ffi): bump purego to main for Windows struct-by-value FFI support",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-28T15:27:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e3b6d7184ebcf8c7e1fe7903ff9f60abb31f64e9",
"body": "docs+ci: zero-setup go get + verification",
"is_bot": false,
"headline": "Merge pull request #3 from dcalsky/chore/goget-release-prep",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-06-28T13:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf3e76a10615f3c644cd40dcf6717a85f34137b",
"body": "…ript + CI)\n\nThe native FFI libraries already ship inside the module, so consumers need\nnothing but `go get`. Make that explicit in the README and guard it against\nregression with scripts/verify-goget.sh — a throwaway consumer module that\nloads the engine via go get — run on Linux/macOS/Windows in CI.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs(easysql): clarify zero-setup go get; add go-get verification (sc…",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-28T13:20:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "90c516f865c5e903d7727415eda0080c87daabb2",
"body": "refactor(easysql): zero-config engine, drop client parameter",
"is_bot": false,
"headline": "Merge pull request #2 from dcalsky/refactor/zero-config-engine",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-06-28T09:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649900fa3e6416ef50316f230366edcb64cc17e9",
"body": "Make the package work out of the box: the bundled native SQL engine is now\nloaded lazily and shared process-wide (sync.Once), so the public API no longer\ntakes a *polyglot.Client.\n\n- ApplyRowFilter / SourceTableColumns / SourceTableColumnsConcurrent drop the\n client parameter.\n- Add optional Init()\n[…]\na client; platform detection and the\n fail-closed FFI/SDK version check are preserved.\n\nTests and README updated for the client-free, zero-config API.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "refactor(easysql): zero-config engine, drop client parameter",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-28T08:43:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dca869b35e6d6f54c377689949e6f05f4bb78b84",
"body": "refactor(easysql): replace New/Rewriter with stateless ApplyRowFilter",
"is_bot": false,
"headline": "Merge pull request #1 from dcalsky/refactor/apply-row-filter-api",
"author_name": "Ethan",
"author_login": "dcalsky",
"committed_at": "2026-06-28T05:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a04e83fa6d33973f93401cb1e0482f36bb217bb7",
"body": "Collapse the two-phase New(...) + (*Rewriter).Rewrite(...) API into a single\nstateless top-level function, mirroring SourceTableColumns:\n\n ApplyRowFilter(client, sql, whereClause, opts...) (string, error)\n\n- client is the first positional arg, consistent with SourceTableColumns.\n- whereClause is \n[…]\ncall rewriter; options and error\n classification (ErrParse/ErrUnsupported/ErrInternal) are unchanged.\n\nTests and README updated for the new signature.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "refactor(easysql): replace New/Rewriter with stateless ApplyRowFilter",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-28T05:44:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "03073b1b8e9c29a14d41c4dfc03dfefbef62d84b",
"body": "easysql rewrites SELECT/UNION statements to enforce row-level access\npolicies by wrapping each in-scope physical table in a pre-filtered\nderived table, and computes column-level source lineage. It is built on\nthe Polyglot SQL engine (multi-dialect, sqlglot-compatible) loaded over a\nPureGo FFI, with \n[…]\nbundled FFI path is fixed (no user override) and its version is\nverified against the pinned polyglot Go SDK at load time, failing closed\non a mismatch.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Initial commit: easysql SQL row-level access rewriter",
"author_name": "dcalsky",
"author_login": "dcalsky",
"committed_at": "2026-06-28T04:05:44Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 8,
"commits_last_year": 38,
"latest_release_at": "2026-07-21T10:01:02Z",
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 2,
"days_since_latest_release": 4,
"mean_days_between_releases": 3.1
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/dcalsky/easysql",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dcalsky/easysql",
"is_deprecated": false,
"latest_version": "v0.7.1",
"repository_url": "https://github.com/dcalsky/easysql",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T10:00:14Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 51256,
"source_files_sampled": 27,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.22.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 64
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 10,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/bytedance/sonic",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.2"
},
{
"name": "github.com/tobilg/polyglot/packages/go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/bytedance/sonic",
"direct": true,
"version": "v1.15.2",
"ecosystem": "go"
},
{
"name": "github.com/tobilg/polyglot/packages/go",
"direct": true,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/bytedance/gopkg",
"direct": false,
"version": "v0.1.3",
"ecosystem": "go"
},
{
"name": "github.com/bytedance/sonic/loader",
"direct": false,
"version": "v0.5.1",
"ecosystem": "go"
},
{
"name": "github.com/cloudwego/base64x",
"direct": false,
"version": "v0.1.6",
"ecosystem": "go"
},
{
"name": "github.com/ebitengine/purego",
"direct": false,
"version": "v0.11.0-alpha.5.0.20260628032533-5da538943ca7",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/cpuid/v2",
"direct": false,
"version": "v2.2.9",
"ecosystem": "go"
},
{
"name": "github.com/twitchyliquid64/golang-asm",
"direct": false,
"version": "v0.15.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/arch",
"direct": false,
"version": "v0.0.0-20210923205945-b76863e36670",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.22.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 2,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 19,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "dcalsky",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/9463958?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"goget-verify.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 7,
"reason": "binaries present in source code",
"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": "16 out of 16 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": 0,
"reason": "Found 0/17 approved changesets -- score normalized to 0",
"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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4df3311578621bf37089e28e0a7dee65a27863e3",
"ran_at": "2026-07-26T03:46:23Z",
"aggregate_score": 3.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-21T10:01:08Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-21T10:00:14Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dcalsky/easysql",
"host": "github.com",
"name": "easysql",
"owner": "dcalsky"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 48,
"vitality": 71,
"community": 12,
"governance": 60,
"engineering": 61
},
"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": 52,
"inputs": {
"commits_last_year": 38,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "38 commits in the last year",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 38
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 3.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"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 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 19,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "19/19 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 19,
"decided": 19
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/17 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"followers": 169,
"owner_type": "User",
"is_verified": null,
"owner_login": "dcalsky",
"public_repos": 136,
"account_age_days": 4286
},
"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": "169 followers of dcalsky",
"points": 16,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 169,
"login": "dcalsky"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "136 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 136
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/dcalsky/easysql"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "16 out of 16 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"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": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 5.2,
"status": "partial",
"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": "16 out of 16 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 0/17 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"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 10 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": 10
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 10,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"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": 10,
"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": "moderate",
"name": "AI Readiness",
"value": 63,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "38 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.553,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "21 of the last 38 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 21,
"sampled": 38
}
}
],
"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": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 51256,
"source_files_sampled": 27,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/27 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 27,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-26T03:46:44.912040Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dcalsky/easysql.svg",
"full_name": "dcalsky/easysql",
"license_state": "absent",
"license_spdx": null
}