Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 517,
"has_wiki": true,
"homepage": "http://aussieaddons.com/addons/sbs/",
"languages": {
"Python": 106502
},
"pushed_at": "2023-05-28T10:23:43Z",
"created_at": "2015-11-29T09:15:13Z",
"owner_type": "Organization",
"updated_at": "2026-06-28T08:49:39Z",
"description": "SBS On Demand add-on for Kodi",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "master",
"license_spdx_raw": "GPL-3.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://aussieaddons.com/",
"name": "Aussie Add-ons",
"type": "Organization",
"login": "aussieaddons",
"company": null,
"location": null,
"followers": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/1586685?v=4",
"created_at": "2012-03-29T10:41:13Z",
"is_verified": null,
"public_repos": 31,
"account_age_days": 5232
},
"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": "v1.1.13",
"kind": "patch",
"published_at": "2023-05-28T06:17:41Z"
},
{
"tag": "v1.1.12",
"kind": "patch",
"published_at": "2023-03-09T11:26:02Z"
},
{
"tag": "v1.1.11",
"kind": "patch",
"published_at": "2021-06-10T02:29:11Z"
},
{
"tag": "v1.1.10",
"kind": "patch",
"published_at": "2021-03-20T03:05:04Z"
},
{
"tag": "v1.1.9",
"kind": "patch",
"published_at": "2020-10-23T08:05:52Z"
},
{
"tag": "v1.1.8",
"kind": "patch",
"published_at": "2020-07-04T11:44:22Z"
},
{
"tag": "v1.1.7",
"kind": "patch",
"published_at": "2020-05-04T03:47:56Z"
},
{
"tag": "v1.1.6",
"kind": "patch",
"published_at": "2020-04-20T13:03:46Z"
},
{
"tag": "v1.1.5",
"kind": "patch",
"published_at": "2020-04-15T05:55:08Z"
},
{
"tag": "v1.1.4",
"kind": "patch",
"published_at": "2020-04-15T05:55:08Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2017-09-12T11:04:10Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2017-08-30T10:19:37Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2016-08-30T10:20:56Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2016-08-29T11:22:13Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2016-03-09T10:44:01Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2016-02-17T22:34:10Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2016-02-09T10:05:02Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2016-02-03T10:46:34Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2016-01-07T05:49:33Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2016-01-04T09:12:57Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2015-12-06T08:26:40Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2015-11-30T09:21:36Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2015-11-29T09:23:33Z"
}
],
"recent_commits": [
{
"oid": "b40558be7db58cf13f606cde6d47d5654b7917a3",
"body": "Previously was just assuming video id for API is the same as the program listings. Now we check the data in the video_stream endpoint for the actual video ID depending on provider - for DAI sometimes has an 'A' or 'B' at the end.",
"is_bot": false,
"headline": "Fix DAI stream id resolution",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2023-05-28T06:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4b1bc92ed978dd8ac9a147983294fd054f8a28d",
"body": null,
"is_bot": false,
"headline": "Update github actions",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2023-03-09T11:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2165170e73c0eedabd3c6a489345a050b4ccb8d4",
"body": null,
"is_bot": false,
"headline": "Temp fix for error getting next episode",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2023-03-09T11:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67d4a23c00c6edff8697355db2e1e353f92c86af",
"body": null,
"is_bot": false,
"headline": "Fix TypeError: '<' not supported... error",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2021-06-10T02:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c2553fe2c1a24b8e24982dd26f601bfade740a2",
"body": "... and also:\n* Use drmhelper now that DAI streams are required for subs (Kodi 19 only due to multiple periods/discontinuities)\n* add-on version in Kodi urls\n* Open IA settings from add-on settings",
"is_bot": false,
"headline": "Fix for missing subtitles...",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2021-03-20T03:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "457b37c386e3e8fd383d88e33b3fac995c2b42b0",
"body": null,
"is_bot": false,
"headline": "Kodi 19 inputstream.adaptive",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-12-12T08:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "166e9ec209296c1fd61b82919e32530e9952d28f",
"body": null,
"is_bot": false,
"headline": "GitHub Actions config",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-11-23T05:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0eb9ba98d444fabbceaecfd9efa532b9769831",
"body": "v3.4.6 is the latest in the Play Store, which seems to not have\nany breaking API changes. This fixes the key error seen when\ntrying to make any API requests",
"is_bot": false,
"headline": "Update mobile app version to a supported value",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2020-10-23T08:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d10e16845a07da5579cd508bfbdf5139328ff1",
"body": "Remove removed iconImage/thumbnailImage listItem constructor, fix subs error\nProperly quote dates in listItem url",
"is_bot": false,
"headline": "Further fixes for Matrix",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-10-16T10:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c6757d04ba2e4f03c46aaa1cd7910cd9d387841",
"body": "The date key in the program object onced parsed in play.py ended up as '?date' instead of 'date'",
"is_bot": false,
"headline": "Fix problem with incorrectly parsed date",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-10-16T10:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4cd59215e3addbc15a885feaf16590bdbcb075e",
"body": "reuselanguageinvoker causes issues, namely addon settings not updating with new token value.",
"is_bot": false,
"headline": "don't keep addon object in module scope",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-10-16T08:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2d355833650ed8c05a5eb9789555009be7c9f80",
"body": null,
"is_bot": false,
"headline": "Build for Leia and Matrix",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-10-16T05:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "684f31c93a3fb945549197c77f42a340a21e2c18",
"body": null,
"is_bot": false,
"headline": "python 3.8 compatibility",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-10-15T23:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d24b4fe015dfddcc0f928f95be8fbef32746c2d",
"body": null,
"is_bot": false,
"headline": "Style fixes, fix some tests",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-10-15T22:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dbdbe984ea74b71b367fcf8872bab02892d9a22",
"body": null,
"is_bot": false,
"headline": "Complete tests",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-10-14T05:20:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc2535dc5fc16cdd40079271efefe40691ec3bdc",
"body": "eg. '6821.001'",
"is_bot": false,
"headline": "Fix ValueError on occasional float duration",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-10-08T00:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3f83b3f4e4f0f2f88a6916b8cdf766a1203d190",
"body": null,
"is_bot": false,
"headline": "stop error on viewing 'continue watching' when not logged in",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-09-28T13:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dab357ca3dd641ed9846a0bf0dfc7dec6cfa391d",
"body": null,
"is_bot": false,
"headline": "Fix playback on Kodi < 18",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-09-28T13:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef5b849a4429ab860df3a53f2f8ff6d916d8dd98",
"body": "* Add UpNext support and add more details to program listings\r\n\r\n* Fix sorting and add more list item details\r\n\r\n* Fix method chaining for when program details may not be available\r\n\r\n* Fixes for list item display\r\n\r\nRemove get_episode_title\r\nSimplify get_list_title\r\nSimplify create_program title extraction\r\nSet ListItem title to get_list_title()\r\nChange sort method from label to title\r\n\r\n* Offscreen list item creation\r\n\r\nAnd other minor changes (mainly formatting)",
"is_bot": false,
"headline": "Add UpNext support and add more details to program listings (#1290)",
"author_name": "MoojMidge",
"author_login": "MoojMidge",
"committed_at": "2020-09-25T22:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cca886b26f6e5c8fb4d0769327d572f94931e51d",
"body": null,
"is_bot": false,
"headline": "Add integrated SBS 'Favourites'",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-07-17T05:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "663d369ea24f43c0203bf64890f5f383cc6d2cdd",
"body": "e.g season '5.2'",
"is_bot": false,
"headline": "Allow for 'bad' metadata",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-07-04T11:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0361186388990de060384947e6d4ee80fc2cd95d",
"body": null,
"is_bot": false,
"headline": "Fix IndexError when accessing 'empty' programs",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-05-14T06:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ccf41f951f21d30937e7af8be951cb0c3da9055",
"body": null,
"is_bot": false,
"headline": "Fix small mistake in default",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-05-04T03:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a14b7a4d468bb826739a301c7925b795d6bde73",
"body": null,
"is_bot": false,
"headline": "Add search capability",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-05-04T03:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c963e866b1e198ffd0c88f78044d256898d0f042",
"body": null,
"is_bot": false,
"headline": "Fix next page showing when not applicable",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-26T00:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12c9397884c7add3e5b87793ac37dff833c90663",
"body": "Simplifies things, reduces waiting time for API. Still a lot faster to browse than the mobile app!",
"is_bot": false,
"headline": "All lists are now max 50 length",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-24T12:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34b211117e6c48d681d849c9d7ba39ca3e45aa72",
"body": null,
"is_bot": false,
"headline": "Put total items/multi-page assignment in correct area",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-24T12:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb1e48f34f902c4ad42462641fa75f0289bfd2e",
"body": "All lists are now max 50 with the exception of A-Z which is 100 in length. A next page folder is added at the bottom if there are more available items.",
"is_bot": false,
"headline": "Multi-page",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-24T12:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8df708fe4905c525d4742dacac80805eb6d3a348",
"body": "We don't want to hammer the API with 400+ item count requests, instead page the data in Kodi for large movie collections and A-Z listings.",
"is_bot": false,
"headline": "Fix 10 item limit, begin work on multiple pages",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-24T11:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55ce40250dd3f75e3748e8ba7c59924177c49a2e",
"body": null,
"is_bot": false,
"headline": "Only show 'Football Highlights' in sports genre",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-24T11:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaac98b5bebf136fcb6e697b8012da577107d889",
"body": "Beforehand single series were using a different feed url to multiple series entries that would only return 10 results.",
"is_bot": false,
"headline": "Correctly flatten single series",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-23T23:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4f509f44eb08dca86852376a32798ae12164085",
"body": "Big speedup for Kodi 18+",
"is_bot": false,
"headline": "reuselanguageinvoker",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-22T12:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "395c4246c606c7a1b51394557da47afcca68f726",
"body": "* Add seasons for shows - was only returning 10 randomish episodes\n* Movie collections now works\n* Set offscreen=True for listitems in Kodi 18+ : Speeds up long lists on slower devices (such as movie collections, 100+ items)\n* Fix season/episode naming\n*",
"is_bot": false,
"headline": "Add seasons plus other changes",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-22T12:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e86c088472a484855db5d65eae477bba0927ff5",
"body": "fixes aussieaddons/issue-reports#6090",
"is_bot": false,
"headline": "Fix using old function signature in get_category",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-21T06:09:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0f76be7c7fb96e20ad43c38f8e7e1d416188420",
"body": "2020 api",
"is_bot": false,
"headline": "Merge pull request #1285 from aussieaddons/2020_api",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-20T13:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c03fdb69c3b4e17be67805746355bdc05ead853",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into 2020_api",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-20T12:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c70bd6b824a1f88d49ffc799776b66f7579efc",
"body": null,
"is_bot": false,
"headline": "First run info dialog to inform of account requirements",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-20T12:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4595a382874a05ef56e071b4724f752e73771b96",
"body": null,
"is_bot": false,
"headline": "Update for new API",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-20T12:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcba24e2575ba0bf0190e6ddde6d7b919de64ec0",
"body": null,
"is_bot": false,
"headline": "Addon temporarily broken",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2020-04-15T05:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "032424750ef3ef8c0e8efeedd6fe60bf691a8497",
"body": null,
"is_bot": false,
"headline": "Fix travis config",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2019-04-14T11:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38753565b94a161ec1b1d2845bccda83fe5fd6e5",
"body": null,
"is_bot": false,
"headline": "travis update for notifications, py27, and github org name",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2019-04-14T11:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "661cb6ffd5f466e21aac036c0f6a830ba5ede6ed",
"body": "fixes #1281",
"is_bot": false,
"headline": "Widen bandwidth windows for stream selection",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2018-10-27T23:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678debf162566ecc6a16b4fdd9c534473107eeb2",
"body": "* Add stream quality selection\r\n\r\n* Add settings to index\r\n\r\n* update to latest travis.yml",
"is_bot": false,
"headline": "Add stream quality selection (#1280)",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2018-03-31T08:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8017d13933c94080caa52fced63fdb2b765514e9",
"body": null,
"is_bot": false,
"headline": "Fix missing quote in travis yaml (#1267)",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2017-09-12T11:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7912776aac4e94a7bbe7110f56bbb3c4e143eb01",
"body": "Adapt error handling to new utils module\r\n\r\n* Fix for importerror _strptime python bug\r\n\r\n* Update travis.yml for new manage_repo feature",
"is_bot": false,
"headline": "Adapt error handling to new utils module (#1263)",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2017-09-11T10:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3eed91a8745aa30b851e43221c2420217a153f2",
"body": null,
"is_bot": false,
"headline": "Version 1.1.2",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2017-08-30T10:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b363109e0b41b86c82f6a53074a5be15e7849634",
"body": null,
"is_bot": false,
"headline": "Version 1.1.1",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2017-08-30T10:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "581dfcde95e23603df3a871831208ab43fdc19a9",
"body": null,
"is_bot": false,
"headline": "Fixes unbound local errors",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2017-08-17T12:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c818b95146a0f84facea52548047bf252b7fdb1",
"body": "Fix subtitles",
"is_bot": false,
"headline": "Merge pull request #1230 from glennguy/master",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2017-08-13T10:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "513f95b4ba5ead39dd96c3ec7800ab4094cdbe94",
"body": null,
"is_bot": false,
"headline": "Revise subtitle metadata logic",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2017-08-13T05:31:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9590468f84569fc31ed3301890db0672e9bc5e1e",
"body": null,
"is_bot": false,
"headline": "Handle no subtitles available, remove subtitle setting",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2017-08-12T11:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "445f96a2e76d822f8962f42bc01630da11440647",
"body": null,
"is_bot": false,
"headline": "Fix subtitles",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2017-08-10T12:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d96e27839dd9587bc72083c986f947e6c36d20",
"body": null,
"is_bot": false,
"headline": "Add user reporting, code updates",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2017-08-02T23:44:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "548eb9836356b111e1664f7c4337a5b7271539e0",
"body": null,
"is_bot": false,
"headline": "Metadata and common module update fixes",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2017-08-02T22:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "315b08f6d7a4a1f0d496ef6b57ea45359619abb2",
"body": null,
"is_bot": false,
"headline": "Fix missing requirement",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2017-07-26T23:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52505cb8aff327a5ac917b60fe2dc72e7ab0d4a2",
"body": null,
"is_bot": false,
"headline": "Code cleanups, use common modules and update metadata",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2017-07-26T12:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "516c4a50c2b2882bba554f0a58225a0cd35f28aa",
"body": null,
"is_bot": false,
"headline": "Update README.markdown",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2017-02-25T07:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e667c3521dee56e2553540ffae90abe7f3603d94",
"body": null,
"is_bot": false,
"headline": "Update README.markdown",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2017-02-25T07:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "654e62c90401867428191f08b45f09542194b448",
"body": null,
"is_bot": false,
"headline": "Version 1.1.0",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-08-30T10:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a3e359dd5c63b88d00649c51ba17b62b7d43821",
"body": null,
"is_bot": false,
"headline": "Properly fix SSL issues with Python 2.7.9+",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-08-30T10:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9cbf27419e0bd1d582f1fa5f7c7a9e84a1916bf",
"body": null,
"is_bot": false,
"headline": "Version 1.0.9",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-08-29T11:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea76114ee94d277fa3c2367beb580a3e2d2e8248",
"body": null,
"is_bot": false,
"headline": "Ignore SSL errors on Python 2.7.9+",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-08-29T11:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d413756db89dfa9b44c6e960029a8ec51fc6255",
"body": "Add handling for absence of subtitle metadata",
"is_bot": false,
"headline": "Merge pull request #165 from glennguy/master",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-05-09T05:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba28328a4c7fe4d0a05298aa8fe5c72ab8a13001",
"body": null,
"is_bot": false,
"headline": "Add handling for absence of subtitle metadata",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2016-04-29T05:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4522e342e1d83f1778575ac5910e372ef22e4fa",
"body": "Add support for subtitles",
"is_bot": false,
"headline": "Merge pull request #133 from glennguy/master",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-04-14T11:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23b86fcf40ac2d61b640eea1cdbbe27fd7201f3",
"body": "turned off 'delete trailing whitespace' in my IDE, PR will be readable now.",
"is_bot": false,
"headline": "Added files via upload",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2016-04-12T03:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365604e00ad346394fa7135b659f7bdc325abb8d",
"body": null,
"is_bot": false,
"headline": "Added files via upload",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2016-04-12T03:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181ddd7421f3ba2b863550f7bc807d0a2b9dad4a",
"body": null,
"is_bot": false,
"headline": "Update comm.py",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2016-04-12T03:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da23d702834b07f52af033b4d3d1bd1a2f25c32",
"body": null,
"is_bot": false,
"headline": "Enable subtitles in settings",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2016-04-12T03:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda265091f0bbfcf1b50a38aa9487c7914235055",
"body": null,
"is_bot": false,
"headline": "Enable subtitles in settings",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2016-04-12T02:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8baa07a4a8c2e6660b0a78f64c4b6e98e9f31697",
"body": "This is a similar implementation to iView subtitles - The json data pulled by the addon for each program doesn't have any direct info about whether subtitles are available but it does have the base of the filename, so we just guess the url and it seems to work reliably.",
"is_bot": false,
"headline": "Add support for subtitles",
"author_name": "Glenn Guy",
"author_login": "glennguy",
"committed_at": "2016-04-12T02:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a186dbe0f3503c828f098841887b61ffbfe9952a",
"body": "Use xbmcplugin.setResolvedUrl instead of xbmc.Player().play method. This fixes bad behavior when using 'Play from here' context menu option.",
"is_bot": false,
"headline": "Change method of playing videos",
"author_name": "Glenn",
"author_login": "glennguy",
"committed_at": "2016-03-20T08:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac220cb2ee778b32e60a605daf39b687e8f3c681",
"body": null,
"is_bot": false,
"headline": "Version 1.0.8",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-03-09T10:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e98c188aec45c68e66a43f28f5e5ef65092978",
"body": "This fixes an error with XBMC v12 when no thumbnail exists:\nTypeError: argument \"iconImage\" for method\n\"XBMCAddon::xbmcgui::ListItem\" must be unicode or str",
"is_bot": false,
"headline": "Fix XBMC v12 thumbnail handling error",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-03-09T10:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8b54be11f7105e328fbc39793f2d52e68288e23",
"body": null,
"is_bot": false,
"headline": "Version 1.0.7",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-02-17T22:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ea042faf4f7eeb51bda23d64693b4e9196df7d",
"body": null,
"is_bot": false,
"headline": "Fix for handling duration with decimal point",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-02-17T22:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9214f4d55de860e2ae2c5edf1c8e0dba1f41cff",
"body": null,
"is_bot": false,
"headline": "Version 1.0.6",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-02-09T10:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f9506dfd3894528a0eb74fc43221ff35cf62ad0",
"body": null,
"is_bot": false,
"headline": "Support fetching new streaming tokens",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-02-09T10:01:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34b6e101d3cbf7e205fa1a4d14a93ce3105a4f34",
"body": null,
"is_bot": false,
"headline": "Version 1.0.5",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-02-03T10:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09bba6ebd4efdb08fcae7d3e7957a3dd3d8ddc02",
"body": null,
"is_bot": false,
"headline": "Update basic auth string",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-02-03T10:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0890f393ae0068be7837bf501d521de2ef1293d2",
"body": null,
"is_bot": false,
"headline": "Version 1.0.4",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-01-07T05:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1aa481ef1eb520d2acd7f03f8b28d58196aac08",
"body": null,
"is_bot": false,
"headline": "Better program sorting (Thanks Peter Beckwith!)",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-01-07T05:47:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "459ec0ca920c6ae0bf49ca2f7933a7ec8c474672",
"body": null,
"is_bot": false,
"headline": "Handle bad season/episode number information",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-01-05T22:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b967178ee4c73be36a4267933a2a1ba107666a4a",
"body": null,
"is_bot": false,
"headline": "Fix strptime lock issue",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-01-05T22:31:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50535801e489d8a7b6dc6c54d86ebf2d76dfe763",
"body": null,
"is_bot": false,
"headline": "Version 1.0.3",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-01-04T09:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84dc7cc8e4eabfc34f1837f0ac6dd88ff24f3cfc",
"body": "Thanks to @pfsysadmin for this",
"is_bot": false,
"headline": "Update HTTP Basic auth password",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-01-04T09:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "becd5e2b9eb87c3b353edaa4743bd22edd0d97c4",
"body": null,
"is_bot": false,
"headline": "Fix Github API url for issue reporting",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-01-04T09:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fd76dc1f391113e94e762c924cba170709e4cc3",
"body": null,
"is_bot": false,
"headline": "Reduce debug logging",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-01-04T09:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44efe3e8b45a90caacb79ca970e22e2e152a093",
"body": null,
"is_bot": false,
"headline": "Only retry 3 times, not 10",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2016-01-04T09:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13aa84854275d0e0e400690a33f5640a8edb764a",
"body": null,
"is_bot": false,
"headline": "Version 1.0.2",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2015-12-06T08:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "085e884119d101bc4b8596e2cbf06d3ee0d43a71",
"body": "Thanks to Peter Beckwith for much of this work",
"is_bot": false,
"headline": "Better edge case program handling and program information",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2015-12-06T05:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f5f79daabcac6080bee34f824f6d8f7381241a3",
"body": null,
"is_bot": false,
"headline": "Fix 'Coming Soon' category (Thanks Peter Beckwith!)",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2015-12-06T03:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e7e95affb400aa5ea65fc51356c2f91c83d036b",
"body": null,
"is_bot": false,
"headline": "Version 1.0.1",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2015-11-30T09:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2efa6a7ca3d0a5ddd37002fff57b7423293544",
"body": null,
"is_bot": false,
"headline": "Cache all the URLs fetched",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2015-11-30T09:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cee197397714175f0bc4dc72b08e5220076760d",
"body": null,
"is_bot": false,
"headline": "Sort programs alphabetically",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2015-11-30T09:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff50f5141df43909f39d1d2236417fbab3f3dc88",
"body": null,
"is_bot": false,
"headline": "Don't filter out some programs",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2015-11-30T09:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eef3a9d46457371343ae66109244f4f5e33be557",
"body": null,
"is_bot": false,
"headline": "Update Github issue API",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2015-11-29T09:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dffbae36e6d06954c502bc529d55b0653594b56",
"body": null,
"is_bot": false,
"headline": "Version 1.0.0",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2015-11-29T09:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b6479b6e65a32ba874f65f9cdf5116dda865275",
"body": null,
"is_bot": false,
"headline": "Initial commit of new SBS On Demand",
"author_name": "Andy Botting",
"author_login": "andybotting",
"committed_at": "2015-11-29T09:20:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 23,
"commits_last_year": 0,
"latest_release_at": "2023-05-28T06:17:41Z",
"latest_release_tag": "v1.1.13",
"releases_from_tags": true,
"days_since_last_push": 1155,
"active_weeks_last_year": 0,
"days_since_latest_release": 1155,
"mean_days_between_releases": 126.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 7,
"stars": 12,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2016-03-20",
"count": 1
},
{
"date": "2018-05-20",
"count": 1
},
{
"date": "2019-06-15",
"count": 1
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2020-08-04",
"count": 1
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 11
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 18446,
"source_files_sampled": 20,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"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": 6,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "future",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mock",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "responses",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "testtools",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 0,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 9,
"open_issues": 11,
"closed_ratio": 0.991,
"closed_issues": 1283,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "glennguy",
"commits": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/11909320?v=4"
},
{
"type": "User",
"login": "andybotting",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/485461?v=4"
},
{
"type": "User",
"login": "MoojMidge",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/56883549?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.535
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"deploy.yml"
],
"has_docs_dir": false,
"linter_configs": [
"tox.ini"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 1 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": "b40558be7db58cf13f606cde6d47d5654b7917a3",
"ran_at": "2026-07-27T02:53:32Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2020-09-25T22:14:35Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 1282,
"created_at": "2019-01-09T07:19:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1293,
"created_at": "2021-01-19T15:24:57Z",
"last_comment_at": "2021-01-20T01:35:04Z",
"last_comment_author": "glennguy"
},
{
"number": 1294,
"created_at": "2021-07-12T06:16:33Z",
"last_comment_at": "2021-07-18T03:06:04Z",
"last_comment_author": "Tyreless"
},
{
"number": 1295,
"created_at": "2022-11-22T00:01:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1297,
"created_at": "2023-03-09T04:25:34Z",
"last_comment_at": "2023-03-10T11:45:47Z",
"last_comment_author": "Tallguy297"
},
{
"number": 1299,
"created_at": "2023-04-13T12:22:44Z",
"last_comment_at": "2023-06-16T23:12:34Z",
"last_comment_author": "haydnjonesdesign"
},
{
"number": 1300,
"created_at": "2023-05-14T07:25:52Z",
"last_comment_at": "2023-07-10T07:32:50Z",
"last_comment_author": "abrguyt"
},
{
"number": 1301,
"created_at": "2023-05-30T06:05:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1302,
"created_at": "2023-08-25T08:04:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1303,
"created_at": "2025-04-27T06:42:10Z",
"last_comment_at": "2025-06-16T01:48:51Z",
"last_comment_author": "Dibrom2"
},
{
"number": 1304,
"created_at": "2026-04-20T14:15:19Z",
"last_comment_at": "2026-05-03T01:00:16Z",
"last_comment_author": "petavenables"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/aussieaddons/plugin.video.sbs",
"host": "github.com",
"name": "plugin.video.sbs",
"owner": "aussieaddons"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "The weighted overall 41 is calibrated to 36 on the published index scale (record calibration 2026-08-02). Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 34.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 41,
"calibrated": 36,
"calibration": "2026-08-02"
}
},
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 34,
"pct": 60
}
}
],
"value": 22,
"inputs": {
"security": 32,
"vitality": 13,
"community": 38,
"governance": 56,
"calibration": "2026-08-02",
"engineering": 64,
"ai_readiness": 29,
"abandonment_cap": 34,
"abandonment_state": "likely_abandoned",
"weighted_overall_raw": 41,
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 36,
"overall_after_abandonment_multiplier": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1155,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1155 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1155
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 32,
"inputs": {
"releases_count": 23,
"latest_release_tag": "v1.1.13",
"releases_from_tags": true,
"days_since_latest_release": 1155,
"mean_days_between_releases": 126.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "23 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 23
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1155 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1155
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~126.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 126.4
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 34,
"state": "likely_abandoned",
"guards": [],
"signals": [
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 9,
"days_since_last_merged_pr": 2136,
"days_since_last_human_commit": 1162,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1162 days; 3 unmet obligation(s): issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1162,
"count": 3,
"signals": "issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 38,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"forks": 7,
"stars": 12,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.535
},
"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 54% of commits",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 54
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"merged_prs": 9,
"open_issues": 11,
"closed_issues": 1283,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.991,
"closed_unmerged_prs": 2,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "99% of issues closed",
"points": 41.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 99
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/11 decided PRs merged",
"points": 24.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 11
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 16,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "aussieaddons",
"public_repos": 31,
"account_age_days": 5232
},
"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": "16 followers of aussieaddons",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 16,
"login": "aussieaddons"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "31 public repos, account ~14 yr old",
"points": 23,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 31
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "tox.ini",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 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": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://aussieaddons.com/addons/sbs/",
"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": "http://aussieaddons.com/addons/sbs/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"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": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 1 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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 2
},
"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": 29,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.222,
"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": "22 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "tox.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 99",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 99
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 18446,
"source_files_sampled": 20,
"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/20 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 20,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.1.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-27T02:53:39.453267Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/aussieaddons/plugin.video.sbs.svg",
"full_name": "aussieaddons/plugin.video.sbs",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}