Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 206,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 188805,
"Shell": 25,
"Dockerfile": 379
},
"pushed_at": "2026-07-27T22:49:55Z",
"created_at": "2025-09-25T23:29:46Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T22:49:59Z",
"description": "Varnish modules to help interacting with Varnish",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://www.varnish-software.com/",
"name": "Varnish Software",
"type": "Organization",
"login": "varnish",
"company": null,
"location": null,
"followers": 111,
"avatar_url": "https://avatars.githubusercontent.com/u/577014?v=4",
"created_at": "2011-01-21T18:29:31Z",
"is_verified": null,
"public_repos": 73,
"account_age_days": 5668
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-07-20T18:23:07Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-22T12:49:32Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-20T14:26:44Z"
},
{
"tag": "v0.0.14",
"kind": "patch",
"published_at": "2026-06-16T08:02:39Z"
},
{
"tag": "v0.0.13",
"kind": "patch",
"published_at": "2026-06-15T17:04:24Z"
},
{
"tag": "v0.0.12",
"kind": "patch",
"published_at": "2026-06-02T16:22:01Z"
},
{
"tag": "v0.0.11",
"kind": "patch",
"published_at": "2026-05-30T22:56:00Z"
},
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2026-05-26T19:22:56Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2026-05-20T18:32:49Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2026-05-13T17:31:54Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2026-05-13T03:27:30Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2026-05-12T00:18:19Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2026-05-12T00:03:09Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-05-08T23:03:20Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-05-07T18:19:16Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2026-05-07T06:18:47Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-09-26T22:34:10Z"
}
],
"recent_commits": [
{
"oid": "9008b68fdc1fdcedf1a49079f3083f799211e8f1",
"body": null,
"is_bot": false,
"headline": "vtest: expose additional varnishd startup options",
"author_name": "Cory Bennett",
"author_login": "coryb",
"committed_at": "2026-07-27T22:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1233bdaabb7d4d49106a30e425bedb0124965c61",
"body": null,
"is_bot": false,
"headline": "release: v0.1.2",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-07-20T18:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "413a6a842a3a364a35d47707eea0a577f25b96bb",
"body": null,
"is_bot": false,
"headline": "Housekeeping",
"author_name": "AlveElde",
"author_login": "AlveElde",
"committed_at": "2026-07-20T16:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6fc14317bafae6302c9a4510b05a0d6ca0c489f",
"body": "Backend parsed the https scheme into a tls flag that was never used:\nthe generated backend spoke plaintext to port 443. On Varnish\nEnterprise, emit a TLS backend with certificate verification off,\nsuited to self-signed httptest backends. Varnish Cache has no native\nbackend TLS, so Start now returns an error for https URLs there.",
"is_bot": false,
"headline": "vtest: emit TLS backends for https URLs",
"author_name": "AlveElde",
"author_login": "AlveElde",
"committed_at": "2026-07-20T16:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a28ba6f7f2bdd16521a1b49a3758a1a486c0b9f",
"body": "The name and value were appended to the varnishd command line as two\nraw arguments, without -p and without joining them, so parameters set\nthrough the builder never took effect unless callers used the\nParameter(\"-p\", \"name=value\") workaround.",
"is_bot": false,
"headline": "vtest: make Parameter emit -p name=value",
"author_name": "AlveElde",
"author_login": "AlveElde",
"committed_at": "2026-07-20T16:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31281ab757da725be83dbedbab0ca774ea91decc",
"body": "Every error return after the process started (bad VCL, admin socket\nerrors, TLS cert load failures) left a running varnishd master and an\nopen admin connection behind. Kill the process and wait for it to be\nreaped before the workdir is removed.",
"is_bot": false,
"headline": "vtest: terminate varnishd when Start fails",
"author_name": "AlveElde",
"author_login": "AlveElde",
"committed_at": "2026-07-20T16:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eee18d332264cda1547ae681c883e437996adbdd",
"body": "Honors TMPDIR instead of hardcoding /tmp, and removes the\ngithub.com/google/uuid dependency.\n\nSince the directory now exists before varnishd starts, it is\nalso removed again when a later startup step fails.",
"is_bot": false,
"headline": "vtest: create the workdir with os.MkdirTemp",
"author_name": "AlveElde",
"author_login": "AlveElde",
"committed_at": "2026-07-20T16:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54b050bacffba2ffbd9a41e784c7e15bbb1c9892",
"body": "VSL_LEN includes the terminating NUL byte for text records, so the\nswitch to C.GoStringN in #22 embedded a trailing \\0 in every\nRecord.Data, breaking exact-match comparisons (including this repo's\nown test suite). Binary records (SLT_F_BINARY) are not NUL terminated\nand keep their full length.",
"is_bot": false,
"headline": "log: strip the trailing NUL from text record data",
"author_name": "AlveElde",
"author_login": "AlveElde",
"committed_at": "2026-07-20T16:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7227e6046fab2573b96d0ddf776951b33f5e68a7",
"body": null,
"is_bot": false,
"headline": "test: skip license path test on VE (#25)",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-07-17T23:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc99874f7dd0c27ee72ca3c75c2371cf2ac1e73d",
"body": null,
"is_bot": false,
"headline": "ci: run on PRs",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-07-17T23:01:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eebb19bb6c2f3fe79ffee51015a8e148a304a95e",
"body": "This reverts commit 6c4869be3ad15852ed3ce9fcf6acb42c10ec8afc.",
"is_bot": false,
"headline": "Revert \"use C.GoStringN in case data is not null terminated. (#22)\"",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-07-17T23:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8ae44446877811733e1d9e226e7f48348004f72",
"body": null,
"is_bot": false,
"headline": "forgot test file",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-07-17T22:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07f765022f1365c2fa1c4765041149dfea6a1126",
"body": "* add SetEnv/ClearEnv to VarnishBuilder\n\nThis allows for parallel varnishd processes to be tested with different\nenvironment variables.\n\n* Tweak a few env related points:\n\n- `VARNISH_LICENSE` only added if `SetLicensePath()` has been called, or\n the inherited environment doesn't contain it\n- deduplicate variable names, last one wins\n- validate variable names, error out in `.Start()`\n- add some tests\n\n---------\n\nCo-authored-by: Guillaume Quintard <guillaume.quintard@gmail.com>",
"is_bot": false,
"headline": "add SetEnviron to VarnishBuilder (#23)",
"author_name": "coryb",
"author_login": "coryb",
"committed_at": "2026-07-17T22:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c4869be3ad15852ed3ce9fcf6acb42c10ec8afc",
"body": null,
"is_bot": false,
"headline": "use C.GoStringN in case data is not null terminated. (#22)",
"author_name": "coryb",
"author_login": "coryb",
"committed_at": "2026-07-16T15:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0843b4382c9167a138019f2a795f0ba6a351a296",
"body": null,
"is_bot": false,
"headline": "adm: lit all backends (#21)",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-06-22T12:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4642219eeaf45433c668ea3299ed4991d3f2ff8",
"body": "fixes #15",
"is_bot": false,
"headline": "adm: handle probe JSON for Varnish Enterprise (#20)",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-06-22T12:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d91f1fca69e713fce2b8756140c747e4016ddb36",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-06-20T14:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dc6c693ab7080af41c46fefce7e3e98efe4526d",
"body": "* Conn constructors now return Conn pointers\n\n* AGENTS.md update",
"is_bot": false,
"headline": "Various fixes (#18)",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-06-20T14:26:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2fac61b80a9653021471e4aad804c9c0b396e67",
"body": null,
"is_bot": false,
"headline": "adm: add context argument to methods (#17)",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-06-20T14:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d96c8b7478f9bca47951944c85b6f29065e83278",
"body": null,
"is_bot": false,
"headline": "adm: add `.Version()`",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-06-18T08:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff04154f8d2d44e582c351bee06bc4916c6bf948",
"body": null,
"is_bot": false,
"headline": "adm: parse Varnish Enterprise output from tls.cert.list",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-06-17T10:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9001968f0af9c2778a405be951feb322bdb85b9a",
"body": null,
"is_bot": false,
"headline": "overhaul adm.TLSCertLoad",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-06-16T08:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "453e29a33e62ae172b3c762d1dd549c698174617",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "adm: add VCLTemperature.String()",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-06-15T17:04:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1a2e08d1ac90096a426ebae15a83e8dd64355b60",
"body": null,
"is_bot": false,
"headline": "adm.Conn: add TLSCertList and TLSCertDiscard",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-06-02T16:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ab0c0d5aeee073cc5db8e4a8724bcfd27bc8fe",
"body": null,
"is_bot": false,
"headline": "add typed Adm commands (#14)",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-05-30T22:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04a0e6fe5ccde5bdf1023cdf5aadfa5093a64c2f",
"body": null,
"is_bot": false,
"headline": "update README.md",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-26T20:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7bb3b424b910ffbb50fe668cfe0244d63a59994",
"body": "new:\n- `VarnishBuilder.TLSListener`: listen on a dynamic port on an endpoint\n named `HTTPS`\n- `VarnishBuilder.PEMFile`: add a new PEM file to be loaded when\n `.Start()` is called. Implied `.TLSListener()`\n\nchange:\n- the regular HTTP endpoint is now named `HTTP` (was anonymous before)",
"is_bot": false,
"headline": "vtest: TLS helpers",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-26T19:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6aa57655b1599a08b6900a134488d1609307da3",
"body": "Vsl tags",
"is_bot": false,
"headline": "Merge pull request #13 from varnish/VSL_tags",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-05-20T18:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb76dbbe0a6fe2c13b84d0ff301da9d11391aec3",
"body": "VSL tags are now populated at init, saving calls to VSL_Name2Tag in the\nhot path",
"is_bot": false,
"headline": "Add log.Tag* variables",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-20T18:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561460ab9d824f4e6546bdca8ad4b4a2b9b01d66",
"body": null,
"is_bot": false,
"headline": "add .gitignore",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-20T18:01:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac2c11671174910c8edc1ec73c9f58a401e96093",
"body": null,
"is_bot": false,
"headline": "update CHANGELOG.md",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-13T17:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b49e428c5471097f8a821d44d2c637f9dfb51ba7",
"body": null,
"is_bot": false,
"headline": "add CHANGELOG.md",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-13T17:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "001e7df6813d9fc3c40bf2cd41eb1bce930f61d4",
"body": null,
"is_bot": false,
"headline": "vtest: fix examples and tests",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-13T17:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "899917bf2d5ec85587a42235abd3f647ab90b276",
"body": null,
"is_bot": false,
"headline": "vtest: add CounterChecker.AssertEquals()",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-13T16:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6bab38f192e290cf39298938cbc18a7618ca125",
"body": null,
"is_bot": false,
"headline": "docs: add examples",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-13T13:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ca627ff64d3acfdc8a6ee36c9126364ffef3cb7",
"body": "vtest: handle license",
"is_bot": false,
"headline": "Merge pull request #12 from varnish/license",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-05-13T03:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5352a3db21f43f7946caa8b15e385d94833c6f77",
"body": null,
"is_bot": false,
"headline": "vtest: handle license",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-13T03:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2366b6f2e39dcdc0532c85000803b56a76bf0e7",
"body": "AssertStart",
"is_bot": false,
"headline": "Merge pull request #11 from varnish/AssertStart",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-05-13T03:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67b321b68ea8601f95835b2974af2489250db8fa",
"body": null,
"is_bot": false,
"headline": "vtest: add AssertStart()",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-13T00:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c8d5f38f940b5a326df9da039e1c4f14445e8d7",
"body": null,
"is_bot": false,
"headline": "vtest: collect std* logs",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-12T23:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cde5a21b850a49d5217a87c9fcfb7f6ef8144722",
"body": "vtest: introduce CounterChercker",
"is_bot": false,
"headline": "Merge pull request #10 from varnish/counter_wait",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-05-12T21:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e423cd5d9a4e962f15235ac09b4fed5186f57f09",
"body": null,
"is_bot": false,
"headline": "version: add example",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-12T21:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303348c604519ec3b6aaf7e1bc9fe491347190d5",
"body": null,
"is_bot": false,
"headline": "vtest: introduce CounterChercker",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-12T21:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723c68326e856c8d28bdb99239196c7ff658e2a5",
"body": "log: remove nextRecord",
"is_bot": false,
"headline": "Merge pull request #9 from varnish/fix_logs",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-05-12T00:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2cae2727eac61a7c9aaf71ad97189da8d4c09d1",
"body": null,
"is_bot": false,
"headline": "log: compilation error",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-12T00:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "544e61479415a57d7428555ac20f1b96e392d1e2",
"body": null,
"is_bot": false,
"headline": "log: remove nextRecord",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-12T00:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac37225250ae0c41a9ef756fd4dc04136bae5474",
"body": null,
"is_bot": false,
"headline": "add documentation",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-12T00:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ec528241ddba696834f713a76af1e1c94e35e2",
"body": "support Varnish Enterprise",
"is_bot": false,
"headline": "Merge pull request #8 from varnish/ve_compat",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-05-11T23:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7fcdc645f0d72cc19d3a6a163cf5d4de6e157dc",
"body": null,
"is_bot": false,
"headline": "log: inline C function, align VSL_Next on what the C code does",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-11T23:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e54c4592148477bdfc9a81d6c5b39135f212e133",
"body": null,
"is_bot": false,
"headline": "version: add a one-liner doc comment",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-11T23:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365eeb4325050b3ed62a8f68a843ec5b1af696eb",
"body": null,
"is_bot": false,
"headline": "ci: only run on pushes",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-11T23:22:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a9de5a7f22834d225560fa266fb53817f9b0aa9",
"body": null,
"is_bot": false,
"headline": "ci: update actions/setup-go to v6",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-11T23:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41725048c75cea3ae7b72d850a59007c9e7b0ab9",
"body": null,
"is_bot": false,
"headline": "log: don't feed nil pointers to VSL_Next()",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-11T23:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764c469605d1692b42a184feeb19e4aad24479c2",
"body": null,
"is_bot": false,
"headline": "ci: don't fail fast",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-11T23:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c68a56cbf78d328f0844747a44712c106222c1",
"body": null,
"is_bot": false,
"headline": "support Varnish Enterprise",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-11T23:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a63eba4576aef3fb609f28d308f7658572b6c46",
"body": null,
"is_bot": false,
"headline": "ci: update actions/checkout to v6",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-08T23:03:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac64a5f0a715c6341d9db912555913fdc005d65b",
"body": "Add logging capabilities",
"is_bot": false,
"headline": "Merge pull request #7 from varnish/logs",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-05-08T23:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c176196bbffb570ea7dfbd383cb82f629f4c0be",
"body": null,
"is_bot": false,
"headline": "vtest learns to use logging",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-08T22:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deee1897eea6054cf8c8d57b03bfb28f3a4db388",
"body": null,
"is_bot": false,
"headline": "introduce log/",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-08T21:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39bd641f94630676efb2c63ae5949f23f64fabca",
"body": null,
"is_bot": false,
"headline": "doc: move a comment down",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-07T19:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cde823a48973cfe6ac77142c989dca377d5455b1",
"body": "stat: make Update() only needed to detect new/deleted stats",
"is_bot": false,
"headline": "Merge pull request #6 from varnish/stat_update",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-05-07T18:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c23755365610e94edf447822ad45d300cbce6f6",
"body": null,
"is_bot": false,
"headline": "stat: make Update() only needed to detect new/deleted stats",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-07T16:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0146859eec554cec40b6cf60404d8a7c0ede47c7",
"body": "Add stat/ package",
"is_bot": false,
"headline": "Merge pull request #5 from varnish/add_stat",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2026-05-07T06:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5cfdaa92db5ef1a1709d87b67084c47a0963ab2",
"body": null,
"is_bot": false,
"headline": "Add stat/ package",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2026-05-07T06:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3342b86c722987c4492d922b1e0336f7e50f8b6",
"body": "Refactor `vtest` package: naming consistency, comments minor nitpicks.",
"is_bot": false,
"headline": "Merge pull request #1 from varnish/idiomatics",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2025-10-09T18:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3544482ffe32c596eb3bf662a7526462e5f315e",
"body": null,
"is_bot": false,
"headline": "Refactor `vtest` package: naming consistency, comments minor nitpicks.",
"author_name": "Per Buer",
"author_login": "perbu",
"committed_at": "2025-10-08T20:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49f7b7204771b0b8d8aa7ed978b5fb6040d6eed",
"body": null,
"is_bot": false,
"headline": "example",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2025-09-26T22:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c744934cbf8b6a80281ff8b7f9f5d071af95b01d",
"body": null,
"is_bot": false,
"headline": "test->vtest",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2025-09-26T22:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f689a631d53b8080290b5088a3f487e6acdb8dc",
"body": null,
"is_bot": false,
"headline": "vtest->test",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2025-09-26T22:21:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e30d421bd7b9301e77dc19f33de9ea667d60f54",
"body": null,
"is_bot": false,
"headline": "first real commit",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2025-09-26T22:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82efcf1020f8e63fcd583dbf5046766a2d069031",
"body": null,
"is_bot": false,
"headline": "Empty the README for now",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2025-09-25T23:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e9292da3a0340b75a8a4b1cf677628e80780ea",
"body": null,
"is_bot": false,
"headline": "Varnish Cache compatibility",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2025-09-16T00:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa7841643a6d6609a5b6c019d56200119a807c58",
"body": null,
"is_bot": false,
"headline": "import path",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2025-08-18T21:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3951ca6f15c16cafa2ff88f905101f925b15847",
"body": null,
"is_bot": false,
"headline": "add README",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2025-08-13T00:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d28e31f731d4e8842e2daced3f73f15cbaacada",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "Guillaume Quintard",
"author_login": "gquintard",
"committed_at": "2025-08-12T22:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f254cfc9c1538f6d1c8a239ef5c3393e5e387fec",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "guillaume quintard",
"author_login": "gquintard",
"committed_at": "2025-08-12T22:33:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 76,
"latest_release_at": "2026-07-20T18:23:07Z",
"latest_release_tag": "v0.1.2",
"releases_from_tags": true,
"days_since_last_push": 2,
"active_weeks_last_year": 14,
"days_since_latest_release": 9,
"mean_days_between_releases": 7.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/varnish/varnish-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/varnish/varnish-go",
"is_deprecated": false,
"latest_version": "v0.1.2",
"repository_url": "https://github.com/varnish/varnish-go",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T18:23:07Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 3,
"stars": 8,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"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": [
"go.mod"
],
"largest_source_bytes": 20785,
"source_files_sampled": 36,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 16905
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 21,
"open_issues": 1,
"closed_ratio": 0.5,
"closed_issues": 1,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "gquintard",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/3776553?v=4"
},
{
"type": "User",
"login": "AlveElde",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/21689049?v=4"
},
{
"type": "User",
"login": "coryb",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/60973?v=4"
},
{
"type": "User",
"login": "perbu",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/232665?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.868
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 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": 8,
"reason": "10 out of 12 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 4/23 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 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 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "9008b68fdc1fdcedf1a49079f3083f799211e8f1",
"ran_at": "2026-07-30T05:56:36Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T22:51:04Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-27T22:49:55Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 19,
"created_at": "2026-06-21T16:48:15Z",
"last_comment_at": "2026-06-22T07:30:47Z",
"last_comment_author": "gquintard"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/varnish/varnish-go",
"host": "github.com",
"name": "varnish-go",
"owner": "varnish"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 44,
"vitality": 79,
"community": 32,
"governance": 60,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 76,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "76 commits in the last year",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 76
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v0.1.2",
"releases_from_tags": true,
"days_since_latest_release": 9,
"mean_days_between_releases": 7.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~7.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.6
}
}
],
"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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"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": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"forks": 3,
"stars": 8,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "8 stars",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 8
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"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": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.868
},
"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 87% of commits",
"points": 3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"merged_prs": 21,
"open_issues": 1,
"closed_issues": 1,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 4
},
"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": "21/25 decided PRs merged",
"points": 32.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 21,
"decided": 25
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/23 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"followers": 111,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "varnish",
"public_repos": 73,
"account_age_days": 5668
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "111 followers of varnish",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 111,
"login": "varnish"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "73 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 73
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/varnish/varnish-go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"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 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "10 out of 12 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"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": 44,
"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": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "10 out of 12 merged PRs checked by a CI test -- score normalized to 8",
"points": 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 4/23 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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 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 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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": "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": 74,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.671,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 16905
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "51 of 76 human commits state their intent (structured subject or explanatory body)",
"points": 35.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 76
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.013,
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 76 commits agent-authored or agent-credited",
"points": 2.6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 76
}
}
],
"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": 20785,
"source_files_sampled": 36,
"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/36 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"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-30T05:56:48.998211Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/varnish/varnish-go.svg",
"full_name": "varnish/varnish-go",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}