原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 106,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 24078,
"HTML": 468,
"CMake": 2054,
"Shell": 2347,
"Python": 939,
"Makefile": 1694
},
"pushed_at": "2023-02-27T11:30:43Z",
"created_at": "2014-03-07T20:46:33Z",
"owner_type": "User",
"updated_at": "2026-06-18T03:47:34Z",
"description": "CLI for MasterKit CO2 Monitor",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "master",
"license_spdx_raw": "GPL-3.0",
"primary_language": "C",
"significant_languages": [
"C"
]
},
"owner": {
"blog": "https://t.me/dmage",
"name": "Oleg Bulatov",
"type": "User",
"login": "dmage",
"company": null,
"location": "Brno, Czech Republic",
"followers": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/443137?v=4",
"created_at": "2010-10-17T21:17:56Z",
"is_verified": null,
"public_repos": 166,
"account_age_days": 5768
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2015-11-09T19:31:38Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2015-11-07T09:41:38Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2015-09-05T17:43:14Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2015-09-05T15:31:50Z"
},
{
"tag": "v1.0",
"kind": "other",
"published_at": "2015-09-02T21:10:10Z"
}
],
"recent_commits": [
{
"oid": "6d70750d2140760e23a5d1a4a2cf37f7248d103a",
"body": "Skip decode_data guessing when no device available",
"is_bot": false,
"headline": "Merge pull request #49 from dmage/skip_heuristics_if_open_fails",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2023-02-27T11:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbc1384960ecae132adca25b0748cdba6ac60166",
"body": "If hid_open fails, we don't have any information about the device and\nshouldn't use hid_get_device_info.",
"is_bot": false,
"headline": "Skip decode_data guessing when no device available",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2023-02-26T23:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beeba504815d54977fc041c8ea00a0b128d17efc",
"body": "switch on decoding based on release, by default",
"is_bot": false,
"headline": "Merge pull request #47 from gsauthof/auto-detect",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2023-02-26T20:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12117baafc5a244e57af562499a06ca64a619320",
"body": "That means, by default, co2mon uses the USB device's release number\nto auto-detect whether deoding/descrambling of the payload is necessary.\n\nfixes #41",
"is_bot": false,
"headline": "switch on decoding based on release, by default",
"author_name": "Georg Sauthoff",
"author_login": "gsauthof",
"committed_at": "2023-02-25T13:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47ec3d7e72ad4b8bc163a515b6e66bd94a6b02e",
"body": "Add Content-Type header to metrics HTTP response",
"is_bot": false,
"headline": "Merge pull request #45 from chrisberkhout/http-metrics-content-type",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2022-10-13T15:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f532902381324571c79619f1c9457d79f62fa4ba",
"body": null,
"is_bot": false,
"headline": "Add Content-Type header to metrics HTTP response.",
"author_name": "Chris Berkhout",
"author_login": "chrisberkhout",
"committed_at": "2022-10-12T11:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcb12779106354a4cb33f71749db8537804194f0",
"body": null,
"is_bot": false,
"headline": "No data decode option added",
"author_name": "Boris Tobotras",
"author_login": null,
"committed_at": "2020-11-27T20:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec329a6fcad217ea61f3b6bdad7a44629e5e6921",
"body": "Add trivial single-threaded prometheus exporter",
"is_bot": false,
"headline": "Merge pull request #42 from darkk/prometheus",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2020-11-09T21:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cfa54af0676b8fe416f74690b058360637347fc",
"body": "It also ignores SIGPIPE (that might be delivered on a send() to\ndisconnected client) and saves a few syscalls replacing recv() with\nbuffered fgetc().",
"is_bot": false,
"headline": "Send `400 Bad Request` on error",
"author_name": "Leonid Evdokimov",
"author_login": "darkk",
"committed_at": "2020-11-08T21:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a02007209f5b62e0abccbfc24c58b488e34ed6eb",
"body": null,
"is_bot": false,
"headline": "Add trivial single-threaded prometheus exporter",
"author_name": "Leonid Evdokimov",
"author_login": "darkk",
"committed_at": "2020-11-08T18:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18bbce07930a84ff4b39c7f7e4bf205e69cc92d",
"body": "Update information about install for Fedora.",
"is_bot": false,
"headline": "Merge pull request #39 from Vascom/patch-2",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2019-06-26T07:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c84bc2caa14239415c76ba38b88b22863364f090",
"body": null,
"is_bot": false,
"headline": "Update information about install for Fedora.",
"author_name": "Vasiliy Glazov",
"author_login": "Vascom",
"committed_at": "2019-06-26T07:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a53ffa3c69418d999178e0ba0dddf01b043173f",
"body": "Don't dispatch outdated values to collectd",
"is_bot": false,
"headline": "Merge pull request #38 from Self-Perfection/collectd_plugin",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2019-03-13T10:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e409230210a844f937c184a007c1f6c379af1e",
"body": "Recent collectd versions keep asking plugin for new values and complain\nin logs for each dispatched value with old heartbeat. This produces lots\nof logs if device is unplugged.",
"is_bot": false,
"headline": "Don't dispatch outdated values to collectd",
"author_name": "Self-Perfection",
"author_login": "Self-Perfection",
"committed_at": "2019-03-12T20:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "940fcf13cadaf423c77e23d796ba8bff62fa3d4a",
"body": "Add _DEFAULT_SOURCE for new glibc",
"is_bot": false,
"headline": "Merge pull request #36 from dmage/default-source",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2018-08-02T15:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d801891a4a7b3b75fef01a7f9bde701f34238ac0",
"body": null,
"is_bot": false,
"headline": "Add _DEFAULT_SOURCE for new glibc",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2018-08-02T15:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "664378b21548acf69d0b7490f918b6ff59975f9c",
"body": null,
"is_bot": false,
"headline": "Add -f option",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2018-05-26T21:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70603575752855be8704112aa4bf7b10c6176c66",
"body": null,
"is_bot": false,
"headline": "Declare function daemon() on macOS",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2018-05-22T20:01:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d0d431c647f5566a243f116707a89b98c34e92",
"body": null,
"is_bot": false,
"headline": "Add .travis.yml",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2018-05-22T19:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e6d1889a42378dd8e6b8aeb459cb5bed12c9e2b",
"body": "Fix relative path for rrd update_data script",
"is_bot": false,
"headline": "Merge pull request #33 from AlexParamonov/fix/relative_path_for_rrd",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2018-02-19T13:22:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0af8cde48d53567476eb9bea4d2b17965a4e1db",
"body": null,
"is_bot": false,
"headline": "Fix relative path for rrd update_data script",
"author_name": "Alexander Paramonov",
"author_login": "AlexParamonov",
"committed_at": "2018-02-19T13:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6072eda92053c3e64835c1cb3d8ff38c27eba5be",
"body": "Collectd plugin",
"is_bot": false,
"headline": "Merge pull request #32 from Self-Perfection/collectd_plugin",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2017-05-24T21:12:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7b6a639fc097c6ea9c8ce22d617ebafa794590",
"body": null,
"is_bot": false,
"headline": "Added sample config snippet for collectd",
"author_name": "Self-Perfection",
"author_login": "Self-Perfection",
"committed_at": "2017-05-24T20:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf03b0001079efc556b1dc58035444035e3b8b3c",
"body": null,
"is_bot": false,
"headline": "Added python plugin for collectd",
"author_name": "Self-Perfection",
"author_login": "Self-Perfection",
"committed_at": "2017-05-24T20:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8ba7ef0d8f8aeba2abbe1d8843ae7b0250400b8",
"body": "Signed-off-by: Oleg Bulatov <dmage@yandex-team.ru>",
"is_bot": false,
"headline": "Add dependencies to README (see #31)",
"author_name": "Oleg Bulatov",
"author_login": null,
"committed_at": "2016-12-01T13:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518531b25e41f8dd057af838325ed8c91eab2575",
"body": "Send heartbeat timestamp to munin",
"is_bot": false,
"headline": "Merge pull request #29 from Self-Perfection/send_timestamp_to_munin",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2016-06-18T20:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbfa54bacd082ab2d1abb522c254e57ea21697a1",
"body": "Don't figure out if readings are outdated by ourselves but let munin\ndecide. Plugin code became a bit shorter and one fork saved.\n\nMunin supports values with timestamps since 1.3.4\nhttp://munin-monitoring.org/wiki/PluginConcise#fetchmandatory\n\nThis change does not impose extra requirements for munin on target system\nas we already depend on multigraph support which appeared in munin 1.4.0",
"is_bot": false,
"headline": "Send heartbeat timestamp to munin",
"author_name": "Self-Perfection",
"author_login": "Self-Perfection",
"committed_at": "2016-06-18T19:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8d7ce5c26643c176d1a2fbb8e011fb2dc9aa69e",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Fix shell syntax",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2016-01-29T21:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7373b1e794578c7b792ccc73f796d85349ef200",
"body": null,
"is_bot": false,
"headline": "Remove outdated link",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2016-01-15T09:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2ed7b3661d595aa9aed82a1128e0c04af305342",
"body": "Fixed typo in error message",
"is_bot": false,
"headline": "Merge pull request #27 from Self-Perfection/patch-2",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2016-01-09T17:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d48b67bc7a1b4c0681b3c48bfa3791099a1070d7",
"body": null,
"is_bot": false,
"headline": "Fixed typo in error message",
"author_name": "Alexander Meshcheryakov",
"author_login": "Self-Perfection",
"committed_at": "2016-01-09T15:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45cff427d46d0272592503b63b04c8a1ce496ecf",
"body": "Add Fedora and \u0001RHEL/CentOS installation instruction",
"is_bot": false,
"headline": "Merge pull request #25 from Vascom/patch-1",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-11-12T20:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dc7fbbd836544b4c0936a69e00af2a260d88a44",
"body": null,
"is_bot": false,
"headline": "Add Fedora and \u0001RHEL/CentOS installation instruction",
"author_name": "Vasiliy Glazov",
"author_login": "Vascom",
"committed_at": "2015-11-12T04:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59be7fa558953f65afd1267169def809fe0df5ee",
"body": "Install co2mon.h",
"is_bot": false,
"headline": "Merge pull request #24 from dmage/header",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-11-08T23:20:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2892836d79cbd4b3abf29d875f3a7efd1d8cb2d3",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Install co2mon.h",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-11-08T23:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd4c67ae0c38229af4309ecdb36cc79443ee3285",
"body": "Add SOVERSION to libco2mon",
"is_bot": false,
"headline": "Merge pull request #23 from dmage/soversion",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-11-08T23:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db02126007e5018afbbaed32b4245a355dbd6ed",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add SOVERSION to libco2mon",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-11-08T22:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea219cf1e1e2157b8e37b241aad5f5b00495d504",
"body": "Allow to override install destinations",
"is_bot": false,
"headline": "Merge pull request #21 from dmage/install",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-11-07T19:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cc82136010966de76d6c95f1b42024cc88a5d51",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Allow to override install destinations",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-11-07T17:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20c77a9e25228de47b3fd37e904120f2c31b8be5",
"body": "Add install target (bug #18)",
"is_bot": false,
"headline": "Merge pull request #19 from dmage/install",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-11-07T09:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb10e945ca0888f057793885cd6363a65642ace",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add install target (bug #18)",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-11-06T23:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d2dbd6fa750b81d85e0d2c1cebb3feb4e1d7a1",
"body": "Added guide for installing in Arch Linux to README",
"is_bot": false,
"headline": "Merge pull request #17 from Self-Perfection/patch-1",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-11-03T20:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "850e899c594e6730708085e966dc659a87adbfcb",
"body": null,
"is_bot": false,
"headline": "Added guide for installing in Arch Linux to README",
"author_name": "Alexander",
"author_login": "Self-Perfection",
"committed_at": "2015-11-03T20:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df58994553c16eeb60a80baee783a788b909c4da",
"body": "Munin multigraph",
"is_bot": false,
"headline": "Merge pull request #16 from Self-Perfection/munin_multigraph",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-10-30T10:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a318557793dbc979dcf3c3e2142f7e655cc503b",
"body": "Assume that CntR and Tamb values are outdated if heartbeat was updated\nmore than 60 seconds ago.",
"is_bot": false,
"headline": "Don't report outdated values to munin",
"author_name": "Self-Perfection",
"author_login": "Self-Perfection",
"committed_at": "2015-10-27T22:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e636714b86ad35c7e378f7ad968bbe2b2e5b50b6",
"body": "munin expects that plugin reports values for all fields it has\nconfigured during `config`, at least 'U'ndef.\n(see http://munin-monitoring.org/wiki/PluginConcise)",
"is_bot": false,
"headline": "Return undefined if can't read sensors values",
"author_name": "Self-Perfection",
"author_login": "Self-Perfection",
"committed_at": "2015-10-27T16:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39c19b49c0e0bbc21e91c721cd07f84184c6fb5b",
"body": "Makes fetch considerably faster.",
"is_bot": false,
"headline": "Read sensor values using embedded shell means",
"author_name": "Self-Perfection",
"author_login": "Self-Perfection",
"committed_at": "2015-10-27T09:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa131aab6fa514cf5f32a8b35c5eeb77f5757b30",
"body": "Running just one plugin to collect both sensors data instead of two\nplugins uses less resources. And multigraph approach prevents code\nduplication.",
"is_bot": false,
"headline": "Merged co2mon and co2mon_temp to multigraph plugin",
"author_name": "Self-Perfection",
"author_login": "Self-Perfection",
"committed_at": "2015-10-27T09:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01eb85aa806e8bd67fcf6c8f5107fbf499ff3b32",
"body": "fixed co2mond hanging on machines with unsigned char type",
"is_bot": false,
"headline": "Merge pull request #14 from l29ah/master",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-10-16T13:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "996484363a5f9f6d39f6faf58eaa8141549a5b8e",
"body": null,
"is_bot": false,
"headline": "fixed co2mond hanging on machines with unsigned char type",
"author_name": "Sergey Alirzaev",
"author_login": "l29ah",
"committed_at": "2015-10-16T12:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8422cc302c5329018b4e4887ea8f3a7f04bfef7",
"body": "Avoid reading spurious CntR data",
"is_bot": false,
"headline": "Merge pull request #13 from l29ah/master",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-10-08T20:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "396cae2c02e9ed55887be8fab4d3eecb381e18b9",
"body": "that sometimes appears just after connecting the device",
"is_bot": false,
"headline": "Avoid reading spurious CntR data",
"author_name": "Sergey Alirzaev",
"author_login": "l29ah",
"committed_at": "2015-10-08T19:40:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536baac61a7c03e7e8ede5e31c1be36d5fbf7f02",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Update rrd graphs",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-09-05T17:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "253da273f1fd6cf32b1d45dab7f142e1a8bdbd0c",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Initialize variables",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-09-05T17:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a5c7afd386c2065bcc324a7de2f086135e0eef",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Fix munin scripts",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-09-05T17:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a56c4244a85d486248f3a3656672c4e45ebbcf7f",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Update README",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-09-05T15:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cc0d6b19ddfc0a04cdce2c66a6a44bd2bd0414b",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Remove D-Bus interface",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-09-05T15:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f465d64f3f1f7af2d45c4df5773a7ad1feb31bfb",
"body": "* hidapi:\n Add missed #include <stdint.h> (bug #10)\n Use hidapi on OS X\n Add co2mon-dumper\n Use hidapi",
"is_bot": false,
"headline": "Merge branch 'hidapi'",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-09-02T21:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e1e3a80e666c470971edcc7e86e4e88c60f972c",
"body": "Add munin plugins",
"is_bot": false,
"headline": "Merge pull request #11 from maklaut/master",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-09-02T20:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34413f21676a1dbdd1d55f9075a0f4682b9d5cfe",
"body": null,
"is_bot": false,
"headline": "Add munin plugins",
"author_name": "Alexander Sukhov",
"author_login": "maklaut",
"committed_at": "2015-09-02T14:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f74f91d7562ee956f2decb3b02c68a1e3d9d8a5",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add missed #include <stdint.h> (bug #10)",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-07-31T23:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a2ccfc4a1fc013702c20f052448d802a200a2c3",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Use hidapi on OS X",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-03-10T12:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e7b590c9ff3b5096538eed35f8f9051f7eb486",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add co2mon-dumper",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-03-07T23:52:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b01e1752e5ccf74de9117ce885badd3872875e",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Use hidapi",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-03-07T20:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c08ee018de813deae2e554ccfc3841be42bef799",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Merge co2mon_open_device and co2mon_find_device",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-03-07T20:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d57bafbcb926abca345e4e9edd2b7a54a0b0412",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Remove libusb functions from co2mond",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-03-07T20:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de59dcc9a391a07bd8348e64935e0919cb407bb8",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Use LIBUSB_LIBRARY_DIRS in co2mond",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-03-07T18:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8916462e9e0bd53ef93c229fbe3da75ea8506538",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Use co2mon functions instead of libusb",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-03-07T17:26:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e37e7934f9570e3c6a3a087996b72663c35cf52a",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Split co2mond and libco2mon",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-03-07T17:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f1f6658c09cb298d6776eeadfd4ed5bfc7792b8",
"body": "Signed-off-by: Oleg Bulatov <dmage@yandex-team.ru>",
"is_bot": false,
"headline": "Use #!/bin/bash",
"author_name": "Oleg Bulatov",
"author_login": null,
"committed_at": "2015-02-28T21:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d46d1a16413c6669dda56364ae4d8bca3712ac",
"body": "Refactor coding-style",
"is_bot": false,
"headline": "Merge pull request #3 from kpp/kpp--refactor-coding-style",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-17T10:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b9e5ad11c408310bc74fb46f3cfa113c9e054a1",
"body": null,
"is_bot": false,
"headline": "Removes redundant comment(xor with magic_table)",
"author_name": "Roman Proskuryakov",
"author_login": null,
"committed_at": "2015-02-17T10:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75fe330b4db2014c6ded43da2c8e9237f6d0758",
"body": null,
"is_bot": false,
"headline": "Fixes macro UNUSED -> G_GNUC_UNUSED",
"author_name": "Roman Proskuryakov",
"author_login": null,
"committed_at": "2015-02-17T10:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc6d20b245d0378797e2e18f5a3ed1666efd0dc",
"body": null,
"is_bot": false,
"headline": "Fixes warnings produced by `-Wold-style-definition -Wstrict-prototypes`.",
"author_name": "Roman Proskuryakov",
"author_login": null,
"committed_at": "2015-02-17T10:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "393f7c914042e13fa7f0ae096b6f13086a72d078",
"body": " There was a sizeof on array function parameter, which returns sizeof pointer, not the size of array.\n Fix: `type_t param; sizeof(param) ---> sizeof(type_t)`\n* Fixes array initializers: `{0,0,0....} ---> {0}`",
"is_bot": false,
"headline": "* Fixes code for 32-bit executables:",
"author_name": "Roman Proskuryakov",
"author_login": null,
"committed_at": "2015-02-17T10:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41a5ea3da0077368bb21f2f6018e6c469785b89d",
"body": null,
"is_bot": false,
"headline": "Removes flag `-Wno-unused-parameter' and fixes warnings.",
"author_name": "Roman Proskuryakov",
"author_login": null,
"committed_at": "2015-02-17T10:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9981bbc97fff4f291f7804e8b0d3b78625f6d8a3",
"body": "…loop-header etc).\n\nDecreases the distance between variable declaration and statements with the variable.",
"is_bot": false,
"headline": "Moves to c99 version of C standard (declare idx variables inside for-…",
"author_name": "Roman Proskuryakov",
"author_login": null,
"committed_at": "2015-02-14T07:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d807b70bf04416d2f6329f9ccc5c0948696dba0",
"body": "Required by libusb < 1.0.16\n\nSigned-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Own libusb_strerror implementation",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-07T19:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c97dacc2d4ce9f084cb143235c005f9bf669c3",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Fix monitor.py",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-02T20:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b46b9d036d1b7d5f6cce48c3ce2c0371230ea44",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add dbusrules/",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-02T20:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51ff3224be8a295c692b1f363f7e71aa9d4aa9e4",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Use systemwide bus",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-02T20:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d050d77cfc2e4d25823a9a415ff33428e0e7340",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Use g_main_loop_quit instead of exit",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-02T19:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14824a86ae4cdd956a8de4bf2f94ca29dcb09f05",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Improve errors from D-Bus",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-02T19:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f791c03796881a17c4f14d24786f0965bdd8287",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Improve errors from libusb",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-02T19:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e6c79fec3e6ea0bd73cdafd39ceeed421bd02e5",
"body": "udev rule, readable error",
"is_bot": false,
"headline": "Merge pull request #2 from Displacer/master",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-02T17:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58932552beedae9a3a4ccf9e5985bbc805837220",
"body": null,
"is_bot": false,
"headline": "udev rule with permissions setup added",
"author_name": "Igor Ulyanov",
"author_login": "Displacer",
"committed_at": "2015-02-02T16:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3f46d37a12fa488931d251ef6214409de49966e",
"body": null,
"is_bot": false,
"headline": "human readable open device error information",
"author_name": "Igor Ulyanov",
"author_login": "Displacer",
"committed_at": "2015-02-02T16:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32d6678baa9cce9a91523a7a5606a63138c1d7cd",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add dbus-send commands to README",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-01T23:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fae831a6d442c2fabae1bd8be79183cab7b6485b",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add GetTemperature and GetCO2 methods",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-01T23:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79454232be83458a0b3dee9f2645e3afbda32269",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add link to GNOME Shell extension",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-02-01T17:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aac2548814fb4710b834590cedbc3c6ffab23d83",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add link to habrahabr article",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-01-31T20:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea875c74dabd48c9b8eac068080c90c21f6b9ad1",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add some links to README",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-01-31T19:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb18a1982516ac6fcb0ba31c9b4bc7a9434dad2d",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Update README",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-01-31T18:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b7364fd6412f3210ece8a825917e5e22c3696e1",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Use D-Bus for delivering new values",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-01-31T18:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4db0188cb4741f2f028cbc2a0696fc9dc66e6e0",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Add LICENSE file (issue #1)",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2015-01-31T11:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a0301bf002974b766ef705d0374a16972321657",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Added HTML file for graphs",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2014-03-08T19:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b460994b652decbbbec0e4cabb23c1dbfffe7a2",
"body": "Signed-off-by: Oleg Bulatov <oleg@bulatov.me>",
"is_bot": false,
"headline": "Initial commit",
"author_name": "Oleg Bulatov",
"author_login": "dmage",
"committed_at": "2014-03-07T20:49:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 0,
"latest_release_at": "2015-11-09T19:31:38Z",
"latest_release_tag": "v2.1.0",
"releases_from_tags": false,
"days_since_last_push": 1253,
"active_weeks_last_year": 0,
"days_since_latest_release": 3920,
"mean_days_between_releases": 17
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [],
"total": 0,
"header": 0,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 53,
"stars": 180,
"watchers": 21,
"fork_history": {
"days": [
{
"date": "2015-02-02",
"count": 2
},
{
"date": "2015-02-28",
"count": 1
},
{
"date": "2015-05-23",
"count": 1
},
{
"date": "2015-09-02",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-18",
"count": 1
},
{
"date": "2015-11-13",
"count": 1
},
{
"date": "2015-12-04",
"count": 1
},
{
"date": "2016-01-19",
"count": 1
},
{
"date": "2016-01-27",
"count": 1
},
{
"date": "2016-02-26",
"count": 1
},
{
"date": "2016-04-29",
"count": 1
},
{
"date": "2016-07-27",
"count": 1
},
{
"date": "2017-03-10",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-05-15",
"count": 1
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2017-12-08",
"count": 1
},
{
"date": "2017-12-29",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-25",
"count": 1
},
{
"date": "2018-06-29",
"count": 1
},
{
"date": "2018-07-23",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2019-02-11",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2020-05-24",
"count": 1
},
{
"date": "2020-07-25",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-20",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-06-03",
"count": 1
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-04-01",
"count": 1
},
{
"date": "2023-10-02",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
}
],
"complete": true,
"collected": 50,
"total_forks": 53
},
"star_history": null,
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"graph/rrd/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 18644,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"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": [],
"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": 23,
"open_issues": 8,
"closed_ratio": 0.704,
"closed_issues": 19,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "dmage",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/443137?v=4"
},
{
"type": "User",
"login": "Self-Perfection",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/3757038?v=4"
},
{
"type": "User",
"login": "Displacer",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1288799?v=4"
},
{
"type": "User",
"login": "darkk",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/21046?v=4"
},
{
"type": "User",
"login": "l29ah",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/31852?v=4"
},
{
"type": "User",
"login": "Vascom",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/550017?v=4"
},
{
"type": "User",
"login": "AlexParamonov",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/352030?v=4"
},
{
"type": "User",
"login": "maklaut",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8124589?v=4"
},
{
"type": "User",
"login": "chrisberkhout",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/124641?v=4"
},
{
"type": "User",
"login": "gsauthof",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/464832?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.75
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"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": 4,
"reason": "Found 8/18 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"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": "6d70750d2140760e23a5d1a4a2cf37f7248d103a",
"ran_at": "2026-08-03T20:38:45Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 25,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2023-02-27T11:30:43Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 28,
"created_at": "2016-02-04T18:06:30Z",
"last_comment_at": "2016-02-05T08:16:39Z",
"last_comment_author": "alex3kov"
},
{
"number": 35,
"created_at": "2018-07-31T15:04:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2018-10-08T12:40:21Z",
"last_comment_at": "2018-10-10T15:06:25Z",
"last_comment_author": "windoozatnick"
},
{
"number": 40,
"created_at": "2019-08-14T12:31:21Z",
"last_comment_at": "2019-09-05T17:03:20Z",
"last_comment_author": "532910"
},
{
"number": 44,
"created_at": "2022-07-29T19:02:54Z",
"last_comment_at": "2022-07-30T04:50:14Z",
"last_comment_author": "Simon311"
},
{
"number": 46,
"created_at": "2022-10-14T15:27:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2023-03-19T09:44:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2023-04-23T09:39:42Z",
"last_comment_at": "2023-12-16T19:41:12Z",
"last_comment_author": "nickolay"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dmage/co2mon",
"host": "github.com",
"name": "co2mon",
"owner": "dmage"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "The weighted overall 37 is calibrated to 31 on the published index scale (record calibration 2026-08-02). Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 34.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 37,
"calibrated": 31,
"calibration": "2026-08-02"
}
},
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 34,
"pct": 60
}
}
],
"value": 19,
"inputs": {
"security": 33,
"vitality": 25,
"community": 54,
"governance": 52,
"calibration": "2026-08-02",
"engineering": 21,
"ai_readiness": 40,
"abandonment_cap": 34,
"abandonment_state": "likely_abandoned",
"weighted_overall_raw": 37,
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 31,
"overall_after_abandonment_multiplier": 19
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 25,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1253,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1253 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1253
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 60,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v2.1.0",
"releases_from_tags": false,
"days_since_latest_release": 3920,
"mean_days_between_releases": 17
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3920 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3920
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~17 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 17
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 34,
"state": "likely_abandoned",
"guards": [],
"signals": [
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 8,
"days_since_last_merged_pr": 1253,
"days_since_last_human_commit": 1253,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1253 days; 3 unmet obligation(s): issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1253,
"count": 3,
"signals": "issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 54,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"forks": 53,
"stars": 180,
"watchers": 21,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "180 stars",
"points": 36.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 180
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "53 forks",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 53
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "21 watchers",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 21
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 0,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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 (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"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": 52,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.75
},
"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 75% of commits",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 75
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"merged_prs": 23,
"open_issues": 8,
"closed_issues": 19,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 0.704,
"closed_unmerged_prs": 2,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "70% of issues closed",
"points": 29.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 70
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/25 decided PRs merged",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 25
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/18 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"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": 59,
"inputs": {
"followers": 48,
"owner_type": "User",
"is_verified": null,
"owner_login": "dmage",
"public_repos": 166,
"account_age_days": 5768
},
"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": "48 followers of dmage",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 48,
"login": "dmage"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "166 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 166
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 21,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.3
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 8/18 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "exceptional",
"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. 5 match(es) from contributors below the commit-weight threshold (fewer than 50 commits and under 10% of sampled commits) are recorded for review and do not affect the score.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 5
}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [
{
"role": "contributor_organization",
"count": 3,
"country": "Russia"
},
{
"role": "top_contributor",
"count": 2,
"country": "Russia"
}
],
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match; 5 match(es) below the commit-weight threshold (<50 commits and <10% of commits), review-only",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 5,
"share": 10,
"commits": 50
}
}
],
"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": "weak",
"name": "AI Readiness",
"value": 40,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.392,
"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 97 human commits state their intent (structured subject or explanatory body)",
"points": 20.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"graph/rrd/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "graph/rrd/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "graph/rrd/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 97",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 97
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 18644,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [],
"scores": {
"cli": 2
},
"primary": null,
"evidence": [
{
"tier": "description",
"label": "cli",
"source": "description:cli",
"weight": 2
}
],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-03T20:39:01.266216Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dmage/co2mon.svg",
"full_name": "dmage/co2mon",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}