原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"arduino-library"
],
"is_fork": false,
"size_kb": 210,
"has_wiki": false,
"homepage": null,
"languages": {
"C++": 12223
},
"pushed_at": "2025-12-02T15:40:32Z",
"created_at": "2014-07-04T17:36:59Z",
"owner_type": "Organization",
"updated_at": "2026-05-20T14:54:50Z",
"description": "Arduino library for the MPR121-based capacitive sensors in the Adafruit shop",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "adafruit.com",
"name": "Adafruit Industries",
"type": "Organization",
"login": "adafruit",
"company": null,
"location": "New york city",
"followers": 3682,
"avatar_url": "https://avatars.githubusercontent.com/u/181069?v=4",
"created_at": "2010-01-12T23:57:58Z",
"is_verified": null,
"public_repos": 1995,
"account_age_days": 6036
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2025-12-02T15:40:32Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2025-07-08T16:13:34Z"
},
{
"tag": "1.1.3",
"kind": "patch",
"published_at": "2023-11-15T15:23:04Z"
},
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2023-05-22T16:59:59Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2021-07-06T17:25:17Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2020-11-13T20:24:29Z"
},
{
"tag": "1.0.5",
"kind": "patch",
"published_at": "2020-05-07T21:57:08Z"
},
{
"tag": "1.0.4",
"kind": "patch",
"published_at": "2020-02-29T01:43:02Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2019-07-04T10:15:38Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2018-10-01T18:25:58Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2015-03-31T15:33:07Z"
}
],
"recent_commits": [
{
"oid": "e4abfcd40be1ed471b6ab0280b133f0d8ab23c25",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.2.1 in library.properties",
"author_name": "Tyeth Gundry",
"author_login": "tyeth",
"committed_at": "2025-12-02T15:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bed24f77fd8357825946b1e041e3c8b79b361cc0",
"body": "Updates and fixes related to autoconfig change.",
"is_bot": false,
"headline": "Merge pull request #50 from caternuson/iss49",
"author_name": "Carter Nelson",
"author_login": "caternuson",
"committed_at": "2025-11-19T16:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37b10844f4ca268c88de50a4e7d289fb3c6b2cdf",
"body": null,
"is_bot": false,
"headline": "autoconfig updates",
"author_name": "caternuson",
"author_login": "caternuson",
"committed_at": "2025-11-17T17:30:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5deb53ff53e9c21951dd85f068e0ddf1ad492e",
"body": null,
"is_bot": false,
"headline": "Update library.properties - 1.2.0",
"author_name": "Tyeth Gundry",
"author_login": "tyeth",
"committed_at": "2025-07-08T16:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec06cb81d3c7ce98cab791be9628881a4d9007a6",
"body": null,
"is_bot": false,
"headline": "Update README.md - fix Image URL",
"author_name": "Tyeth Gundry",
"author_login": "tyeth",
"committed_at": "2025-07-08T16:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f3a35881dc150e3ee312485dea216d9c46259e",
"body": "add user facing api for autoconfig",
"is_bot": false,
"headline": "Merge pull request #43 from s-light/autoconfig",
"author_name": "Carter Nelson",
"author_login": "caternuson",
"committed_at": "2025-07-08T14:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96fc7877c120153375b450902add99ca1eea990",
"body": null,
"is_bot": false,
"headline": "add examples",
"author_name": "s-light",
"author_login": "s-light",
"committed_at": "2025-06-29T05:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8febd00851fa68713274ef0c1f8166694a962e6f",
"body": null,
"is_bot": false,
"headline": "add some docu comments",
"author_name": "s-light",
"author_login": "s-light",
"committed_at": "2025-06-28T12:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eca457a19eb8ed25520e3f3021e5db7300aa31ee",
"body": null,
"is_bot": false,
"headline": "clang fix",
"author_name": "s-light",
"author_login": "s-light",
"committed_at": "2025-06-11T20:16:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f8e56a310063ef1471aeb6d4ee2274329cb2a9b",
"body": null,
"is_bot": false,
"headline": "add user facing api for autoconfig",
"author_name": "s-light",
"author_login": "s-light",
"committed_at": "2025-06-11T11:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33ca63093c15b7d01b4d0917f84c3f62a87776f7",
"body": "Update version number to 1.1.3",
"is_bot": false,
"headline": "Merge pull request #41 from tyeth/bump-version-2023-11-14-20-26-00",
"author_name": "Tyeth Gundry",
"author_login": "tyeth",
"committed_at": "2023-11-15T12:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "970bb2f7bbafd5576939f46535c38c288912b8c1",
"body": null,
"is_bot": false,
"headline": "Bump version number to 1.1.3",
"author_name": "Tyeth Gundry",
"author_login": "tyeth",
"committed_at": "2023-11-14T20:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b44f844dff8b766e3e613500851e716fb1daa2e",
"body": null,
"is_bot": false,
"headline": "Update CI action versions",
"author_name": "dherrada",
"author_login": "evaherrada",
"committed_at": "2023-05-12T15:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "714884165cbaf681b31ef8c04047b2b144beda1b",
"body": null,
"is_bot": false,
"headline": "Bump to 1.1.1",
"author_name": "Dylan Herrada",
"author_login": "evaherrada",
"committed_at": "2021-07-06T17:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14bba51c5fe82838be690950c6af1c459de7c475",
"body": "doc: fix image url",
"is_bot": false,
"headline": "Merge pull request #38 from thijstriemstra/patch-1",
"author_name": "Limor \"Ladyada\" Fried",
"author_login": "ladyada",
"committed_at": "2021-07-06T15:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47c33f2b90b755f32e90e5b73c1ca8549026b69",
"body": null,
"is_bot": false,
"headline": "fix image url",
"author_name": "Thijs Triemstra",
"author_login": "thijstriemstra",
"committed_at": "2021-07-06T09:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cf2d463b7f32304b86523865a8fc0a34282119d",
"body": null,
"is_bot": false,
"headline": "Un-bump back to 1.1.0",
"author_name": "Dylan Herrada",
"author_login": "evaherrada",
"committed_at": "2020-11-13T20:23:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edb6c210331c96bdfa6a921db4bb1b96e80a7126",
"body": null,
"is_bot": false,
"headline": "Bump to 1.1.1",
"author_name": "Dylan Herrada",
"author_login": "evaherrada",
"committed_at": "2020-11-13T20:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b5fd0edb948003a9ad39fb9c5eed83bf3833f03",
"body": "Busio light refactor",
"is_bot": false,
"headline": "Merge pull request #34 from adafruit/busio",
"author_name": "Limor \"Ladyada\" Fried",
"author_login": "ladyada",
"committed_at": "2020-11-12T17:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95bf9b5e24ca02150841bdc1b311cdd7b37f046e",
"body": null,
"is_bot": false,
"headline": "clangd",
"author_name": "lady ada",
"author_login": "ladyada",
"committed_at": "2020-11-12T17:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78a22f38c8f0ae19d7918ad497399962f5561c93",
"body": null,
"is_bot": false,
"headline": "add busio support for more portability",
"author_name": "lady ada",
"author_login": "ladyada",
"committed_at": "2020-11-12T17:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6509b41a8dc7574c3e7e4d2617d420a24dfb2b8e",
"body": "fixing deps typo",
"is_bot": false,
"headline": "Merge pull request #32 from adafruit/action",
"author_name": "siddacious",
"author_login": "siddacious",
"committed_at": "2020-04-24T19:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04bda885e8eaa890f0185549d80f26b6e512e994",
"body": null,
"is_bot": false,
"headline": "fixing deps typo",
"author_name": "siddacious",
"author_login": "siddacious",
"committed_at": "2020-04-24T19:02:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a2f55e198b77de31ad69577257c39988af8a529",
"body": null,
"is_bot": false,
"headline": "Update library.properties",
"author_name": "siddacious",
"author_login": "siddacious",
"committed_at": "2020-02-29T01:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9f1d785b1edc370dbd1c0d95ee6fd6b4df937ad",
"body": "Action",
"is_bot": false,
"headline": "Merge pull request #31 from adafruit/action",
"author_name": "Limor \"Ladyada\" Fried",
"author_login": "ladyada",
"committed_at": "2020-02-22T23:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72eeea1583046c5e06cd8761cf13a9fbc3e7038c",
"body": null,
"is_bot": false,
"headline": "claong",
"author_name": "Lady Ada",
"author_login": "ladyada",
"committed_at": "2020-02-22T23:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe1139ea250b1a5d222f24600d4298d2f5c1ade",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into action",
"author_name": "Lady Ada",
"author_login": "ladyada",
"committed_at": "2020-02-22T23:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82f6ca267bcf9f3b2566960f5702f97b672b66e6",
"body": "Update Adafruit_MPR121.cpp",
"is_bot": false,
"headline": "Merge pull request #30 from nathan-embedism/master",
"author_name": "Limor \"Ladyada\" Fried",
"author_login": "ladyada",
"committed_at": "2020-02-22T23:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a16c741de001fece906249e07dcaa9802d6e871",
"body": null,
"is_bot": false,
"headline": "start actioning",
"author_name": "Lady Ada",
"author_login": "ladyada",
"committed_at": "2020-02-22T23:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfde03f054729d0f15c4c769a0b85d2baaa72539",
"body": "Fixes Issue #29\n\nCompiler error \"call of overloaded 'write(int)' is ambiguous\" is fixed",
"is_bot": false,
"headline": "Update Adafruit_MPR121.cpp",
"author_name": "Nathan Ruttley",
"author_login": "auberj",
"committed_at": "2020-02-22T22:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64fc98f15203f8795ec78150bc942cd345676bb7",
"body": null,
"is_bot": false,
"headline": "Update library.properties",
"author_name": "Jan Hoffmann",
"author_login": "hoffmannjan",
"committed_at": "2019-07-04T10:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db22627689ab54a27c1fb0f3d9e8b3531dd81624",
"body": "fixes for setThreshold",
"is_bot": false,
"headline": "Merge pull request #26 from hoffmannjan/master",
"author_name": "Limor \"Ladyada\" Fried",
"author_login": "ladyada",
"committed_at": "2019-06-06T18:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acd1ce5a75f52c85896c66c9f214d519bf0559c0",
"body": null,
"is_bot": false,
"headline": "fixes for setThreshold",
"author_name": "Jan Hoffmann",
"author_login": "hoffmannjan",
"committed_at": "2019-06-06T17:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa8cbf8885febe65e3b09ec8695ae7e95fd8fd8d",
"body": "fixed some issues and added correct autoconfig settings",
"is_bot": false,
"headline": "Merge pull request #25 from fritsjan/master",
"author_name": "Jan Hoffmann",
"author_login": "hoffmannjan",
"committed_at": "2019-06-06T16:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6df539621fa323133619ab6b3d83951c3c410648",
"body": "Autoconfig can be set by uncommenting //#define AUTOCONFIG\r\nSet the correct low,target and high values for using 3.3Vdd (which is used with the adafruit module)\r\nNow the autoconfig works properly\r\nAlso made it more easy to change the amount of electrodes one would like to use (without messing up baseline tracking).",
"is_bot": false,
"headline": "Added correct values and option for AUTOCONFIG",
"author_name": "Frits Jan van Kempen",
"author_login": "fritsjan",
"committed_at": "2019-05-27T21:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ef3267179867d15fcbb714ce167a012cd5cc17c",
"body": "previous fix for stopping and starting the MPR121 during register writes did always overwrite the ECR value.\r\nNow it first reads in the set value and restores that value when enabling run mode again.",
"is_bot": false,
"headline": "keeps ECR settings intact during stop/start",
"author_name": "Frits Jan van Kempen",
"author_login": "fritsjan",
"committed_at": "2019-05-27T20:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fca802c653458bcc529cb363c02b4ab90823e8e",
"body": "Fixed setThresholds function",
"is_bot": false,
"headline": "Merge pull request #24 from fritsjan/master",
"author_name": "Jan Hoffmann",
"author_login": "hoffmannjan",
"committed_at": "2019-05-15T13:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39efa55c9d2ff64b74bface8d1832ff9c6a6057c",
"body": "maybe this does the trick",
"is_bot": false,
"headline": "changed expression to pass esp32 test",
"author_name": "Frits Jan van Kempen",
"author_login": "fritsjan",
"committed_at": "2019-05-15T13:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cddf98545c8e3a8a5c5cd98dd14c40848be18c5b",
"body": "tested works.",
"is_bot": false,
"headline": "Tested, works also on esp32",
"author_name": "Frits Jan van Kempen",
"author_login": "fritsjan",
"committed_at": "2019-05-15T13:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e40462311bc3d0ec2a09367dc70c5e06a1c31c88",
"body": "UNTESTED, edited in github ;-)\r\nMoved stop condition to writeregister as suggested",
"is_bot": false,
"headline": "moved stop condition to writeRegister UNTESTED",
"author_name": "Frits Jan van Kempen",
"author_login": "fritsjan",
"committed_at": "2019-05-14T20:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91844c741fe741b37b69680c1b38752154103f8f",
"body": "setThresholds() did not do anything because the device needed to be in stop mode before sending settings.\r\nFixed this now inside the setThresholds() function.",
"is_bot": false,
"headline": "Fixed setThresholds function",
"author_name": "Frits Jan van Kempen",
"author_login": "fritsjan",
"committed_at": "2019-05-14T12:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f21ebeecd24467be26385d78a7b87901943bc56c",
"body": "fixes in doxygen & readme + optional wire",
"is_bot": false,
"headline": "Merge pull request #22 from hoffmannjan/master",
"author_name": "Limor \"Ladyada\" Fried",
"author_login": "ladyada",
"committed_at": "2019-03-28T17:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5c2a3e276104bd3aba9dbef4cabe06f7c829f5",
"body": null,
"is_bot": false,
"headline": "requested changes",
"author_name": "Jan Hoffmann",
"author_login": "hoffmannjan",
"committed_at": "2019-03-28T17:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2952adec8443c79c742e558874a92cd4a6019b34",
"body": null,
"is_bot": false,
"headline": "fix for wire",
"author_name": "Jan Hoffmann",
"author_login": "hoffmannjan",
"committed_at": "2019-03-28T15:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2835cf4107b14aaaee7a5886abf0976f2f426dd",
"body": null,
"is_bot": false,
"headline": "added optional wire",
"author_name": "Jan Hoffmann",
"author_login": "hoffmannjan",
"committed_at": "2019-03-28T15:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "418b32a7370da64695004433076f39f3468d7e1d",
"body": null,
"is_bot": false,
"headline": "unified style of comments",
"author_name": "Jan Hoffmann",
"author_login": "hoffmannjan",
"committed_at": "2019-03-28T14:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01ca2bc9dda8790eeb0f816208ed4c672e74fd08",
"body": null,
"is_bot": false,
"headline": "Add .gitignore",
"author_name": "Jan Hoffmann",
"author_login": "hoffmannjan",
"committed_at": "2019-03-28T14:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "679fcb114372f22a7593e7e82fb0083ad4140319",
"body": null,
"is_bot": false,
"headline": "DM: update examples for not-avr",
"author_name": "dean",
"author_login": "deanm1278",
"committed_at": "2018-10-01T18:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "713150d6cabe5b3546341cf9d1234652834c4961",
"body": null,
"is_bot": false,
"headline": "DM: add travis and update readme",
"author_name": "dean",
"author_login": "deanm1278",
"committed_at": "2018-10-01T18:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f126754b39ab8e0cf4cb9703d16e1cd5b2fb4266",
"body": null,
"is_bot": false,
"headline": "DM: version bump",
"author_name": "dean",
"author_login": "deanm1278",
"committed_at": "2018-10-01T18:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfe6455c87fd7ab3604547247a011475a87c1d1e",
"body": null,
"is_bot": false,
"headline": "DM: add doxy",
"author_name": "dean",
"author_login": "deanm1278",
"committed_at": "2018-10-01T18:03:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c29da292100d900d3b5d47ea0617262ef7013ca1",
"body": "Fix endless loop bug on i2c error, tesed on arduino & esp8266!",
"is_bot": false,
"headline": "Merge pull request #18 from arduino12/master",
"author_name": "Limor \"Ladyada\" Fried",
"author_login": "ladyada",
"committed_at": "2018-09-30T17:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ef49b3f332420f789a76529c18c44e19ee3bda",
"body": null,
"is_bot": false,
"headline": "Fix endless loop bug on i2c error... tesed on arduino & esp8266",
"author_name": "arduino12",
"author_login": "arduino12",
"committed_at": "2018-09-30T11:12:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5c5c26a51d07cb8dab3f9e23cc952586859cdda",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2017-09-18T19:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc4a7c8585b4596d75cd684a1b6213384d1143f",
"body": "Update homepage URL",
"is_bot": false,
"headline": "Merge pull request #13 from njh/patch-1",
"author_name": "Limor \"Ladyada\" Fried",
"author_login": "ladyada",
"committed_at": "2017-01-12T22:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f07d49f594289a8a0c3ffa0919d5b69b09713f9",
"body": null,
"is_bot": false,
"headline": "Update homepage URL",
"author_name": "Nicholas Humfrey",
"author_login": "njh",
"committed_at": "2017-01-12T22:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "980511c0bb52f78a136e679357f6e5f0d7b65518",
"body": "make esp happy",
"is_bot": false,
"headline": "Update MPR121test.ino",
"author_name": "Limor \"Ladyada\" Fried",
"author_login": "ladyada",
"committed_at": "2016-12-01T17:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c782233e85f0dc9cbc397ac512c953726509c40",
"body": null,
"is_bot": false,
"headline": "Add GitHub issue template",
"author_name": "Tony DiCola",
"author_login": "tdicola",
"committed_at": "2016-05-27T20:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c2d818ba56666cd07e865b0046628c40809f2ee",
"body": null,
"is_bot": false,
"headline": "Add GitHub pull request template",
"author_name": "Tony DiCola",
"author_login": "tdicola",
"committed_at": "2016-05-27T20:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff23c0f7a3e2debc3120fd2f238ac4375842ef27",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-04-19T17:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3160fc4df501912bcf34bfae00e65c6f18c0820a",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-01-21T19:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "785bd60a2c2ba0483b68a26dbf704be164ae723a",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-01-19T14:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f047925e2d19b5ed8997424d11f992752038bd2e",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-01-13T15:16:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89f051aed76568f7cee5882b5f5908666d76375f",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-01-13T15:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d6cc9face44d9e2c9c1bec0bd71c77dcda55341",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-01-12T22:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51b9efb1993baba7781e850715ae3677999d2c46",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-01-12T22:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cee68e9ccd9e7893b4473ac454a6652708b7641",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-01-12T21:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b135945bfdafaf8d95dec2ee9e97825912b39838",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-01-12T21:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0e2b49f189443dec0eb17725c35e702a97bd8ef",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-01-12T21:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7aaa2baa73c4120ffdc585233139236275da605",
"body": null,
"is_bot": false,
"headline": "update compatibility matrix in README",
"author_name": "Andy Doro",
"author_login": "andydoro",
"committed_at": "2016-01-12T21:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28b9ed9c49d428216ed8bf2a43cf5b403f451f9b",
"body": null,
"is_bot": false,
"headline": "adds library.properties to support Arduino Library Manager",
"author_name": "Todd Treece",
"author_login": "toddtreece",
"committed_at": "2015-03-31T15:31:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c81f8c8dfbb62cd8f3fa64971bf8924dc3ff6b9",
"body": "Add keywords.txt",
"is_bot": false,
"headline": "Merge pull request #3 from shaggythesheep/implement-keywords",
"author_name": "Todd Treece",
"author_login": "toddtreece",
"committed_at": "2015-03-31T15:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c4f1601ff6e825ba8dea90d0a0b14ee56a5bc7e",
"body": "Correct typo in method name: setThreshholds",
"is_bot": false,
"headline": "Merge pull request #1 from shaggythesheep/correct-set-threshholds-typo",
"author_name": "Todd Treece",
"author_login": "toddtreece",
"committed_at": "2015-03-31T15:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffcff60033b9ee715f100653fce950cc60636e6a",
"body": "Add Header Guards",
"is_bot": false,
"headline": "Merge pull request #2 from shaggythesheep/add-header-guard",
"author_name": "Todd Treece",
"author_login": "toddtreece",
"committed_at": "2015-03-31T14:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c890efed0356dc805a5a9f78296a45a11eb48f8e",
"body": "Added keywords.txt for code highlighting in the Arduino IDE",
"is_bot": false,
"headline": "Add keywords.txt",
"author_name": "Richard Miles",
"author_login": "r89m",
"committed_at": "2015-03-05T11:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "005c4e119c31c787c319912a793e3bd5876d3655",
"body": "Renamed setThreshholds to setThresholds but kept the original method\nthere to maintain backwards compatibility.",
"is_bot": false,
"headline": "Correct typo in method name: setThreshholds",
"author_name": "Richard Miles",
"author_login": "r89m",
"committed_at": "2015-03-05T11:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "596e21334767d567b82efd772bfecbcb53f5e1c7",
"body": "Allow the MPR121 library to be include by several libraries without a\nproblem",
"is_bot": false,
"headline": "Add Header Guards",
"author_name": "Richard Miles",
"author_login": "r89m",
"committed_at": "2015-03-05T11:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f33121d3ee11703daea38203aa9248352d22dbb",
"body": "…p askin'",
"is_bot": false,
"headline": "MPR121 sometimes needs a little time to reply to I2C requests, so kee…",
"author_name": "ladyada",
"author_login": "ladyada",
"committed_at": "2014-12-27T00:18:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f99806254c6848127566e921c3766bdf11423823",
"body": null,
"is_bot": false,
"headline": "fix url",
"author_name": "ladyada",
"author_login": "ladyada",
"committed_at": "2014-07-25T16:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "061a1d949c36cf3dd3c3e79e393080b1df423f25",
"body": null,
"is_bot": false,
"headline": "init!",
"author_name": "ladyada",
"author_login": "ladyada",
"committed_at": "2014-07-04T17:37:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 3,
"latest_release_at": "2025-12-02T15:40:32Z",
"latest_release_tag": "1.2.1",
"releases_from_tags": false,
"days_since_last_push": 234,
"active_weeks_last_year": 2,
"days_since_latest_release": 234,
"mean_days_between_releases": 291
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": true,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 75,
"stars": 99,
"watchers": 20,
"fork_history": {
"days": [
{
"date": "2014-09-27",
"count": 1
},
{
"date": "2015-02-04",
"count": 1
},
{
"date": "2015-03-05",
"count": 1
},
{
"date": "2015-07-01",
"count": 1
},
{
"date": "2015-08-12",
"count": 1
},
{
"date": "2015-09-02",
"count": 1
},
{
"date": "2015-10-16",
"count": 1
},
{
"date": "2015-11-18",
"count": 1
},
{
"date": "2016-01-25",
"count": 1
},
{
"date": "2016-01-29",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-06-04",
"count": 1
},
{
"date": "2016-07-15",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-12-01",
"count": 1
},
{
"date": "2017-02-27",
"count": 1
},
{
"date": "2017-05-22",
"count": 1
},
{
"date": "2017-05-27",
"count": 1
},
{
"date": "2017-06-27",
"count": 1
},
{
"date": "2017-08-08",
"count": 1
},
{
"date": "2017-08-14",
"count": 1
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2018-02-20",
"count": 1
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-05-19",
"count": 1
},
{
"date": "2018-05-28",
"count": 1
},
{
"date": "2018-05-29",
"count": 1
},
{
"date": "2018-09-16",
"count": 1
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-09-30",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-12-06",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-11",
"count": 1
},
{
"date": "2019-07-06",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-05-21",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-08-09",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2021-02-11",
"count": 1
},
{
"date": "2021-06-20",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-10-16",
"count": 1
},
{
"date": "2021-12-03",
"count": 1
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-09-11",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2023-02-05",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2024-03-02",
"count": 1
},
{
"date": "2024-07-24",
"count": 1
},
{
"date": "2025-03-22",
"count": 1
},
{
"date": "2025-06-11",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
}
],
"complete": true,
"collected": 72,
"total_forks": 75
},
"star_history": null,
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 9210,
"source_files_sampled": 2,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 17,
"open_issues": 5,
"closed_ratio": 0.737,
"closed_issues": 14,
"closed_unmerged_prs": 10
},
"bus_factor": 4,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ladyada",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/1214161?v=4"
},
{
"type": "User",
"login": "andydoro",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/905211?v=4"
},
{
"type": "User",
"login": "hoffmannjan",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/3756160?v=4"
},
{
"type": "User",
"login": "fritsjan",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1918415?v=4"
},
{
"type": "User",
"login": "tyeth",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/6692083?v=4"
},
{
"type": "User",
"login": "evaherrada",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/33632497?v=4"
},
{
"type": "User",
"login": "s-light",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1340319?v=4"
},
{
"type": "User",
"login": "deanm1278",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/6306234?v=4"
},
{
"type": "User",
"login": "toddtreece",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/360020?v=4"
},
{
"type": "User",
"login": "r89m",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1074047?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.212
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"githubci.yml"
],
"has_docs_dir": false,
"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": 2,
"reason": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 5/16 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 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": 0,
"reason": "license file not 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": 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": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e4abfcd40be1ed471b6ab0280b133f0d8ab23c25",
"ran_at": "2026-07-24T19:58:34Z",
"aggregate_score": 3.3,
"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-02-05T07:32:36Z",
"oldest_open_prs": [
{
"number": 45,
"created_at": "2025-07-05T19:34:27Z",
"last_comment_at": "2025-07-08T14:30:29Z",
"last_comment_author": "caternuson"
},
{
"number": 46,
"created_at": "2025-09-20T09:33:21Z",
"last_comment_at": "2025-09-22T14:47:17Z",
"last_comment_author": "caternuson"
}
],
"last_merged_pr_at": "2025-11-19T16:17:11Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2015-12-30T14:02:47Z",
"last_comment_at": "2022-07-12T21:52:51Z",
"last_comment_author": "caternuson"
},
{
"number": 39,
"created_at": "2022-02-17T16:05:41Z",
"last_comment_at": "2025-06-11T20:40:37Z",
"last_comment_author": "s-light"
},
{
"number": 48,
"created_at": "2025-10-14T16:19:41Z",
"last_comment_at": "2025-11-13T08:04:22Z",
"last_comment_author": "guidoschmidt"
},
{
"number": 49,
"created_at": "2025-10-18T14:07:39Z",
"last_comment_at": "2025-10-20T18:32:55Z",
"last_comment_author": "caternuson"
},
{
"number": 52,
"created_at": "2026-04-01T00:36:28Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/adafruit/Adafruit_MPR121",
"host": "github.com",
"name": "Adafruit_MPR121",
"owner": "adafruit"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 33,
"vitality": 31,
"community": 48,
"governance": 76,
"engineering": 37
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 31,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 234,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 234 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 234
}
}
],
"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": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"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": "moderate",
"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": 62,
"inputs": {
"releases_count": 11,
"latest_release_tag": "1.2.1",
"releases_from_tags": false,
"days_since_latest_release": 234,
"mean_days_between_releases": 291
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 234 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 234
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~291 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 291
}
}
],
"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": "dormant",
"guards": [
"recent_release"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 2,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 247,
"days_since_last_human_commit": 234,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 234 days, with nothing left unanswered; held at dormant by a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 234
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a release within the year"
}
}
],
"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": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"forks": 75,
"stars": 99,
"watchers": 20,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "99 stars",
"points": 32.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 99
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "75 forks",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 75
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "20 watchers",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 20
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": true,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": 7.2,
"status": "met",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"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": 76,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 17,
"top_contributor_share": 0.212
},
"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 21% of commits",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 21
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"merged_prs": 17,
"open_issues": 5,
"closed_issues": 14,
"issue_closed_ratio": 0.737,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "74% of issues closed",
"points": 34.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 74
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "17/27 decided PRs merged",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 17,
"decided": 27
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/16 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 3682,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "adafruit",
"public_repos": 1995,
"account_age_days": 6036
},
"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": "3,682 followers of adafruit",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3682,
"login": "adafruit"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1995 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 1995
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 37,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_ci": true,
"has_tests": false,
"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": 0,
"status": "missed",
"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": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"arduino-library"
],
"has_wiki": false,
"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": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 5/16 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 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 not detected",
"points": 0,
"status": "missed",
"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 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": "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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 10
},
"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": 30,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.287,
"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": "23 of 80 human commits state their intent (structured subject or explanatory body)",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 80
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"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": 0,
"status": "missed",
"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": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": 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 80",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 80
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 9210,
"source_files_sampled": 2,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/2 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 2,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"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",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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-24T19:58:54.907931Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/adafruit/Adafruit_MPR121.svg",
"full_name": "adafruit/Adafruit_MPR121",
"license_state": "absent",
"license_spdx": null
}