JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 126,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 11,
"Python": 72287,
"Makefile": 198
},
"pushed_at": "2026-04-02T17:10:41Z",
"created_at": "2018-02-08T19:04:32Z",
"owner_type": "Organization",
"updated_at": "2026-04-02T17:10:49Z",
"description": "A Python client for Airbnb's Hypernova server, for use with the Pyramid web framework.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://yelp.com/engineering",
"name": "Yelp.com",
"type": "Organization",
"login": "Yelp",
"company": null,
"location": "San Francisco",
"followers": 441,
"avatar_url": "https://avatars.githubusercontent.com/u/49071?v=4",
"created_at": "2009-01-25T00:37:26Z",
"is_verified": null,
"public_repos": 101,
"account_age_days": 6390
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v10.0.3",
"kind": "patch",
"published_at": "2026-03-05T18:38:04Z"
},
{
"tag": "v10.0.2",
"kind": "patch",
"published_at": "2025-07-09T21:35:48Z"
},
{
"tag": "v9.4.0",
"kind": "minor",
"published_at": "2024-10-01T16:46:44Z"
},
{
"tag": "v9.3.1",
"kind": "patch",
"published_at": "2023-03-17T16:37:48Z"
},
{
"tag": "v9.3.0",
"kind": "minor",
"published_at": "2023-03-14T15:06:47Z"
},
{
"tag": "v9.2.0",
"kind": "minor",
"published_at": "2023-01-06T22:25:51Z"
},
{
"tag": "v9.1.0",
"kind": "minor",
"published_at": "2022-08-19T19:39:39Z"
},
{
"tag": "v9.0.0",
"kind": "major",
"published_at": "2022-08-18T21:47:08Z"
},
{
"tag": "v8.0.1",
"kind": "patch",
"published_at": "2022-06-06T20:12:08Z"
},
{
"tag": "v8.0.0",
"kind": "major",
"published_at": "2021-05-17T21:11:59Z"
},
{
"tag": "v7.0.1",
"kind": "patch",
"published_at": "2020-03-12T23:01:24Z"
},
{
"tag": "v7.0.0",
"kind": "major",
"published_at": "2020-03-09T23:40:17Z"
},
{
"tag": "v6.0.0",
"kind": "major",
"published_at": "2019-09-24T23:22:35Z"
},
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2019-08-03T00:32:37Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2019-06-15T00:18:59Z"
},
{
"tag": "v3.4.1",
"kind": "patch",
"published_at": "2019-05-10T23:24:36Z"
},
{
"tag": "v3.4.0",
"kind": "minor",
"published_at": "2019-05-09T23:57:19Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2018-11-01T00:15:49Z"
}
],
"recent_commits": [
{
"oid": "ae004953b5d298a44d83470326f353051411295e",
"body": null,
"is_bot": false,
"headline": "Add security review workflow",
"author_name": "yelp-atlantis",
"author_login": "yelp-atlantis",
"committed_at": "2026-04-02T17:10:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2df978fb50fba09a8270c58e912b14cead5c909",
"body": null,
"is_bot": false,
"headline": "Bump version to v10.0.3 manually",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2026-03-05T18:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89a1e113b78a4d579db760a54e9ea462194f981e",
"body": "Fix error not being passed through in fallback rendering",
"is_bot": false,
"headline": "Merge pull request #46 from Yelp/fix-error-passing-in-fallback-rendering",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2026-03-05T18:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd29ded4c588c85e320ce1724263d5ba056ae63a",
"body": "Two related bugs:\n1. In _parse_response, when a per-component result had an error with empty\n HTML, the parsed error was not forwarded to render_blank_markup. This\n meant the fallback JS always received undefined instead of the actual\n error data.\n2. The FALLBACK_ERROR JS template unconditionally accessed error.message,\n which threw a TypeError when error was undefined, masking the real\n SSR failure.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix error not being passed through in fallback rendering",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2026-03-04T23:59:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "63906f032f240f213af2af41298d63b565c7e1fe",
"body": "Fix crash caused by a JSONDecodeError",
"is_bot": false,
"headline": "Merge pull request #44 from Yelp/shawn_fix_jsondecode_500",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2025-07-09T21:34:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5310b7539a5d2b5128863cf662f3d27bb466aa45",
"body": null,
"is_bot": false,
"headline": "bump version number",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2025-07-09T21:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f898434aa041690095fdf78ece09aa233d5f7ef4",
"body": null,
"is_bot": false,
"headline": "improve a test",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2025-07-09T21:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0b12aaa7144789e082c4d133727cb6183c8a892",
"body": null,
"is_bot": false,
"headline": "Fix crash caused by a JSONDecodeError",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2025-07-09T20:32:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "293199bcdec1f9ac2af2b77181ac48cc5f0589ae",
"body": null,
"is_bot": false,
"headline": "Release v10.0.1",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-06-25T22:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99d624a79df592350bb2452140fa1a31963c6a8d",
"body": "put python-version in quotes in publish.yml",
"is_bot": false,
"headline": "Merge pull request #43 from Yelp/fix_github_workflow_yaml",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-06-25T22:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17071529dd64c329c3d7d17209c242c51a07312",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix GitHub casing in CHANGELOG",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-06-25T22:02:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c71214897b4b102413306f08d7a9efbcd19b2129",
"body": null,
"is_bot": false,
"headline": "add changelog",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-06-25T21:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf100e16ae95850159d976ff2ec88b7164dd56c6",
"body": null,
"is_bot": false,
"headline": "put python-version in quotes in publish.yml",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-06-25T21:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7018f05922d0ce1c7e8284c930f460fcb220d9",
"body": null,
"is_bot": false,
"headline": "Release v10.0.0",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-06-25T21:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff58ea0ee9bfce5f7bcfd3f835976bbbfd021f1c",
"body": "drop support for python < 3.10",
"is_bot": false,
"headline": "Merge pull request #42 from Yelp/update_to_py310",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-06-25T21:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ea2163c482259f793fc50356acd3d109a531cd5",
"body": null,
"is_bot": false,
"headline": "drop support for python < 3.10",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-06-25T21:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba952b944aef0a62f50a61d49457499d1c23439",
"body": null,
"is_bot": false,
"headline": "Release v9.4.1",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-06-24T22:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc5e94315e06a397c9a8385af00fc10c35da20e",
"body": "catch JSONDecodeError in HTTPError handling",
"is_bot": false,
"headline": "Merge pull request #41 from Yelp/catch_json_decode_error",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-06-24T21:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40ad91ad7cb18705eacf248d581c6628279a3831",
"body": null,
"is_bot": false,
"headline": "fix/add test assertions",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-05-23T00:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3186776e121933ec5ce5509113b7d1bab5a56c62",
"body": null,
"is_bot": false,
"headline": "catch JSONDecodeError in HTTPError handling",
"author_name": "J.P. McDevitt",
"author_login": "jpm4",
"committed_at": "2025-05-20T00:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95a97c59e1bcb2f4c097e17aa6a8e9e931e456c5",
"body": null,
"is_bot": false,
"headline": "Release v9.4.0",
"author_name": "Benson Pan",
"author_login": "panbenson",
"committed_at": "2024-10-01T16:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b88ee338d741fd40f351f2b6120ef85817a23e4",
"body": "Make page checks SSR errors easier to diagnose",
"is_bot": false,
"headline": "Merge pull request #40 from Yelp/update-ssr-error",
"author_name": "Benson Pan",
"author_login": "panbenson",
"committed_at": "2024-10-01T16:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bce2f6bcac3edf21457d220771523ca3360c19c",
"body": null,
"is_bot": false,
"headline": "SSRError to extend Error class",
"author_name": "Benson Pan",
"author_login": "panbenson",
"committed_at": "2024-10-01T13:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "033e73979e22cb984f4e24d935b89f5782d5a4d3",
"body": null,
"is_bot": false,
"headline": "Release v9.3.1",
"author_name": "Preksha Kashyap",
"author_login": null,
"committed_at": "2023-03-17T16:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "220ac729d0bb36c4fa7d7a2b00fc801a3aaa6d0e",
"body": "* use getattr to check for error_data on exception\r\n\r\n---------\r\n\r\nCo-authored-by: Preksha Kashyap <pkashyap@yelp.com>",
"is_bot": false,
"headline": "getattr protection instead of e.error_data (#38)",
"author_name": "PK",
"author_login": "P-K",
"committed_at": "2023-03-17T16:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d713f1afffc1e1f441f425afee22268fe8c96a",
"body": null,
"is_bot": false,
"headline": "Release v9.3.0",
"author_name": "Preksha Kashyap",
"author_login": null,
"committed_at": "2023-03-14T14:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55f4888ef6276fe254ff1368c60e6b15cb1527ff",
"body": "* Allow for more error info from upstream services to surface",
"is_bot": false,
"headline": "Allow for more error info to surface (#37)",
"author_name": "PK",
"author_login": "P-K",
"committed_at": "2023-03-14T14:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aac113010a8bdd0a737bc460a4bcb88567018988",
"body": null,
"is_bot": false,
"headline": "Release v9.2.0",
"author_name": "P-K",
"author_login": null,
"committed_at": "2023-01-06T18:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7229e6ec0590045c9740d0060b9b0667a44ca1f2",
"body": "…o client (#36)\n\n* Based on request attribute, toggle surfacing more error information to client\r\n* display_error_stack value set via function passed through tween",
"is_bot": false,
"headline": "Based on request attribute, toggle surfacing more error information t…",
"author_name": "PK",
"author_login": "P-K",
"committed_at": "2023-01-06T18:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71283230e6ff94e1e2fbefea2a22a64875703bb2",
"body": null,
"is_bot": false,
"headline": "Release v9.1.0",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2022-08-19T19:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80fb0200bb5bf9996ccea364630a1507975ac071",
"body": "Loop over app_iter rather than accessing response.text",
"is_bot": false,
"headline": "Merge pull request #35 from Yelp/app-iter-loop",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2022-08-19T19:36:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4852249569e5286e579df687ca13c3f1a6157e78",
"body": null,
"is_bot": false,
"headline": "Loop over app_iter rather than accessing response.text",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2022-08-18T23:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61db990f3b4562e3eaabeeb3884f3ac52f864423",
"body": null,
"is_bot": false,
"headline": "Release v9.0.0",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2022-08-18T21:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1ff424eb703855e878823f372c86b818e444a76",
"body": "Drop python2.7 support",
"is_bot": false,
"headline": "Merge pull request #34 from jdb8/drop-py27",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2022-08-18T21:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6508b9332b2617fb4b7c7e0ea08ac3fce3199aaf",
"body": null,
"is_bot": false,
"headline": "Update docstring referencing py2",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2022-08-18T02:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "905d0b5a6d1da8207b68e3289e96c64fcceb3bd9",
"body": null,
"is_bot": false,
"headline": "Fix test",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2022-08-18T02:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ff004538b96bafa0a0c4d6100de4677cf5ff717",
"body": "The minimum python version is now 3.7",
"is_bot": false,
"headline": "Drop python2.7 support",
"author_name": "Joe Bateson",
"author_login": "jdb8",
"committed_at": "2022-08-18T02:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f8669bd1c4bc36e618b6fe94a1f895a27064716",
"body": "move repo to github actions from travis ci",
"is_bot": false,
"headline": "Merge pull request #33 from Yelp/shawn-move-to-gh-actions",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2022-03-29T16:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1778d0c6579a51f249ff0d76d02f26a880dc7a44",
"body": null,
"is_bot": false,
"headline": "delete travis ci config",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2022-03-28T22:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55d58bce3b92935e3f308e7fb85980fcf9c327c5",
"body": "https://yelpwiki.yelpcorp.com/display/ENG/Github+Actions",
"is_bot": false,
"headline": "Create publish.yml",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2022-03-28T21:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4cba4a1d892652d4ad47aaf148353659617363c",
"body": "Return fallback request when there's no healthy SSR upstream",
"is_bot": false,
"headline": "Merge pull request #32 from Yelp/WEBCORE-10219_shawn_never_say_error",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2022-03-28T21:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e0bcbd80b4f2bc55251407457f9f265891d0234",
"body": null,
"is_bot": false,
"headline": "patch bump",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2022-03-28T21:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4bf5debdf1b05ccda5bc315013f2f19158ab615",
"body": null,
"is_bot": false,
"headline": "Return fallback request when there's no healthy SSR upstream",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2022-03-24T23:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4304c3232e69ab55febf7ac2ea3a6a22bba0e52",
"body": null,
"is_bot": false,
"headline": "v8.0.0",
"author_name": "Jack Guy",
"author_login": "jack-guy",
"committed_at": "2021-05-17T21:09:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6aae306cc1ae2b505ead8c634d179f9943af86c",
"body": "Update BatchRequest batch_url to get_job_group_url",
"is_bot": false,
"headline": "Merge pull request #30 from Yelp/update-batch-url-behavior",
"author_name": "Jack Guy",
"author_login": "jack-guy",
"committed_at": "2021-05-17T21:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c89baca4508c7299c93ab6608d98730ba647477",
"body": null,
"is_bot": false,
"headline": "Update BatchRequest batch_url to get_job_group_url",
"author_name": "Jack Guy",
"author_login": "jack-guy",
"committed_at": "2021-04-20T18:32:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cb921e2c8672fe80741c796f216c6afec7f123d",
"body": null,
"is_bot": false,
"headline": "v7.0.1",
"author_name": "Matthew Mulder",
"author_login": "mxmul",
"committed_at": "2020-03-12T23:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4aa616c72efea729af815e1ef804708fa08ab6d",
"body": null,
"is_bot": false,
"headline": "avoid ServerSideRenderingError when SSR is intentionally skipped (#29)",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2020-03-12T22:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f49a72f51ccae706956d7599fcd61e94c27326",
"body": null,
"is_bot": false,
"headline": "v7.0.0",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2020-03-09T23:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d17d25aacb1ceaec64a00c6016e6fb070c07c907",
"body": "…t (#28)\n\n* Made changes for should_send_request to take in pyramid request object\r\n\r\n* passed in request object to every lifecycle method and rewrote tests\r\n\r\nCo-authored-by: Shaheryar Ajmal <sajmal@yelp.com>",
"is_bot": false,
"headline": "Made changes for should_send_request to take in pyramid request objec…",
"author_name": "shar-ajmal",
"author_login": "shar-ajmal",
"committed_at": "2020-03-09T23:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9ef6a06fa89a001b25a8567e7dcc5209b9c0799",
"body": null,
"is_bot": false,
"headline": "v6.0.0",
"author_name": "fahad ahmad",
"author_login": null,
"committed_at": "2019-09-24T23:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1734c03e9fa630e40dfdc093e2aca1a9fa49d5e4",
"body": "[breaking] Pass pyramid request to on_error lifecycle hook",
"is_bot": false,
"headline": "Merge pull request #26 from fzxt/add_request_to_on_error",
"author_name": "fahad ahmad",
"author_login": null,
"committed_at": "2019-09-24T23:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38dedb599d2ee5799aed257bc252c195f6ed09b1",
"body": "This is a breaking change, since this modifies the pyramid hypernova plugin interface for\non_error callbacks.\n\nTo get past this breaking change, plugins that use the `on_error` callback can take in an additional `request` parameter.",
"is_bot": false,
"headline": "Pass pyramid request to on_error lifecycle hook",
"author_name": "Fahad Ahmad",
"author_login": null,
"committed_at": "2019-09-24T22:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54edbc3b7a9b4a903b76aae302ca86e3ac450804",
"body": null,
"is_bot": false,
"headline": "v5.0.0",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2019-08-03T00:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6c3583ecf6f3a6941e8b6c865e0f4c9dca6f8c",
"body": "Add context attribute to `render()` and the Job object",
"is_bot": false,
"headline": "Merge pull request #25 from Yelp/send_bundle_in_request",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2019-08-03T00:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e470ee4ebca2406de430745e8fdf7fa14f26e69",
"body": null,
"is_bot": false,
"headline": "Add context attribute to the Job object",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2019-08-03T00:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbbbc269d2aeb2715bca954be92bdce9bb13a1cc",
"body": null,
"is_bot": false,
"headline": "coveralls badge",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2019-06-17T22:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6456604d69d013c32b5c6f2fa1c033da939202b2",
"body": null,
"is_bot": false,
"headline": "deploy new versions to pypi with travis (#24)",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2019-06-17T22:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa8d015952ffa2b42768b12371a8a28c4d86db2c",
"body": null,
"is_bot": false,
"headline": "v4.0.0",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2019-06-15T00:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98dc421f341425a6b1b1e267fff34ca4b830ac80",
"body": "[Breaking] Add the Pyramid request object to the batch object",
"is_bot": false,
"headline": "Merge pull request #23 from Yelp/22_add_pyramid_request_object_to_batch",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2019-06-15T00:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc1d99d8d7fbfbf10879d07d0224d65a14e52270",
"body": "Fixes https://github.com/Yelp/pyramid-hypernova/issues/22.\n\nAllows plugins to receive the request object in\n`transform_request_headers`",
"is_bot": false,
"headline": "[Breaking] Add the Pyramid Request object to the batch object",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2019-06-14T22:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1487a157a9bbf99b89c1486ee0abd6e9c7a5dc2c",
"body": null,
"is_bot": false,
"headline": "v3.4.1",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2019-05-10T23:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb9e9036a09601f0805046a1ad9b894254cccf1d",
"body": null,
"is_bot": false,
"headline": "Fix UnicodeDecodeError in tween for binary files (#21)",
"author_name": "Jason Yoon",
"author_login": "jasony0206",
"committed_at": "2019-05-10T23:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d1d946d86423b07cdf96b9711c6f17e3603718e",
"body": null,
"is_bot": false,
"headline": "v3.4.0",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2019-05-09T23:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16fa1e90874869a2655b9df3aaf4e579ab0baace",
"body": "* Add contextmanager interface to hypernova batch",
"is_bot": false,
"headline": "Add context manager interface for hypernova token replacement (#20)",
"author_name": "Jason Yoon",
"author_login": "jasony0206",
"committed_at": "2019-05-09T23:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df5bbbb629c8a1136d5bfdb1cd0e0059f08e9258",
"body": null,
"is_bot": false,
"headline": "v3.3.0",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2019-05-01T20:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a01fc7d31c2db61e6feaa4325fd9c99a728c4edd",
"body": "Add a `transform_request_headers` plugin hook",
"is_bot": false,
"headline": "Merge pull request #18 from Yelp/request-header-plugin",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2019-05-01T20:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "472c4cbdc34fe72b76ab9e9337f19e893adba726",
"body": null,
"is_bot": false,
"headline": "Add a `transform_request_headers` plugin hook",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2019-05-01T18:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21be2f082e5698fd1c331112d378eac763bb869d",
"body": null,
"is_bot": false,
"headline": "v3.2.2",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2019-02-13T16:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bf730b47c45f38bf508295aeb246d88abfe6ece",
"body": "Provide better error messages for non-2xx responses",
"is_bot": false,
"headline": "Merge pull request #16 from Yelp/better-errors-for-non-2xx-respnses",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2019-02-13T16:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d87f7224c2c9b7be745765de9211266e3eb9ee93",
"body": null,
"is_bot": false,
"headline": "Also include the response body",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2019-02-12T00:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdc87bed8304831d7ec4c81cd3df0a5af1c7b3af",
"body": null,
"is_bot": false,
"headline": "Provide better error messages for non-2xx responses",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2019-01-31T00:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5bd604907845d87525b991efe99eeb86d7ea31d",
"body": null,
"is_bot": false,
"headline": "v3.2.1",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2019-01-29T19:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "118b74fd604932d8a597c10b41ab7afc3bcf8e6b",
"body": "Query Hypernova synchronously for pages with only one batch to render",
"is_bot": false,
"headline": "Merge pull request #13 from karmeleon/synchronous_single_job",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2019-01-29T18:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "589fe35a453bbdd68925928d4645106d137193df",
"body": "…e_job",
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/master' into synchronous_singl…",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2019-01-28T22:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6628aa22a166d6eb55d01e645817b584bc9b0909",
"body": null,
"is_bot": false,
"headline": "added/fixed tests for sync+async network code",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2019-01-28T22:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ab60433dedaed54ff84a626bd2da3c9016bfc7",
"body": null,
"is_bot": false,
"headline": "v3.2.0",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2019-01-18T00:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd8261159edc7b1240f3248d1f0e473d6dc2cd3",
"body": "Format Python tracebacks more like JS tracebacks",
"is_bot": false,
"headline": "Merge pull request #15 from Yelp/consistent-tracebacks",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2019-01-18T00:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96765c60b367cd1b5dd8c86edbf1ef0a84a648ac",
"body": null,
"is_bot": false,
"headline": "Format Python tracebacks more like JS tracebacks",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2019-01-18T00:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88532c57ddc40d2aa1c2a5d8384d631ac56473d4",
"body": null,
"is_bot": false,
"headline": "remove extraneous import",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2019-01-10T00:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfa5f7cf68a40aa89291f028f2bb46bb78b4ef7b",
"body": null,
"is_bot": false,
"headline": "Query Hypernova synchronously for pages with only one batch to render",
"author_name": "Shawn Walton",
"author_login": "karmeleon",
"committed_at": "2019-01-10T00:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573e13042412461fa31bf046473c0033f9dc3fec",
"body": null,
"is_bot": false,
"headline": "v3.1.0",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2018-11-01T00:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f276759e2e0f3ab79a64e3085f41eda0a8321d9",
"body": null,
"is_bot": false,
"headline": "Add support for custom JSON encoder (#12)",
"author_name": "Da Wei",
"author_login": "d4wei",
"committed_at": "2018-11-01T00:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3344cce32b3f5ff5eca64105139611a3c9a3a290",
"body": "s/Contributors/Original Contributors/",
"is_bot": false,
"headline": "Merge pull request #10 from Yelp/original-contributors",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2018-02-19T09:47:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "500226b2c74dc980316b79d842c20bb7edba61fa",
"body": "We're not planning to maintain this list indefinitely - it's just here to credit authors of the internal version, whose commits have been squashed.",
"is_bot": false,
"headline": "s/Contributors/Original Contributors/",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2018-02-16T03:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "298227a249c20544f818e89a3a9fa85252ddc744",
"body": null,
"is_bot": false,
"headline": "Fix license metadata (#9)",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2018-02-13T23:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42fadef737b2620fb359e6e4e488d2cc35cdbf30",
"body": "run pre-commit in a separate tox env",
"is_bot": false,
"headline": "Merge pull request #8 from Yelp/tox_precommit_env",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2018-02-13T23:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98a0c432f65ea4ce19937b32f9122c31a4a0bcb1",
"body": null,
"is_bot": false,
"headline": "run pre-commit in a separate tox env",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2018-02-13T22:28:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca166e698897ec46ca129e5dbce8d5ccb8d544ec",
"body": "add library metadata (author, description, url, etc...)",
"is_bot": false,
"headline": "Merge pull request #7 from Yelp/add_package_metadata",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2018-02-13T20:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4fa8e8ac778351837a48ce94f22a54684661e16",
"body": null,
"is_bot": false,
"headline": "add library metadata (author, description, url, etc...)",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2018-02-13T20:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a1c2cff6bffcb9e7a973b3078566ef64df2f7e8",
"body": "Add PyPI badge to README.md",
"is_bot": false,
"headline": "Merge pull request #6 from Yelp/pypi_badge",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2018-02-13T19:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cee86c496fcc58d785571b3427302de5f4f2fdb",
"body": null,
"is_bot": false,
"headline": "Add PyPI badge to README.md",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2018-02-13T19:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb3a02b15eb6349999f0e21628539ae8248219a",
"body": null,
"is_bot": false,
"headline": "Add Contributors to README (#4)",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2018-02-13T19:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d069b147e9788bd6f649f2be4add5dcbce3965b7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Matt Mulder",
"author_login": "mxmul",
"committed_at": "2018-02-09T19:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d2e9d1143591656704ffa4b5a9bfaf192c5361",
"body": "README: fix indentation and code blocks",
"is_bot": false,
"headline": "Merge pull request #5 from Yelp/update-readme",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2018-02-09T18:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8367e5590dcf32a6ff0cda6d96e793bcc3756865",
"body": null,
"is_bot": false,
"headline": "README: also update title to use a hyphen",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2018-02-09T18:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c638372c0890d0ce7961d5044c9f1a4d5a7a5d9",
"body": null,
"is_bot": false,
"headline": "README: fix indentation and code blocks",
"author_name": "Chris Kuehl",
"author_login": "chriskuehl",
"committed_at": "2018-02-09T03:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e172d4eb16b38854c6fc477a21f43e41b51ff45a",
"body": "add travis config",
"is_bot": false,
"headline": "Merge pull request #3 from Yelp/travis",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2018-02-09T00:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbcd00a2ed362c7c1089d03b2bdb9ce1130746f8",
"body": null,
"is_bot": false,
"headline": "add travis config",
"author_name": "Matthew Mulder",
"author_login": "mxmul",
"committed_at": "2018-02-09T00:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb91e4b8b6e72f3ac00fadddcbf8714f7b0bdde3",
"body": null,
"is_bot": false,
"headline": "Update error string when falling back to client side rendering (#2)",
"author_name": "Mark Larah",
"author_login": "magicmark",
"committed_at": "2018-02-09T00:31:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 4,
"latest_release_at": "2026-03-05T18:38:04Z",
"latest_release_tag": "v10.0.3",
"releases_from_tags": false,
"days_since_last_push": 113,
"active_weeks_last_year": 2,
"days_since_latest_release": 141,
"mean_days_between_releases": 194.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "pyramid-hypernova",
"exists": true,
"license": "MIT",
"keywords": [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/pyramid-hypernova/",
"is_deprecated": false,
"latest_version": "10.0.3",
"repository_url": "https://github.com/Yelp/pyramid-hypernova",
"versions_count": 24,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2018-02-13T18:35:31.911958Z",
"latest_published_at": "2026-03-05T18:38:42.235679Z",
"latest_version_yanked": null,
"days_since_latest_publish": 141
}
]
},
"popularity": {
"forks": 9,
"stars": 20,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-10-19",
"count": 1
},
{
"date": "2019-01-10",
"count": 1
},
{
"date": "2019-09-28",
"count": 1
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
}
],
"complete": true,
"collected": 9,
"total_forks": 9
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 21758,
"source_files_sampled": 18,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"requirements-dev.txt",
"setup.py"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 7,
"malicious_count": 0,
"assessed_package": "pypi:pyramid-hypernova@10.0.3",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "coverage",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "fido",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "more-itertools",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pre-commit",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pyramid",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 0,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 37,
"open_issues": 1,
"closed_ratio": 0.8,
"closed_issues": 4,
"closed_unmerged_prs": 1
},
"bus_factor": 4,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "karmeleon",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/6678423?v=4"
},
{
"type": "User",
"login": "mxmul",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/3022244?v=4"
},
{
"type": "User",
"login": "chriskuehl",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/665269?v=4"
},
{
"type": "User",
"login": "magicmark",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/1590756?v=4"
},
{
"type": "User",
"login": "jpm4",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/8923513?v=4"
},
{
"type": "User",
"login": "jdb8",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/643295?v=4"
},
{
"type": "User",
"login": "P-K",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1377632?v=4"
},
{
"type": "User",
"login": "panbenson",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/15132025?v=4"
},
{
"type": "User",
"login": "jack-guy",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/957238?v=4"
},
{
"type": "User",
"login": "jasony0206",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6827412?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.167
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"publish.yml",
"security-review.yml"
],
"has_docs_dir": false,
"linter_configs": [
"tox.ini"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 9/19 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ae004953b5d298a44d83470326f353051411295e",
"ran_at": "2026-07-25T04:26:40Z",
"aggregate_score": 3.8,
"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": null,
"oldest_open_prs": [
{
"number": 31,
"created_at": "2021-09-10T18:20:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2025-09-04T15:40:45Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-03-05T18:29:54Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 27,
"created_at": "2019-11-12T15:22:39Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Yelp/pyramid-hypernova",
"host": "github.com",
"name": "pyramid-hypernova",
"owner": "Yelp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 50,
"vitality": 40,
"community": 40,
"governance": 84,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 40,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 113,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 113 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 113
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 74,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v10.0.3",
"releases_from_tags": false,
"days_since_latest_release": 141,
"mean_days_between_releases": 194.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 141 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 141
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~194.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 194.8
}
}
],
"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": 113,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 113 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 113
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"forks": 9,
"stars": 20,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "20 stars",
"points": 20.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 20
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "9 forks",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 9
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 84,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 13,
"top_contributor_share": 0.167
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 17% of commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 17
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 37,
"open_issues": 1,
"closed_issues": 4,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "37/38 decided PRs merged",
"points": 37.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 37,
"decided": 38
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/19 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"followers": 441,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Yelp",
"public_repos": 101,
"account_age_days": 6390
},
"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": "441 followers of Yelp",
"points": 19,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 441,
"login": "Yelp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "101 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 101
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pyramid-hypernova"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 141
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 141 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 141
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": "tox.ini",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 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": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 9/19 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "3 existing vulnerabilities detected",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:pyramid-hypernova@10.0.3 runtime dependency closure — what installing the published package pulls in — 7 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:pyramid-hypernova@10.0.3",
"assessed": 7
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 7,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 7,
"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": 14
},
"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": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.4,
"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": "40 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 40,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.02,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "tox.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"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 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 21758,
"source_files_sampled": 18,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/18 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 18,
"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-25T04:26:55.911016Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/Yelp/pyramid-hypernova.svg",
"full_name": "Yelp/pyramid-hypernova",
"license_state": "standard",
"license_spdx": "MIT"
}