JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 10272,
"has_wiki": true,
"homepage": null,
"languages": {
"C++": 10487116,
"Ruby": 57003,
"Shell": 340
},
"pushed_at": "2026-07-31T18:35:35Z",
"created_at": "2020-07-22T12:24:10Z",
"owner_type": "Organization",
"updated_at": "2026-07-31T17:35:56Z",
"description": "Ruby heap profiler",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "https://shopify.engineering/",
"name": "Shopify",
"type": "Organization",
"login": "Shopify",
"company": null,
"location": "The Internet",
"followers": 8369,
"avatar_url": "https://avatars.githubusercontent.com/u/8085?v=4",
"created_at": "2008-04-21T18:02:10Z",
"is_verified": null,
"public_repos": 1220,
"account_age_days": 6675
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-07-31T17:35:31Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2023-02-27T21:45:48Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2021-09-15T23:21:32Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2021-08-05T12:36:53Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2021-01-30T11:28:33Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2021-01-26T15:39:10Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2021-01-12T11:07:52Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2020-08-19T08:31:39Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2020-08-03T16:27:21Z"
}
],
"recent_commits": [
{
"oid": "72d5298f09334bb6a468cc50276dc6ce696b5877",
"body": "Bump version to 0.9.0",
"is_bot": false,
"headline": "Merge pull request #25 from Shopify/rwstauner/publish090",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-31T17:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aea7aded403f7ee1d43cf31ca208dfa8eb8b517",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.9.0",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-31T00:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08a1ce2c825b75beeb10ce10a4bd7f9fe444bce5",
"body": "Accept --(no-)color option for CLI to force (no)colorization",
"is_bot": false,
"headline": "Merge pull request #24 from Shopify/rwstauner/cli-color",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-31T00:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dde9f48aa80fe2c6c119491a0061631a897df67",
"body": null,
"is_bot": false,
"headline": "Accept --(no-)color option for CLI to force (no)colorization",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-30T15:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c05b3a0fb94496811cbf4751dcdd4e08222cf2b",
"body": "Use fread with fixed-size chunks to avoid slurping whole files",
"is_bot": false,
"headline": "Merge pull request #23 from Shopify/rwstauner/use-less-memory",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-30T14:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f85a5abfb431c26e9021d0488ef94bb8a0f7e4b7",
"body": "With a large app we built a 34GB allocated.heap file.\nSlurping the whole file can cause the container to run out of memory.\nIf we only load subset of the file while parsing we can reduce the\namount of memory required to build the report.\n\nThis change produces the same report as before but with much \n[…]\n 96% cpu 6:09.32 total max RSS 12446080\n\nmacos\n before 445.11s user 105.17s system 89% cpu 10:12.34 total max RSS 21341488\n after 438.65s user 35.13s system 99% cpu 7:56.49 total max RSS 12160720",
"is_bot": false,
"headline": "Use fread with fixed-size chunks to avoid slurping whole files",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-29T00:22:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7c3b387d324574d966cfe1d1a986d7194d957a6",
"body": null,
"is_bot": false,
"headline": "Test that a malformed json value raises",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-29T00:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfa714fdcc10a7b6c637fc6da5eba51decb2d717",
"body": null,
"is_bot": false,
"headline": "Test batch-size splits documents but yields each one",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-29T00:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa6d173da50f091f02f2c660fc89e325906f5a1",
"body": null,
"is_bot": false,
"headline": "Test truncated heap file",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-29T00:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "770103cbf914ddd5f82d950a0911eaa3c8bf92f5",
"body": null,
"is_bot": false,
"headline": "Fix generation check",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-29T00:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3470529814c3cbd8c29891938a695912b4867e2",
"body": "Upgrade to simdjson 4.6.4",
"is_bot": false,
"headline": "Merge pull request #22 from Shopify/rwstauner/simdjson-upgrade",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-27T15:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57479e3e1d3564f3e65dbaa9e395eb92e55ecc24",
"body": null,
"is_bot": false,
"headline": "Upgrade to simdjson 4.6.4",
"author_name": "Randy Stauner",
"author_login": "rwstauner",
"committed_at": "2026-07-25T19:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8439cfba090240185934a1b3e04dc64fe8dd98e1",
"body": null,
"is_bot": false,
"headline": "Prepare to cut v0.8.0.rc1",
"author_name": "Edouard CHIN",
"author_login": "Edouard-chin",
"committed_at": "2026-01-14T13:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ece464e162b2a77d207901c0dd0e6f52c59a68e",
"body": "Allow to ship this gem with precompiled binaries",
"is_bot": false,
"headline": "Merge pull request #21 from Shopify/ec-precopimlation",
"author_name": "Edouard CHIN",
"author_login": "Edouard-chin",
"committed_at": "2026-01-13T14:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258c78ce13fd0e61cf94699f0626262fd1388d22",
"body": "- Update dependency not compatible with Ruby 4\n- Tweak cibuildgem to compile against Ruby 4",
"is_bot": false,
"headline": "Precompile this gem against Ruby 4:",
"author_name": "Edouard CHIN",
"author_login": "Edouard-chin",
"committed_at": "2026-01-13T12:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee21a2cc9ab7cd554fe5b444e1292bf5fc2c9a17",
"body": null,
"is_bot": false,
"headline": "Add aarch64 to accepted platform",
"author_name": "Edouard CHIN",
"author_login": "Edouard-chin",
"committed_at": "2025-12-10T05:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d85519ae31232bcf65ed7d00c3b78876d2bcc93",
"body": "TL;DR I'd like to propose releasing this gem with precompiled\nbinaries built for different platforms and different ABI version\n(fat gem).\n\nI'm currently working on a tool to help the Ruby community ship gems\nwith precompiled binaries with the intent to make `bundle install`\nmuch faster for everyone.\n[…]\nbe as easy to setup\nas possible.\n\nThe CI workflow in this commit was generated with the cibuildgem CLI\nwhich reads the gemspec and determine what ruby versions needs to be\ncompiled and tested against.",
"is_bot": false,
"headline": "Allow to ship this gem with precompiled binaries",
"author_name": "Edouard CHIN",
"author_login": "Edouard-chin",
"committed_at": "2025-12-10T05:52:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "edc8fa41587caf1656ab24048c26218d21ff28fc",
"body": "Update the lockfile and the testing matrix:",
"is_bot": false,
"headline": "Merge pull request #20 from Shopify/ec-update-gemfilelock",
"author_name": "Edouard CHIN",
"author_login": "Edouard-chin",
"committed_at": "2025-12-10T05:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d33e44cd3a664672dc05ea828b8244a1aff74d4",
"body": "- The one disabled is to make the code more readable.",
"is_bot": false,
"headline": "Fixes one style offense and disable another:",
"author_name": "Edouard CHIN",
"author_login": "Edouard-chin",
"committed_at": "2025-12-10T05:37:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69779879313b2fe2178ebdb0303add5d114acc45",
"body": "- Spring cleanup on this gem.",
"is_bot": false,
"headline": "Update the lockfile and the testing matrix:",
"author_name": "Edouard CHIN",
"author_login": "Edouard-chin",
"committed_at": "2025-12-10T05:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52cf9ac0b99b6f51bf30a5e19f645b24e3471104",
"body": null,
"is_bot": false,
"headline": "Update bundler",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2024-05-24T06:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24dbc21f0abaa26e589851578b9db3459633c792",
"body": "…57fc\n\nBump rexml from 3.2.5 to 3.2.8 in the bundler group across 1 directory",
"is_bot": false,
"headline": "Merge pull request #16 from Shopify/dependabot/bundler/bundler-ef8ef1…",
"author_name": "Jean byroot Boussier",
"author_login": "casperisfine",
"committed_at": "2024-05-24T06:26:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ace107e09c10b6c0203b60a588894155aefcf01b",
"body": "Bumps the bundler group with 1 update in the / directory: [rexml](https://github.com/ruby/rexml).\n\n\nUpdates `rexml` from 3.2.5 to 3.2.8\n- [Release notes](https://github.com/ruby/rexml/releases)\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)\n\n---\nupdated-dependencies:\n- dependency-name: rexml\n dependency-type: indirect\n dependency-group: bundler\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rexml from 3.2.5 to 3.2.8 in the bundler group across 1 directory",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-16T19:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded5b748efdedf6e6b5b5f76224e481cf060401d",
"body": "Add Ruby 3.3 to build",
"is_bot": false,
"headline": "Merge pull request #15 from benoittgt/ruby-3-3",
"author_name": "Jean byroot Boussier",
"author_login": "casperisfine",
"committed_at": "2024-01-17T15:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bee2194f5b001743e62deebcdeb6854d3bd76e3",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.3 to build",
"author_name": "Benoit Tigeot",
"author_login": "benoittgt",
"committed_at": "2024-01-17T14:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5585c08021f8e7ccb1d413cb537f06a2e94d6ae",
"body": null,
"is_bot": false,
"headline": "Test against Ruby 3.2",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2023-03-08T08:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f215f26f4a7a9c96b2302d799fe785ad22c1b271",
"body": null,
"is_bot": false,
"headline": "Release 0.7.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2023-02-27T21:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b99d7a51452771b64d8188601860f838877fc57",
"body": "When profiling a boot sequence, some objects are created before you\ncan execute any ruby code (e.g. the RubyVM object).\n\nIn this situation, we can't filter by generation since these\nobject won't have one and won't appear.",
"is_bot": false,
"headline": "HeapProfiler.start: accept a `partial: false` argument.",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2023-02-27T21:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a090e7902b6c71875c6ebe8c7a1ec17eebc3eef",
"body": null,
"is_bot": false,
"headline": "A single GC.start is enough",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2023-02-27T19:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21b7669c7f51803fd29d365014ea7fd29cfa6a46",
"body": null,
"is_bot": false,
"headline": "Handle the total dimension not being present",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2023-01-16T12:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc2e4deb2dcf484e2a87999a6d1ac70e317013ef",
"body": null,
"is_bot": false,
"headline": "Release 0.6.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-12-15T16:09:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "870e5acca0b674e1a7155911218954f9f2ec9694",
"body": null,
"is_bot": false,
"headline": "Update CI",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-12-15T16:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96090b07c49ac2e103e3ba75f4334891794b610c",
"body": "List top shape edges in heap report",
"is_bot": false,
"headline": "Merge pull request #10 from Shopify/shapes-profiling",
"author_name": "Jean byroot Boussier",
"author_login": "casperisfine",
"committed_at": "2022-12-14T14:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a8e19aad9c83b544d16ea55b1448ec4e95d16b1",
"body": "This is useful to diagnose pathological cases where a class\nis generating a silly amount of shapes.\n\n```\nShape Edges Report\n-----------------------------------\n 3262 @analytics_metadata\n 2037 @options\n 2028 @price_max\n 1923 @compare_at_price\n 1890 @json_filter\n 1852 @compare_at_price_min\n 1834 @compare_at_price_max\n 1782 @url_drop\n 1517 @tags\n```",
"is_bot": false,
"headline": "List top shape edges in heap report",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-12-14T14:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06ab537d73d3fc47c18b33ff4b37e7f4b0bd708c",
"body": "Add `heap-profiler clean <dump-path>`",
"is_bot": false,
"headline": "Merge pull request #7 from Shopify/broken-dump",
"author_name": "Jean byroot Boussier",
"author_login": "casperisfine",
"committed_at": "2022-12-14T12:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7da0ad36a077593bbe550b69e8c0d17352688e4",
"body": "Fix: https://github.com/Shopify/heap-profiler/issues/6",
"is_bot": false,
"headline": "Add `heap-profiler clean <dump-path>`",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-12-14T12:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ea4993fb27d2ff9da4e6bbeb9adf7c240785b9",
"body": "Update index to handle shapes",
"is_bot": false,
"headline": "Merge pull request #9 from Shopify/handle-shapes",
"author_name": "Jean byroot Boussier",
"author_login": "casperisfine",
"committed_at": "2022-12-14T12:22:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec951f22da6a78ea24f096e574049b215ea45e52",
"body": "Ref: https://github.com/ruby/ruby/pull/6868",
"is_bot": false,
"headline": "Update index to handle shapes",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-12-06T12:20:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f5d1fe697400e9c46875cc5a1044d2f50fe5e81",
"body": "Be able to limit output to a number of entries",
"is_bot": false,
"headline": "Merge pull request #8 from benoittgt/add-top-option",
"author_name": "Jean byroot Boussier",
"author_login": "casperisfine",
"committed_at": "2022-09-30T15:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d0eb76000457db755d1a2fa8a1a4c9afd82753",
"body": "This is the same behavior as memory_profiler. We want to be able to\nlimit the number of entries on the output.\n\nThe only issue I see is one arguments limit the number of string to\nlimit + the number of location where the string was allocated. Maybe it\nis a little bit misleading but the main goal is to limit size of the\noutput. So it is probably ok.",
"is_bot": false,
"headline": "Be able to limit output to a number of entries",
"author_name": "Benoit Tigeot",
"author_login": "benoittgt",
"committed_at": "2022-09-30T14:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb46163037dc605a23afbcbfeb450b70ba29dc4",
"body": "Bump rexml from 3.2.4 to 3.2.5",
"is_bot": false,
"headline": "Merge pull request #2 from Shopify/dependabot/bundler/rexml-3.2.5",
"author_name": "Jean byroot Boussier",
"author_login": "casperisfine",
"committed_at": "2022-07-08T09:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4f8cdc743d3a8e9da045e085c3dc283cff692be",
"body": "Remove useless dot in 'trace_object_allocations_start' command",
"is_bot": false,
"headline": "Merge pull request #5 from benoittgt/remove-dot",
"author_name": "Jean byroot Boussier",
"author_login": "casperisfine",
"committed_at": "2022-07-08T09:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d33665a7fe3ac4f709752f3e57074788fac42465",
"body": null,
"is_bot": false,
"headline": "Remove useless dot in 'trace_object_allocations_start' command",
"author_name": "Benoit Tigeot",
"author_login": "benoittgt",
"committed_at": "2022-07-08T08:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8a099707569d0102ad320771d2d4d401e388687",
"body": null,
"is_bot": false,
"headline": "Upgrade to simdjson 2.0.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-05-26T20:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b2618bfcecb6b716a7c4b787e7b30f90124aa42",
"body": null,
"is_bot": false,
"headline": "Test against Ruby 3.1",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-01-18T08:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42bc79d89e45a366c36e8680f9733045e7d0aa01",
"body": "Add CLI option to only analyze retained memory",
"is_bot": false,
"headline": "Merge pull request #4 from Shopify/pm/retained-memory-option",
"author_name": "Jean byroot Boussier",
"author_login": "casperisfine",
"committed_at": "2021-09-15T21:56:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "634cd0718423de06dbbd3a85fb04e63f30323ec9",
"body": null,
"is_bot": false,
"headline": "Add usage docs",
"author_name": "Paarth Madan",
"author_login": "paarthmadan",
"committed_at": "2021-09-15T21:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ca9fcc39f84f54e8213456d85f2fe60e19070cb",
"body": null,
"is_bot": false,
"headline": "Add CLI option to only analyze retained memory",
"author_name": "Paarth Madan",
"author_login": "paarthmadan",
"committed_at": "2021-09-15T21:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65062e93ff30861f19f66a238260cc23b025e071",
"body": null,
"is_bot": false,
"headline": "Release 0.5.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-08-05T12:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a11814cc0d4cfa772dde7dfe2a46ba7a96b70ae1",
"body": "Some T_DATA are associated to the Object class,\nin which case it's better to display their `struct`.",
"is_bot": false,
"headline": "Refine T_DATA class inference",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-08-05T12:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae14f6eaef6180af2544c6e6908cbaafe91aa81c",
"body": "Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.\n- [Release notes](https://github.com/ruby/rexml/releases)\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rexml from 3.2.4 to 3.2.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-08-05T12:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48f3dc3dbb2a427b3c56e5418333040af7a0a095",
"body": null,
"is_bot": false,
"headline": "Remove the ObjectTracing/allocation_info_tracer object from reports",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-08-05T12:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e605603535ac375df64df31b3fe82af9b5a998f",
"body": "Upgrade bundler to protect your service",
"is_bot": false,
"headline": "Merge pull request #3 from Shopify/update-bundler-2.2.22-1",
"author_name": "Masha",
"author_login": null,
"committed_at": "2021-07-29T19:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b64776fed4ddd90a94a409ec02fb0037b0af2bdd",
"body": null,
"is_bot": true,
"headline": "Update bundler to 2.2.22",
"author_name": "code-foundations[bot]",
"author_login": "shopify-rails[bot]",
"committed_at": "2021-07-29T18:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "197584121520a10b2d2adea8b485fd7dbaa87c52",
"body": null,
"is_bot": false,
"headline": "Release 0.4.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-30T11:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3003c9fabdbe4907c6a86c23714e8676b7f3a29",
"body": "… issues",
"is_bot": false,
"headline": "CLI: allow to set simdjson batch size, and gracefully handle capacity…",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-30T11:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5d9fe73dfd29e6f08b6e4a0188f42e0db576aac",
"body": null,
"is_bot": false,
"headline": "Upgrade simdjson to 0.8.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-27T16:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "119c584486dac9b42995f7d4c54393698b95191c",
"body": null,
"is_bot": false,
"headline": "HACK: Allow to set simdjson batch size through HP_PARSER_BATCH_SIZE",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-27T16:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "200ce08001b33e64b5213a0d89f762e9b9ddbbad",
"body": null,
"is_bot": false,
"headline": "Remove forgotten debug statement",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-26T17:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82048c5b8af25d83865168d4cc69e049931bd0a",
"body": null,
"is_bot": false,
"headline": "Release 0.3.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-26T15:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f586b5f1c9e4e21089ed83498b098a0348d7ede",
"body": null,
"is_bot": false,
"headline": "Run GC.verify_compaction_references on CI",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-26T15:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee9575e0c0590227126aa6ebd5a80e9348f7413",
"body": null,
"is_bot": false,
"headline": "Appease rubocop",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-23T10:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "962a0cd341d23bfa9470c264d24d3b71307f5f03",
"body": null,
"is_bot": false,
"headline": "Fix grouping of DATA types",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-23T10:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a5170c3ef0b254e2a00675ae1019d76e07be08f",
"body": null,
"is_bot": false,
"headline": "Use dump_all since: parameter if available for retained heap",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-21T10:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8be2b52ce71578c2cec29708ab5bb383f71b20b",
"body": null,
"is_bot": false,
"headline": "Remove outdated TODO",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-21T10:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95ca67d4b8c69dc185bbd198949df22e9fcd5d25",
"body": null,
"is_bot": false,
"headline": "Better handle anonymous classes",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-21T10:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4877e9e09c8ac9c31b3dc1ac6a4343b0863e692",
"body": null,
"is_bot": false,
"headline": "Fix rubocop",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-21T09:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfd9b510a1f01bb53bb3ba1b6d3cd62d32199567",
"body": null,
"is_bot": false,
"headline": "Deduplicate strings that are likely to be repeated",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-21T09:39:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0e34e6b4b5de99464c5fbccd5bc87a635cfba18",
"body": null,
"is_bot": false,
"headline": "Refactor string and symbol creation",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-21T09:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14cb016654b9d7885f1c1db2794ba75cfc4a01e8",
"body": null,
"is_bot": false,
"headline": "Test Ruby 3.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-15T18:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea0eb1e681c59e458951e7616005cc7c515c4290",
"body": null,
"is_bot": false,
"headline": "Release 0.2.1",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-12T11:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "792b976e86d5b96fb3fbe5b440b4519d71b26ce6",
"body": null,
"is_bot": false,
"headline": "Fix VERSION being defined in Heap::Profiler namespace",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-01-12T11:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3765c8fb76c3027439c738f210d3a8d7971713d",
"body": null,
"is_bot": false,
"headline": "Release 0.2.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-19T08:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bdb58f5a09b5eec97d19d5d60657659590a59bd",
"body": null,
"is_bot": false,
"headline": "Do not assume address size",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-18T13:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d1387417e0bc8739e2ff884150bfebdf02e3a28",
"body": null,
"is_bot": false,
"headline": "Remove forgotten profiling code in exe/heap-profiler",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-14T14:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48f7340d239cda7b2d3cfe2b1c81f6e2ad2363bb",
"body": null,
"is_bot": false,
"headline": "Fix Ruby 2.5 compatibility",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-06T11:04:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2520546c4e036f1fed5f20df16ac87f10af203e2",
"body": null,
"is_bot": false,
"headline": "C++ formatting",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-06T10:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d1b5ec2c84013c5468deeb2ba7f98d832af9ceb",
"body": null,
"is_bot": false,
"headline": "Lookup class attribute for DATA types",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-05T08:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4960aaf5a4f3dc477d08e4e68ca5f41c3d44c7b",
"body": null,
"is_bot": false,
"headline": "Filter objects on the fly rather than pre-generate a diff",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-04T14:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f5d07958ea5fc025be3f0a480b4ac8f49f022ab",
"body": null,
"is_bot": false,
"headline": "More polymorphism",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-04T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7640bbde21917b76dc422f3850c0e628ba41d88",
"body": null,
"is_bot": false,
"headline": "Use symbols for type, imemo_type and struct values",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-04T14:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79752d7dd453d2cb7f27855a420507e029a4836c",
"body": null,
"is_bot": false,
"headline": "Use polymorphism rather than lambdas for easier profiling",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-04T13:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d467928fa9a2775c62fd954e32454006572102e7",
"body": null,
"is_bot": false,
"headline": "Optimize top_n",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-04T13:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2e82319cfc6ba264bd333af0556bf40f23b41bc",
"body": null,
"is_bot": false,
"headline": "Update version requirements",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-03T16:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75ef491a6a193d3203f43e1713f1ab9a42946dae",
"body": "This saves having to dump a third heap (baseline).",
"is_bot": false,
"headline": "Use the generation attribute for filtering",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-08-03T16:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9672908efa334e62c4b116f6b533c2def228ef7b",
"body": "Ref: https://github.com/simdjson/simdjson/issues/1080\nRef: https://github.com/simdjson/simdjson/pull/1082",
"is_bot": false,
"headline": "Backport simdjson error codes allocations fix.",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-31T07:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a92a557cabd1d0e541617de5cda93c22aa71dbe",
"body": "@XrXr pointed out to me that `rb_raise` isn't quite safe in C++. Long story short\n`rb_raise` bypass the C++ destructors which can lead to various leaks etc.\n\nThe good new is that `simdjson::dom::parser` is designed to be re-used.\nWhen you call it again it re-use the memory it previously allocated,\nso by instantiating a single parser once, and then using only that one,\nwe should avoid leaks.\n\nRef: https://github.com/anilmaurya/fast_jsonparser/pull/12",
"is_bot": false,
"headline": "Use a single static dom::parser",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-29T08:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f8a3e308a4e8bd1d7fb4a3a96af110c55abf7a7",
"body": null,
"is_bot": false,
"headline": "Update TODO.md",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-28T16:19:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582c1d9a2c33aa9dbdfb8e4db1eec4887e33880a",
"body": null,
"is_bot": false,
"headline": "Implement the address set scan in C++ for a bit more speed",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-27T14:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d57937b8f1dbed1c95236b07b8479dbed205c786",
"body": null,
"is_bot": false,
"headline": "Optimize `load_many` to only parse the required fields",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-27T14:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2361db238ab02ba8e4d0486da878107db2cc4f1c",
"body": "…imes faster)",
"is_bot": false,
"headline": "Implement class and string indexing in C++ using simdjson (about 30 t…",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-27T12:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04bb0e36822adf26490cd4c7db99ea674f0b26b0",
"body": null,
"is_bot": false,
"headline": "Exclude ObjectSpace.dump_all own allocations",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-27T07:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "316ccff4acea043ab1bc4e47c24fc90a7895b3d7",
"body": null,
"is_bot": false,
"headline": "Enable CI",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-23T17:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0083bb5e3895feade654ce5e6c6f6b1061a7ba3",
"body": null,
"is_bot": false,
"headline": "Use fast_jsonparser for now as it makes the reports twice as fast",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-23T16:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6fa15dfdcad218f80d8c352ccb3d592279f86a7",
"body": null,
"is_bot": false,
"headline": "Refactor the analyser to also work for single heaps",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-23T16:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088dfbde300cf0b0462d21546a4e3935a539b7ea",
"body": null,
"is_bot": false,
"headline": "Extract HeapProfiler::Index",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-23T14:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc7526c7dcec8f490705c13482ea8696696a97de",
"body": null,
"is_bot": false,
"headline": "Handle more core types",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-23T13:54:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e4e0c92b3abe3d34d27951ecaa246bb7ad29b2c",
"body": null,
"is_bot": false,
"headline": "Fix string colorization",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-23T11:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06e9555d619ffb1c4e653c19303eda20ff873f6e",
"body": null,
"is_bot": false,
"headline": "Report IMEMO and DATA objects",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-23T11:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fb96b5fed20d3292709ea2163f6f30f98ba7f70",
"body": null,
"is_bot": false,
"headline": "TODO.md",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-07-23T10:31:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 17,
"latest_release_at": "2026-07-31T17:35:31Z",
"latest_release_tag": "v0.9.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 4,
"days_since_latest_release": 0,
"mean_days_between_releases": 273.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "heap-profiler",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/heap-profiler",
"is_deprecated": false,
"latest_version": "0.9.0",
"repository_url": "https://github.com/Shopify/heap-profiler",
"versions_count": 18,
"total_downloads": 2142881,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2020-08-03T16:29:00.133000Z",
"latest_published_at": "2026-07-31T21:11:16.570000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 7,
"stars": 251,
"watchers": 306,
"fork_history": {
"days": [
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2023-01-18",
"count": 2
},
{
"date": "2024-01-19",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 7724701,
"source_files_sampled": 26,
"oversized_source_files": 2,
"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.17.1",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 8.2,
"advisory_ids": [
"GHSA-3m6g-2423-7cp3",
"GHSA-x2f5-4prf-w687"
],
"fixed_version": "2.19.9",
"advisory_count": 2,
"oldest_advisory_days": 134
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 22,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rake-compiler",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "minitest",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 5.0"
},
{
"name": "byebug",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop-shopify",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "benchmark-ips",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "stackprof",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "benchmark-ips",
"direct": true,
"version": "2.14.0",
"ecosystem": "rubygems"
},
{
"name": "byebug",
"direct": true,
"version": "12.0.0",
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": true,
"version": "5.26.2",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": "13.3.1",
"ecosystem": "rubygems"
},
{
"name": "rake-compiler",
"direct": true,
"version": "1.3.0",
"ecosystem": "rubygems"
},
{
"name": "rubocop-shopify",
"direct": true,
"version": "1.0.7",
"ecosystem": "rubygems"
},
{
"name": "stackprof",
"direct": true,
"version": "0.2.27",
"ecosystem": "rubygems"
},
{
"name": "ast",
"direct": false,
"version": "2.4.3",
"ecosystem": "rubygems"
},
{
"name": "json",
"direct": false,
"version": "2.17.1",
"ecosystem": "rubygems"
},
{
"name": "language_server-protocol",
"direct": false,
"version": "3.17.0.5",
"ecosystem": "rubygems"
},
{
"name": "lint_roller",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "parallel",
"direct": false,
"version": "1.27.0",
"ecosystem": "rubygems"
},
{
"name": "parser",
"direct": false,
"version": "3.3.10.0",
"ecosystem": "rubygems"
},
{
"name": "prism",
"direct": false,
"version": "1.6.0",
"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.11.3",
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": false,
"version": "1.81.7",
"ecosystem": "rubygems"
},
{
"name": "rubocop-ast",
"direct": false,
"version": "1.48.0",
"ecosystem": "rubygems"
},
{
"name": "ruby-progressbar",
"direct": false,
"version": "1.13.0",
"ecosystem": "rubygems"
},
{
"name": "unicode-display_width",
"direct": false,
"version": "3.2.0",
"ecosystem": "rubygems"
},
{
"name": "unicode-emoji",
"direct": false,
"version": "4.2.0",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 22,
"direct_count": 7,
"indirect_count": 15
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 16,
"open_issues": 2,
"closed_ratio": 0.6,
"closed_issues": 3,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "byroot",
"commits": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/44640?v=4"
},
{
"type": "User",
"login": "rwstauner",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/142719?v=4"
},
{
"type": "User",
"login": "casperisfine",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/19192189?v=4"
},
{
"type": "User",
"login": "Edouard-chin",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/8122246?v=4"
},
{
"type": "User",
"login": "benoittgt",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/8417720?v=4"
},
{
"type": "User",
"login": "paarthmadan",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8986140?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.663
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cibuildgem.yaml",
"tests.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": 7,
"reason": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
"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": 3,
"reason": "Found 5/14 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 10,
"reason": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": "72d5298f09334bb6a468cc50276dc6ce696b5877",
"ran_at": "2026-07-31T21:14:52Z",
"aggregate_score": 5.6,
"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-31T18:36:18Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-31T17:35:31Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 14,
"created_at": "2023-09-20T19:08:33Z",
"last_comment_at": "2023-09-21T17:01:12Z",
"last_comment_author": "segiddins"
},
{
"number": 18,
"created_at": "2024-11-26T18:28:28Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Shopify/heap-profiler",
"host": "github.com",
"name": "heap-profiler",
"owner": "Shopify"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 66 is calibrated to 77 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 66,
"calibrated": 77,
"calibration": "2026-08-02"
}
}
],
"value": 77,
"inputs": {
"security": 65,
"vitality": 65,
"community": 67,
"governance": 67,
"calibration": "2026-08-02",
"engineering": 67,
"ai_readiness": 51,
"weighted_overall_raw": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 65,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 17,
"human_commit_share": 0.97,
"days_since_last_push": 0,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "17 commits in the last year",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 17
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.9.0",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 273.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~273.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 273.5
}
}
],
"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": "exceptional",
"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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 67,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"forks": 7,
"stars": 251,
"watchers": 306,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "251 stars",
"points": 38.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 251
}
}
],
"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": "306 watchers",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 306
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 13.5,
"status": "met",
"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": 82,
"inputs": {
"packages": [
"heap-profiler"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 2142881,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "2,142,881 downloads all-time across rubygems",
"points": 65.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 2142881,
"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": 67,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.663
},
"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 66% of commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"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 14 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"merged_prs": 16,
"open_issues": 2,
"closed_issues": 3,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.6,
"closed_unmerged_prs": 2,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "16/18 decided PRs merged",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 16,
"decided": 18
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/14 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "excellent",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 8369,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Shopify",
"public_repos": 1220,
"account_age_days": 6675
},
"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": "8,369 followers of Shopify",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8369,
"login": "Shopify"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1220 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 1220
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"heap-profiler"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 67,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 78,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".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": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 65,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.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": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"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 5/14 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "exceptional",
"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 22 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 22
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 22,
"unassessed_packages": 0,
"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": "exceptional",
"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": 22,
"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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 15
},
"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": 51,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.258,
"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": "25 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.02
},
"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": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "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": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 7724701,
"source_files_sampled": 26,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/26 source files over 60KB",
"points": 50.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 26,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.2.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-31T21:15:09.396482Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/Shopify/heap-profiler.svg",
"full_name": "Shopify/heap-profiler",
"license_state": "standard",
"license_spdx": "MIT"
}