原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"fmsg"
],
"is_fork": false,
"size_kb": 178,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 195834,
"PLpgSQL": 11700
},
"pushed_at": "2026-07-23T03:49:23Z",
"created_at": "2022-11-16T08:31:55Z",
"owner_type": "User",
"updated_at": "2026-07-23T03:49:27Z",
"description": "fmsg host",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Mark Mennell",
"type": "User",
"login": "markmnl",
"company": null,
"location": "Perth, Western Australia",
"followers": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/2630321?v=4",
"created_at": "2012-10-23T09:15:47Z",
"is_verified": null,
"public_repos": 67,
"account_age_days": 5025
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-19T13:27:04Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-05-16T06:06:37Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-05-10T10:14:19Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-05-06T13:23:37Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-04-18T08:39:52Z"
}
],
"recent_commits": [
{
"oid": "0997372bdf8cc7a7f3084a531b386746c4537df4",
"body": "Add trg_msg_to_delivered/trg_msg_add_to_delivered triggers firing on the\nNULL -> non-NULL transition of time_delivered, notifying on channel\ndelivered with the message's sender address. fmsg-webapi's Hub will fan\nthis out over WebSocket so a sender's UI can unlock replying as soon as\ndelivery is confirmed, without a manual reload.",
"is_bot": false,
"headline": "Notify sender when a recipient's delivery is confirmed",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-07-23T03:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ab049aa17900e217cf60b35e825e9e8de900d81",
"body": null,
"is_bot": false,
"headline": "added CODEOWNERS",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-07-17T05:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d375fa9f4303569228c28ec35c8e57203fb09038",
"body": null,
"is_bot": false,
"headline": "IdP warning",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-07-17T02:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b328d18d6e9988c36c477699dda3fb193bacc2c1",
"body": "* add-to batch provenance: record sender and time per add-to delivery\n\nEach add-to delivery is one batch (a single add_to_from added a set of\nrecipients at a point in time), but storage previously flattened them: msg.\nadd_to_from kept only the first sender, recipients merged into msg_add_to with\nno \n[…]\nssage pid. The shared payload is\ncompressed once and reused across units.\n\n* minor change to trigger ci\n\n* minor change trigger ci\n\n---------\n\nCo-authored-by: Mark Mennell <mark.mennell@fortescue.com>",
"is_bot": false,
"headline": "Add to batches (#27)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-06-03T14:14:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88738f3e22527fa30e5344869d2f1c5f21f05606",
"body": "Restores the original three-trigger new_msg_to design (sender's outbound\ndelivery queue) and adds a separate new_msg channel fired when time_sent\nis set for the first time, on insert or update, so client-connection\nservices can push notifications without polling.\n\nnew_msg uses a deferrable constrain\n[…]\nMMIT, by\nwhich point recipient rows inserted after the msg row in the same\ntransaction are visible. Payload is \"<msg id>,<addr>\" per recipient.\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "add new_msg notification channel for message arrival (#26)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-05-17T05:04:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "33cbeafbc6eebdb2e507453a25258ad5e772a4ba",
"body": "* fix add-to messages stored under variant hash, breaking replies\n\nstoreMsgDetail/storeMsgHeaderOnly computed msg.sha256 via\nGetMessageHash(), which for an add-to message encodes the add-to\nrecipients into the header and yields a per-batch variant hash. The\ncanonical original-form hash (the one §12 \n[…]\ners --\nmsg (draft->sent) and msg_to/msg_add_to (recipient added post-send).\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix add-to messages stored under variant hash, breaking replies (#25)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-05-17T03:49:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "53d9de5bba11df0f510af0030184c27c8153fd09",
"body": null,
"is_bot": false,
"headline": "ensure sha256 populated if sending (#24)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-05-16T08:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d352debb6e9d4a72332b9516b198e76a40571d74",
"body": null,
"is_bot": false,
"headline": "allow missing shas for local only delivery",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-05-16T07:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ee903e07bf58004d70e68917ef2a91292e2771",
"body": "* refactor to cmd/ pkg/ idomatic go\n\n* update readme and workflows to use cmd/\n\n* pkg/protocol --> pkg/fmsg\n\n* unignore fmsgd",
"is_bot": false,
"headline": "split protocol pkg (#23)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-05-16T06:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d46d6b2e32f098908d26932b53e8b4fa4ebb587",
"body": "* pid not set fix\n\n* graceful closure when not terminate\n\n* rm backfill\n\n* rm trigger, app must follow the protocol!\n\n* triggers to set psha256 when sending which was never being set\n\n* rm backfill, contrain updating pid and sha256\n\n* fix add-to pid should always reference message recipients being added to - not its parent\n\n* backoff even wheh early terminate, record response_code as -1\n\n* env file location in systemd e.g.",
"is_bot": false,
"headline": "pid not set fix (#22)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-05-10T10:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e7b68541d8d1e57565ae7524b236b34b9e6c172",
"body": null,
"is_bot": false,
"headline": "mv badge",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-05-06T13:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d02ca30f6838c43e362d6a0b8bc34c6e20688aa7",
"body": "* Initial plan\n\n* Fix decompression bomb vulnerability: add expanded size field support\n\nAgent-Logs-Url: https://github.com/markmnl/fmsgd/sessions/4cb5faf0-906d-4f64-b5dc-0b5612d4eff1\n\nCo-authored-by: markmnl <2630321+markmnl@users.noreply.github.com>\n\n* Fix expanded size accumulation for uncompress\n[…]\no-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: markmnl <2630321+markmnl@users.noreply.github.com>\nCo-authored-by: Mark Mennell <markmnl@outlook.com>",
"is_bot": false,
"headline": "Fix decompression bomb vulnerability via expanded size field (#21)",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-05-06T13:10:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5ed6b41bcd3f003875810d0085aaf9e6905302da",
"body": null,
"is_bot": false,
"headline": "added time_read cols",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-05-06T12:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16200d8a62c1b7c8d96e9f782fa0a78970368d4f",
"body": null,
"is_bot": false,
"headline": "link to FMSG-001 TCP+TLS Transport and Binding Standard",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-18T03:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20d7dd68ee079e8756624f5626c2290e5f0a0684",
"body": null,
"is_bot": false,
"headline": "TLS cert paths in systemd/env",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-17T15:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a558294acaaac7250523fb9dd9570f8735534fb9",
"body": "* improved systemd example\n\n* added .env.example\n\n* PrivateTmp=true\n\n* fix checkDomainIP()",
"is_bot": false,
"headline": "Imroved systemd example (#19)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-17T14:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7616d66a721d57abd236caf7b29d9d1e06281731",
"body": "…ue (#18)\n\n* v0.3.1 compliant, non-accept after challenge, duplicate before continue\n\n* duplicate detection split out + test",
"is_bot": false,
"headline": "v0.3.1 compliant, non-accept after challenge, duplicate before contin…",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-17T13:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa321ed526df0b5b0ca2fa440851da9388a97b96",
"body": "* implement compression\n\n* rm hyperbole\n\n* deflate vs. compress wording\n\n* TLS per FMSG-001\n\n* rm redundant text",
"is_bot": false,
"headline": "FMSG-001 TCP+TLS Standard (#17)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-14T09:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c06648ccdb60eab62dd77fd1b76fc6deee3d34bf",
"body": "* implement compression\n\n* rm hyperbole\n\n* deflate vs. compress wording",
"is_bot": false,
"headline": "implement compression (#16)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-12T16:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b149639358c010510dfb282ba934eb94475e04e",
"body": null,
"is_bot": false,
"headline": "fmsgid urls /addr --> /fmsgid",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-12T10:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4449b390e067db931bf08d5a840eb9c11afad286",
"body": "* refactor the code base, align with latest spec\n\n* dd.sql",
"is_bot": false,
"headline": "refactor the code base, align with latest spec (#15)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-11T06:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57f1abcd5528e4507b71c68084504c43cc6b1873",
"body": "* add to\n\n* some unit tests\n\n* readme\n\n* calc flags instead of storing bitfield\n\n* sha256 nullable (during drafting)\n\n* add to\n\n* updated SPEC\n\n* implement attachments\n\n* no topic to read when pid\n\n* added FMSG_SKIP_AUTHORISED_IPS for testing\n\n* dial remote ip\n\n* save sha256",
"is_bot": false,
"headline": "Attachments (#13)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-04T12:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a04b31393ac54a7f811c368c5e71ff3b2c13190",
"body": "* flags realigned to latest spec\n\n* rm todo\n\n---------\n\nCo-authored-by: Mark Mennell <mark.mennell@fortescue.com>",
"is_bot": false,
"headline": "flags realigned to latest spec (#11)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-01T13:09:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb26e060c6e8b4ffe60fe3475277093023b9dcac",
"body": null,
"is_bot": false,
"headline": "fix handling challenge in spec when legit version",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-01T12:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53b92192b9c0056868e888ab3780ad20229c0136",
"body": "* added TODOs\n\n* redirect agents to AGENTS.md and tell them to read the SPEC.md\n\n* update spec\n\n* tell agents to read the spec\n\n* TODOs\n\n---------\n\nCo-authored-by: Mark Mennell <mark.mennell@fortescue.com>",
"is_bot": false,
"headline": "TODOs (#10)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-04-01T09:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2489452ae90256367db52523beabce8627ceddd0",
"body": null,
"is_bot": false,
"headline": "handel timesent null, check integration-tests on fmsg-docker on pr (#8)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-03-15T14:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c454f482ce8c24c73f4c2c4d9c745fa3104a77d",
"body": "* domain authorised ips\n\n* deflate saving content ot file\n\n* various\n\n* update sender to row-locking and startup as coroutine from main\n\n* read from reader, sync outgoing, loadMsg() func",
"is_bot": false,
"headline": "Various (#7)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-03-07T02:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fb989e774eac9c17cc36b5af81d3a0f8613c944",
"body": null,
"is_bot": false,
"headline": "domain authorised ips (#6)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-02-12T08:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d30eeb7971486b4f9e80024e07cf739422c030",
"body": "* usw PG env vars directly\n\n* README tweaks\n\n* README tweaks",
"is_bot": false,
"headline": "README (#5)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-02-12T07:04:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c292502f0a90dcf72e6410e71395f7e37c0d6264",
"body": "* usw PG env vars directly\n\n* README tweaks",
"is_bot": false,
"headline": "PG vars (#4)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-02-12T06:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c09480d000f5f23736fcf39d402328f4c590cf0a",
"body": null,
"is_bot": false,
"headline": "usw PG env vars directly (#3)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-02-12T06:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a9fb2fa67799c4a84865f59d7dd0df3e9a183bd",
"body": "* building and running\n\n* upgrade to go 1.25\n\n* notes\n\n* default listen addr to 127.0.0.1",
"is_bot": false,
"headline": "default listen address to 127.0.0.1 (#2)",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-02-11T15:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b58d18a30104e003277c214f07991b60e5e543b",
"body": "Go1.25",
"is_bot": false,
"headline": "Merge pull request #1 from markmnl/go1.25",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2026-02-10T14:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e461ed2232162b11bf409a3e544e1ef4c6ac0ac",
"body": null,
"is_bot": false,
"headline": "updating msg to support messages being sent",
"author_name": "Mark Mennell",
"author_login": null,
"committed_at": "2023-04-28T09:53:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c508a23e64ca900c220c9dcac5da3cd177dd8f0e",
"body": null,
"is_bot": false,
"headline": "added conributing",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-23T13:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c2c580cd55f27ebc935d2f1a2363ce2527cb80c",
"body": null,
"is_bot": false,
"headline": "use json.Marshal",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-23T12:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e30cc3136a348b69c50e03155f8fdd4799b67e2",
"body": null,
"is_bot": false,
"headline": "print challenge hashes",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-23T12:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0211ce419ce4bb1f7b801c81c5d7a4d88d454a02",
"body": null,
"is_bot": false,
"headline": "rename dd.sql, fixing message hash clac..",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-23T07:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a309438c42cc8a72e771ec70d598187845102527",
"body": null,
"is_bot": false,
"headline": "seperate database setup from fmsgd",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-23T06:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5750677214d1440a2d0c9e7485728f25c36694c4",
"body": null,
"is_bot": false,
"headline": "sql in own file",
"author_name": "Mark Mennell",
"author_login": null,
"committed_at": "2023-04-23T01:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "867b2f198feb4aa0e3acec9778deae4b394f85e9",
"body": null,
"is_bot": false,
"headline": "index msg_to",
"author_name": "Mark Mennell",
"author_login": null,
"committed_at": "2023-04-21T08:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f10140e0bbd3c8c49e8019ab25459f14b2b2172",
"body": null,
"is_bot": false,
"headline": "wip fixing storing..",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-19T15:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de8b73a2f07bbf6b4bf0b07ffbe608209d3ad7ab",
"body": null,
"is_bot": false,
"headline": "distinguish protocol violation error from unexpected one",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-19T14:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34baf6cee59ea2226d23034c54539b6c3b784269",
"body": null,
"is_bot": false,
"headline": "user --> addr",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-19T14:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "542035bf2a915d034d824b3278fac8e0b2f2e8a8",
"body": null,
"is_bot": false,
"headline": "fmt type",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-12T14:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94c5156c5ea3d1a6c88cf93364665d67c058cd0b",
"body": null,
"is_bot": false,
"headline": "integrate with fmsg Id",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-12T14:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b97b7322c7c36e9f58897bf450853f0e5bbe8a",
"body": null,
"is_bot": false,
"headline": "merge",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-12T11:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5266560ee1c4231c4c57640b44daa9f8d60bed7",
"body": null,
"is_bot": false,
"headline": "RemotePort comment",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-12T11:52:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a18e1d38d84e1551d8edf60c9bf4a5d95990a23",
"body": null,
"is_bot": false,
"headline": "adding fmsg Id integration",
"author_name": "Mark Mennell",
"author_login": null,
"committed_at": "2023-04-12T08:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f2a3848b81ec951653b12af853cf3b1178ec54",
"body": null,
"is_bot": false,
"headline": "added go 1.19 status badge",
"author_name": "Mark Mennell",
"author_login": null,
"committed_at": "2023-04-12T07:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b51c1e929e57d222c0ab98a1d8264fa6c0b9f6e",
"body": null,
"is_bot": false,
"headline": "Update go1.19.yml",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2023-04-12T07:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ca29108d4fe9306b432cc70562c80be69b341f",
"body": null,
"is_bot": false,
"headline": "Create go1.19.yml",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2023-04-12T07:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69fbed8b3f5f6abda78d79e730a637e683f7b67d",
"body": null,
"is_bot": false,
"headline": "added min io duration",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-10T13:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18c41d749e538604674e21522966d6ff4a811481",
"body": null,
"is_bot": false,
"headline": "bullet points formatting",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-10T08:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "211ebd95644c4fa8c8a9a516b32e61179805b6a2",
"body": null,
"is_bot": false,
"headline": "systemd example",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-10T08:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d41dc7a8b980b0d8c4b494707fda0298022a939",
"body": null,
"is_bot": false,
"headline": "renamed to fmsgd",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-10T07:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "add0849cb144cd94b5da4306148d6190cfbd0f7e",
"body": null,
"is_bot": false,
"headline": "links",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-07T11:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc7e3c527b1c6ed679f1188c0f2a43008d9af19e",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-07T11:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ed11750503ff8aa388aedfeeddfb01f81f52cb6",
"body": null,
"is_bot": false,
"headline": "use env vars",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-04-07T05:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6e66c76681305de1ad444cc84f9090e0bbb35f7",
"body": null,
"is_bot": false,
"headline": "store messages in postgres",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-03-22T14:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82ed56a59da68fccff8f8ac158659d164182e7fc",
"body": null,
"is_bot": false,
"headline": "check time",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-03-02T13:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98af02222f639d50ec10740349005a554425a8f4",
"body": null,
"is_bot": false,
"headline": "log if we are not a recipient",
"author_name": "Mark Mennell",
"author_login": "markmnl",
"committed_at": "2023-02-28T11:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43c7074715978d083e34a3fcaff2beca8b716bd3",
"body": null,
"is_bot": false,
"headline": "added README",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-02-22T15:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17496cd1f0c7cc3965c1d1a6614e9e9199beac55",
"body": null,
"is_bot": false,
"headline": "its working!",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-02-22T15:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e58b9bb0c50ea5d1f523b065811a529e7dff322",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-02-12T00:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57f21391097184451ad092155f847e3a1dd3ad4e",
"body": null,
"is_bot": false,
"headline": "set topic",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-02-04T09:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db904f64453381326c346d98bc3d052c22eccd1a",
"body": null,
"is_bot": false,
"headline": "comments",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2023-01-31T14:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bac47fd8b7825e31a2af11f075ff57bd4bd06580",
"body": null,
"is_bot": false,
"headline": "challenge and download",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2022-12-18T08:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b69e034d7f8bd896e41e3c813378cac7fffb98f",
"body": null,
"is_bot": false,
"headline": "handle challenge",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2022-12-13T08:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0017674f56d645f3a96dc61cda3f0de490bad29c",
"body": null,
"is_bot": false,
"headline": "use bufio reader and binary package, tidy modules",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2022-12-13T06:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87404cc7d0a55c6c72f3b314bc5c4d664b9f4d29",
"body": null,
"is_bot": false,
"headline": "start reading header..",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2022-11-16T08:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af00bcb579720485771642322b750ac424d646b",
"body": null,
"is_bot": false,
"headline": "echo server",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2022-07-13T14:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c121aa30177ab81948e30a04e91d6a2cff19aedd",
"body": null,
"is_bot": false,
"headline": "inital",
"author_name": "markmnl",
"author_login": "markmnl",
"committed_at": "2022-07-13T11:17:58Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 33,
"latest_release_at": "2026-07-19T13:27:04Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 11,
"days_since_latest_release": 7,
"mean_days_between_releases": 23
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": true,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/markmnl/fmsgd",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/markmnl/fmsgd",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/markmnl/fmsgd",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T05:23:38Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 0,
"stars": 7,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 44678,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [
".github/copilot-instructions.md",
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1170
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.40.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030"
],
"fixed_version": "1.26.3",
"advisory_count": 11,
"oldest_advisory_days": 171
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.33.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 65
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1,
"moderate": 1
},
"advisory_count": 12,
"affected_count": 2,
"assessed_count": 14,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/caitlinelfring/go-env-default",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/joho/godotenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.1"
},
{
"name": "github.com/levenlabs/golib",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20180911183212-0f8974794783"
},
{
"name": "github.com/lib/pq",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.9"
},
{
"name": "github.com/miekg/dns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.68"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/caitlinelfring/go-env-default",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/joho/godotenv",
"direct": true,
"version": "v1.5.1",
"ecosystem": "go"
},
{
"name": "github.com/levenlabs/golib",
"direct": true,
"version": "v0.0.0-20180911183212-0f8974794783",
"ecosystem": "go"
},
{
"name": "github.com/lib/pq",
"direct": true,
"version": "v1.10.9",
"ecosystem": "go"
},
{
"name": "github.com/miekg/dns",
"direct": true,
"version": "v1.1.68",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.8.2",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.24.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.14.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/check.v1",
"direct": false,
"version": "v1.0.0-20201130134442-10cb98267c6c",
"ecosystem": "go"
},
{
"name": "gopkg.in/mgo.v2",
"direct": false,
"version": "v2.0.0-20190816093944-a6b53ec6cb22",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 5,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 23,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "markmnl",
"commits": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/2630321?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go1.25.yml",
"integration-test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 10,
"reason": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 0,
"reason": "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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "13 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0997372bdf8cc7a7f3084a531b386746c4537df4",
"ran_at": "2026-07-27T12:11:04Z",
"aggregate_score": 2.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T03:49:29Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-03T14:14:48Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/markmnl/fmsgd",
"host": "github.com",
"name": "fmsgd",
"owner": "markmnl"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 38,
"vitality": 80,
"community": 28,
"governance": 58,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 33,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "33 commits in the last year",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 33
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 23
},
"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 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~23 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 23
}
}
],
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 28,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"forks": 0,
"stars": 7,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "7 stars",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 7
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 23,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/26 decided PRs merged",
"points": 33.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 26
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"followers": 18,
"owner_type": "User",
"is_verified": null,
"owner_login": "markmnl",
"public_repos": 67,
"account_age_days": 5025
},
"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": "18 followers of markmnl",
"points": 9.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 18,
"login": "markmnl"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "67 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 67
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/markmnl/fmsgd"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"fmsg"
],
"has_wiki": false,
"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": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 22,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 2.1
},
"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": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "13 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "11 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 14 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 14
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 12,
"affected_packages": 2,
"assessed_packages": 14,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1, unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 14,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 70,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.329,
"agent_instruction_files": [
".github/copilot-instructions.md",
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1170
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".github/copilot-instructions.md, AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".github/copilot-instructions.md, AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "24 of 73 human commits state their intent (structured subject or explanatory body)",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 73
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.041,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 73 commits agent-authored or agent-credited",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 73
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 44678,
"source_files_sampled": 15,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T12:11:16.259379Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/markmnl/fmsgd.svg",
"full_name": "markmnl/fmsgd",
"license_state": "absent",
"license_spdx": null
}