Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"fido",
"fido2",
"linux",
"mfa",
"tpm",
"webauth"
],
"is_fork": false,
"size_kb": 3417,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 151606,
"Shell": 8239
},
"pushed_at": "2026-07-17T13:16:20Z",
"created_at": "2024-05-24T10:47:00Z",
"owner_type": "User",
"updated_at": "2026-07-22T10:20:54Z",
"description": "linux-id is FIDO token implementation for Linux that protects the token keys using your system's TPM.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Matej Smycka",
"type": "User",
"login": "matejsmycka",
"company": null,
"location": null,
"followers": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/45017046?v=4",
"created_at": "2018-11-13T20:49:52Z",
"is_verified": null,
"public_repos": 71,
"account_age_days": 2809
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2026-07-17T13:16:48Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-05-06T19:23:12Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-04-10T18:12:18Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-20T17:31:11Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2025-11-19T15:31:05Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2025-06-11T15:43:31Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2025-05-20T16:58:41Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2025-04-12T12:42:58Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2024-12-10T17:15:34Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2024-05-24T12:35:02Z"
}
],
"recent_commits": [
{
"oid": "2486efdc53ed07033953807fea628c25dee2d0de",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: update deps",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-07-17T13:14:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d047145734ef3a61483690bd0fb78959d10cae76",
"body": null,
"is_bot": false,
"headline": "feat(main.go): implement retry logic on",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-05-06T19:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c42eda496e12c03c2d0a7771de942441ad696f",
"body": "…if not present",
"is_bot": false,
"headline": "fix(install.sh): remove old uhid module handling and ensure it loads …",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-05-06T18:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d16ce6d97f1c60a3b22373ce149ec37ab2243175",
"body": "fix(fidohid): set uniq to ASCII string to prevent udev rule failure",
"is_bot": false,
"headline": "Merge pull request #33 from kousu/hidraw-perms",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-05-05T13:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccbff6c628122d00fa331e5423e977cb22fc28af",
"body": "psanford/uhid fills the uniq field with 64 random bytes when unset.\nBinary garbage in HID_UNIQ causes 90-brltty-hid.rules to abort the\nentire udev transaction for the hidraw device, so fido_id never runs,\nID_SECURITY_TOKEN is never set, and uaccess is never granted — leaving\n/dev/hidraw* inaccessibl\n[…]\ne Open(), matching the name\nalready shown in HID_NAME, so the uevent parses cleanly.\n\nFixes https://github.com/matejsmycka/linux-id/issues/31\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(fidohid): set uniq to ASCII string to prevent udev rule failure",
"author_name": "kousu",
"author_login": "kousu",
"committed_at": "2026-04-21T06:26:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0eb01f0ee902f7a7853484b3e50d903b11ff5c15",
"body": "Two checksum lines for github.com/google/go-tpm-tools were missing\nfrom go.sum (indirect dep pulled in by github.com/google/go-tpm).\nRe-run go mod tidy to add them so goreleaser's pre-build hook\ndoesn't dirty the working tree at release time.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: go mod tidy",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T18:11:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0002b2d8c0c031267e007f7b7aa5acac7e23091d",
"body": "Replaces the old git-clone-then-install workflow with the\nrelease-tarball + standalone install.sh download. Drops the obsolete\n\"Manual setup\" section that documented the tss group + modules-load.d\nworkflow — both no longer needed with the new uaccess udev rules and\nmodprobe@uhid.service unit depende\n[…]\nds a fingerprint-mode example mirroring install.sh's --auth flag,\nand an AUR install hint for Arch users who'd prefer the package.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(README): document install workflow + --auth fprintd flag",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T18:03:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "32b9020de8fa73aa61e0f032d9597617aeaf2cb9",
"body": "Replaces the desktop autostart entry with a systemd **user** unit and\nswitches device permissions to systemd-logind's uaccess tag. The\nservice unit and udev rules are byte-identical to the AUR package\n(https://aur.archlinux.org/packages/linux-id):\n\n /usr/bin/linux-id \n[…]\nt + status the user unit,\nso re-running install.sh shows you immediately whether the daemon is\nactually running (or why it isn't).\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "build(install.sh): align with AUR layout (systemd user unit + uaccess)",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T18:02:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "13f2c022605cfb0991a9809c66c60f03ba485adf",
"body": "…ckend\n\nWebAuthn flows in Chrome (and other browsers) commonly send two\nGetAssertion requests for one user \"sign in\" click — a preflight that\nthe browser uses to discover credentials and probe UV state, then the\nreal request with the actual challenge. Hardware authenticators with\nbiometric UV (YubiK\n[…]\nier_CacheExpires — fast-forward clock past TTL\n TestCachingVerifier_PerformsUVForwardsToInner — UV semantics preserved\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(verifier): cache successful UV for 5s in a wrapper around any ba…",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T18:01:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b53675ae96798867b1377063bf2ffcfc1b7f3197",
"body": "Hardware FIDO biometric authenticators (YubiKey Bio, Touch ID, Windows\nHello) all retry internally up to N attempts before reporting failure\nto the platform. linux-id had no retry — a single wrong-finger scan\nbubbled straight up to the browser as CTAP2_ERR_UV_INVALID, and the\nuser had to click \"sign\n[…]\nns wrapped error (NOT reported as no-match)\n context deadline returns timeout error\n\n No D-Bus connection or sleep dependency.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(fprintd): retry up to 3 times on no-match with phantom-signal drain",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T18:00:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "427771c7b937aa103eded9c4dbff9e8fabbcf5d5",
"body": "When fprintd reports verify-no-match (the user's finger doesn't match\nany enrolled template), the daemon used to return CTAP2_ERR_OPERATION_DENIED\n(0x27) — the same code as \"user pressed Cancel\". Browsers treat that as\na hard failure and surface it to the page; the user has to click \"sign in\"\nagain \n[…]\n -timeout 60s ./...\n GOOS=linux GOARCH=386 go test -count=1 -timeout 60s ./...\n GOOS=linux GOARCH=arm GOARM=5 go build -v ./...\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: correctly handle invalid fingerprint",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T17:59:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2fd23f6b86cbed0b48e444405af9519bd95861e3",
"body": "memory.SignASN1 constructed an ecdsa.PrivateKey with only D and Curve\nset. On Go ≥1.20, crypto/ecdsa.SignASN1 validates the curve point in\npointFromAffine and panics with a nil pointer dereference when X/Y\nare unset:\n\n crypto/ecdsa.pointFromAffine(x=0, y=0) ...\n crypto/ecdsa.SignASN1 ...\n m\n[…]\nonic — replay-protection counter property.\n - TestScalarBaseMultProducesValidPoint — sanity check the math the\n fix relies on.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(memory): derive ECDSA pubkey X/Y from D for Go ≥1.20 SignASN1",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T17:58:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d32af8f9b302062e2ab8082f3a470695ea157e46",
"body": "The constant was 0x2A, which is undefined in the CTAP 2.1 §8.2 status\ncode table (gap between 0x28 and 0x2B). The spec value for\nCTAP2_ERR_USER_ACTION_TIMEOUT is 0x2F. The daemon was sending an\nundefined status byte to browsers on verification timeouts.\n\nAdds TestStatusCodeValuesMatchSpec which cros\n[…]\nconstant in ctap2.go against the CTAP 2.1 §8.2 table; the\nStatusUserActionTimeout sub-case fails before this fix and passes\nafter.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ctap2): correct StatusUserActionTimeout value to 0x2F per spec",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T17:58:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "160860902f18920f094b8cb50679ea4d3aa60b2a",
"body": "Adds 9 main-package tests and 2 fprintd-package tests (12 sub-cases) on\ntop of the original cherry-pick. Each new test was verified to fail\nwhen its corresponding fix is reverted — none are decorative.\n\nCBOR encoder\n TestCTAP2Enc_SortsMapKeys is the strong unit test of ctap2Enc itself.\n Three sub-\n[…]\ns ./...\n GOOS=linux GOARCH=arm GOARM=5 go build -v ./...\n\nTest counts after this commit: 35 main + 2 fprintd (with 12 sub-cases).\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: deepen coverage of CBOR canonical encoder + fprintd signal parsing",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T17:57:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3dc54e69bf48132d21f3250c2399bb99bdfc256e",
"body": "Cherry-picks the two safe fixes from kbnopro's PR #22, dropping the\nbuggy parts (nil-pointer Options.UV check, user-entity int-key schema\nchange, U2F handleAuthenticate verifier swap that loses pinentry dedup\nand breaks the polling-model timeout).\n\nfprintd: subscribe to VerifyStatus signals before V\n[…]\nhe nested user\nentity string keys are emitted in sorted order. Verified to fail when\nctap2Enc.Marshal is replaced by cbor.Marshal.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: cherry-pick fprintd race + CTAP2 canonical CBOR from PR #22",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T17:57:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a3cb13b4a09d71374a44d32c977470f12ef32a3f",
"body": "test: add CTAP2/U2F handler test suite with mockable interfaces",
"is_bot": false,
"headline": "Merge pull request #23 from matejsmycka/tests-only",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T14:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "511235e02b94fe84d79b34ceceb6b4b8eb275792",
"body": "…pancy\n\nThe browser-polling dedup test (TestRealWorld_U2FBrowserPollingDedup)\ndrives ConfirmPresence from two goroutines concurrently. fakePinentry's\nstate was previously unsynchronized; go test -race flagged the data\nrace even though the 20ms gap made it safe in practice.\n\nAdd a sync.Mutex around f\n[…]\n1 -timeout 60s ./...\n GOOS=linux GOARCH=386 go test -count=1 -timeout 60s ./...\n GOOS=linux GOARCH=arm GOARM=5 go build -v ./...\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: harden fakePinentry against -race + document status code discre…",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T13:56:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5ca8db0db5021303d2e01235011379058ea72ddf",
"body": "Adds main_test.go with 25 tests covering spec compliance and real-world\nsite simulations (GitHub, Google, Microsoft, webauthn.io, AWS, etc.) plus\nfailure modes (verifier rejection, timeouts, unknown key handles, no\ncredentials, dedup of browser polls).\n\nTwo minimal interface refactors in main.go to \n[…]\n without\npopulating PublicKey.X/Y, which crypto/ecdsa now rejects in SignASN1.\nNot in scope for this commit but worth a follow-up.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add CTAP2/U2F handler tests with mockable interfaces",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T13:37:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "10bc578a7a9b15d874b45e75333bf614842e2900",
"body": "chore: fix latest release download link in the README",
"is_bot": false,
"headline": "Merge pull request #19 from SadParad1se/fix-release-link",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-04-10T13:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6b8f659d92df3e397bb1d932b3980e01296f16f",
"body": null,
"is_bot": false,
"headline": "chore: fix latest release download link in the README",
"author_name": "Jiří Rája",
"author_login": "SadParad1se",
"committed_at": "2026-03-24T07:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1615c1a029a6f397a55b4b673a2381301a087068",
"body": "feat: Add support for CTAP2 and migrate tmp deps",
"is_bot": false,
"headline": "Merge pull request #18 from matejsmycka/dev",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-03-20T17:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb221891bfbab6385e98157f4a89b4d9171b2ed",
"body": null,
"is_bot": false,
"headline": "docs: Update README with CTAP2, fprintd, passkeys, and known issues",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-03-20T17:16:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0008520b8682d97643ba3a7cd770f1a22be85bfe",
"body": null,
"is_bot": false,
"headline": "chore: Upgrade dependencies and add cbor, dbus, go-tpm non-legacy",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-03-20T16:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dafa66d88de75169c005c09171f2816d03c3427",
"body": null,
"is_bot": false,
"headline": "feat: Add CTAP2, fprintd auth, and migrate to go-tpm non-legacy API",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-03-20T16:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f029f61ea1a814c96addb974b4a912e787bb5b0b",
"body": "Fix pinentry search order",
"is_bot": false,
"headline": "Merge pull request #15 from Damglador/patch-1",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-02-25T14:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f335d3661bfa26ecc050de60239cd242b465b7a2",
"body": "Fixes https://github.com/matejsmycka/linux-id/issues/14\r\n\r\n/usr/bin/pinentry is a script that's provided at least on Fedora and Arch, which automatically detects desktop environment and launches respective pinentry handler. If it's not available, I changed the order of querying to be more sane (don't use older qt first and prefer pinentry-gtk, as it should be more universal.",
"is_bot": false,
"headline": "Fix pinentry search order",
"author_name": "Damglador",
"author_login": "Damglador",
"committed_at": "2026-02-25T13:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1882ce9fc413332a6a73b47151907db36db2ba02",
"body": "Installation improvements.",
"is_bot": false,
"headline": "Merge pull request #11 from thomasfinstad/main",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2026-01-11T10:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7473d1b1bf546f58e216b62fdbe34e67b9650fc6",
"body": null,
"is_bot": false,
"headline": "Doc: update installation instructions",
"author_name": "Thomas Finstad",
"author_login": "thomasfinstad",
"committed_at": "2026-01-07T15:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ebf52f48b0cc817d44a8a08145c911a5201ecbe",
"body": null,
"is_bot": false,
"headline": "Nit: change container build image to latest",
"author_name": "Thomas Finstad",
"author_login": "thomasfinstad",
"committed_at": "2026-01-07T15:37:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0736bd9627298457899512022b92dfb57773e47c",
"body": "…e file",
"is_bot": false,
"headline": "Fix: Remove possibility of accidentally overwriting existing udev rul…",
"author_name": "Thomas Finstad",
"author_login": "thomasfinstad",
"committed_at": "2026-01-07T12:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bca9a76791169dfc32739e4ef191244393e9adc",
"body": null,
"is_bot": false,
"headline": "Feat: Add podman and docker as build options",
"author_name": "Thomas Finstad",
"author_login": "thomasfinstad",
"committed_at": "2026-01-07T11:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d2d9e8dab8bc883af123c83a83c41b71d4fb7c",
"body": "…es-dd7da38a6b\n\nBump golang.org/x/crypto from 0.44.0 to 0.45.0 in the go_modules group across 1 directory",
"is_bot": false,
"headline": "Merge pull request #8 from matejsmycka/dependabot/go_modules/go_modul…",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-12-09T10:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaf6c6170c54ce0d938ee198f2f70460cba8d3e2",
"body": "Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).\n\n\nUpdates `golang.org/x/crypto` from 0.44.0 to 0.45.0\n- [Commits](https://github.com/golang/crypto/compare/v0.44.0...v0.45.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.45.0\n dependency-type: direct:production\n dependency-group: go_modules\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto in the go_modules group across 1 directory",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-20T02:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d7a0764bc0a5a6d91afa2a7b18cc673030c6112",
"body": null,
"is_bot": false,
"headline": "fix: Clean up go.mod and go.sum by removing unused dependencies",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-11-19T15:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eda2b5192acfec293981464b0b873b9edd4881a",
"body": "…acy/tpm2",
"is_bot": false,
"headline": "fix: Update go-tpm dependency to v0.9.7 and change import path to leg…",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-11-19T15:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7426c765c4b614d18ba73eeed60abc2346d8343c",
"body": null,
"is_bot": false,
"headline": "fix: Update Go version and dependencies in go.mod and go.sum",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-11-19T15:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bac10d9212187e9eae22ee8f4e329ea75ebb66c",
"body": null,
"is_bot": false,
"headline": "Add Dependabot configuration file",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-10-15T10:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9800047c921777474f55d2827068051ea8e026ff",
"body": null,
"is_bot": false,
"headline": "fix: Update README with new instructions",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-06-11T15:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c57ada84dfb697014d5d65c17f227f0cfc0ff23",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:matejsmycka/linux-id",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-06-11T15:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80c939578afe92eadd04e8e6d898cb9cb68fd29d",
"body": null,
"is_bot": false,
"headline": "fix gosum",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-06-11T15:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ac7cc6a6320e29f30298e3e03c949354fa2c5ff",
"body": "Feat:Enhance logging",
"is_bot": false,
"headline": "Merge pull request #6 from matejsmycka/fix_reg_fail",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-06-11T15:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daf9c0447dd01210d68b8644595198a7b133d10c",
"body": null,
"is_bot": false,
"headline": "Feat:Enhance logging",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-06-11T15:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a27be0a8c6531ff6b9c057744e6482265de3684",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-05-20T17:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "918acb31624406a9465d3d8a8377cf61a9d0b802",
"body": "… module versions",
"is_bot": false,
"headline": "Update go.sum to include additional dependencies and their respective…",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-05-20T16:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d99ce62c7c2c26ca9f882bde294c2daa2a6c2b74",
"body": null,
"is_bot": false,
"headline": "chore: update readme and deps",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-05-20T16:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f1b0f2a991b53959e2f3c7b458d15401d25eb2",
"body": null,
"is_bot": false,
"headline": "chore: deps update",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2025-04-12T12:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b945dfade964be2984f1af31aeadc8dfc702de16",
"body": "add support for specifying the pinentry binary",
"is_bot": false,
"headline": "Merge pull request #3 from strahe/fix/overwrite-pinentry",
"author_name": "matejsmycka",
"author_login": "matejsmycka",
"committed_at": "2025-03-05T13:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d555422647a5ba497b09c2579c07e4afbf34e24f",
"body": null,
"is_bot": false,
"headline": "add support for specifying the pinentry binary",
"author_name": "Lee",
"author_login": "strahe",
"committed_at": "2025-03-05T10:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6648b0004eae92267e212b540964b103c3962e07",
"body": null,
"is_bot": false,
"headline": "goreleaser update",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2024-12-10T17:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0768f7f066632e4ff10acf14fd36adfe94c8be67",
"body": null,
"is_bot": false,
"headline": "Update Go module dependencies and toolchain version",
"author_name": "Matej Smycka",
"author_login": "matejsmycka",
"committed_at": "2024-12-10T16:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e97c3cde7494837c0efd2fa1a54c22e1528b7cc",
"body": null,
"is_bot": false,
"headline": "Update install.sh",
"author_name": "matejsmycka",
"author_login": "matejsmycka",
"committed_at": "2024-11-15T09:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a5470773b21c7d15402118a48cc1adf9afcc2e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "matejsmycka",
"author_login": "matejsmycka",
"committed_at": "2024-06-06T14:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54364232e32d0e0193f62e7b7076f91da170a988",
"body": null,
"is_bot": false,
"headline": "Add UX improvements",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T12:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d23355645cf0e99511710abe1ed9cb41ebc62f2",
"body": null,
"is_bot": false,
"headline": "Add test instructions for installation",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T12:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f68722e43a7e8b9e35bad7bb4ac51206b5eee21",
"body": null,
"is_bot": false,
"headline": "Update installation instructions",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T12:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5248bc1d35d52962b9e5dad9562e0f88d617d394",
"body": null,
"is_bot": false,
"headline": "gorelease",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T12:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6976ae2d6194f7ef095aa480047b53fccd81c59",
"body": null,
"is_bot": false,
"headline": "workflow cleanup",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T12:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ca6aa83fb8cd60ec7bbfd6ab7bd357961f6736",
"body": null,
"is_bot": false,
"headline": "Fix installation command in README",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T12:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfedd6429fd1925433c98467081d6abaafcf3eaf",
"body": null,
"is_bot": false,
"headline": "Update go-version to 1.22.0",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T12:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5409344b80988c87b6dec9bf85d3681c14db446c",
"body": null,
"is_bot": false,
"headline": "workflow update",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T12:07:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c87c36ed42b903face37b705ef3794bf0d2a313",
"body": null,
"is_bot": false,
"headline": "go build",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T12:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6e05f07f8373e9e550cd507c483dfbef7c8d336",
"body": null,
"is_bot": false,
"headline": "workflow updated",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T12:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64cbb69ee92ab6a9cbe8f3a2a660483f018af317",
"body": null,
"is_bot": false,
"headline": "Update user authentication logic",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T11:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dae81e2a5c18c87905fc6ea4049105baaf43429",
"body": null,
"is_bot": false,
"headline": "workflow added",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T11:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "646f6215c256f2a0e96cc5f731154a48f1b4c608",
"body": null,
"is_bot": false,
"headline": "Refactor project and update dependencies",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T11:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "574cc41b5bc47e51872cdbc03ab74b9761a1e43d",
"body": null,
"is_bot": false,
"headline": "Update import paths for Linux ID",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T11:31:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4ed1dd2670c038abdd6698f5810269020cb14c0",
"body": null,
"is_bot": false,
"headline": "Update project name and fix key generation",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T11:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a37c4ca01b95801ef2ddd1c77ee4666f79f7b0b",
"body": null,
"is_bot": false,
"headline": "ini",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T11:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fca38a317d10dd581266d6647c748bbee4b1f1a7",
"body": null,
"is_bot": false,
"headline": "ini",
"author_name": "matej smycka",
"author_login": null,
"committed_at": "2024-05-24T10:59:49Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 37,
"latest_release_at": "2026-07-17T13:16:48Z",
"latest_release_tag": "v0.2.3",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 11,
"days_since_latest_release": 7,
"mean_days_between_releases": 87.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": [
{
"name": "github.com/matejsmycka/linux-id",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/matejsmycka/linux-id",
"is_deprecated": false,
"latest_version": "v0.2.3",
"repository_url": "https://github.com/matejsmycka/linux-id",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T13:14:22Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 9,
"stars": 68,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2025-02-04",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-03-08",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
}
],
"complete": true,
"collected": 9,
"total_forks": 9
},
"star_history": null,
"open_issues_and_prs": 5
},
"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": 63371,
"source_files_sampled": 18,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.54.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 16
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 8,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/fxamacker/cbor/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.9.2"
},
{
"name": "github.com/godbus/dbus/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.2.2"
},
{
"name": "github.com/google/go-tpm",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.8"
},
{
"name": "github.com/psanford/uhid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20210516231035-a7c1e481958d"
},
{
"name": "github.com/twpayne/go-pinentry/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.0.1"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.54.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/fxamacker/cbor/v2",
"direct": true,
"version": "v2.9.2",
"ecosystem": "go"
},
{
"name": "github.com/godbus/dbus/v5",
"direct": true,
"version": "v5.2.2",
"ecosystem": "go"
},
{
"name": "github.com/google/go-tpm",
"direct": true,
"version": "v0.9.8",
"ecosystem": "go"
},
{
"name": "github.com/psanford/uhid",
"direct": true,
"version": "v0.0.0-20210516231035-a7c1e481958d",
"ecosystem": "go"
},
{
"name": "github.com/twpayne/go-pinentry/v4",
"direct": true,
"version": "v4.0.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.54.0",
"ecosystem": "go"
},
{
"name": "github.com/x448/float16",
"direct": false,
"version": "v0.8.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 6,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 12,
"open_issues": 5,
"closed_ratio": 0.737,
"closed_issues": 14,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "matejsmycka",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/45017046?v=4"
},
{
"type": "User",
"login": "thomasfinstad",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5358752?v=4"
},
{
"type": "User",
"login": "Damglador",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/52221087?v=4"
},
{
"type": "User",
"login": "SadParad1se",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/17470548?v=4"
},
{
"type": "User",
"login": "strahe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7932644?v=4"
},
{
"type": "User",
"login": "kousu",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/987487?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.843
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "4 out of 6 merged PRs checked by a CI test -- score normalized to 6",
"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": 2,
"reason": "Found 4/19 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2486efdc53ed07033953807fea628c25dee2d0de",
"ran_at": "2026-07-24T20:13:26Z",
"aggregate_score": 4.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-17T13:16:32Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-05-05T13:21:48Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2024-06-06T14:27:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2025-12-16T07:49:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 34,
"created_at": "2026-06-18T10:39:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2026-07-11T06:12:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2026-07-17T21:28:00Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/matejsmycka/linux-id",
"host": "github.com",
"name": "linux-id",
"owner": "matejsmycka"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 51,
"vitality": 71,
"community": 43,
"governance": 56,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 37,
"human_commit_share": 0.986,
"days_since_last_push": 7,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"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": "37 commits in the last year",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 37
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.2.3",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 87.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"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 ~87.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 87.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"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": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"forks": 9,
"stars": 68,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "68 stars",
"points": 29.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 68
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "9 forks",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 9
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.843
},
"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.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"merged_prs": 12,
"open_issues": 5,
"closed_issues": 14,
"issue_closed_ratio": 0.737,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "74% of issues closed",
"points": 34.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 74
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "12/17 decided PRs merged",
"points": 27,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 17
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/19 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"followers": 16,
"owner_type": "User",
"is_verified": null,
"owner_login": "matejsmycka",
"public_repos": 71,
"account_age_days": 2809
},
"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": "16 followers of matejsmycka",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 16,
"login": "matejsmycka"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "71 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 71
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/matejsmycka/linux-id"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"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 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 6 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"fido",
"fido2",
"linux",
"mfa",
"tpm",
"webauth"
],
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 6 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/19 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 8 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"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 8
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 8,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/crypto v0.54.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/crypto v0.54.0 (unknown)"
}
}
],
"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 has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"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": 8,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.529,
"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": "36 of 68 human commits state their intent (structured subject or explanatory body)",
"points": 28.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 68
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"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.203,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.014
},
"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": "14 of the last 69 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 14,
"sampled": 69
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 69 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 69
}
}
],
"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": 97,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 63371,
"source_files_sampled": 18,
"oversized_source_files": 1
},
"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": "1/18 source files over 60KB",
"points": 51.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 18,
"oversized": 1
}
}
],
"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-24T20:13:39.403921Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/matejsmycka/linux-id.svg",
"full_name": "matejsmycka/linux-id",
"license_state": "standard",
"license_spdx": "MIT"
}