Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"tpm",
"tpm2",
"attestation"
],
"is_fork": false,
"size_kb": 255,
"has_wiki": false,
"homepage": "https://rubygems.org/gems/tpm-key_attestation",
"languages": {
"Ruby": 41806,
"Shell": 131
},
"pushed_at": "2026-07-24T20:39:30Z",
"created_at": "2020-01-15T14:23:56Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T13:15:39Z",
"description": "TPM 2.0 Key Attestation validation in ruby",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://cedarcode.com",
"name": "Cedarcode",
"type": "Organization",
"login": "cedarcode",
"company": null,
"location": null,
"followers": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/34521846?v=4",
"created_at": "2017-12-13T20:05:02Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 3146
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.14.1",
"kind": "patch",
"published_at": "2025-06-15T01:08:14Z"
},
{
"tag": "v0.13.1",
"kind": "patch",
"published_at": "2025-01-22T14:40:32Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2025-01-22T00:45:39Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2024-08-05T17:46:19Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2023-02-15T14:31:59Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2022-07-06T00:44:45Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2020-07-09T17:14:45Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2020-05-31T17:43:30Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2020-03-29T19:27:24Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2020-02-25T21:25:55Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2020-01-30T16:30:36Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2020-01-23T20:24:49Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2020-01-20T20:08:47Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2020-01-20T17:23:24Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2020-01-16T19:49:06Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2020-01-15T20:00:15Z"
}
],
"recent_commits": [
{
"oid": "2d7b1a911ae1299626fb8ee681b7c4deae4cc7f1",
"body": "* Fix TPMS_ECC_PARMS parsing for non-NULL ECC schemes\n\nTPMT_ECC_SCHEME is a selector followed by a [scheme]details union\nwhose size depends on the selector value (TPM 2.0 Part 2, Structures,\nTable 187/172/158). TPM_ALG_NULL has empty details, but TPM_ALG_ECDSA's\ndetails are a TPMS_SCHEME_HASH - an e\n[…]\nng the exact ES256 TPM pubArea vector from the issue.\n\nFixes #59\n\n* Apply review feedback: drop redundant comments, rename specs to describe behavior\n\nAddresses santiagorodriguez96's review on PR #60.",
"is_bot": false,
"headline": "fix: `TPMS_ECC_PARMS` parsing for non-NULL `ECC` schemes",
"author_name": "MayzrBot",
"author_login": "MayzrBot",
"committed_at": "2026-07-22T13:14:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "61f85e1d53e8ac8391558aa999114facb241b0f3",
"body": "Update CI to test against Ruby 4",
"is_bot": false,
"headline": "Merge pull request #56 from cedarcode/sr--ci--test-against-ruby-4",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2026-07-20T15:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04b21a0b4fd1509253c719c18580e6533b5565d5",
"body": null,
"is_bot": false,
"headline": "ci: exclude incompatible matrix entries for Ruby 4",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2026-07-17T15:49:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74f5302d82737f37336d81a8b45d6ad6fa1cc581",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into sr--ci--test-against-ruby-4",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2026-07-17T15:26:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe7f9ded913bed6579d80061d4ba4d0072ff695f",
"body": "Fix CI",
"is_bot": false,
"headline": "Merge pull request #58 from cedarcode/sr--fix-ci",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2026-07-16T21:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13c995c8a556922e35cda9e21d7dcf58375f1ef9",
"body": null,
"is_bot": false,
"headline": "ci: ignore failing windows and `openssl` `v3.0` jobs",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2026-06-22T17:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b8c8979ac04a1b824443c94cffb71219fc6ff2c",
"body": null,
"is_bot": false,
"headline": "ci: ignore Ruby 2.4 and 2.5 jobs in `macos`",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2026-06-22T17:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57b02401b81f40ec4d6b86af996e83b1d76a7a80",
"body": null,
"is_bot": false,
"headline": "ci: run tests in `macos-15` instead of depreacted `macos-13`",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2026-06-22T13:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5047aadc832a9fa565d0af2102ea196710b9634b",
"body": null,
"is_bot": false,
"headline": "ci: test against Ruby 4",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2026-06-12T14:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75a48b324f2d9778c313d2056eadebb7dd55e520",
"body": null,
"is_bot": false,
"headline": "Fix README typo (#55)",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2025-08-13T17:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e43213741b39afab3705745fc757ade5243f56d9",
"body": null,
"is_bot": false,
"headline": "Fix README typo",
"author_name": "Daniel Farina",
"author_login": "fdr",
"committed_at": "2025-07-02T04:03:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd6d9131d6a4689bff7f1eaad6760f27e920f33d",
"body": null,
"is_bot": false,
"headline": "Update changelog diffs",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2025-06-15T01:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9386760f4f15e1377149ab7b76f5ee77aab8cd7e",
"body": "Update gem version from `0.14.0` to `0.14.1`",
"is_bot": false,
"headline": "Merge pull request #53 from cedarcode/nt--prepare-for-release",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-06-06T18:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8db6d6fbd398d47905e68b62dd92d34a9ea3ac9c",
"body": null,
"is_bot": false,
"headline": "docs: enhance fix description in CHANGELOG",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-06-06T18:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e8305bd9704d7f40f22fa277599b1a50c9db024",
"body": "…ease",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into nt--prepare-for-rel…",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-06-06T17:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "664e90d69b134f7cc6059e58e7843bdf95f5de35",
"body": "Ignore job when using Ruby 3.4, openssl 3.0 and windows-latest",
"is_bot": false,
"headline": "Merge pull request #54 from cedarcode/nt--ignore-failing-job",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-06-06T17:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4524cf1922ec2ebdfe98549988226cd45fae334e",
"body": null,
"is_bot": false,
"headline": "ci: ignore job when using `Ruby 3.4.X`, openssl 3.0.X and windows-latest",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-05-26T17:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8aaef60aff397192f303e44ff89f83eefef6f6d",
"body": null,
"is_bot": false,
"headline": "build(deps): update `Gemfile.lock`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-05-23T15:09:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46fba061673df58eef1a1c90aabdf1cf14c3cd48",
"body": null,
"is_bot": false,
"headline": "docs: update CHANGELOG",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-05-23T15:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1be92f370e8509be2537ed4bb77b9529a534fd78",
"body": null,
"is_bot": false,
"headline": "build: bump `gem` version from `0.14.0` to `0.14.1`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-05-23T15:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "779155cc9d697ee03eeae75fb3fb5b0d95dcae25",
"body": "Expect different `OID` value when using `OpenSSL >= 3.5.0`",
"is_bot": false,
"headline": "Merge pull request #52 from cedarcode/nt--fix-openssl-3.5.0",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-05-16T23:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9975c14a082e0df0a1e6b6b7cca1035ea4f0ca34",
"body": null,
"is_bot": false,
"headline": "refactor: move OpenSSL version check to a helper",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-05-16T16:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3774df3487a3a759ef7b022359d9089f5d0f20c2",
"body": null,
"is_bot": false,
"headline": "ci: update `build` workflow to run on `ubuntu-24`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-05-15T17:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dd973f3d6c97fc18c1488d0fa632baa2abda1af",
"body": null,
"is_bot": false,
"headline": "chore: expect different OID value when using `OpenSSL` >= `3.5.0`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-05-15T17:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4568e5f9323083f5665d7d761f1dff0f652294e4",
"body": null,
"is_bot": false,
"headline": "ci: run when any branch is pushed",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2025-05-09T18:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e8b3c8e29c224fdfca1e23b8305ddedeac0083",
"body": null,
"is_bot": false,
"headline": "Manually install OpenSSL `1.1.1w` in `ubuntu` in the CI (#49)",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2025-04-07T18:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94c9671bda93ffd6df792622eea7abfac53f7242",
"body": "Test against `Ruby 3.4`",
"is_bot": false,
"headline": "Merge pull request #46 from cedarcode/nt--test-against-ruby-3.4",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T15:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f7a5610b2d0d3c64b822ff47271700b8bfd6eb",
"body": "Loosen `rubocop` constraint",
"is_bot": false,
"headline": "Merge pull request #48 from cedarcode/nt--loose-rubocop-constraint",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T14:53:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d993fcf531b544c2d3574b06ed97767360a975de",
"body": null,
"is_bot": false,
"headline": "ci: exclude `OpenSSL 2.2` and `OpenSSL 2.1`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T13:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b55f1c3b34e0332964a3bdd43a5c243a2a77e68",
"body": null,
"is_bot": false,
"headline": "build(deps): loosen `rubocop` constraint",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T13:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b952b4e60a3021fa22c1c5375496a8fe62f2d9",
"body": "…by-3.4",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into nt--test-against-ru…",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T13:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a79bf2aec4d53587c999fff246f4a0cd15e09ae",
"body": "Test against `OpenSSL 3.3`",
"is_bot": false,
"headline": "Merge pull request #47 from cedarcode/nt--test-against-openssl-3.3",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T13:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1101c4ba7aa158daaaab68facb0063837ff794b5",
"body": "Run `rubocop` in a different job",
"is_bot": false,
"headline": "Merge pull request #45 from cedarcode/nt--run-rubocop-in-a-different-job",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T13:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2067961194a79009c4c1055e21327e9e108c6312",
"body": null,
"is_bot": false,
"headline": "style(rubocop): fix `Lint/DeprecatedOpenSSLConstant` offense",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T03:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97a5a5869953ab63ade1b4da992ae7b3ceb24876",
"body": null,
"is_bot": false,
"headline": "ci: test against `OpenSSL 3.3`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T01:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce568d9cf784d1fa4f60756062a058bd7d8d8cd8",
"body": null,
"is_bot": false,
"headline": "ci: test against `Ruby 3.4`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T01:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff50495f7880c55b68f3e7782d685e3393a6fe51",
"body": null,
"is_bot": false,
"headline": "build(deps): bump `rubocop` from `0.80.1` to `1.72.2`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T01:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1865ffd603d71e16d27ad8641d0f1d2e3da2ed",
"body": null,
"is_bot": false,
"headline": "ci: run `rubocop` in a different job",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-25T01:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec346c36209cd94e681def87034a818e30d72d90",
"body": "Bump gem version to `v0.14.0`",
"is_bot": false,
"headline": "Merge pull request #44 from nicolastemciuc/nt--prepare-for-release-0-14",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-06T17:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7a2ca6d88e37f045d7fa210a8149b045842db36",
"body": null,
"is_bot": false,
"headline": "build(deps): bump `tpm-key-attestation` version to `0.14.0`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-06T16:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0623baa1d54cafcad27fab87ac4c7eac1b1419d4",
"body": null,
"is_bot": false,
"headline": "docs: update `CHANGELOG`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-06T16:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7d6f4e14dfa06a4ede53f70b21a3c50cf2e9fa5",
"body": null,
"is_bot": false,
"headline": "build: bump version `v0.14.0`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-06T16:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b9ccbccdf1d067203ec44754168abcb615d398f",
"body": "…ge-cases\n\nHandle incompatibility between `parameters` and `unique` in `TPublic`",
"is_bot": false,
"headline": "Merge pull request #41 from nicolastemciuc/nt--invalid-public-area-ed…",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-05T17:56:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d72d6667daf2665f124ef7894e178f90cbc7f73e",
"body": null,
"is_bot": false,
"headline": "fix(TPM:KeyAttestation#key): rescue EC encoding exception",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-05T17:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45fbb2921a4f784e040f8c2417afbe69153e50d2",
"body": "…fers from key curve_id",
"is_bot": false,
"headline": "test(TPM::KeyAttestation#key): returns nil when t_public curve_id dif…",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-02-05T17:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f13946a73ceb0151f9e9d705774068b061741a63",
"body": null,
"is_bot": false,
"headline": "build(deps): bump `tpm-key_attestation` from `0.12.1` to `0.13.1`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-01-30T13:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ea5976f8dda824e135e0129f708d865370a08b8",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.13.1 and update changelog",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2025-01-22T14:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dd4a8b8fc756d74c2c30d0b815408fbc19e44ed",
"body": "Fix tests",
"is_bot": false,
"headline": "Merge pull request #39 from nicolastemciuc/nt--fix-tests",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2025-01-22T14:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f7a7f16b4ada62ce4778f15895d3d301ba9a785",
"body": "Now, when the algorithm is `ECDSA`, the `unique` field of the `pubArea`\nshould include two sized buffers instead of just one.",
"is_bot": false,
"headline": "test(TPM::Attestation#key): update test setup",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2025-01-22T12:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e471b1b76954b0555e0ac5717d30b2db01087ade",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.13 and update changelog",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2025-01-22T00:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa85cecc07ba26dc37bbeaa6f61f0962f75e5f52",
"body": "…area-parameters-scheme-is-null\n\nFix `TPM::KeyAttestation#key` returning `nil` when algorithms is `ECC` and `pubArea`'s `scheme` parameter is `TPM_ALG_NULL`",
"is_bot": false,
"headline": "Merge pull request #32 from cedarcode/sr--fix-key-extraction-when-pub…",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2025-01-21T23:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "878630ba49f40cccdac9b7fc5ba1fc1f2fd06731",
"body": "…for-ecc-keys\n\nFix `TPM::Attestation#key` raising invalid encoding errors when using `ECC` algorithm",
"is_bot": false,
"headline": "Merge pull request #33 from cedarcode/sr--fix-invalid-encoding-error-…",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2025-01-21T23:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1996e4136185f13dcd4611b67476d19762988a58",
"body": "…-algorithm\n\nUse public key from AIK cert for signature algorithm initalization",
"is_bot": false,
"headline": "Merge pull request #29 from cedarcode/sr--fix-windows-hello-signature…",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2025-01-21T23:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "796b786198c04091c56a269f60d277d3ae37b565",
"body": null,
"is_bot": false,
"headline": "Test against `OpenSSL 3.2` (#38)",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2024-12-17T14:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8093c387ebc075cc35ff2113ec2a4f471c1c1f60",
"body": "Test against `Ruby 3.3`",
"is_bot": false,
"headline": "Merge pull request #37 from nicolastemciuc/nt--test-against-ruby-33",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-12-16T20:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ea21e0be3175353556de4790706c7990227c080",
"body": null,
"is_bot": false,
"headline": "ci: exclude running jobs for openssl < 3 in macos and windows",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2024-12-16T20:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e11c078488584bb0f0d7e6d610e383442fc47479",
"body": null,
"is_bot": false,
"headline": "ci: test against `Ruby 3.3`",
"author_name": "Nicolas Temciuc",
"author_login": "nicolastemciuc",
"committed_at": "2024-12-16T12:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c3978ddda2bc07a84fefc6bb7812b1039137251",
"body": "* chore: update gem's version in `Gemfile.lock`\r\n\r\n* build: fix invalid lockfile invalid resolution\r\n\r\nThe lockfile was not valid:\r\n\r\n```\r\nYour lockfile doesn't include a valid resolution.\r\nYou can fix this by regenerating your lockfile or trying to manually editing the bad locked gems to a version \n[…]\nm `3.0.0` to `3.1.1`\r\n\r\n* build(deps): bump `rexml` from `3.2.4` to `3.3.9`\r\n\r\n* build(deps): bump `rspec` from `3.10.0` to `3.13.0`\r\n\r\n* build(deps): bump `ruby-progressbar` from `1.11.0` to `1.13.0`",
"is_bot": false,
"headline": "Bump dependencies to their last version (#36)",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-12-13T21:31:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9046f06d40ab9055d7865784176a8d7bbe08b93a",
"body": "Validation of the TPM attestation for Windows Hello with TPM v2 is\nfailing as the AIK certificate public key was an RSA key and the public\nkey `pubArea` was an ECC key – which causes the gem to try to initialize\nan `OpenSSL::SignatureAlgorithm::RSA` object with an `curve` keyword\nargument resulting \n[…]\ngnature over `certInfo` where the the WebAuthn spec states that:\n\n> Verify the sig is a valid signature over certInfo using the\n> attestation public key in aikCert with the algorithm specified in alg.",
"is_bot": false,
"headline": "fix: use public key from AIK cert for signature algorithm init",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-12-13T18:44:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "950bd52ec5376706740ef8bb88af0dc5a7cc262a",
"body": null,
"is_bot": false,
"headline": "test: add regression tests",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-12-13T18:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f340f3acc30e2682e2b80c53430246c1d723d4d4",
"body": "Attempts to fix #30.",
"is_bot": false,
"headline": "fix: key extraction from `pubArea` when `scheme` param is `TPM_ALG_NULL`",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-12-13T17:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b650a7a00481e4b450b5979f71fdc1eafe57307f",
"body": "This commits add a test case for when the algorithm is `ECC` and the\n`scheme` parameter from `pubArea` is `TPM_ALG_NULL`",
"is_bot": false,
"headline": "test(`TPM::KeyAttestation#key`): add regression specs",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-12-13T17:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd43e5fe89fccf9e900b1323ba8af1ca147de8df",
"body": "Now, when the algorithm is `ECDSA`, the `unique` field of the `pubArea`\nshould include two sized buffers instead of just one.",
"is_bot": false,
"headline": "test(`TPM::Attestation#key`): update test setup",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-12-13T17:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71298fa2dc8a195aeb2049bfcef9222feaf8bb7e",
"body": "Attempts to fix #31.",
"is_bot": false,
"headline": "fix(`TPM::Attestation#key`): encoding errors when using `ECC` algorithm",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-12-13T17:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169d8097f234033c6c91473393f9f2c73163f78b",
"body": "Bump GitHub Actions CI from `macos-12` to `macos-13`",
"is_bot": false,
"headline": "Merge pull request #34 from cedarcode/sr--switch-to-macos13",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-12-13T17:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0327969f9e76c953a5c36fb3ba4e172177d3f71e",
"body": "`macos-12` has been deprecated:\n\n```\nThe macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see https://github.com/actions/runner-images/issues/10721\n```",
"is_bot": false,
"headline": "ci: use `macos-13`",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-12-13T17:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c84b4513a5f4fbcced370c48400ab30a9d028351",
"body": "Bump gem version to `v0.12.1`",
"is_bot": false,
"headline": "Merge pull request #27 from cedarcode/sr--0.12.1-release",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-08-05T17:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faaba4cf7a711b73846f0c6ac797dbc6e9800fdc",
"body": "Use `macos-12` image for running CI",
"is_bot": false,
"headline": "Merge pull request #26 from cedarcode/sr--use-macos12",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-08-05T17:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d262523419a16bf7fbabb0957cc1f89a4f61be",
"body": "…ssl-3\n\nFix tests failing with OpenSSL 3",
"is_bot": false,
"headline": "Merge pull request #24 from cedarcode/sr--fix-tests-failing-with-open…",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-08-05T16:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b5ed1b75a6c695046d63119add8abce962e50c2",
"body": null,
"is_bot": false,
"headline": "build: bump version `v0.12.1`",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-08-05T16:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0faef4901ab798b7ecb773a86f2a3f6db1d66570",
"body": "`macos-latest` is now `macos-14` which doesn't support Ruby < 2.6:\n\n```\nError: Error: CRuby < 2.6 does not support macos-arm64.\n Either use a newer Ruby version or use a macOS image running on amd64, e.g., macos-13 or macos-12.\n Note that GitHub changed the meaning of macos-latest from macos-12 (amd64) to macos-14 (arm64):\n https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/\n```",
"is_bot": false,
"headline": "build: use `macos-12` image",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-08-05T16:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a373e7fd3e601a15b5b2e38485ac3f3a8261002a",
"body": "Those jobs were failing for newer OpenSSL versions. Now that we have\nfixed the specs for those, we can bring them back.",
"is_bot": false,
"headline": "ci: add back excluded jobs that now should work",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-02-16T20:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcbe061eda3fc2489cb8f97a8bb966fd944f3618",
"body": "The issue is that we set up the certificate to have an invalid version\n(version is `3` initially) but the certificate is later signed which, in\nnewer versions of OpenSSL, updates the version to a valid one (version\nchanges to be `2`).\n\nThis PR fixes the issue by changing the `version` _after_ the\ncertificate has been signed.",
"is_bot": false,
"headline": "tests: fix tests failing with OpenSSL v3",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-02-16T19:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe96e14fa9c1268310eec6c561dcf427093bc6f8",
"body": "Configure `build.yml` workflow run when a PR is created/updated",
"is_bot": false,
"headline": "Merge pull request #22 from cedarcode/sr--run-build-ci-workflow-on-prs",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-01-26T21:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c830e6910dcd051bfd4f69e2fde8887bdab2fe60",
"body": null,
"is_bot": false,
"headline": "ci: configure `build.yml` workflow run when a PR is created/updated",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-01-26T20:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b77634ff84a8b5dba9dc84a2c91058e6825f4c7f",
"body": "…from-ci\n\nExclude failing MacOS and Windows jobs",
"is_bot": false,
"headline": "Merge pull request #23 from cedarcode/sr--exclude-macos-failing-jobs-…",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-01-26T20:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5278406b1fe11f3fae6c7e0b28016795857511cb",
"body": null,
"is_bot": false,
"headline": "ci: exclude failing MacOS and Windows jobs",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-01-26T20:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e303c7b6df209cb65b314e44614f196e0a35cf1",
"body": "Bugfix: Fixed value of TRUSTED_CERTIFICATES to be X509::Certificate object",
"is_bot": false,
"headline": "Merge pull request #21 from salmanasiddiqui/patch-1",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-01-26T17:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b98e6b737f550ccd3b8d8f9f4c73834bbf580bbf",
"body": "…bject",
"is_bot": false,
"headline": "Bugfix: Fixed value of TRUSTED_CERTIFICATES to be X509::Certificate o…",
"author_name": "Salman Siddiqui",
"author_login": "salmanasiddiqui",
"committed_at": "2024-01-26T14:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abdedc03ba707e03138aff28d0193f388cbdfbb9",
"body": "Fix loading files on Windows by using File.binread instead of open",
"is_bot": false,
"headline": "Merge pull request #20 from johnnyshields/patch-1",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2024-01-06T03:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c87e5a59e41f17496fed6246d2e36f83c931d668",
"body": null,
"is_bot": false,
"headline": "Update build.yml",
"author_name": "Johnny Shields",
"author_login": "johnnyshields",
"committed_at": "2023-12-18T16:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f8a483968376bb625ca10c63ebd8ba6ccaec85",
"body": null,
"is_bot": false,
"headline": "Fix loading files on Windows",
"author_name": "Johnny Shields",
"author_login": "johnnyshields",
"committed_at": "2023-12-18T16:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8786b0b8c88f55c0b44d62c19ab0ba3783505d79",
"body": "…tion_version\n\nUpdate checkout action version to v4",
"is_bot": false,
"headline": "Merge pull request #19 from petergoldstein/feature/update_checkout_ac…",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2023-10-13T19:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2478f5f669ddbe4ec674b033115c32dcf3f75f8a",
"body": null,
"is_bot": false,
"headline": "Update checkout action version to v4",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2023-10-13T19:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f4d5d20d182f8c0e46a1430760090626498187",
"body": "…_2_to_ci\n\nAdd Ruby 3.1 and 3.2 to the CI matrix. Update checkout action version.",
"is_bot": false,
"headline": "Merge pull request #17 from petergoldstein/feature/add_ruby_3_1_and_3…",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2023-10-13T19:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cae9bbd3fc62941b6314147b9875fe32bf10aa0",
"body": null,
"is_bot": false,
"headline": "Bump gem version to v0.12.0",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2023-02-15T14:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "468ca985985c7176ad5444079fedb79ea96b3da8",
"body": "Remove upper version constraint on OpenSSL",
"is_bot": false,
"headline": "Merge pull request #18 from stanhu/sh-relax-openssl-3.1",
"author_name": "Santiago Rodriguez",
"author_login": "santiagorodriguez96",
"committed_at": "2023-02-10T13:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523c266cc3f6de215a2d8ea32e55e189e09249d2",
"body": "This change is needed for openssl to work in Ruby 3.2.0 without\ndowngrading the version since Ruby 3.2.0 ships with the openssl 3.1 by\ndefault.",
"is_bot": false,
"headline": "Remove upper version constraint on OpenSS",
"author_name": "Stan Hu",
"author_login": "stanhu",
"committed_at": "2023-02-08T06:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45947110ac5bfbfcd673aa2ac2da1117b8b0b77b",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.1 and 3.2 to the CI matrix. Update checkout action version.",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2023-01-17T03:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c44603066cc24ac77763bc056c023a5f913d2fbf",
"body": null,
"is_bot": false,
"headline": "Bump gem version to v0.11.0",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2022-07-06T00:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9785c5117fc4cb1a22bd2de78375e55f0da8546e",
"body": null,
"is_bot": false,
"headline": "test: don't run worflows for openssl_3_0 for ruby below 2.6",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2022-07-06T00:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d462a015eb5ab294a1896845105da0af03bbbc",
"body": null,
"is_bot": false,
"headline": "test: remove openssl_2_0 from GH actions workflows",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2022-07-06T00:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1be90084f8c158136296d5c206b8b79210854c87",
"body": null,
"is_bot": false,
"headline": "test: remove openssl_2_0 appraisal gemfile",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2022-07-06T00:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ca4587a77419aa483f88011fc76cceddef38de",
"body": null,
"is_bot": false,
"headline": "test: version appraisal openssl3 gemfile",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2022-07-06T00:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "818f92f74d7bd1a313e7090ac8db0b51316109c7",
"body": null,
"is_bot": false,
"headline": "test: drop openssl 2 support",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2022-07-06T00:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "335313de5818f72dee24b6ae5d0e043afd7fe77e",
"body": null,
"is_bot": false,
"headline": "refactor: fix rubocop offenses",
"author_name": "Braulio Martinez",
"author_login": "brauliomartinezlm",
"committed_at": "2022-07-05T23:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5f33da7b05fce09130e377ba1605404c7906bdc",
"body": "* Add support for OpenSSL 3.0\r\n\r\n* Bump openssl and openssl-signature_algorithm dependencies\r\n\r\n* Add openssl-3 to appraisal",
"is_bot": false,
"headline": "Add support for OpenSSL 3.0 (#16)",
"author_name": "Claire",
"author_login": "ClearlyClaire",
"committed_at": "2022-07-05T23:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a38d692e3de7e9cd40ca0b0b0987fb3e574bc84",
"body": "ci: test against ruby v3",
"is_bot": false,
"headline": "Merge pull request #13 from cedarcode/rubies",
"author_name": "Gonzalo Rodriguez",
"author_login": "grzuy",
"committed_at": "2021-03-14T20:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf9162a4031280a235cbb8c32fbb2c1b4e2fcd8",
"body": null,
"is_bot": false,
"headline": "ci: test against ruby v3",
"author_name": "Gonzalo",
"author_login": "grzuy",
"committed_at": "2021-03-14T20:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd006bbd7fcaf9064d1e5c8033b60b4c0cb1ce98",
"body": "…ure-failure\n\nFix issues with default certificates",
"is_bot": false,
"headline": "Merge pull request #11 from cedarcode/fix-default-certificates-signat…",
"author_name": "Gonzalo Rodriguez",
"author_login": "grzuy",
"committed_at": "2021-03-14T20:12:20Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 10,
"latest_release_at": "2025-06-15T01:08:14Z",
"latest_release_tag": "v0.14.1",
"releases_from_tags": true,
"days_since_last_push": 1,
"active_weeks_last_year": 5,
"days_since_latest_release": 406,
"mean_days_between_releases": 215.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "tpm-key_attestation",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/tpm-key_attestation",
"is_deprecated": false,
"latest_version": "0.14.1",
"repository_url": "https://github.com/cedarcode/tpm-key_attestation",
"versions_count": 17,
"total_downloads": 38794479,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2020-01-15T20:01:00.594000Z",
"latest_published_at": "2025-06-15T01:10:10.904000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 406
}
]
},
"popularity": {
"forks": 7,
"stars": 11,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2021-04-21",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 1
},
"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": [],
"largest_source_bytes": 14038,
"source_files_sampled": 20,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "json",
"direct": false,
"version": "2.10.1",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-9m3q-rhmv-5q44",
"GHSA-x2f5-4prf-w687"
],
"fixed_version": "2.19.9",
"advisory_count": 2,
"oldest_advisory_days": 500
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 27,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "appraisal",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 2.5.0"
},
{
"name": "byebug",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 11.0"
},
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 13.0"
},
{
"name": "rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 3.0"
},
{
"name": "rubocop",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "appraisal",
"direct": true,
"version": "2.5.0",
"ecosystem": "rubygems"
},
{
"name": "byebug",
"direct": true,
"version": "11.1.3",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": "13.2.1",
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": true,
"version": "3.13.0",
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": true,
"version": "1.72.2",
"ecosystem": "rubygems"
},
{
"name": "ast",
"direct": false,
"version": "2.4.2",
"ecosystem": "rubygems"
},
{
"name": "bindata",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "bindata",
"direct": false,
"version": "2.5.0",
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": "1.5.1",
"ecosystem": "rubygems"
},
{
"name": "json",
"direct": false,
"version": "2.10.1",
"ecosystem": "rubygems"
},
{
"name": "language_server-protocol",
"direct": false,
"version": "3.17.0.4",
"ecosystem": "rubygems"
},
{
"name": "lint_roller",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "openssl",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "openssl",
"direct": false,
"version": "3.2.0",
"ecosystem": "rubygems"
},
{
"name": "openssl-signature_algorithm",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "openssl-signature_algorithm",
"direct": false,
"version": "1.3.0",
"ecosystem": "rubygems"
},
{
"name": "parallel",
"direct": false,
"version": "1.26.3",
"ecosystem": "rubygems"
},
{
"name": "parser",
"direct": false,
"version": "3.3.7.1",
"ecosystem": "rubygems"
},
{
"name": "racc",
"direct": false,
"version": "1.8.1",
"ecosystem": "rubygems"
},
{
"name": "rainbow",
"direct": false,
"version": "3.1.1",
"ecosystem": "rubygems"
},
{
"name": "regexp_parser",
"direct": false,
"version": "2.10.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-core",
"direct": false,
"version": "3.13.2",
"ecosystem": "rubygems"
},
{
"name": "rspec-expectations",
"direct": false,
"version": "3.13.3",
"ecosystem": "rubygems"
},
{
"name": "rspec-mocks",
"direct": false,
"version": "3.13.2",
"ecosystem": "rubygems"
},
{
"name": "rspec-support",
"direct": false,
"version": "3.13.2",
"ecosystem": "rubygems"
},
{
"name": "rubocop-ast",
"direct": false,
"version": "1.38.0",
"ecosystem": "rubygems"
},
{
"name": "ruby-progressbar",
"direct": false,
"version": "1.13.0",
"ecosystem": "rubygems"
},
{
"name": "thor",
"direct": false,
"version": "1.3.2",
"ecosystem": "rubygems"
},
{
"name": "unicode-display_width",
"direct": false,
"version": "3.1.4",
"ecosystem": "rubygems"
},
{
"name": "unicode-emoji",
"direct": false,
"version": "4.0.4",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 30,
"direct_count": 5,
"indirect_count": 25
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 43,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 8,
"closed_unmerged_prs": 9
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "grzuy",
"commits": 85,
"avatar_url": "https://avatars.githubusercontent.com/u/456459?v=4"
},
{
"type": "User",
"login": "santiagorodriguez96",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/46354312?v=4"
},
{
"type": "User",
"login": "nicolastemciuc",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/169827942?v=4"
},
{
"type": "User",
"login": "brauliomartinezlm",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/983448?v=4"
},
{
"type": "User",
"login": "johnnyshields",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/27655?v=4"
},
{
"type": "User",
"login": "petergoldstein",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/421488?v=4"
},
{
"type": "User",
"login": "ClearlyClaire",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/384364?v=4"
},
{
"type": "User",
"login": "fdr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7191?v=4"
},
{
"type": "User",
"login": "MayzrBot",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/306001091?v=4"
},
{
"type": "User",
"login": "salmanasiddiqui",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5300463?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.438
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.lock"
],
"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": 2,
"reason": "2 out of 10 merged PRs checked by a CI test -- score normalized to 2",
"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": 8,
"reason": "Found 10/12 approved changesets -- score normalized to 8",
"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": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"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": 9,
"reason": "security policy file 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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2d7b1a911ae1299626fb8ee681b7c4deae4cc7f1",
"ran_at": "2026-07-26T08:11:08Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T13:21:07Z",
"oldest_open_prs": [
{
"number": 61,
"created_at": "2026-07-24T20:38:23Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T13:14:14Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cedarcode/tpm-key_attestation",
"host": "github.com",
"name": "tpm-key_attestation",
"owner": "cedarcode"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 57,
"vitality": 50,
"community": 53,
"governance": 71,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 50,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "10 commits in the last year",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 10
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 40,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v0.14.1",
"releases_from_tags": true,
"days_since_latest_release": 406,
"mean_days_between_releases": 215.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 406 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 406
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~215.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 215.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 7,
"stars": 11,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "11 stars",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 11
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 99,
"inputs": {
"packages": [
"tpm-key_attestation"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 38794479,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "38,794,479 downloads all-time across rubygems",
"points": 78.9,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 38794479,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 11,
"top_contributor_share": 0.438
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 44% of commits",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 44
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"merged_prs": 43,
"open_issues": 0,
"closed_issues": 8,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 9
},
"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": "43/52 decided PRs merged",
"points": 31.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 43,
"decided": 52
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/12 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"followers": 34,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "cedarcode",
"public_repos": 39,
"account_age_days": 3146
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "34 followers of cedarcode",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 34,
"login": "cedarcode"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~8 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"tpm-key_attestation"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 406
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 406 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 406
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 67,
"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": true,
"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": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"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": "2 out of 10 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"tpm",
"tpm2",
"attestation"
],
"has_wiki": false,
"homepage": "https://rubygems.org/gems/tpm-key_attestation",
"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": "https://rubygems.org/gems/tpm-key_attestation",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.6
},
"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": "2 out of 10 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.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 10/12 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"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": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"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 detected",
"points": 4.5,
"status": "partial",
"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": "2 existing vulnerabilities detected",
"points": 6,
"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, No advisories left outstanding. Remaining weights renormalized. Matched 27 resolved dependencies against OSV; 3 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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": 27
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 27,
"unassessed_packages": 3,
"affected_by_severity": "high 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": 27,
"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": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.86,
"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": "86 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 86,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 14038,
"source_files_sampled": 20,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/20 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 20,
"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-26T08:11:24.653589Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cedarcode/tpm-key_attestation.svg",
"full_name": "cedarcode/tpm-key_attestation",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}