Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2885,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 582277,
"M4": 15905,
"Roff": 2832,
"SWIG": 4257,
"Shell": 6486,
"Python": 36545,
"Makefile": 4494,
"Jupyter Notebook": 980096,
"Tree-sitter Query": 123697
},
"pushed_at": "2026-07-06T12:07:57Z",
"created_at": "2014-03-28T17:28:45Z",
"owner_type": "Organization",
"updated_at": "2026-07-06T12:08:01Z",
"description": "Guile-based library implementing flexible control files for scientific simulations",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-2.0",
"default_branch": "master",
"license_spdx_raw": "GPL-2.0",
"primary_language": "Jupyter Notebook",
"significant_languages": [
"Jupyter Notebook",
"C"
]
},
"owner": {
"blog": "http://math.mit.edu/~stevenj/group",
"name": "Nanostructures and Computation Group",
"type": "Organization",
"login": "NanoComp",
"company": null,
"location": "MIT, Cambridge, MA, USA",
"followers": 191,
"avatar_url": "https://avatars.githubusercontent.com/u/11775558?v=4",
"created_at": "2015-04-02T18:14:40Z",
"is_verified": null,
"public_repos": 11,
"account_age_days": 4132
},
"license": {
"state": "standard",
"spdx_id": "GPL-2.0",
"raw_spdx": "GPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.7.1",
"kind": "patch",
"published_at": "2026-06-26T20:50:25Z"
},
{
"tag": "v4.7.0",
"kind": "minor",
"published_at": "2026-06-18T19:30:40Z"
},
{
"tag": "v4.6.0",
"kind": "minor",
"published_at": "2026-04-16T19:52:53Z"
},
{
"tag": "v4.5.1",
"kind": "patch",
"published_at": "2022-02-02T02:49:09Z"
},
{
"tag": "v4.5.0",
"kind": "minor",
"published_at": "2020-02-19T18:35:18Z"
},
{
"tag": "v4.4.0",
"kind": "minor",
"published_at": "2019-11-13T03:29:26Z"
},
{
"tag": "v4.3.0",
"kind": "minor",
"published_at": "2019-04-17T18:00:11Z"
},
{
"tag": "v4.2.0",
"kind": "minor",
"published_at": "2019-01-07T20:21:29Z"
},
{
"tag": "v4.1.4",
"kind": "patch",
"published_at": "2018-11-16T21:05:41Z"
},
{
"tag": "v4.1.3",
"kind": "patch",
"published_at": "2018-09-07T18:58:58Z"
},
{
"tag": "v4.1.2",
"kind": "patch",
"published_at": "2018-07-27T18:50:38Z"
},
{
"tag": "v4.1.1",
"kind": "patch",
"published_at": "2018-06-29T19:50:28Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2018-06-08T01:00:47Z"
},
{
"tag": "v4.0.1",
"kind": "patch",
"published_at": "2018-04-18T23:57:14Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2018-01-19T01:38:01Z"
},
{
"tag": "3.2.2",
"kind": "patch",
"published_at": "2017-09-22T02:01:26Z"
}
],
"recent_commits": [
{
"oid": "41011c4342dbd2678bd8db98597bc44363130559",
"body": "… (#98)\n\nThe point/segment/normal tests call rand() inside OpenMP parallel loops.\nrand() uses global shared state, so even with a fixed seed the parallel\nexecution order changes which iteration consumes which random value:\nfailures weren't reproducible and varied between the omp=1 and omp=8 CI legs.\n[…]\neduction, so it's independent of thread combination order. The\ngeometry calls still run in parallel, preserving thread-safety coverage.\nrand()/srand are removed; non-OpenMP builds get omp_get_* stubs.",
"is_bot": false,
"headline": "test-prism: thread-safe deterministic RNG (rand_r + per-thread seeds)…",
"author_name": "Luocheng Huang",
"author_login": "Luochenghuang",
"committed_at": "2026-07-06T12:07:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a460edaefd688fe0a90f00970545bfe239f96ac",
"body": null,
"is_bot": false,
"headline": "add #96 to NEWS",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2026-06-26T20:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44b7783ff688cd0825f0670b433d778bd07ae71",
"body": null,
"is_bot": false,
"headline": "fix distclean, add distcheck to CI (#96)",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2026-06-26T20:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08bef9c4726bb4c560bcecec2a4365990dd61775",
"body": "* prepare for release 4.7.1\n\n* tweak",
"is_bot": false,
"headline": "prepare for release 4.7.1 (#95)",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2026-06-26T20:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58753880c8cf1280faecd65543c08a9b4968764f",
"body": "…(#93)\n\n* test-prism: use combined rel+abs tolerance for line-segment test\n\nThe line-segment unit test compared a prism against an equivalent block\nusing a pure relative tolerance. When a random segment merely grazes the\nshared boundary, both intersection lengths are tiny and the relative test\nbecom\n[…]\n absolute floor so boundary-\nambiguous samples are absorbed while genuine divergence is still caught.\n\n* Apply suggestion from @stevengj\n\n---------\n\nCo-authored-by: Steven G. Johnson <stevenj@mit.edu>",
"is_bot": false,
"headline": "Use combined rel+abs tolerance for line-segment test in `test-prism` …",
"author_name": "Luocheng Huang",
"author_login": "Luochenghuang",
"committed_at": "2026-06-26T20:17:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cae07cded4a2af558f7d5e04b346ba41dea9633a",
"body": null,
"is_bot": false,
"headline": "fix geom.c for Scheme C++ builds (#94)",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2026-06-26T20:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ab34a6bf4f6b462cb042ef3bd2222ab3eed0ef",
"body": null,
"is_bot": false,
"headline": "NEWS links",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2026-06-18T19:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc5adabb45434a57226a0316dc450086e0b9ea8f",
"body": "* prepare for 4.7.0 release\n\n* Apply suggestion from @stevengj\n\n* Apply suggestion from @stevengj\n\n* Apply suggestion from @stevengj\n\n---------\n\nCo-authored-by: Steven G. Johnson <stevenj@mit.edu>",
"is_bot": false,
"headline": "Prepare for 4.7.0 release (#92)",
"author_name": "Ardavan Oskooi",
"author_login": "oskooi",
"committed_at": "2026-06-18T19:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "118b15ce9669017c275e2f54436d1f771179a35a",
"body": "* Refactor mesh storage with PIMPL: opaque internal cache behind scheme-driven public struct\n\nPR #74 (mesh geometry import) hand-extended utils/ctlgeom-types.h with C-only internal fields (mesh_bvh_node, face_normals, face_areas, bvh, bvh_face_ids, is_closed, centroid, lengthscale, num_bvh_nodes, an\n[…]\nt clone: fails as expected with \"No rule to\n make target 'geom-ctl-io.c'\".\n\nNet effect: zero hand-maintained generated files. Schema is the\nsingle source of truth. CI (which has Guile) is unaffected.",
"is_bot": false,
"headline": "Add mesh primitive with PIMPL cache via gen-ctl-io lifecycle hooks (#91)",
"author_name": "Luocheng Huang",
"author_login": "Luochenghuang",
"committed_at": "2026-06-05T19:44:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8a023c3de0f5708c74374ad29f987e276af7cb2",
"body": "* Migrate CI from Travis to GitHub Actions\n\nReplaces the Travis configuration with an equivalent GitHub Actions\nworkflow at .github/workflows/ci.yml. Same matrix (ubuntu-latest +\nmacos-latest), same build pipeline (autogen.sh, make, make check,\nmake install), same on-failure log dump for utils/*.log\n[…]\npoint_inclusion, test_normal_to_object, and\ntest_line_segment_intersection) that a serial-only run wouldn't\nflag — same matrix philosophy used to validate the prism\nthread-safety work in PR #75 / #81.",
"is_bot": false,
"headline": "Migrate Travis CI to GitHub actions CI (#85)",
"author_name": "Luocheng Huang",
"author_login": "Luochenghuang",
"committed_at": "2026-05-29T23:14:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52555f64b7b6546ee75b457d30e508daf225d7c8",
"body": "* Add MESH geometric object type for arbitrary triangulated 3D surfaces\n\nImplement a new MESH primitive alongside SPHERE, CYLINDER, BLOCK, and\nPRISM. A mesh is defined by a vertex array and triangle index array,\nwith a BVH (bounding volume hierarchy) for O(log N) queries.\n\nCore operations implemente\n[…]\nf = 4.44e-16) at every\nthread count, no heap corruption. 20 repeated trials at 64 threads:\nall clean.\n\n* Apply suggestion from @stevengj\n\n---------\n\nCo-authored-by: Steven G. Johnson <stevenj@mit.edu>",
"is_bot": false,
"headline": "Mesh geometry import (#74)",
"author_name": "Luocheng Huang",
"author_login": "Luochenghuang",
"committed_at": "2026-05-29T19:18:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd191af4c1a71ed15a803123d0023c32c91013a2",
"body": "… (#81)\n\n* Fix init_prism centroid + remove racy per-query auto-fix from query paths\n\nTwo related bugs surfaced by running the --enable-openmp test suite\nagainst test-prism, both pre-existing:\n\n1) init_prism assigned prsm->centroid BEFORE the shift-to-o->center\n logic, then the shift only updated \n[…]\n fix in the previous commit,\nmake check passes cleanly across OMP_NUM_THREADS = 1, 2, 4, 8, 16,\n64, 166 (21 trials each: 0 point-inclusion failures, 0 segment\nfailures, no heap-corruption signatures).",
"is_bot": false,
"headline": "Fix init_prism centroid; make test-prism's parallel loops thread-safe…",
"author_name": "Luocheng Huang",
"author_login": "Luochenghuang",
"committed_at": "2026-05-23T16:10:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bcc3559909778be91ae558d0b66323b1d007f468",
"body": null,
"is_bot": false,
"headline": "add note regarding Guile requirement to README.md (#80)",
"author_name": "Ardavan Oskooi",
"author_login": "oskooi",
"committed_at": "2026-05-22T12:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6de503403f381ce940ee35d8459b4481cabdb91c",
"body": "* fix thread-safety bug in geom.c\n\n* safer stack allocation\n\n---------\n\nCo-authored-by: Steven G. Johnson <stevenj@alum.mit.edu>",
"is_bot": false,
"headline": "Fix thread-safety bug in `geom.c` (#75)",
"author_name": "Ardavan Oskooi",
"author_login": "oskooi",
"committed_at": "2026-05-21T10:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40488c139363d95f67bf6b381d26be7e41b37af5",
"body": "…#79)\n\nAdds m4/ax_openmp.m4 (autoconf-archive AX_OPENMP) and a --enable-openmp\nconfigure flag that appends OPENMP_CFLAGS to CFLAGS/LDFLAGS.\n\ngeomtst.c and test-prism.c are wrapped with #pragma omp parallel for on\nthe random-point/random-segment test loops so the ctlgeom entry points\nthey exercise ar\n[…]\nuse reduction(+:...).\n\nDefault ./configure leaves OpenMP off and make check is unchanged.\nWith --enable-openmp, make check will surface races in ctlgeom\n(notably reinit_prism via geom_fix_object_ptr).",
"is_bot": false,
"headline": "Add --enable-openmp to exercise ctlgeom thread-safety in test suite (…",
"author_name": "Luocheng Huang",
"author_login": "Luochenghuang",
"committed_at": "2026-05-18T12:46:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a8155b4e1dbb0ec1a438e78bf0dae6f7f5d7f94",
"body": null,
"is_bot": false,
"headline": "bump 4.6.0 release",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2026-04-16T19:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce9539e9a66c9752792fbec2af37ac8c78706ffc",
"body": null,
"is_bot": false,
"headline": "Update Installation.md: fix links",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2026-04-16T19:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5699493735e49c4e57e233aba0613e7f56fdbbef",
"body": "* fix memory leak in geom_fix_object_list via init_prism\n\n* whoops\n\n* make sure geom_fix_object_ptr is tested",
"is_bot": false,
"headline": "fix memory leak in geom_fix_object_list via init_prism (#73)",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2026-04-04T12:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88e4254df859698faf9ebf240089f665697e09b7",
"body": "* add swig\r\n\r\n* Add python wrapper for swig generated python API\r\n\r\nThis is to simplify the creation and manipulation of swig objects.\r\n\r\n* fix bug where when query the material in tree the second time causes a crash.\r\n\r\nimprove memory management of the MATERIAL_TYPE\r\n\r\n* Add Prism and SlatedPrism\r\n\n[…]\ner\r\n\r\nImport libctlgeom as a module instead of import all names from\r\nlibctlgeom\r\n\r\n* Make python install instruction canonical\r\n\r\n---------\r\n\r\nCo-authored-by: Steven G. Johnson <stevenj@alum.mit.edu>",
"is_bot": false,
"headline": "Python Extension (#71)",
"author_name": "Luocheng Huang",
"author_login": "Luochenghuang",
"committed_at": "2024-11-29T15:05:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "069e736614d86d070ce9bfc222c995c818f24191",
"body": null,
"is_bot": false,
"headline": "add another check after #60",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2022-02-03T13:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db77f32e2fd6c3d2408ae8d4d836c765a346b0dc",
"body": null,
"is_bot": false,
"headline": "version bump for 4.5.1",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2022-02-02T02:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dc9c7ec41393d9ec4059b80707cb2017c0b09d4",
"body": "* Check whether consecutive prism vertices are duplicates\r\n\r\n* remove duplicate consecutive vertices\r\n\r\n* realloc the vertices array, if necessary",
"is_bot": false,
"headline": "Silently remove duplicate consecutive prism vertices (#60)",
"author_name": "Ardavan Oskooi",
"author_login": "oskooi",
"committed_at": "2022-02-02T02:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76deb2af3db3b07b91b89254b739dd8793fb921e",
"body": "In lines 2078 and 2085, `intersect_line_with_segment` is intentionally called with `0` as the fifth argument.",
"is_bot": false,
"headline": "Prevent dereferencing of a null pointer (#59)",
"author_name": "Andreas Hoenselaar",
"author_login": "ahoenselaar",
"committed_at": "2021-11-10T03:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21aff7ef5ff0b140e86d29b831249daffd90c621",
"body": "If `nobjects` is zero, then MALLOC is still called during the construction of the tree. However, `malloc` implementations can choose to return a non-NULL pointer in that case and the returned pointer should be freed in order to prevent leaks: https://en.cppreference.com/w/c/memory/malloc",
"is_bot": false,
"headline": "Correctly deallocate memory in `destroy_geom_box_tree` (#58)",
"author_name": "Andreas Hoenselaar",
"author_login": "ahoenselaar",
"committed_at": "2021-09-17T12:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "245f7325b137f3639de31f44ae43c9b019709f22",
"body": null,
"is_bot": false,
"headline": "notes on --without-guile",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2021-09-10T12:37:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c983a679b0681acc3e33dd36e1b8055cf44b256",
"body": null,
"is_bot": false,
"headline": "update autoconf",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2021-06-14T15:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa56a410f33fb2fd80605faf35dfa7906785edef",
"body": null,
"is_bot": false,
"headline": "4.5.0 release news",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2020-02-19T18:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611da1e7d8efa54a5720fc527b0e3b113b9fc51b",
"body": null,
"is_bot": false,
"headline": "bump version, add version number to ctlgeom.h",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2020-02-18T15:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea13876db31e83528724f2caa0fa503f3024eb44",
"body": "* Restore some C89 compliance (variable declaration in loops)\r\n\r\n* Add *.dat files (from test-results) to .gitignore",
"is_bot": false,
"headline": "Restore some C89 compliance (variable declarations in for loops) (#54)",
"author_name": "Thomas Christensen",
"author_login": "thchr",
"committed_at": "2020-02-13T23:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f31263c718779039c27152c45c339e1281cf398",
"body": null,
"is_bot": false,
"headline": "rename vertices_bottom back to vertices",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2020-02-11T20:44:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79c0af798f7da5e95cc1b2d92dbdd857d28f6b7b",
"body": "* added sidewall_angle property in scheme\r\n\r\n* changes to add sidewall_angle\r\n\r\n* started trying to add transformation matrix but realized it may not be an affine transformation after all\r\n\r\n* Coordinate transform functions have been updated to account for a non-normal sidewall angle. First attempt.\n[…]\n\r\n* Fixed some typos\r\n\r\n* Didn't maintain ABI compatibility, should be now. User uses make_slanted_prism to make a prism with a nonzero sidewall angle and make_prism for a prism with a normal sidewall",
"is_bot": false,
"headline": "Add sidewall angle parameter (#53)",
"author_name": "Daniel Boyce",
"author_login": "danielwboyce",
"committed_at": "2020-02-11T19:50:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "63806bf790d87190f36f6d64f590a86a76ec313d",
"body": null,
"is_bot": false,
"headline": "fix broken links in docs (#51)",
"author_name": "Ardavan Oskooi",
"author_login": "oskooi",
"committed_at": "2020-01-10T19:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "396c0ddc71cf91527f2ffdc6712ef5d9355afa73",
"body": "* bugfix of node_in_or_on_polygon function in utils/geom.c so that it no longer adds spurious lines to polygon renders\r\n\r\n* added unit test to utils/test-prism.c to test accuracy of point in polygon engine around a slanted H polygon that was giving us troubles before\r\n\r\n* slight change to messages generated by unit test 4",
"is_bot": false,
"headline": "Bugfix of point in polygon routine (#49)",
"author_name": "Daniel Boyce",
"author_login": "danielwboyce",
"committed_at": "2020-01-05T20:00:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc135e72196be87e0698891b4d501d039edba7e",
"body": "* run clang-format on .c and .h files\r\n\r\n* format ctl.h.in",
"is_bot": false,
"headline": "run clang-format on .c and .h files (#47)",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2020-01-01T20:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da42dcf08d2e45ea914e039ca317fb6dc00bdcad",
"body": "… in polygon error (fixes NanoComp/Meep #864) (#46)",
"is_bot": false,
"headline": "Updated node_in_or_on_polygon in geom.c for improvements to the point…",
"author_name": "Daniel Boyce",
"author_login": "danielwboyce",
"committed_at": "2019-12-31T17:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df8eb6655eb6752f8832308c100b8fe8a6179106",
"body": null,
"is_bot": false,
"headline": "bump for 4.4.0 release",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2019-11-13T03:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fead47ce1b4a48545170e32c76226824aa11e366",
"body": "* geom_object_volume function\r\n\r\n* more tests\r\n\r\n* some bug fixes\r\n\r\n* more fixes\r\n\r\n* don't use geom_object_volume in 1d and 2d cases",
"is_bot": false,
"headline": "geometric_object_volume (#45)",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2019-11-06T02:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "683b5d115bb8ce7635e57704147a2b8c25e275fe",
"body": null,
"is_bot": false,
"headline": "fix divide_geom_box_tree if all dimensions are empty",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2019-10-23T01:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3079f80a89be7034b90200597adf65c7dbcefa22",
"body": null,
"is_bot": false,
"headline": "Skip empty dimensions in geom.c (#43)",
"author_name": "Christopher Hogan",
"author_login": "ChristopherHogan",
"committed_at": "2019-10-02T01:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47a98d382fdf99359965035fb58291763d4b3b7e",
"body": null,
"is_bot": false,
"headline": "version 4.3.0",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2019-04-17T17:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f16d142404dcc7d0f19e86c10d27b53090a3983",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of git://github.com/stevengj/libctl",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2019-04-13T01:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d8d4d35d3b11956f393f26fbbf3bd9feb1ccc2",
"body": null,
"is_bot": false,
"headline": "fix edit url for docs",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2019-04-13T01:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c585c2d865cd32859a458050a4fff380299db30",
"body": null,
"is_bot": false,
"headline": "Add ctl_printf_callback to ctlgeom.h (#40)",
"author_name": "Christopher Hogan",
"author_login": "ChristopherHogan",
"committed_at": "2019-04-09T12:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82df91e2a5f52cceaef14997a24bfbb0b1749074",
"body": null,
"is_bot": false,
"headline": "Add ctl_printf and allow it to use a callback if set (#39)",
"author_name": "Christopher Hogan",
"author_login": "ChristopherHogan",
"committed_at": "2019-04-05T03:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8560e2f9409d693d8a65435534b7f934289f1e87",
"body": null,
"is_bot": false,
"headline": "Fix edit on Github URL (#38)",
"author_name": "Christopher Hogan",
"author_login": "ChristopherHogan",
"committed_at": "2019-02-25T18:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a86046bd5de7486dd1be80a5d0ad0095503fc700",
"body": null,
"is_bot": false,
"headline": "update and fixes to docs (#37)",
"author_name": "Ardavan Oskooi",
"author_login": "oskooi",
"committed_at": "2019-01-11T12:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c744b8f35df5accb755a1a23e81bd22e40cc11af",
"body": null,
"is_bot": false,
"headline": "silence deprecation",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2019-01-08T21:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d1acde7a8e0446f5cd61a8b00a17e0862024ad8",
"body": null,
"is_bot": false,
"headline": "fix backwards compatibility of fix_object API (#36)",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2019-01-07T20:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd105bd72076e3b3487186145337cfafd504589",
"body": "* implement geom_fix_object for prisms (recompute centroid of polygon floor from center of geometric object); update test-prism to displace objects through random 3D vector\r\n\r\n* updates\r\n\r\n* refactor make_prism() to facilitate handling of prisms in scheme\r\n\r\n* refactor prism implementation for compa\n[…]\ncy scheme interface\r\n\r\n* updates\r\n\r\n* updates\r\n\r\n* fix commented-out code\r\n\r\n* use random sentinel for no-val\r\n\r\n* use same NO_VAL as in scm\r\n\r\n* use nan instead of no-val\r\n\r\n* use nan for auto-center",
"is_bot": false,
"headline": "Refactor prisms for scheme (#35)",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2019-01-07T19:32:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84748644bbefeaa3b7c26115db30e518f3b1c8ae",
"body": null,
"is_bot": false,
"headline": "Update mkdocs.yml",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-12-31T16:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d191d0b627cde6f67d1a3a254a3215096d069657",
"body": null,
"is_bot": false,
"headline": "punctuation",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-11-16T21:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "260d416f4f122aca7725092406c9aac5b8cbf16f",
"body": null,
"is_bot": false,
"headline": "Prepare for 4.1.4 release (#34)",
"author_name": "Christopher Hogan",
"author_login": "ChristopherHogan",
"committed_at": "2018-11-16T21:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a16534218735b5ff7837abed61615e76101db5a",
"body": null,
"is_bot": false,
"headline": "work around gcc bug (closes #32)",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-11-08T20:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0586a6dc3d2339bd5c1298fdeb8848e92645a33",
"body": "…arent class",
"is_bot": false,
"headline": "allow subclass properties to override defaults (or lack thereof) in p…",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-11-06T20:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d414c23fcb6da023ef6949bf9d87e012e49e1c4",
"body": null,
"is_bot": false,
"headline": "rm obsolete theme",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-10-30T18:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2f0f5c16b220021a841e49e2e7c1dea4ea02b7c",
"body": "* Don't use custom theme for docs\r\n\r\n* Use mkdocs 0.17.5",
"is_bot": false,
"headline": "Don't use custom theme for docs (#31)",
"author_name": "Christopher Hogan",
"author_login": "ChristopherHogan",
"committed_at": "2018-10-30T18:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c670454f7d30cbd04fb5f7a3d5aa5e064620e09",
"body": null,
"is_bot": false,
"headline": "Remove unused variables (#29)",
"author_name": "Christopher Hogan",
"author_login": "ChristopherHogan",
"committed_at": "2018-10-23T17:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42322cee8fd710284256544cfc4e9b09b9acb52e",
"body": null,
"is_bot": false,
"headline": "update for 4.1.3 release",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-09-07T18:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f42d41a2065392c10049bca556d2ea219f8902b1",
"body": "…loor from center of geometric object); update test-prism to displace objects through random 3D vector (#27)",
"is_bot": false,
"headline": "implement geom_fix_object for prisms (recompute centroid of polygon f…",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2018-09-07T18:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f7399826458b1be2531700a5c81541ba03e3b41",
"body": null,
"is_bot": false,
"headline": "Language name in typemap has been deprecated since SWIG 1.3.29 (#26)",
"author_name": "Christopher Hogan",
"author_login": "ChristopherHogan",
"committed_at": "2018-08-23T12:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e44d449a273e5a19a85e2a61f15a8e751806944",
"body": "* Align prism output with other geometric_objects\r\n\r\n* Show log on failed test in travis",
"is_bot": false,
"headline": "Align prism output with other geometric_objects (#25)",
"author_name": "Christopher Hogan",
"author_login": "ChristopherHogan",
"committed_at": "2018-08-21T16:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84bd28e21e2766a3c08fac3c9fb8c3048fd64f0e",
"body": null,
"is_bot": false,
"headline": "Format prism printing like other geometric objects (#24)",
"author_name": "Christopher Hogan",
"author_login": "ChristopherHogan",
"committed_at": "2018-08-21T14:02:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff23c65fbe739d3fb503199389a66112261f939",
"body": "…(#23)",
"is_bot": false,
"headline": "refine point_in_prism to handle points on prism faces more carefully …",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2018-08-15T16:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e871991f2cc1be1de2dbc53dca8e6d8b2d84c46f",
"body": "…ort axis in cartesian (not prism) coordinate system (#22)",
"is_bot": false,
"headline": "update console-printed description of prism to include center and rep…",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2018-07-31T19:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e88f441a00143e0a693d032795cd146e9c349a4",
"body": null,
"is_bot": false,
"headline": "update for 4.1.2 release",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-07-27T18:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f272e60b69319091349f6de93358aa70bbeeeef",
"body": "…#21)\n\n* update point_in_prism to avoid double-counting of polygon edge intersections when plumb lines pass through vertices\r\n\r\n* revised normal_to_object implementation for prisms to account for in-plane distance from point to prism face when determining closest face\r\n\r\n* re-updated normal_to_prism\n[…]\nlds to behave properly in the presence of symmetries (2)\r\n\r\n* update to intersect_line_segment_with_prism to fix failing unit test\r\n\r\n* remove memory allocation from intersect_line_segment_with_prism",
"is_bot": false,
"headline": "initial optimization of revised `intersect_line_segment_with_prism` (…",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2018-07-27T18:27:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8bfa49aa8e00b403ed989f528a645676085da72",
"body": "* update point_in_prism to avoid double-counting of polygon edge intersections when plumb lines pass through vertices\r\n\r\n* revised normal_to_object implementation for prisms to account for in-plane distance from point to prism face when determining closest face\r\n\r\n* re-updated normal_to_prism to beh\n[…]\nns about proximity\r\n\r\n* update acquisition of array slices for DFT fields to behave properly in the presence of symmetries (2)\r\n\r\n* update to intersect_line_segment_with_prism to fix failing unit test",
"is_bot": false,
"headline": "Prism line intersect update (#20)",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2018-07-24T18:33:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f09e79765f92345ad4f4f04136597b4f0e43f25",
"body": "* update point_in_prism to avoid double-counting of polygon edge intersections when plumb lines pass through vertices\r\n\r\n* revised normal_to_object implementation for prisms to account for in-plane distance from point to prism face when determining closest face\r\n\r\n* re-updated normal_to_prism to behave correctly when the projection of the point into the plane does not lie within the prism face in question\r\n\r\n* updates",
"is_bot": false,
"headline": "Normal to prism update (#19)",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2018-07-12T19:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d323e95418e49d64a8a951e31b7434f0feaf5fa2",
"body": null,
"is_bot": false,
"headline": "bump for 4.1.1",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-06-29T19:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "232fcb9bf5c2e7b49216c98a98be860f6e022039",
"body": null,
"is_bot": false,
"headline": "fixed incorrect computation of prism bounding box (#17)",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2018-06-22T19:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "869035550522e23520bbc8156996bf269b835384",
"body": null,
"is_bot": false,
"headline": "fix #16",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-06-14T15:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b8aa9f4b946c275649bec6d6abaeca3fa89100a",
"body": null,
"is_bot": false,
"headline": "updated .gitignore",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-06-08T01:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "520627d89f94ee901a9124d7eedd1581bd7c209a",
"body": null,
"is_bot": false,
"headline": "make distcheck fix",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-06-08T00:59:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9892d03889fe2f805de5b42f7ee8dd423acd11bf",
"body": null,
"is_bot": false,
"headline": "version bump for 4.1",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-06-08T00:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "473a24970ee2860cac4c6ff96b3bdadd78e098e1",
"body": null,
"is_bot": false,
"headline": "fix handling of normals to objects from points on prism faces (#14)",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2018-05-28T01:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69209a43f5bcdcba6a9afffbeec0613c1bd85186",
"body": "…#13)\n\n* add support for prisms (new type of geometric_object) to libctlgeom\r\n\r\n* updates\r\n\r\n* updates to point_in_prism and other functions\r\n\r\n* implemented intersect_line_with_object for prisms; added working unit test to test-prism.c\r\n\r\n* updates\r\n\r\n* new function intersect_line_segment_with_obje\n[…]\n primitives for prisms; added passing unit test utils/test-prism.c\r\n\r\n* inserted content of prism.c into geom.c, made updates to enable mpb and meep builds\r\n\r\n* fixed compilation issues for test-prism",
"is_bot": false,
"headline": "add support for prisms (new type of geometric_object) to libctlgeom (…",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2018-05-17T02:39:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "409cd32a9f2659913ce20e6c4b2174a528f26592",
"body": null,
"is_bot": false,
"headline": "rm debugging output",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-05-12T22:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47d6db7ef4059da38d801408ec385b04ed535ed8",
"body": null,
"is_bot": false,
"headline": "fix out-of-tree build and distcheck",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-04-18T23:56:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebeb8523073dbd1d0d5a0cabbe57ffaf528db7f",
"body": null,
"is_bot": false,
"headline": "4.0.1 version bump",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-04-18T23:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f1a3a0e1501af74d51d96f6177bc41d3b158a87",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of git://github.com/stevengj/libctl",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-04-18T23:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1ed13140cef25a8a03e87de44b8a165ed0b2e05",
"body": null,
"is_bot": false,
"headline": "fix const-correctness and other compiler warnings",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-04-18T23:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd0d39c16f80bb588e08d9d820b056f3e942907a",
"body": null,
"is_bot": false,
"headline": "fix a roundoff sensitivity",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-04-15T01:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "242901d5e847f663f7ab1470b57525d272a43332",
"body": null,
"is_bot": false,
"headline": "docstring typo",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-03-09T02:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ef00d75ce97dc7bbb6e9b720c7c3ec8e8d25be6",
"body": null,
"is_bot": false,
"headline": "fix #11",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-29T17:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c43a78b019b118d9af5e051ec9a5460d9fe656c4",
"body": null,
"is_bot": false,
"headline": "eliminate ChangeLog dist-hook",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-20T02:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f81b83dfd0fb4d856ae6f78275dafce49197b91",
"body": null,
"is_bot": false,
"headline": "doc fix",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-19T02:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f89a3461fbbdec72e2e843e5e648895f4028df81",
"body": null,
"is_bot": false,
"headline": "readme updates",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-19T01:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28aab8195bed88e36cf1e1f3930c0e7dc3112465",
"body": null,
"is_bot": false,
"headline": "4.0 installation instructions",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-19T01:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9ce6bb60786798474828849a0b70e42cb2c2001",
"body": null,
"is_bot": false,
"headline": "4.0 release date",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-19T01:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2531c15e2712dc14672a21bd9d9131ef4c76162",
"body": "* update documentation\r\n\r\n* tweaks\r\n\r\n* corrections to Installation section",
"is_bot": false,
"headline": "update documentation (#10)",
"author_name": "Ardavan Oskooi",
"author_login": "oskooi",
"committed_at": "2018-01-19T01:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c3af2cb80c4b34e576701062dadad9a32125083",
"body": null,
"is_bot": false,
"headline": "version fix in NEWS",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-16T04:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43f41f8063afd30781bbee2b40223fadfec0f672",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of git://github.com/stevengj/libctl",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-16T04:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ae528616b1bc61397556b3658d22331f0988906",
"body": null,
"is_bot": false,
"headline": "NEWS and updates for 3.3",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-16T04:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780b50f6ca2db269726278dfca331dde42acafe7",
"body": null,
"is_bot": false,
"headline": "correctly handle args with spaces in autogen.sh",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-08T17:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7223a360fd82462756d2a9fb6e5047afd44f558",
"body": null,
"is_bot": false,
"headline": "simplify autogen.sh for stevengj/meep#160",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-08T15:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f7a7b4c6afda5ccca60128366ae290d2c17cb1",
"body": "…ecutable is in a hidden .libs subdirectly that does not contain mpb.scm; also silence a warning",
"is_bot": false,
"headline": "fix problem with building mpb etc. with --enable-shared, where the ex…",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2018-01-03T19:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff95eb422035d9e328a49a657cd8fbda526864dc",
"body": null,
"is_bot": false,
"headline": "support builds without guile",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2017-12-22T02:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1bde30c53dcf086ae0c47a4120bf72af4b51181",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2017-10-30T12:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f0e038aa154f567ff2f4f148f51ad1cb00cab5",
"body": null,
"is_bot": false,
"headline": "in libctlgeom, make material_type just void*",
"author_name": "Steven G. Johnson",
"author_login": "stevengj",
"committed_at": "2017-10-30T12:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f11db9492b6d784f93d2100351e8e85ef8bfab",
"body": "…… (#8)\n\n* add workaround for ReadTheDocs search bug; also, remove photonic-crystal image from top page of doc tree\r\n\r\n* workaround for ReadTheDocs bug that breaks search",
"is_bot": false,
"headline": "add workaround for ReadTheDocs search bug; also, remove photonic-crys…",
"author_name": "Homer Reid",
"author_login": null,
"committed_at": "2017-08-14T17:03:11Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 18,
"latest_release_at": "2026-06-26T20:50:25Z",
"latest_release_tag": "v4.7.1",
"releases_from_tags": false,
"days_since_last_push": 19,
"active_weeks_last_year": 8,
"days_since_latest_release": 29,
"mean_days_between_releases": 316.6
},
"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": []
},
"popularity": {
"forks": 29,
"stars": 24,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2016-08-26",
"count": 1
},
{
"date": "2016-11-01",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-07-02",
"count": 1
},
{
"date": "2017-08-27",
"count": 1
},
{
"date": "2018-07-14",
"count": 1
},
{
"date": "2019-03-19",
"count": 1
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2019-06-28",
"count": 1
},
{
"date": "2019-08-25",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-07-07",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-10-31",
"count": 1
},
{
"date": "2021-11-13",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2026-03-01",
"count": 1
}
],
"complete": true,
"collected": 28,
"total_forks": 29
},
"star_history": null,
"open_issues_and_prs": 14
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"notebooks"
],
"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": 163093,
"source_files_sampled": 19,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"doc/requirements.txt"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 1,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "mkdocs",
"direct": false,
"version": "0.17.5",
"ecosystem": "pypi"
},
{
"name": "python-markdown-math",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 0,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 51,
"open_issues": 12,
"closed_ratio": 0.684,
"closed_issues": 26,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "stevengj",
"commits": 542,
"avatar_url": "https://avatars.githubusercontent.com/u/2913679?v=4"
},
{
"type": "User",
"login": "ChristopherHogan",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/14114829?v=4"
},
{
"type": "User",
"login": "Luochenghuang",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/35114355?v=4"
},
{
"type": "User",
"login": "oskooi",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/7152530?v=4"
},
{
"type": "User",
"login": "danielwboyce",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/51428327?v=4"
},
{
"type": "User",
"login": "ahoenselaar",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3757431?v=4"
},
{
"type": "User",
"login": "woodenToaster",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5041754?v=4"
},
{
"type": "User",
"login": "thchr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/26799210?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.944
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"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": 3,
"reason": "7 out of 19 merged PRs checked by a CI test -- score normalized to 3",
"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": 5,
"reason": "Found 15/30 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 12 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": 10,
"reason": "15 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "15 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "41011c4342dbd2678bd8db98597bc44363130559",
"ran_at": "2026-07-26T03:52:50Z",
"aggregate_score": 3.5,
"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-06T12:09:07Z",
"oldest_open_prs": [
{
"number": 57,
"created_at": "2021-01-25T23:58:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 64,
"created_at": "2022-10-06T18:09:10Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-06T12:07:57Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 15,
"created_at": "2018-06-07T16:38:11Z",
"last_comment_at": "2018-06-08T15:10:02Z",
"last_comment_author": null
},
{
"number": 33,
"created_at": "2018-11-13T21:12:22Z",
"last_comment_at": "2024-12-19T00:50:25Z",
"last_comment_author": "dalarev"
},
{
"number": 41,
"created_at": "2019-05-10T16:43:35Z",
"last_comment_at": "2020-06-25T23:18:18Z",
"last_comment_author": "anthmanni"
},
{
"number": 44,
"created_at": "2019-10-26T02:15:47Z",
"last_comment_at": "2019-10-26T02:46:36Z",
"last_comment_author": "vasasav"
},
{
"number": 52,
"created_at": "2020-01-21T19:30:38Z",
"last_comment_at": "2020-01-27T19:48:49Z",
"last_comment_author": "stevengj"
},
{
"number": 55,
"created_at": "2020-02-19T18:56:46Z",
"last_comment_at": "2020-02-27T05:16:19Z",
"last_comment_author": "danielwboyce"
},
{
"number": 56,
"created_at": "2020-04-29T01:11:25Z",
"last_comment_at": "2020-04-29T01:12:54Z",
"last_comment_author": "stevengj"
},
{
"number": 61,
"created_at": "2022-01-17T18:20:26Z",
"last_comment_at": "2022-09-05T11:39:44Z",
"last_comment_author": "Yaraslaut"
},
{
"number": 68,
"created_at": "2024-03-19T20:24:37Z",
"last_comment_at": "2024-03-20T19:19:59Z",
"last_comment_author": "stevengj"
},
{
"number": 69,
"created_at": "2024-08-01T19:49:53Z",
"last_comment_at": "2026-05-01T19:45:48Z",
"last_comment_author": "stevengj"
},
{
"number": 72,
"created_at": "2025-06-17T10:44:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2026-05-01T12:00:26Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/NanoComp/libctl",
"host": "github.com",
"name": "libctl",
"owner": "NanoComp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 48,
"vitality": 64,
"community": 43,
"governance": 55,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 1,
"days_since_last_push": 19,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 19 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 19
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 9 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": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v4.7.1",
"releases_from_tags": false,
"days_since_latest_release": 29,
"mean_days_between_releases": 316.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 29 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 29
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~316.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 316.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 19,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 19 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 19
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"forks": 29,
"stars": 24,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "24 stars",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 24
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "29 forks",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 29
}
}
],
"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 (GPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.944
},
"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 94% of commits",
"points": 1.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 51,
"open_issues": 12,
"closed_issues": 26,
"issue_closed_ratio": 0.684,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "68% of issues closed",
"points": 32,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 68
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "51/58 decided PRs merged",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 51,
"decided": 58
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 15/30 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 191,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "NanoComp",
"public_repos": 11,
"account_age_days": 4132
},
"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": "191 followers of NanoComp",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 191,
"login": "NanoComp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "11 public repos, account ~11 yr old",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 11
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "7 out of 19 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.5
},
"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": "7 out of 19 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.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 15/30 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 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": "15 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "15 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 1 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 1,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 31,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.53,
"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": "53 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 53,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "at_risk",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"primary_language": "Jupyter Notebook",
"largest_source_bytes": 163093,
"source_files_sampled": 19,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Jupyter Notebook without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Jupyter Notebook"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/19 source files over 60KB",
"points": 49.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 19,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples",
"notebooks"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples, notebooks",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, notebooks"
}
}
],
"max_points": 40
}
]
}
],
"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-26T03:53:04.728754Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/NanoComp/libctl.svg",
"full_name": "NanoComp/libctl",
"license_state": "standard",
"license_spdx": "GPL-2.0"
}