Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 83298,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 88029
},
"pushed_at": "2026-07-19T01:01:32Z",
"created_at": "2025-06-19T17:34:36Z",
"owner_type": "User",
"updated_at": "2026-07-19T01:01:35Z",
"description": "Fetches One Pace downloads and metadata",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "master",
"license_spdx_raw": "GPL-3.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "tissla",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/208970445?v=4",
"created_at": "2025-04-24T12:46:06Z",
"is_verified": null,
"public_repos": 11,
"account_age_days": 457
},
"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.0",
"kind": "minor",
"published_at": "2026-07-19T00:47:21Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-07-24T17:12:47Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-07-09T15:32:39Z"
}
],
"recent_commits": [
{
"oid": "7bb22b7b547256366ee83ddfb6e9360eb02603a2",
"body": null,
"is_bot": false,
"headline": "readme: release v1.1.0",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-19T01:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d96f1fbbd08b47519f5dcdbfebad0b7967f3d8",
"body": null,
"is_bot": false,
"headline": "readme: typo",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-19T00:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c87de26dc48161f7a3018fa7275bdfa2bb94173",
"body": null,
"is_bot": false,
"headline": "readme: update for v1.1.0",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-19T00:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a07814b5d51d9dfaa338b87fe951343196c27ea7",
"body": null,
"is_bot": false,
"headline": "version: 1.1.0",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-19T00:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29c1fb4e0ec9b8f75e5c959d09549aa6b2c15efb",
"body": null,
"is_bot": false,
"headline": "downloads: pruning",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-19T00:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb6498c9efb4bfb446139df1edfc5cc68921afda",
"body": "GetActiveDownloads() iterated a Go map (iteration order randomized on\nevery call) and only sorted by ChapterRange. Downloads tied on that\nkey - e.g. two specials, both with an empty ChapterRange, or a bundle\nsharing a range - had their relative order left to whatever random\norder the map produced th\n[…]\nsion) as a secondary sort\nkey so the comparator is a total order regardless of map iteration.\nVerified with a repro: three downloads tied on ChapterRange now sort\nidentically across 50 repeated calls.",
"is_bot": false,
"headline": "fix: stop download progress bars from swapping places between redraws",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T23:55:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "82c4b2209b2d4cd1c3bf1eb2f1881595f48c4781",
"body": "GetTempDir() puts .opfor-tmp inside cfg.TargetDir, so SyncDir's dst\nwalk in warnStaleMetadataFiles was also walking straight into the\nfreshly cloned .opfor-tmp/repo-tmp/One Pace tree (which is itself the\nsync's src). Every NFO in there got compared against a doubly-nested\npath under src that could n\n[…]\nync.\n\nSkip any dotdir (.opfor-tmp and friends) while walking dst. Verified\nwith a repro: a real stale file outside any dotdir is still correctly\nflagged, while the temp-clone false positives are gone.",
"is_bot": false,
"headline": "fix: stop warnStaleMetadataFiles from flagging the temp clone itself",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T23:50:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ef3a60f34cddea7478424ec5000c6e576da0957",
"body": "download --seed keeps a torrent's client open and uploading after the\ndownload finishes, until the program is stopped with Ctrl+C, instead\nof closing the client (and thus stopping upload) the instant the\ndownload completes.\n\nStartTorrent now takes a seed bool: sets NoUpload=false/Seed=true on\nthe to\n[…]\nd warned about in\ncmd/download.go: since a seeding worker never returns to the queue\nuntil the whole session stops, --seed with more keys than\nMaxConcurrent (5) only starts the first 5 in a given run.",
"is_bot": false,
"headline": "feat: add --seed flag to download for seeder-mode",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T23:19:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e8e23e15b84bc163c2502277e6ac01420090d95",
"body": "…g them\n\nLoadMetadataCache() treated \"file missing\" and \"file exists but\nunreadable/corrupt\" identically - both silently produced an empty\nindex, so a genuine problem (bad JSON, permissions) looked exactly\nlike \"metadata not fetched yet\" with zero signal to the user. Also\nthe json.Unmarshal error wa\n[…]\nNow only the expected \"not fetched yet\" case (os.IsNotExist) stays\nsilent; any other read or parse error is logged via internal/logger.\nPublic signature is unchanged, so no call sites needed updating.",
"is_bot": false,
"headline": "fix: log real metadata-index read/parse failures instead of swallowin…",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T22:21:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28ffce770d6a50066ecf6f4df416c82f583b397c",
"body": "FetchTorrents' pagination loop used bare http.Get with no timeout or\ncontext, so a slow/hanging tracker would stall list/download\nindefinitely. It also deferred resp.Body.Close() inside the loop,\nkeeping every page's response body open until the whole function\nreturned instead of per iteration.\n\nExtracted fetchDoc(): each page request now runs under a 15s context\ntimeout via http.NewRequestWithContext, and its body is closed before\nmoving to the next page.",
"is_bot": false,
"headline": "fix: bound scraper HTTP requests with a timeout, close bodies per page",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T22:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f9e038e4c5f4e88ab9dcced199037953a104f6d",
"body": "…nded\n\nBoth fields were write-only - set once and never read anywhere\n(confirmed via grep across the whole tree), left over from earlier\nwork per the existing \"unused?\" / \"still unused\" comments. Removed\nthe fields, the Started: time.Now() assignment, and the now-orphaned\nisExtended() title-parsing helper along with it.",
"is_bot": false,
"headline": "refactor: remove dead TorrentDownload.Started and TorrentEntry.IsExte…",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T22:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "232a9827e05afb5279027db866e682ff78617be7",
"body": "torrent.go was passing a *TorrentDownload pointer to %s verbs in\nseveral logger.Log calls (flagged by go vet as a format/type\nmismatch) - printed as garbage instead of anything useful. Switched\nto td.Title.\n\nlist.go had a redundant trailing newline in fmt.Println, which\nalready appends one.",
"is_bot": false,
"headline": "fix: resolve go vet findings",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T22:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e7bee7f967441fa849c7d4d4cfc01144523815c",
"body": "SyncDir only ever adds/updates files, so when the metadata repo\nrenames or removes an episode's .nfo, the old local copy sticks\naround forever with no signal to the user - and the matcher trusts\nmetadata-index.json, which is derived from disk, so drift here is\nsilent.\n\nDeliberately not auto-deleting\n[…]\nrc\" would be destructive to real user data. Instead, warnStaleMetadataFiles\nwalks dst after a sync and logs (visibly) any .nfo whose relative path\nno longer exists in src, leaving cleanup to the user.",
"is_bot": false,
"headline": "feat: warn about stale local .nfo files after sync",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T22:17:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "585319f638be0d375d5e41a93f8be993cef115d0",
"body": "Previously every setDir/sync run re-derived metadata-index.json by\nwalking every .nfo file and regex-parsing season/episode/chapter-range\nout of it, plus a separate regex pass over tvshow.nfo for season\nnames - on every user's machine, for data that's identical for\neveryone until the metadata repo c\n[…]\nng immediately overwritten by a fresh rebuild. Repos that don't\nship one yet still fall back to the existing buildIndexFromDir path,\nso this is backwards compatible until the index is committed there.",
"is_bot": false,
"headline": "feat: prefer a pre-built metadata-index.json from the metadata repo",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T22:16:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f4dd4faaaefa4cbe41aa362f89535d823d9812f3",
"body": ".search_cache.json was written/read relative to the process's working\ndirectory, so `list` followed by `download` only handed off the\ndownload-key -> torrent mapping correctly if both were run from the\nsame directory. Added shared.ConfigDir() and pointed the search cache\nat <configdir>/search_cache.\n[…]\nso removed .search_cache.json (a 146KB generated runtime artifact)\nfrom version control - it had been accidentally committed since\na9f2634 - and added it to .gitignore under both its old and new name.",
"is_bot": false,
"headline": "fix: anchor search cache to config dir instead of CWD",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T22:15:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4adaee9b6297c633fd4f4458f02fc8bb37b7d4df",
"body": "updateConfig() was dropped during the config-logic refactor in\n5b821d2, so cfg.Source (the scraper's CSS-selector config) was never\npopulated after cloning the metadata repo. list/download/sync all\nfailed with \"no scraper configuration found\" as a result.\n\nRe-added as loadSourceConfig(): reads config.json from the freshly\ncloned repo into cfg.Source and persists it, same as on master. A\nfailure to read/parse it is now logged instead of silently ignored.",
"is_bot": false,
"headline": "fix: restore cfg.Source wiring after metadata clone",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T22:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "054b8a14392abdeae30eee5183883d258d56447e",
"body": "The config-logic refactor in 5b821d2 dropped `cfg.TargetDir = abs`,\nso `setDir <path>` printed success but never actually persisted the\ntarget directory - every downstream command (list, download, sync,\ninfo) read an empty TargetDir. Also surface LoadConfig/SaveConfig\nerrors instead of discarding them.",
"is_bot": false,
"headline": "fix: restore cfg.TargetDir assignment in setDir",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-07-18T22:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b821d2ee277aec353a8a65a7989da87faa18f56",
"body": null,
"is_bot": false,
"headline": "changed config logic",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-01-10T23:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d8f7bac4aecd15c44258de9d35d8a58fd55489c",
"body": null,
"is_bot": false,
"headline": "moved tmpdir to targetdir",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-01-10T14:28:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9f263495953898614e70de6c39bfed6757b9fe0",
"body": null,
"is_bot": false,
"headline": "cache implemented",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-01-10T13:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51b450c6338b5b257313a31874c9721efafb1f5a",
"body": null,
"is_bot": false,
"headline": "added caching in scraper/scraper.go",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-01-10T12:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6102a8ae3276fc4cc57b2ed632e90b7ae1d5cfc2",
"body": null,
"is_bot": false,
"headline": "added scraper/cache.go",
"author_name": "Tissla",
"author_login": "tissla",
"committed_at": "2026-01-10T12:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6133d89836c9c727438794ab634f6a2b1184540",
"body": null,
"is_bot": false,
"headline": "Readme update",
"author_name": "root",
"author_login": null,
"committed_at": "2025-08-11T17:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f3f1f5f2dc10edf9b4993d5b181cc84e82d20c5",
"body": null,
"is_bot": false,
"headline": "fixed misplaced file issue",
"author_name": "root",
"author_login": null,
"committed_at": "2025-08-11T13:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc4a28433d0342b82d8d8c2ab07e0313f50c479",
"body": null,
"is_bot": false,
"headline": "added IsExtended bool to torrent entry, still unused",
"author_name": "root",
"author_login": null,
"committed_at": "2025-08-11T13:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f468a86e834e759e3ed4cae88084ea0c7dbfbfe",
"body": null,
"is_bot": false,
"headline": "fixed season bundle have-mark",
"author_name": "root",
"author_login": null,
"committed_at": "2025-08-11T13:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf08dfb64a6c080512cb610fc78b2a224c1ae55",
"body": "…n metadata repo",
"is_bot": false,
"headline": "added date as a field param, still needs to be added to config.json i…",
"author_name": "root",
"author_login": null,
"committed_at": "2025-08-11T12:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab10535b5728b82a97ae930fba3dd53eee1a269e",
"body": null,
"is_bot": false,
"headline": "readme news/issues section",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-30T19:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183ea1af3dd97e787d913d5ed0af5e79f078d6da",
"body": null,
"is_bot": false,
"headline": "added logging",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-28T17:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aea73c9f9582715338f76244bd83db21b8529ea",
"body": null,
"is_bot": false,
"headline": "gitignore",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-28T14:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8dc7eb1d3d00b8c274d411c2996cd74b3a4fad1",
"body": null,
"is_bot": false,
"headline": "gitignore",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-28T14:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cdef0015ca2cf4d389f4183f1abea674ed9a94b",
"body": "Add minimum quality and quality filters",
"is_bot": false,
"headline": "Merge pull request #5 from VTGare/quality-filter",
"author_name": "tissla",
"author_login": "tissla",
"committed_at": "2025-07-28T14:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83500a5892729089482852f9359a22fa720f35e5",
"body": null,
"is_bot": false,
"headline": "removed -Q tag from download (it was unused)",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-28T14:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12a1ab27cbcfb0647f974cdb4f7054988764e956",
"body": null,
"is_bot": false,
"headline": "add minimum quality and quality filters",
"author_name": "VTGare",
"author_login": "VTGare",
"committed_at": "2025-07-26T11:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e038b6d60450e3cac5ab16969dcf909021b788",
"body": "…gging",
"is_bot": false,
"headline": "added work queue for >5 concurrent downloads, and fixed some error lo…",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-24T16:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ea77bc4c4c00caf54a0458f01bed08a0184d46",
"body": null,
"is_bot": false,
"headline": "readme!",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-21T22:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0cb3803e9acfd03c3903c9d12abb01c44c4f72",
"body": null,
"is_bot": false,
"headline": "Readmegit add .",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-21T22:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16f2bc1420fda4247200bfe4ff07f8d90ec049f3",
"body": null,
"is_bot": false,
"headline": "readme info add",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-20T22:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fcc1603bd56837712656b12da9294ab69a7372f",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-09T15:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c748aa33cfd07f55e851050490d93deff507060",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-09T15:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc79600ac215ad7f85e39209227c1db92c6e62cb",
"body": null,
"is_bot": false,
"headline": "added releases to readme",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-09T15:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "812417cc2560ca6d1806fc437f5e6c2178fa2801",
"body": "GPL-license",
"is_bot": false,
"headline": "Merge branch 'master' of github.com:tissla/opforjellyfin",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-09T15:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2f169c8564627d4e8ab3421a11a8033ab10716f",
"body": null,
"is_bot": false,
"headline": "gitignore",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-09T15:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39fdb90d348d7a7c015c66defafc7b4bcbf3288d",
"body": null,
"is_bot": false,
"headline": "version",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-09T15:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89c62e1e2d5e788a7e5638726fe203eee1528f38",
"body": null,
"is_bot": false,
"headline": "Create LICENSE",
"author_name": "tissla",
"author_login": "tissla",
"committed_at": "2025-07-09T14:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d9d9554dec083d1cb1b231087d28750e79d2925",
"body": null,
"is_bot": false,
"headline": "better fetcher, moved config.json to metadata repo, and more",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-09T14:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06507f582451a6de0b4f6263f6e32b9806140125",
"body": null,
"is_bot": false,
"headline": "new example 4 img",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-05T06:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f24ef241d179009457e1e2eb23e183544332820",
"body": null,
"is_bot": false,
"headline": "some ui-tweaks",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-04T14:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc490ccc6154d92427661496ae8b90b7bbbc12ef",
"body": null,
"is_bot": false,
"headline": "removed chmod from fsutils",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-04T14:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd8b0c4935042794d7887c6bd478799f731c7fe0",
"body": null,
"is_bot": false,
"headline": "removed vim dotfiles",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-04T13:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30dada2f63b52aaf28f09e29b31a7be5ed328f68",
"body": null,
"is_bot": false,
"headline": "bugfix, added season names to 'info' cmd",
"author_name": "root",
"author_login": null,
"committed_at": "2025-07-04T13:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfee9d7b51dc5dbe07f6a5035cb51ede9e046d60",
"body": null,
"is_bot": false,
"headline": "misplaced file",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-27T23:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f6e29afa7eb11af01309e069b1c41a4a93bcef8",
"body": null,
"is_bot": false,
"headline": "muchmore",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-27T23:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aecd32605601bc1220a388fe1ac8b987846b041d",
"body": null,
"is_bot": false,
"headline": "added info example",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-27T23:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e820e524209aa92383f8e836cc3dd5f5e1b414b5",
"body": null,
"is_bot": false,
"headline": "streamlined!",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-27T16:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da49197cf74e8f9aea403c6233454f143bcdb6a",
"body": null,
"is_bot": false,
"headline": "removed testdir",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-25T22:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9c6cfcc83305582acaf9d7b80e4a267f65ec427",
"body": null,
"is_bot": false,
"headline": "fixed progressbars crashing",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-25T22:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edbe91bd2b9a9a114fa6296daded56b205a61b93",
"body": null,
"is_bot": false,
"headline": "improved info command",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-25T19:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c99de0dbc9c422656e375ac08671d210c9b4bd9",
"body": null,
"is_bot": false,
"headline": "fixed bug with have-indicator",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-25T18:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "223c64467815bc866aaa2a1e6e204bffbbe46efe",
"body": null,
"is_bot": false,
"headline": "added rough matching for files not following the usual convention",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-25T16:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c7b0c8d886fef5d7d5c9a449f65285333201bd5",
"body": null,
"is_bot": false,
"headline": "tidy",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-24T19:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e8504fe83363ef7e2a25448d74d74b69c1ecb86",
"body": null,
"is_bot": false,
"headline": "naming, improvements",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-24T18:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9c10c5c4ba64f807e7fe6743556a5869b25dfd4",
"body": null,
"is_bot": false,
"headline": "minor fixes",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-24T17:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b934c7ff5dc932088117090c9d7f9fe20d8c91",
"body": null,
"is_bot": false,
"headline": "tidy",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-24T15:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c175f3529c708dd6c3053661d0064caf38c3a6af",
"body": null,
"is_bot": false,
"headline": "some DRY",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-24T14:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82d4f92ea6cafc0d093f3303bff0bdbf827ce7e3",
"body": null,
"is_bot": false,
"headline": "style changes, matcher improved",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-24T13:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc4081d7b920bfb4fc31e727eae2d32a76a5806",
"body": null,
"is_bot": false,
"headline": "faster matcher and better index cache",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-24T00:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba576109bff6438606b2787e69f5a6e457717277",
"body": null,
"is_bot": false,
"headline": "temp log silence",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-23T03:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc39060fccf3e0da7a008360ff280f1da4490cb1",
"body": null,
"is_bot": false,
"headline": "fixed tmp-cleanup",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-23T03:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60833abb5ba7a8287857bb5d6acc58258669951c",
"body": null,
"is_bot": false,
"headline": "removed activeFile",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-23T02:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87deb3fe565f3aad58743bc8f1aa968eefc9103e",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-22T22:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a104bbba8fe06296e1d7030ffd125ba449c25990",
"body": null,
"is_bot": false,
"headline": "cool animations",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-22T20:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac0d8e45830dd8d73b2e3d3eef91d418cfc645d6",
"body": null,
"is_bot": false,
"headline": "indexer bug fixed!",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-22T15:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "156701acb0b2ae9bcd04eb1f0d6a6271f2c0b3de",
"body": null,
"is_bot": false,
"headline": "matcher fixed (again), some cool animations added",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-22T14:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0834f27cf6519f036aa9bf40516d7dc52a46965d",
"body": null,
"is_bot": false,
"headline": "go-routine bugfix",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-21T22:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fca916024a17f87d3d0bdf5032b4bec0cd0430d6",
"body": null,
"is_bot": false,
"headline": "major refactor, bugfixes",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-21T20:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a329257a998a0a8a2437b8687f40cae86c6d2029",
"body": null,
"is_bot": false,
"headline": "disclaimer",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T14:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a1de41126eb763da18f961849a3c74effb68956",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T14:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e878b5f559d83f79c6676dd899e014d8d62ba8b8",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T14:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3bffea2992a851be4b1c848f1291971cb61b10",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T14:21:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa7c902077ab6870a534b95ecdcc29051c3c1201",
"body": null,
"is_bot": false,
"headline": "examples, readme",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T14:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb943149ee664b17585c71e63227a54617911f5",
"body": null,
"is_bot": false,
"headline": "example images",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T14:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e816a9dcb7101cf36215d425e9e899965e6c3a",
"body": null,
"is_bot": false,
"headline": "Some styling, examples images",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T14:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3de5b780b34a17b52c84b5b0376f0a52aa81bfe",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T11:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0bc864550c6661a34de1d3036417ce95acf80b1",
"body": null,
"is_bot": false,
"headline": "Zebralines, readme",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T11:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d5fd62a399a1eea605a28a4cb40d3fa14f0b176",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T10:47:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac6fd572b2c0611f825f27d9e114e64dee348919",
"body": null,
"is_bot": false,
"headline": "styling lists",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-20T10:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9776ee3b33b92d529954be712633584c7d331f12",
"body": null,
"is_bot": false,
"headline": "colortest",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-19T17:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3500b59e95cfa344cf2ac023e4bce862b99228c2",
"body": null,
"is_bot": false,
"headline": "Initial, no background downloading",
"author_name": "root",
"author_login": null,
"committed_at": "2025-06-19T17:34:18Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 34,
"latest_release_at": "2026-07-19T00:47:21Z",
"latest_release_tag": "v1.1.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 4,
"days_since_latest_release": 6,
"mean_days_between_releases": 187.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 11,
"stars": 99,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2025-07-26",
"count": 1
},
{
"date": "2025-09-07",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
}
],
"complete": true,
"collected": 11,
"total_forks": 11
},
"star_history": null,
"open_issues_and_prs": 10
},
"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": [
"go.mod"
],
"largest_source_bytes": 7195,
"source_files_sampled": 34,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/PuerkitoBio/goquery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.3"
},
{
"name": "github.com/anacrolix/torrent",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.58.1"
},
{
"name": "github.com/charmbracelet/fang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.0"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/charmbracelet/x/ansi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.3"
},
{
"name": "github.com/mattn/go-runewidth",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.16"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.1"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.32.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 1,
"open_issues": 4,
"closed_ratio": 0.6,
"closed_issues": 6,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "tissla",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/208970445?v=4"
},
{
"type": "User",
"login": "VTGare",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/48694776?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.96
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": null,
"reason": "no pull request found",
"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 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "17 commit(s) and 3 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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "31 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7bb22b7b547256366ee83ddfb6e9360eb02603a2",
"ran_at": "2026-07-25T14:45:51Z",
"aggregate_score": 2.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 6,
"created_at": "2025-09-07T06:07:00Z",
"last_comment_at": "2025-12-02T12:09:35Z",
"last_comment_author": "DendyLusus"
},
{
"number": 10,
"created_at": "2026-02-11T17:22:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2026-03-11T21:25:41Z",
"last_comment_at": "2026-05-25T20:59:24Z",
"last_comment_author": "nahieluniversal"
},
{
"number": 16,
"created_at": "2026-03-14T17:14:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2026-04-29T07:31:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2026-06-04T15:14:44Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-07-28T14:48:05Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 2,
"created_at": "2025-07-20T09:27:32Z",
"last_comment_at": "2025-07-20T18:05:11Z",
"last_comment_author": "tissla"
},
{
"number": 7,
"created_at": "2025-10-19T04:07:18Z",
"last_comment_at": "2025-10-19T04:13:32Z",
"last_comment_author": "riteshakya037"
},
{
"number": 11,
"created_at": "2026-03-01T20:43:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 12,
"created_at": "2026-03-04T09:29:43Z",
"last_comment_at": "2026-07-19T00:18:36Z",
"last_comment_author": "tissla"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tissla/opforjellyfin",
"host": "github.com",
"name": "opforjellyfin",
"owner": "tissla"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"security": 23,
"vitality": 68,
"community": 46,
"governance": 25,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 34,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "34 commits in the last year",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 34
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "17 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.1.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 187.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~187.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 187.2
}
}
],
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"forks": 11,
"stars": 99,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "99 stars",
"points": 32.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 99
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "11 forks",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 11
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (GPL-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": "critical",
"name": "Sustainability & Governance",
"value": 25,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.96
},
"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 96% of commits",
"points": 0.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 96
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"merged_prs": 1,
"open_issues": 4,
"closed_issues": 6,
"issue_closed_ratio": 0.6,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/3 decided PRs merged",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 25,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "tissla",
"public_repos": 11,
"account_age_days": 457
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of tissla",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "tissla"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "11 public repos, account ~1 yr old",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 11
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 23,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 23,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "17 commit(s) and 3 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "31 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 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": "moderate",
"name": "AI Readiness",
"value": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.202,
"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": "18 of 89 human commits state their intent (structured subject or explanatory body)",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 89
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 89",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 89
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 7195,
"source_files_sampled": 34,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/34 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 34,
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T14:45:55.812533Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tissla/opforjellyfin.svg",
"full_name": "tissla/opforjellyfin",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}