Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"time",
"ntp",
"rdate-ntpdate-replacement"
],
"is_fork": false,
"size_kb": 102,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 35579,
"Roff": 4862,
"Shell": 1983,
"Makefile": 1274
},
"pushed_at": "2026-05-06T18:19:26Z",
"created_at": "2021-11-28T15:36:37Z",
"owner_type": "User",
"updated_at": "2026-07-20T15:54:56Z",
"description": "HTTP Time protocol",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "C",
"significant_languages": [
"C",
"Roff"
]
},
"owner": {
"blog": null,
"name": "Eddy Vervest",
"type": "User",
"login": "twekkel",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/57325478?v=4",
"created_at": "2019-11-03T16:47:09Z",
"is_verified": null,
"public_repos": 7,
"account_age_days": 2452
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2026-05-06T18:19:26Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2025-09-04T17:42:39Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2024-09-02T18:38:40Z"
},
{
"tag": "v1.3.7",
"kind": "patch",
"published_at": "2023-01-23T15:57:22Z"
},
{
"tag": "v1.3.6",
"kind": "patch",
"published_at": "2022-08-11T07:49:14Z"
},
{
"tag": "v1.3.5",
"kind": "patch",
"published_at": "2022-07-24T08:51:45Z"
},
{
"tag": "v1.3.4",
"kind": "patch",
"published_at": "2022-04-18T07:43:58Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2022-01-20T15:50:12Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2022-01-16T13:54:43Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2022-01-02T15:44:59Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2021-12-21T17:54:38Z"
},
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2021-12-11T13:02:55Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2021-11-28T19:44:36Z"
}
],
"recent_commits": [
{
"oid": "c3666d6d107662081339a1a24cab092810d7cd00",
"body": null,
"is_bot": false,
"headline": "Version bump to 2.0.2 and License year update",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2026-05-06T18:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab938ff05ce5e4170f892a837508c52284f6825",
"body": null,
"is_bot": false,
"headline": "Fix for large header issue #30",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2026-05-06T18:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e57b0513e85bda71a026a9f84c5d4bddaf56dd2",
"body": null,
"is_bot": false,
"headline": "Version bump to 2.0.1",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2025-09-04T17:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ede0f5a6925b5b79e731487567a3acd263e43b",
"body": null,
"is_bot": false,
"headline": "Implement basic auth support",
"author_name": "minhducsun2002",
"author_login": "minhducsun2002",
"committed_at": "2025-08-30T07:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "317deee82f8582d28f8b5fe6fba69e84c00e2796",
"body": "Signed-off-by: Mathieu Mirmont <mat@parad0x.org>",
"is_bot": false,
"headline": "Add reference to the Alpine Linux package",
"author_name": "Mathieu Mirmont",
"author_login": "maaaat",
"committed_at": "2025-07-09T14:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8939cb1969d5d594159d2d9110665fce07e82ba0",
"body": null,
"is_bot": false,
"headline": "Removed htpdate from NTP pool",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-12-08T16:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e39078aafd42bf9fd42097553da37b11f8fac8",
"body": "The current code does the following:\n\n (offset < timelimit && offset > -timelimit)\n\nFor reasons that I can't explain, on Ubuntu during automated tests on\nppc64el, when offset is negative (-0.125), the second clause is false. I\nhaven't been able to obtain the same behavior in a reproducer (different\nmachines?) but using fabs() instead of the double comparison reliably\nfixes the issue. It is also in-line with recent use of fabs in the\ncodebase.",
"is_bot": false,
"headline": "htpdate.c: use fabs when checking offset is reasonable.",
"author_name": "Adrien Nader",
"author_login": "adrien-n",
"committed_at": "2024-09-18T18:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820f4b890309f3092637355464c3e35aad4245e2",
"body": null,
"is_bot": false,
"headline": "add name and pid to syslog output",
"author_name": "Kevin Glavin",
"author_login": "kglavin",
"committed_at": "2024-09-11T20:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01d5e9584b22ebf9b166213bfe3f221c039ec4b8",
"body": null,
"is_bot": false,
"headline": "Bump version to 2.0.0",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-09-02T18:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13a618f21e752ee990e611b469ee01499f4ba2fa",
"body": null,
"is_bot": false,
"headline": "Fix incorrect \"estimated error\"",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-08-13T20:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "360efbae7c5909eca07239cd633b785bb620fcc8",
"body": null,
"is_bot": false,
"headline": "Make implicit conversions explicite",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-08-11T18:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7964ca0bcc40957fc673c385229891a832b6cf84",
"body": null,
"is_bot": false,
"headline": "htpdate.c: use fabs() from math.h",
"author_name": "00gh",
"author_login": null,
"committed_at": "2024-06-21T17:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a10df4c9402d5f184d501e92e48c12c3816e95e",
"body": null,
"is_bot": false,
"headline": "Add license and disclaimer",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-05-06T19:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c00426b8a136238905efabf4bb607d7ac26ffb",
"body": null,
"is_bot": false,
"headline": "Added correction for latency",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-05-05T20:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d81b4dae52d5de7d1e58894bba0fc529f895be9",
"body": null,
"is_bot": false,
"headline": "Remove superfluous sleep, faster sync",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-05-04T16:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35eb5bb5ed86c1372026f6e7f44c26a9159b8374",
"body": null,
"is_bot": false,
"headline": "Cleanup",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-05-03T15:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1672e390e3df935f904ef17b9970e7bf630f6bb",
"body": null,
"is_bot": false,
"headline": "Revert commit 093a103db84f7878a8b1a8f06d6f581c1a7ea99b",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-05-03T10:21:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "658c14b125cdde1273492aa58d1e417699bd765e",
"body": null,
"is_bot": false,
"headline": "Tuning faster synchronization",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-04-28T18:09:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "093a103db84f7878a8b1a8f06d6f581c1a7ea99b",
"body": null,
"is_bot": false,
"headline": "Fix weighted average calculation",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-04-07T20:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca7d09d549a5ede9bb50b0be5de073153dd02f1",
"body": null,
"is_bot": false,
"headline": "Improve readability",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-02-11T15:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce91c2db39d9654543b7990e806c2bbb743faa67",
"body": null,
"is_bot": false,
"headline": "Update copyright year",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-02-11T14:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf269f0cfae2a7172eddfce8ae1f98b6a6738d55",
"body": null,
"is_bot": false,
"headline": "Log to stderr when running with \"-F\"",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2024-02-11T14:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8db661e96ec3fa92e48c50839cd1b0d98a5a6f",
"body": null,
"is_bot": false,
"headline": "Update Copyright year",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2023-10-29T13:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f3f28e8654d0e1d77ac101e5d282cb3e1e6f9e",
"body": null,
"is_bot": false,
"headline": "Update Debian link",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2023-04-15T14:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c1882b1289a2232a5376021a1db0e66075bab20",
"body": null,
"is_bot": false,
"headline": "fix links",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2023-04-15T13:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5059b666dc810387670e860b3f34432423e74d5",
"body": null,
"is_bot": false,
"headline": "readme updates",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2023-04-15T13:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e72205ade000384e212e67df0ebe0386fd90001",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.3.7",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2023-01-23T15:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303ef6d40750cb77fddda45dd0599cd2203d83e2",
"body": null,
"is_bot": false,
"headline": "Fix: default proxy port set incorrectly from environment",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2023-01-12T19:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57837e254977b5b29429399456230470f41d967a",
"body": null,
"is_bot": false,
"headline": "Fix: default proxy port set incorrectly",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2023-01-12T19:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c79249fbd811914a8eb1068d9ee503a046172c8",
"body": null,
"is_bot": false,
"headline": "Fix for https://bugs.launchpad.net/ubuntu/+source/htpdate/+bug/1850740",
"author_name": "root",
"author_login": null,
"committed_at": "2023-01-12T18:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f972e9d8b1c9a38bd1baaa8f47170b9f07243b8",
"body": "First of all, thanks so much for providing htpdate!\r\n\r\nI've encountered some firewalls / transparent proxies that require the server hostname to be set during TLS negotiation, or the connection will fail.\r\n\r\nThis change sets the hostname on the SSL object using https://www.openssl.org/docs/man1.1.1/man3/SSL_set_tlsext_host_name.html .",
"is_bot": false,
"headline": "Set SSL server hostname on SSL object.",
"author_name": "Daniel Mewes",
"author_login": "danielmewes",
"committed_at": "2022-12-10T08:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e792183605d8f7fb8dae706aa50272eb329bb28",
"body": "…ttempt)",
"is_bot": false,
"headline": "Avoid bouncing between upper/lower limit when (almost) in sync (2nd a…",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-08-31T18:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "460338ec56d399b536c159795ae195189ca1f6dc",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.3.6",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-08-11T07:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca4b8fe5fcf2805dcb6278944399a14913c8271e",
"body": null,
"is_bot": false,
"headline": "Fix incorrect tuning for large time offsets",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-08-11T07:38:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d156d4e838810dbece0602c39bd8f33e436031d4",
"body": null,
"is_bot": false,
"headline": "Drop setmode only on successful poll cycle",
"author_name": "Guilherme Francescon",
"author_login": "gfcittolin",
"committed_at": "2022-08-08T17:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bea0fe6f69a3f92d98b34f1554b3a677bc6297c",
"body": null,
"is_bot": false,
"headline": "fix tab spacing",
"author_name": "Guilherme Francescon",
"author_login": "gfcittolin",
"committed_at": "2022-08-08T17:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ad4d1f774029776a9c3e578f1db7b03a6b84dd7",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-07-24T08:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f375d9f132649cf759d4542ad0f0561b258a1c",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.3.5",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-07-24T08:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06ed145568de875b32389f841ce0fcbab11e8ad7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-06-22T19:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c92a3a25b08559abcf09ac209550e4cd31a8ae99",
"body": null,
"is_bot": false,
"headline": "Tuning",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-06-22T19:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "112ba22cc4a32bb8b7f0d5910a8a79e038d92481",
"body": null,
"is_bot": false,
"headline": "Spelling",
"author_name": "Eddy Vervest",
"author_login": null,
"committed_at": "2022-06-06T15:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c0895fca7655aaec3cbf35684d7402dfe3720d1",
"body": null,
"is_bot": false,
"headline": "Revisited \"confidence\"",
"author_name": "Eddy Vervest",
"author_login": null,
"committed_at": "2022-06-06T14:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a82ee6381bd42a2887903592295380c095b54158",
"body": null,
"is_bot": false,
"headline": "Include LDFLAGS",
"author_name": "Eddy Vervest",
"author_login": null,
"committed_at": "2022-06-06T14:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83183e304469f9a56f62fcf0e2c321e2673fa55e",
"body": null,
"is_bot": false,
"headline": "Minor doc updates",
"author_name": "Eddy Vervest",
"author_login": null,
"committed_at": "2022-06-06T14:08:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e72d093f51b50730ec0370d395c84f3630831f1",
"body": null,
"is_bot": false,
"headline": "Use \"convidence\" to mitigate frequency jumps",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-05-11T09:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e86d63c38118c801c35a6346daca4839ea1c4f6",
"body": null,
"is_bot": false,
"headline": "Improved error handling in case of HEAD request failure",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-05-04T15:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bcd967e0fa468cee8b7efc6610322fbb21a1dfd",
"body": null,
"is_bot": false,
"headline": "Set time_status to synced",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-04-30T12:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ce0d53a0c21515a1316ff974d63dd7ef76e6103",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.3.4",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-04-18T07:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82c218b78a8dcae63b9194cc282b4d6ab852a682",
"body": null,
"is_bot": false,
"headline": "Fix apply frequency from file",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-04-18T07:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13bb9526c2168c5743d417a54514a4a8dc898c4e",
"body": null,
"is_bot": false,
"headline": "Remove \"optimization\"",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-04-18T07:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9410e052644a6089523bd37140a9e41e29d8682",
"body": null,
"is_bot": false,
"headline": "double free",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-04-12T16:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba90fedd553c3b06c925fb6ff5245a5dcabace9",
"body": null,
"is_bot": false,
"headline": "Allow SSL_LIBS to be configured from environment",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-29T09:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1f4502fd436c6e79eba1b9bf25e27dc6ee7610",
"body": null,
"is_bot": false,
"headline": "Improved handling of ERR_TIMESTAMP cases",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-28T16:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f1a308136eaf291afa58669a8a4980a4b39bb77",
"body": null,
"is_bot": false,
"headline": "Fix strdup/free leak",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-27T19:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b764e4a150753374c63d0a51b62803751d703be7",
"body": null,
"is_bot": false,
"headline": "Error handling improvements",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-27T19:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21614c91ffa55b06ac1528cd2f481cff8aa38c9f",
"body": null,
"is_bot": false,
"headline": "Don't smear polls across sleep interval for better accuracy",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-27T17:15:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc7fea51d33ebac424ffb9714dd39d0d8931ccbe",
"body": null,
"is_bot": false,
"headline": "Remove debug statement",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-23T15:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d07cedb4c09fdd5a0f30a61002ab035c877dba17",
"body": null,
"is_bot": false,
"headline": "Revised data types, now y2038 ready",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-23T14:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0904e198d5714f86bb330939279ded5c34f8e7ff",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.3.3",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-20T15:49:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a862a2665bda2ca8d675b3a6258613479e2ba387",
"body": null,
"is_bot": false,
"headline": "Move zero offset",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-19T15:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3601acaf3a46926f9f62bd8eda97d65475895505",
"body": null,
"is_bot": false,
"headline": "Use timegm() (again)",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-19T15:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c609a13dcfaca3cc892fff7c9738f6c3ea46f6c",
"body": "/usr/bin -> /usr/sbin\r\nwww.google.com -> www.example.com (to keep it vendor neutral)",
"is_bot": false,
"headline": "Update htpdate.service",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-18T16:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c282b363dc71467a2e0f03c46df5eccacafb9f",
"body": "/usr/bin -> /usr/sbin\r\nwww.google.com -> www.example.com (to keep it vendor neutral)",
"is_bot": false,
"headline": "Update htpdate.init",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-18T16:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c555f6a2d49d083de406eee5ef0d8927a7b5dd",
"body": null,
"is_bot": false,
"headline": "Update Makefile",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-18T16:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34f7ccc814a3e2773b625e23f95845fae1e19c84",
"body": "Fixing the exec parameter in a way this service file can work out of the\nbox.\n\nSigned-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>",
"is_bot": false,
"headline": "scripts/htpdate.service: fix exec parameters",
"author_name": "Angelo Compagnucci",
"author_login": "angeloc",
"committed_at": "2022-01-18T16:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c5b74ec635de49515a4087ae677cff068bb3a99",
"body": "Adding /etc/default/htpdate to change service start parameters and move\nto start-stop-daemon for service handling.\n\nSigned-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>",
"is_bot": false,
"headline": "scripts/htpdate.init: adopt debian init style",
"author_name": "Angelo Compagnucci",
"author_login": "angeloc",
"committed_at": "2022-01-18T16:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd6997007aa5dad87bf2c8890ca312f3fadcb7c",
"body": "Binary can be called also by a non privileged user therefore it belongs\nto /usr/bin.\n\nSigned-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>",
"is_bot": false,
"headline": "Makefile: install binary in /usr/bin",
"author_name": "Angelo Compagnucci",
"author_login": "angeloc",
"committed_at": "2022-01-18T16:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e729f3a9b2b43e70cc7fd67ba0888df5bc6099e",
"body": null,
"is_bot": false,
"headline": "Fix for time offset > 1s",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-18T15:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8f897990c69122acc5c9b62fc0235bc9e5a159b",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.3.2",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-16T13:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561e31ad14cbbd7ce4c72fc41bdf3765ed117519",
"body": null,
"is_bot": false,
"headline": "Fine tuning time correction",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-16T13:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f7ca5d86506740bd52b4763edb3e2b01fcfcfc1",
"body": "ntp_adjtime is available only on gnu libc but missing entirely on musl\nand uclibc.\n\nSigned-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>",
"is_bot": false,
"headline": "htpdate: fix for non gnu libc",
"author_name": "Angelo Compagnucci",
"author_login": "angeloc",
"committed_at": "2022-01-14T15:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7d53e8867a4ecf599e3b1559f7d3697fe1b149c",
"body": "Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>",
"is_bot": false,
"headline": "htpdate: fix formatting",
"author_name": "Angelo Compagnucci",
"author_login": "angeloc",
"committed_at": "2022-01-14T15:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e04809da436a40f91515ceb844b859e28b82529",
"body": "Signed-off-by: Rui Chen <rui@chenrui.dev>",
"is_bot": false,
"headline": "add build badge",
"author_name": "Rui Chen",
"author_login": "chenrui333",
"committed_at": "2022-01-13T17:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a9fe4fdce277beeffe7dd4579400130c986b519",
"body": "Signed-off-by: Rui Chen <rui@chenrui.dev>",
"is_bot": false,
"headline": "test",
"author_name": "Rui Chen",
"author_login": "chenrui333",
"committed_at": "2022-01-13T17:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b761267fbcd1e7e143c6a9ae80aee28dff7e37",
"body": "Signed-off-by: Rui Chen <rui@chenrui.dev>",
"is_bot": false,
"headline": "build with https",
"author_name": "Rui Chen",
"author_login": "chenrui333",
"committed_at": "2022-01-13T17:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6ccdef9603eeabe0fa5568e2df035bda54f8ee7",
"body": "Signed-off-by: Rui Chen <rui@chenrui.dev>",
"is_bot": false,
"headline": "feat: add ci",
"author_name": "Rui Chen",
"author_login": "chenrui333",
"committed_at": "2022-01-13T17:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93b36260a4a03dfdfce1115a4e7a7448d09639bc",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-06T16:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6098e54353c7eebbc7232f7486976f30b30c1223",
"body": null,
"is_bot": false,
"headline": "fix: fix osx build",
"author_name": "rui",
"author_login": "chenrui333",
"committed_at": "2022-01-03T16:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dd83ca7776232bc5f608132a1b2c22df9b2ad8f",
"body": null,
"is_bot": false,
"headline": "Add -f to Usage",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-02T16:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fe16f2dd525b6eea396d72f97403c92b540327d",
"body": null,
"is_bot": false,
"headline": "Version bump to 1.3.1",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-02T15:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aeb8a8a9aa79b329f22e9524dcaf8ce488aab68",
"body": null,
"is_bot": false,
"headline": "Read/write drift file",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2022-01-02T15:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d56c5c335f88e2b4024f7d46ed800ed4fb5bba3d",
"body": "OpenBSD would need much more changes, but NetBSD and FreeBSD are working.",
"is_bot": false,
"headline": "Limit to NetBSD and FreeBSD",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-31T14:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7861dd7094828c985f5b52be592d36f02989ee4",
"body": "On most libc libraries, ntp_adjtime function or is an alias to\nadjtimex, or it's missing entirely (musl, uclibc).\nBSD libc instead does have this function and relies entirely\non ntp_adjtime.\n\nSigned-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>",
"is_bot": false,
"headline": "htpdate: compile on non glibc toolchains",
"author_name": "Angelo Compagnucci",
"author_login": "angeloc",
"committed_at": "2021-12-31T14:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9a2f25f48247d1bef3b32c6dd939f66479f1177",
"body": "This fixes the case when a clock is started with no previous time\nconfigured and it is therefore in epoch time: this happens for example\nwhen a board without an RTC is bring up and needs to sync the time.\nIn this case, the software always refuse to synchronize because of the\ntimelimit limited value, which even if it's big, it's not big enough to\ncontemplate for the epoch time.\n\nSigned-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>",
"is_bot": false,
"headline": "htpdate: really ignore timelimit when sanity checks are off",
"author_name": "Angelo Compagnucci",
"author_login": "angeloc",
"committed_at": "2021-12-31T14:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94b30060a88508ab2eca0df814e0c23cdf612873",
"body": "When crosscompiling, instruments like strip or install can be already\ndefined with the toolchain paths, thus they shouldn't be overwritten by\nthe makefile.\n\nSigned-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>",
"is_bot": false,
"headline": "Makefile: fix for cross compilation",
"author_name": "Angelo Compagnucci",
"author_login": "angeloc",
"committed_at": "2021-12-31T14:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b23bfd94d1d7d8c23f4403dc5df7d28e30e4be5",
"body": null,
"is_bot": false,
"headline": "Fix rounding error",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-26T19:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e906bf96eac9ef5a3c0e7546724ff9b2ee817502",
"body": null,
"is_bot": false,
"headline": "Apply cppcheck and clang improvements",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-21T17:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8ebb4778f9764d461bc8c0458bf63d31b89d8d",
"body": null,
"is_bot": false,
"headline": "Fix infinite loop when no timestamp is available",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-19T14:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2336ac2c28a630f366ae56129ed75a707ae830e9",
"body": null,
"is_bot": false,
"headline": "Add optional server certificate validation",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-19T14:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e9aa6492b1fea61994c231e54e04458fe2cf0b0",
"body": null,
"is_bot": false,
"headline": "HTTPS support added, doc updates, version dump",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-19T14:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02cb77b949916127928338a4ed05c86059072bfe",
"body": null,
"is_bot": false,
"headline": ".",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-18T08:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73001485216ee10638537ef5c80e090256a9726e",
"body": null,
"is_bot": false,
"headline": "New bisect algorithm",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-18T08:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d21de531a3a85cd28863a79ba89774daf300d27",
"body": null,
"is_bot": false,
"headline": "README -> README.md",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-13T18:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79898685df225fa45e8435fd9549fa78fb778e21",
"body": null,
"is_bot": false,
"headline": "Remove absolute path from 'install' and 'strip'",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-11T18:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d786be95bc2799ad2391f57f0e9ca8dd98736402",
"body": null,
"is_bot": false,
"headline": "Remove unused sleep remainder",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-11T15:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70fe1fac6f47e3c8d40dd03a1b8a112ad936a026",
"body": null,
"is_bot": false,
"headline": "Typos",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-11T12:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d1a8b9b1af19f875061f378816f3a5deb8c190",
"body": null,
"is_bot": false,
"headline": "Release version 1.2.4",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-11T12:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bb307c089c805dfc5e95e11d409e5e0db4b5430",
"body": null,
"is_bot": false,
"headline": "Replace timegm()",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-09T16:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15580546969a9f0072dce7f29bc9888fdd03a152",
"body": null,
"is_bot": false,
"headline": "Replace deprecated gettimeofday() by clock_gettime()",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-09T15:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b85a38d21013fd2baf7eca49efad48c6eba7a4e5",
"body": null,
"is_bot": false,
"headline": "Use timegm, not mktime (what was I thinking?)",
"author_name": "Eddy Vervest",
"author_login": "twekkel",
"committed_at": "2021-12-04T13:15:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 4,
"latest_release_at": "2026-05-06T18:19:26Z",
"latest_release_tag": "v2.0.2",
"releases_from_tags": false,
"days_since_last_push": 76,
"active_weeks_last_year": 3,
"days_since_latest_release": 76,
"mean_days_between_releases": 176.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 19,
"stars": 93,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-08-06",
"count": 1
},
{
"date": "2022-10-30",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2024-01-29",
"count": 1
},
{
"date": "2024-02-03",
"count": 1
},
{
"date": "2024-02-10",
"count": 1
},
{
"date": "2024-06-21",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-22",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-12-23",
"count": 1
}
],
"complete": true,
"collected": 18,
"total_forks": 19
},
"star_history": {
"days": [
{
"date": "2022-02-01",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-03-12",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2022-11-10",
"count": 2
},
{
"date": "2022-12-05",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-15",
"count": 1
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-06-09",
"count": 1
},
{
"date": "2023-06-29",
"count": 2
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-08-12",
"count": 1
},
{
"date": "2023-08-26",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-09-22",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2024-02-03",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-23",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-09-11",
"count": 2
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-23",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-10-16",
"count": 4
},
{
"date": "2024-10-17",
"count": 7
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-09",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-11-29",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-09-13",
"count": 1
},
{
"date": "2025-09-14",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-04-03",
"count": 2
},
{
"date": "2026-04-29",
"count": 2
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": true,
"collected": 93,
"total_stars": 93
},
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 33435,
"source_files_sampled": 3,
"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": 22,
"open_issues": 2,
"closed_ratio": 0.889,
"closed_issues": 16,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "twekkel",
"commits": 104,
"avatar_url": "https://avatars.githubusercontent.com/u/57325478?v=4"
},
{
"type": "User",
"login": "angeloc",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/856409?v=4"
},
{
"type": "User",
"login": "chenrui333",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1580956?v=4"
},
{
"type": "User",
"login": "gfcittolin",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2856088?v=4"
},
{
"type": "User",
"login": "adrien-n",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10911300?v=4"
},
{
"type": "User",
"login": "danielmewes",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/505365?v=4"
},
{
"type": "User",
"login": "kglavin",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5342631?v=4"
},
{
"type": "User",
"login": "maaaat",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/47646057?v=4"
},
{
"type": "User",
"login": "minhducsun2002",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/32769878?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.839
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"main.yml"
],
"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": 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": 0,
"reason": "0 out of 7 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": 1,
"reason": "Found 5/29 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 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 2,
"reason": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"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": "c3666d6d107662081339a1a24cab092810d7cd00",
"ran_at": "2026-07-21T22:54:47Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-05-06T18:19:50Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-08-30T07:49:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 32,
"created_at": "2023-11-05T07:33:29Z",
"last_comment_at": "2023-11-05T11:40:25Z",
"last_comment_author": "twekkel"
},
{
"number": 46,
"created_at": "2025-10-31T14:25:27Z",
"last_comment_at": "2025-11-02T04:02:31Z",
"last_comment_author": "ryandesign"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/twekkel/htpdate",
"host": "github.com",
"name": "htpdate",
"owner": "twekkel"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 35,
"vitality": 50,
"community": 45,
"governance": 49,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 50,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 76,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 76 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 76
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 13,
"latest_release_tag": "v2.0.2",
"releases_from_tags": false,
"days_since_latest_release": 76,
"mean_days_between_releases": 176.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 76 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 76
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~176.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 176.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 76,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 76 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 76
}
}
],
"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": 45,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"forks": 19,
"stars": 93,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "93 stars",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 93
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "19 forks",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 19
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.839
},
"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 84% of commits",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 22,
"open_issues": 2,
"closed_issues": 16,
"issue_closed_ratio": 0.889,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "89% of issues closed",
"points": 41.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 89
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "22/26 decided PRs merged",
"points": 32.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 22,
"decided": 26
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/29 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "twekkel",
"public_repos": 7,
"account_age_days": 2452
},
"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": "2 followers of twekkel",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "twekkel"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "7 public repos, account ~6 yr old",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 7
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"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": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": true,
"has_tests": false,
"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": 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 7 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": 60,
"inputs": {
"topics": [
"time",
"ntp",
"rdate-ntpdate-replacement"
],
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "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": "0 out of 7 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 5/29 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"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": 9
},
"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": "at_risk",
"name": "AI Readiness",
"value": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.15,
"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": "15 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 15,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"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": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 33435,
"source_files_sampled": 3,
"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/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-21T22:54:58.416770Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/twekkel/htpdate.svg",
"full_name": "twekkel/htpdate",
"license_state": "custom",
"license_spdx": null
}