原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 244,
"has_wiki": false,
"homepage": null,
"languages": {
"CSS": 1097,
"Shell": 7684,
"Python": 196840,
"Makefile": 2898
},
"pushed_at": "2026-07-22T20:23:14Z",
"created_at": "2023-01-17T20:54:30Z",
"owner_type": "Organization",
"updated_at": "2026-07-12T21:57:24Z",
"description": "A simple mjpeg server for Picamera2",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "main",
"license_spdx_raw": "GPL-3.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://docs.mainsail.xyz",
"name": "Mainsail-Crew",
"type": "Organization",
"login": "mainsail-crew",
"company": null,
"location": null,
"followers": 343,
"avatar_url": "https://avatars.githubusercontent.com/u/73135627?v=4",
"created_at": "2020-10-19T18:48:04Z",
"is_verified": null,
"public_repos": 21,
"account_age_days": 2106
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2026-07-12T22:21:47Z"
},
{
"tag": "v0.18.1",
"kind": "patch",
"published_at": "2026-04-19T16:58:32Z"
},
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2026-01-20T21:06:35Z"
},
{
"tag": "v0.17.1",
"kind": "patch",
"published_at": "2025-10-07T20:52:48Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2025-05-04T18:53:37Z"
},
{
"tag": "0.16.3",
"kind": "patch",
"published_at": "2025-03-09T11:44:01Z"
},
{
"tag": "0.16.2",
"kind": "patch",
"published_at": "2025-02-26T09:39:47Z"
},
{
"tag": "0.16.1",
"kind": "patch",
"published_at": "2025-02-24T11:38:25Z"
},
{
"tag": "0.16.0",
"kind": "minor",
"published_at": "2025-02-24T11:33:06Z"
},
{
"tag": "0.15.0",
"kind": "minor",
"published_at": "2024-08-14T17:35:26Z"
},
{
"tag": "0.14.0",
"kind": "minor",
"published_at": "2024-06-05T14:40:40Z"
},
{
"tag": "0.13.1",
"kind": "patch",
"published_at": "2024-06-05T14:18:15Z"
},
{
"tag": "0.13.0",
"kind": "minor",
"published_at": "2023-07-22T15:43:31Z"
},
{
"tag": "0.12.0",
"kind": "minor",
"published_at": "2023-07-06T14:08:24Z"
},
{
"tag": "0.11.2",
"kind": "patch",
"published_at": "2023-07-02T11:01:14Z"
},
{
"tag": "0.11.1",
"kind": "patch",
"published_at": "2023-06-10T10:55:46Z"
},
{
"tag": "0.11.0",
"kind": "minor",
"published_at": "2023-03-19T15:27:17Z"
},
{
"tag": "0.10.3",
"kind": "patch",
"published_at": "2023-03-05T19:45:06Z"
},
{
"tag": "0.10.2",
"kind": "patch",
"published_at": "2023-02-19T11:59:34Z"
},
{
"tag": "0.10.1",
"kind": "patch",
"published_at": "2023-02-19T11:50:21Z"
},
{
"tag": "0.10.0",
"kind": "minor",
"published_at": "2023-02-19T11:41:43Z"
}
],
"recent_commits": [
{
"oid": "ae0c36c8fb30ee9ff0ae771281b498e87137a4e3",
"body": null,
"is_bot": true,
"headline": "bump: version 0.18.1 → 0.19.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-12T21:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431bf883717cee29ce6fc065b97b34700bf94a83",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "ci: update actions (#163)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-07-12T19:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd282ebaf08c880f869a0c4e7bd0b16db6f87aa",
"body": "This PR adds 3 checks:\n1. `ruff check`: checks for linting errors\n2. `ruff format --check`: checks formatting\n3. `basedpyright`: checks typing\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "ci: add code check workflow (#158)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-07-12T19:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f88054b3b9df8f6792393aa19667dfb7d755e7",
"body": "This adds .git-blame-ignore-revs to ignore style commits in GitHub blame.\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "chore: add .git-blame-ignore-revs (#162)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-07-12T11:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab1eb6d4e60a761454e45a7c812ccbbb448f174",
"body": "This PR uses ruff and formats the code to pass `ruff check`.\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "style: format code (#159)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-07-12T11:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "636d666638deef389187174fd15de051afc49e2f",
"body": "This reduces the mccabe complexity of the `do_POST_async` function in `webrtc_whep.py` from 12 to 10 to fit the ruff settings.\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "refactor(webrtc_whep): refactor to reduce mccabe complexity (#161)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-07-12T11:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29715e5f8711cba9de425aac9bb66dddfffb6e4d",
"body": "This PR adds a ruff config, deprecating the `tox.ini` for `flake8`.\n- `C90` adds mccabe and add complexity 10\n- `I` adds sorting for imports\n- `UP` adds automatic upgrading of old syntax to the minimum supported python version\n- Ignoring `F403` and `F405` for `typings/**/*.pyi` to support `*` imports in the autogenerated stubs\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "chore: change flake8 to ruff (#160)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-07-12T11:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f68cc3d9c856fae58988a9619e2bb9c5497eba",
"body": "USB cameras are quite limited in the functions spyglass supports. This PR logs a warning, if the user sets one of these function manually.\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "fix: log missing usb camera functions (#156)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-07-11T22:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e317ffdb57a9c3f1d17f954953e80c72c4fb929b",
"body": "If you have set your resolution with an upper `x` like `1920X1080` instead of a lower one like `1920x1080` you end up with a crash. This PR makes sure to lower the resolution string before parsing.\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "fix: fix resolution parsing with upper x (#157)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-07-11T21:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c04eec1678a2e45a86ab8f0725f74de2aae285",
"body": "This adds the default ice servers of aiortc to the WebRTC handshake.\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "feat: add ice servers to WebRTC (#155)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-07-11T21:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a447debabde2d7669250b26867f1f5b10b5acd",
"body": "This fixes old type hints, add new ones and also adds stubs for picamera2 and libcamera.\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "refactor: fix and add type hints (#153)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-06-30T08:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab43c3ddabc33189b4b7bf9f728a78e2a157639b",
"body": "Adding adjustable quality. This changes the bitrate of the encoder and therefore the stream.\nDefault is None resulting in a fallback to the encoder default.\nThe encoder default is `Quality.Medium` as of now.\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "feat: add quality parameter for streams (#154)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-06-29T14:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6330f31434ae8cc9024ed5586b301cc3a6a62e53",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "refactor: add ServerConfig class improving code readability (#151)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-06-25T19:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c794447f6541fa3757b20655babe569cd8f21979",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "refactor: move StreamingOutput definition out of function (#152)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-06-25T19:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d66df71537f99e01d5e42c1f1fb9a00e9d29eb6",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "feat: update default streaming endpoint urls (#149)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-06-25T18:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c8430341f2dab8754c50ad076aab87099a3bfa",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "fix: fix Readme to list correct command to list cameras (#150)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-06-25T18:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff52d9b7fdf64a2f9b2e4677d2263b0aca6080c4",
"body": "Changing the script to call the hyphenated naming scheme cli args introduced by #140 \n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "refactor: update cli arguments to use hyphenated naming scheme (#148)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-06-25T18:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8809d74b2e0f2cc0742bf55e146fe9e022225afe",
"body": "…sage (#147)\n\nThe picamera2 default main-stream format is XBGR8888 (4 bytes/pixel),\nbut the V4L2 H264/MJPEG encoders both accept YUV420 natively. Letting\nlibcamera deliver YUV420 directly avoids an in-encoder colour-space\nconversion and cuts main-stream memory bandwidth ~2.7x (1.5 bpp vs 4\nbpp), reducing CPU substantially.\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\nCo-authored-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "perf(csi): request YUV420 main stream when supported decreasing cpu u…",
"author_name": "Antoine Cellerier",
"author_login": "antoinecellerier",
"committed_at": "2026-06-22T09:54:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "06a4570f43b01ed697a5190835a37508228d7fb7",
"body": "Adds two new options to control how long each encoder (and the\nunderlying camera, when no other encoder is active) keeps running\nafter the last consumer disconnects:\n\n --mjpeg-linger-seconds / MJPEG_LINGER_SECONDS (default: -1)\n --webrtc-linger-seconds / WEBRTC_LINGER_SECONDS (default: 5)\n\nSem\n[…]\ncoder /\nstop_encoder failure.\n\nSigned-off-by: Patrick Gehrsitz <github@mryel.de>\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\nCo-authored-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "feat: lazy-start picamera2 encoders and camera to save idle CPU (#146)",
"author_name": "Antoine Cellerier",
"author_login": "antoinecellerier",
"committed_at": "2026-06-22T09:35:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c150b0cd40c30da77ed37c7508ef62cc566dbca9",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "build: update maintainer email (#144)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-05-20T19:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5512bbef31dc37349e2bd13a0283514f4af87b1a",
"body": null,
"is_bot": false,
"headline": "fix(service): fix typo in --force-webrtc option (#145)",
"author_name": "Antoine Cellerier",
"author_login": "antoinecellerier",
"committed_at": "2026-05-20T16:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "073a0f9ba8d86021c543f7cd74ebe22636c0d4e1",
"body": null,
"is_bot": true,
"headline": "bump: version 0.18.0 → 0.18.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-19T16:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce9e5e5401990f94633f59db2d691bd9b4a57b4",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "ci: update all GitHub actions (#143)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-04-19T16:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d661ee41ebe377dd9a029e117116ecdbd19380f4",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "fix: remove exception on too high resolution (#142)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-04-19T16:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9302f8630155a76fe2b505d0649f95b78125f5de",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "fix: fix type hint for camera_num (#141)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-04-18T19:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1eebf9cda830e0c0ddeee76b912c159cc2ef1e8",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "fix: add alias with hyphen instead of underscore for cli (#140)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-04-18T19:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22fa65cb5fc3a89426aafb49230cf3186e234c44",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "refactor: refactor to remove some else block logic (#139)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-04-18T19:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa4b647446e0966e415dd24b83b8be28793fef3",
"body": "Signed-off-by: Patrick Gehrsitz <github@mryel.de>",
"is_bot": false,
"headline": "refactor: refactor WebRTC starting conditions (#138)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-04-18T18:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe429a3ff4a18d04846d51bc818b5c9fad15e2a0",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "ci: add label-actions for help requests (#136)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-02-10T11:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c30bc14a50d3d7d8ad58abb88235066d7e08ec",
"body": null,
"is_bot": true,
"headline": "bump: version 0.17.1 → 0.18.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-20T21:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0469b8ddcf55d7f68ae4e181e73909fb24122c02",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "ci: fix PR build (#134)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-01-20T20:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f35d3b8a2f5d0acbd6829745dde40a3af86647",
"body": "Signed-off-by: dependabot[bot] <support@github.com>\nSigned-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": true,
"headline": "chore(deps): Update aiortc requirement from ~=1.13.0 to ~=1.14.0 (#127)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-14T13:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0020406dd21edfd2bb6c7478c9850f4dab44c416",
"body": null,
"is_bot": false,
"headline": "ci: update GitHub Actions to use latest versions (#133)",
"author_name": "Stefan Dej",
"author_login": "meteyou",
"committed_at": "2026-01-08T21:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3028815fead229c19d1e27b9a632a02c915bcd36",
"body": null,
"is_bot": false,
"headline": "ci: remove armhf architecture from build matrix (#132)",
"author_name": "Stefan Dej",
"author_login": "meteyou",
"committed_at": "2026-01-08T21:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1350c4fd4edcfefc9ca81ebb8a72d39c5a115195",
"body": null,
"is_bot": false,
"headline": "ci: add description for branch input in build.yml (#131)",
"author_name": "Stefan Dej",
"author_login": "meteyou",
"committed_at": "2026-01-08T21:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dac79df57d9f25755e60272db6d4794eefd42937",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "ci: improve build time using arm native runner (#129)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-01-08T21:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db004c1d3d5842db3f999765a8b4c88c63472c8a",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "ci: drop bullseye .deb in favor of new aiortc version (#130)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-01-08T21:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6f50ce13db350b32b35e81f83a80ed01c9828ff",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "feat: add device_path support (#128)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2026-01-08T21:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258d54daffcdd479dd4b68bf6de9c5c41b009278",
"body": null,
"is_bot": false,
"headline": "docs: fix github url and some typos in README.md (#126)",
"author_name": "Stefan Dej",
"author_login": "meteyou",
"committed_at": "2025-11-24T21:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb524ef6729a1c2eaa6320235877853052ea2f5",
"body": null,
"is_bot": true,
"headline": "bump: version 0.17.0 → 0.17.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-10-07T20:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e102b131a75abc1ccd4ea9c5d9480a929af72868",
"body": null,
"is_bot": false,
"headline": "ci: fix release version (#125)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-10-07T20:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e51a465bc55f1da03b4985a506dd5aa003b2b8d3",
"body": null,
"is_bot": false,
"headline": "ci: add chore(deps) as patch (#124)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-10-07T20:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89e9af9416512b9cd704087e73a4d56a2294cf2f",
"body": null,
"is_bot": false,
"headline": "ci: add .deb to release (#122)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-10-07T20:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f282cb17943997e6d38ea7ad7c6b58781d18f5",
"body": null,
"is_bot": false,
"headline": "fix: fix cors issues (#123)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-10-07T18:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea5ad9f0eed038b1907d257ff88e43182866cd33",
"body": "…rtc (#121)",
"is_bot": false,
"headline": "chore: remove unused stuff and update min python version to match aio…",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-10-02T21:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5acd13749301a159b0eb2c1ee3500f91eba41d13",
"body": "Signed-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update aiortc requirement from ~=1.9.0 to ~=1.13.0 (#114)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-02T20:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fef0bea69f0b600369b687c1d19139fd46335682",
"body": null,
"is_bot": false,
"headline": "ci: update to PEP 517 compliant build (#117)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-10-02T20:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2924fe817035e280a763474020aceec3cd8fd4dd",
"body": null,
"is_bot": false,
"headline": "ci: fix pytest failing for unknown reason (#120)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-10-02T20:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f4b825dbe462fc77ed03c9f5a736e4150afd1d2",
"body": null,
"is_bot": false,
"headline": "chore: fix style (#119)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-10-02T19:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b857a8ebd5421d4bccf472778f46f9e577c4c05",
"body": null,
"is_bot": false,
"headline": "ci: fix pull-request workflow (#118)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-10-02T19:40:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2022e97b482057f3878c923d27ab14954a916f1c",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "docs: update Moonraker update_manager entry (#109)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-10-01T13:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff5f8a47d06c5d3662e1786ef2b0aa70127dfa20",
"body": "…(#115)\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=80.8.0 to ~=80.9.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-10T13:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d39852c8b55d277e8302d246ed290b0b6eeb9b2",
"body": "…(#113)\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=80.7.1 to ~=80.8.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-26T18:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8de0f0f973b0c0baea6281bd699823843f4401f",
"body": "…(#112)\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=75.1.0 to ~=80.7.1 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-20T10:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7144d019b210796f575ccf3c8da8d4380087b5da",
"body": null,
"is_bot": false,
"headline": "ci: fix dependabot.yml to target develop branch (#110)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-05-20T10:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3ac4261c4c693eb73376ed93dd8e8b594eeed3",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "ci: fix release workflow (#108)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-05-04T19:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5313a248be92612435095db46757565d68859b8",
"body": null,
"is_bot": true,
"headline": "bump: version 0.16.3 → 0.17.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-05-04T18:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b64589dccbe7f491b9ae0a38b91182344eece2e",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "docs: update README (#104)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-03-24T22:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b11c65ee8d6156f1e9ff53ef0ccb4ef1f00bc89",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "feat: add software encoding for mjpg and jpeg (#105)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-03-24T20:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "671b2c8b43f1ec437c1a95bd46cdd58fde49e772",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "ci: update release workflow (#106)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-03-22T10:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c79cbb188ea74eb7d7cb45aee074e8518fbcadd5",
"body": null,
"is_bot": true,
"headline": "bump: version 0.16.2 → 0.16.3",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-03-09T11:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "591e547ad317084d81e2bbe91c0608ff0462cefb",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "fix: fix --disable_webrtc to update the module variable correctly (#102)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-03-09T11:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54930cf96c85806b95455840f154f4d34f8b849f",
"body": null,
"is_bot": true,
"headline": "bump: version 0.16.1 → 0.16.2",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-02-26T09:39:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e677566fb12a79b72492252b86c51c49662f5389",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "fix: fix crash for picamera2 v0.3.23+ (#100)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-02-26T09:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "559331cac9ea8b87b76ee950f68d48da82fc950d",
"body": null,
"is_bot": true,
"headline": "bump: version 0.16.0 → 0.16.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-02-24T11:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efdacb572c391c8b273d262363188f4ac5a85cdc",
"body": "…y (#98)\n\nSigned-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "fix: fix controls_style.css path to relative path in camera_options.p…",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-02-24T11:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6915da0923d4cb63985d5132f83722d6c2456f8b",
"body": null,
"is_bot": true,
"headline": "bump: version 0.15.0 → 0.16.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-02-24T11:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e85420ad2f30e881bf376fa9562834ba3e486120",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "feat: add WebRTC stream (#84)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2025-02-24T11:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9cf458bdc8a79a0686b16d8988e1883f2454d33",
"body": "…(#89)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=72.2.0 to ~=75.1.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-24T19:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "615248c7eab94c89fbdcedbda32442bbae581f7f",
"body": "…(#83)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=72.1.0 to ~=72.2.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-20T18:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40a32585a8253f9c513176a90bf169d9a7ad72ea",
"body": null,
"is_bot": true,
"headline": "bump: version 0.14.0 → 0.15.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-08-14T17:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c9c1ce7536fab1add5f855078608d7320c3e251",
"body": "Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>",
"is_bot": false,
"headline": "feat: Add basic USB-Camera support (#10)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2024-08-14T17:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a162506d63147317c3ac70f0a5fcd60d428e7b2",
"body": "…(#82)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=71.1.0 to ~=72.1.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-11T18:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5cacb87bc25aabd3d35156f02884b435d2704f2",
"body": "…(#81)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=70.2.0 to ~=71.1.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-22T18:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab817dfd22f0a5b0e6f8344d11a2786f901563a",
"body": "…(#79)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Alexander Sparkowsky <info@roamingthings.de>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=69.2.0 to ~=70.2.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-10T18:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22726bd92abe2d58b01386559ba3ad7850f26472",
"body": "Fixes #76",
"is_bot": false,
"headline": "docs: add clone command to install instructions (#78)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2024-07-07T17:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b9c91c2cec0d9e52da96e9e98d8549ae14dfa4",
"body": null,
"is_bot": true,
"headline": "bump: version 0.13.1 → 0.14.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-06-05T14:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "662b63089965928849fd0eece390a8600ac753cd",
"body": null,
"is_bot": false,
"headline": "feat: Expand camera control ability (#14)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2024-06-05T14:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef3202872ef3c95ae35787b8568a942fff4d9051",
"body": null,
"is_bot": true,
"headline": "bump: version 0.13.0 → 0.13.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-06-05T14:18:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03c3eebbe542bbc3d53fc243b41a3b66ea845677",
"body": null,
"is_bot": false,
"headline": "fix(install): fix missing directory during install (#73)",
"author_name": "Aditya Choudhury",
"author_login": "inferno0230",
"committed_at": "2024-06-05T14:17:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7934abc12405af2b7b4d9b45c00c0945e260ac36",
"body": "…(#71)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=69.0.3 to ~=69.2.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-06T11:27:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "188d0ad6e22f25b74b9b3ecd211541420c0ab212",
"body": "…(#65)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=68.2.2 to ~=69.0.3 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-03T19:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ff7168fdfe84ec09017cc8804c82005306fa24a",
"body": "…(#61)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=68.1.2 to ~=68.2.2 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-19T09:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b61700e74c920219f648626f7c2aa6743463086",
"body": "…(#59)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=68.0.0 to ~=68.1.2 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-27T18:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b33dd33bae7d3189cd6741f2b7c74bad676304ac",
"body": null,
"is_bot": true,
"headline": "bump: version 0.12.0 → 0.13.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-07-22T15:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b8f3f957e261961e0dae33377a93cbb2e2fc58a",
"body": null,
"is_bot": false,
"headline": "feat: add picamera2 tuning filters option (#55)",
"author_name": "Ayrton Ricardo",
"author_login": "AyrtonRicardo",
"committed_at": "2023-07-22T15:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8196ef47e6388ae19192af21ca992883d5c39edb",
"body": null,
"is_bot": true,
"headline": "bump: version 0.11.2 → 0.12.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-07-06T14:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ffd7e776be4129be5cea346cc46916dcaf3ae7f",
"body": "Co-authored-by: Ayrton Ricardo <ayrton.ricardo@real-digital.de>",
"is_bot": false,
"headline": "feat: Add compatibility with moonraker update manager (#54)",
"author_name": "Ayrton Ricardo",
"author_login": "AyrtonRicardo",
"committed_at": "2023-07-06T14:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f384eb2a1640606ba85d8954658df597be990d",
"body": "…(#52)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Patrick Gehrsitz <58853838+mryel00@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=67.8.0 to ~=68.0.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-04T09:23:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d869d931b2fed02d96a345a08112c210bc4a61d",
"body": null,
"is_bot": true,
"headline": "bump: version 0.11.1 → 0.11.2",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-07-02T11:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e129a80127f2a3ba1fd9c0b876656cc13150a7cc",
"body": "Signed-off-by: mryel00 <58853838+mryel00@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: fix url parsing (#53)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2023-07-02T11:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8432f142fe47786b5c0bca262cb22ebdc657cb26",
"body": null,
"is_bot": true,
"headline": "bump: version 0.11.0 → 0.11.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-06-10T10:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88fbe763d58bcafd9664ec8f6334dbadb50ca7f7",
"body": "Signed-off-by: mryel00 <58853838+mryel00@users.noreply.github.com>\r\nCo-authored-by: mryel00 <58853838+mryel00@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: URL routing to accept requests that contain unused parameters (#42)",
"author_name": "Spencer Burridge",
"author_login": "mentallydetached",
"committed_at": "2023-06-10T10:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ac4f66495dfb19aea94f580406f927df9058a0c",
"body": "…(#50)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=67.7.2 to ~=67.8.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-05-27T14:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "352ff44189ee1743a7ffd804c7e9fb5a84915dd7",
"body": "…(#48)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=67.6.1 to ~=67.7.2 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-04-29T19:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75b2ab38a253a70d91e5cf67ba828d2ac9934771",
"body": "…(#47)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=67.6.0 to ~=67.6.1 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-04-06T07:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9e494504c49a0def959c74e40b59b047abc1888",
"body": null,
"is_bot": true,
"headline": "bump: version 0.10.3 → 0.11.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-03-19T15:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab73061685769a3cdadf80b0c056c4abff9ab282",
"body": "Signed-off-by: Patrick Gehrsitz <58853838+mryel00@users.noreply.github.com>\r\nSigned-off-by: Alexander Sparkowsky <info@roamingthings.de>\r\nCo-authored-by: Alexander Sparkowsky <info@roamingthings.de>",
"is_bot": false,
"headline": "feat: add exif based image rotation (#37)",
"author_name": "Patrick Gehrsitz",
"author_login": "mryel00",
"committed_at": "2023-03-19T15:26:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf07d764687f3d372e8d4c575d61ac6b1a5eb699",
"body": "…(#43)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Update setuptools requirement from ~=67.5.1 to ~=67.6.0 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-13T19:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab4abc19d479f75bb7df21603ff78b0d08d61b91",
"body": "Signed-off-by: Alexander Sparkowsky <info@roamingthings.de>\r\nSigned-off-by: Patrick Gehrsitz <58853838+mryel00@users.noreply.github.com>\r\nCo-authored-by: mryel00 <pati45678@gmail.com>",
"is_bot": false,
"headline": "docs: update contribution process (#34)",
"author_name": "Alexander Sparkowsky",
"author_login": "roamingthings",
"committed_at": "2023-03-11T11:56:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 51,
"latest_release_at": "2026-07-12T22:21:47Z",
"latest_release_tag": "v0.19.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 12,
"days_since_latest_release": 14,
"mean_days_between_releases": 77.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "spyglass",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "pypi",
"matches_repo": false,
"registry_url": "https://pypi.org/project/spyglass/",
"is_deprecated": false,
"latest_version": "0.0.1",
"repository_url": "http://github.com/Pringley/spyglass",
"versions_count": 0,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": null,
"latest_version_yanked": null,
"days_since_latest_publish": null
}
]
},
"popularity": {
"forks": 24,
"stars": 104,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-16",
"count": 1
},
{
"date": "2023-07-04",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-19",
"count": 1
},
{
"date": "2023-12-25",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-03-10",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-07-28",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
}
],
"complete": true,
"collected": 24,
"total_forks": 24
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 13538,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"requirements-dev.txt",
"requirements-test.txt",
"requirements.txt"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 7,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "aiortc",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": "~=1.14.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aiortc",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "commitizen",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mock",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pre-commit",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pylint",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-mock",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 1,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 107,
"open_issues": 5,
"closed_ratio": 0.839,
"closed_issues": 26,
"closed_unmerged_prs": 21
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "mryel00",
"commits": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/58853838?v=4"
},
{
"type": "User",
"login": "roamingthings",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/902291?v=4"
},
{
"type": "User",
"login": "meteyou",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/8167632?v=4"
},
{
"type": "User",
"login": "antoinecellerier",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1226303?v=4"
},
{
"type": "User",
"login": "AyrtonRicardo",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3937889?v=4"
},
{
"type": "User",
"login": "inferno0230",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/57997436?v=4"
},
{
"type": "User",
"login": "IIIFours",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1588382?v=4"
},
{
"type": "User",
"login": "Hely0n",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/29177466?v=4"
},
{
"type": "User",
"login": "mentallydetached",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12686358?v=4"
},
{
"type": "User",
"login": "KwadFan",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/43513802?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.58
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"check-commit-message.yml",
"label-actions.yml",
"pull-request.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "25 out of 26 merged PRs checked by a CI test -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 8,
"reason": "Found 26/30 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 0,
"reason": "dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ae0c36c8fb30ee9ff0ae771281b498e87137a4e3",
"ran_at": "2026-07-27T16:55:42Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-13T18:42:44Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T20:23:15Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 21,
"created_at": "2023-02-05T11:33:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 26,
"created_at": "2023-02-06T19:01:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2023-02-17T21:39:06Z",
"last_comment_at": "2026-04-19T16:42:55Z",
"last_comment_author": "mryel00"
},
{
"number": 67,
"created_at": "2024-02-07T14:40:09Z",
"last_comment_at": "2024-02-07T16:12:44Z",
"last_comment_author": "mryel00"
},
{
"number": 137,
"created_at": "2026-03-14T04:53:06Z",
"last_comment_at": "2026-03-15T17:38:26Z",
"last_comment_author": "mryel00"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mainsail-crew/spyglass",
"host": "github.com",
"name": "spyglass",
"owner": "mainsail-crew"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 43,
"vitality": 75,
"community": 58,
"governance": 61,
"engineering": 85
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"commits_last_year": 51,
"human_commit_share": 0.64,
"days_since_last_push": 4,
"active_weeks_last_year": 12
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "51 commits in the last year",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 51
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v0.19.0",
"releases_from_tags": false,
"days_since_latest_release": 14,
"mean_days_between_releases": 77.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 14 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 14
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~77.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 77.5
}
}
],
"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": 14,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 14 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 14
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 58,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"forks": 24,
"stars": 104,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "104 stars",
"points": 32.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 104
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "24 forks",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 24
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.58
},
"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 58% of commits",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 107,
"open_issues": 5,
"closed_issues": 26,
"issue_closed_ratio": 0.839,
"closed_unmerged_prs": 21
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "84% of issues closed",
"points": 39.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 84
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "107/128 decided PRs merged",
"points": 32,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 107,
"decided": 128
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 26/30 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"followers": 343,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "mainsail-crew",
"public_repos": 21,
"account_age_days": 2106
},
"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": "343 followers of mainsail-crew",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 343,
"login": "mainsail-crew"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "21 public repos, account ~5 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 21
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 85,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "25 out of 26 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"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": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "25 out of 26 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"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 26/30 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"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": 13
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "64 of 64 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 64,
"sampled": 64
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.02,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.19
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 11,
"status": "met",
"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": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "19 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 19,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 13538,
"source_files_sampled": 23,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"pypi package 'spyglass' points at a different repository (http://github.com/Pringley/spyglass); excluded from ecosystem scoring",
"deps.dev does not index pypi:spyglass@0.0.1; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-27T16:56:05.311678Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mainsail-crew/spyglass.svg",
"full_name": "mainsail-crew/spyglass",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}