JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 168199,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 52568,
"Shell": 6392,
"Python": 113902
},
"pushed_at": "2026-06-24T02:54:21Z",
"created_at": "2017-10-26T17:14:14Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T05:38:52Z",
"description": "Python application to generate self-contained pages embedding IGV visualizations, with no dependency on original input files.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python",
"HTML"
]
},
"owner": {
"blog": "https://igv.org",
"name": null,
"type": "Organization",
"login": "igvteam",
"company": null,
"location": null,
"followers": 115,
"avatar_url": "https://avatars.githubusercontent.com/u/11527111?v=4",
"created_at": "2015-03-17T19:34:20Z",
"is_verified": null,
"public_repos": 40,
"account_age_days": 4145
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.16.3",
"kind": "patch",
"published_at": "2026-06-24T02:54:52Z"
},
{
"tag": "v1.16.2",
"kind": "patch",
"published_at": "2026-06-24T02:54:00Z"
},
{
"tag": "v1.16.1",
"kind": "patch",
"published_at": "2026-06-24T02:51:43Z"
},
{
"tag": "v1.16.0",
"kind": "minor",
"published_at": "2025-09-23T23:54:51Z"
},
{
"tag": "v1.15.1",
"kind": "patch",
"published_at": "2025-09-23T23:56:36Z"
},
{
"tag": "v1.15.0",
"kind": "minor",
"published_at": "2025-05-30T18:51:17Z"
},
{
"tag": "v1.14.0",
"kind": "minor",
"published_at": "2025-05-30T18:53:18Z"
},
{
"tag": "v1.12.0",
"kind": "minor",
"published_at": "2024-02-08T21:20:12Z"
},
{
"tag": "v1.10.0",
"kind": "minor",
"published_at": "2023-12-23T00:20:03Z"
},
{
"tag": "v1.9.1",
"kind": "patch",
"published_at": "2023-09-22T03:21:22Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2023-09-16T22:03:37Z"
},
{
"tag": "v1.8.1",
"kind": "patch",
"published_at": "2023-09-01T16:39:55Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2023-09-01T16:39:20Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2023-02-06T06:25:06Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2021-06-11T21:53:56Z"
}
],
"recent_commits": [
{
"oid": "10bcca7e065d81070deac2ccd94a46f4c7dc66c5",
"body": null,
"is_bot": false,
"headline": "modernize build",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2026-06-24T02:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5b8749663fc85dc19cd4c5f2724051d764f7748",
"body": "…cord in region (#142)\n\nWhen filtering ##Contig and ##Alt lines, '\\n'.join() strips the trailing\nnewline from the #CHROM header line. This causes the first variant record\nto be concatenated with the header, making igv.js unable to parse it.\n\nAdd '\\n' after the join to preserve the separator between header and\nvariant records.\n\nFixes #141\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix first variant record not displayed when VCF track has only one re…",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-06-24T01:53:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "33e1c0450f8ee743ce746b53636687802689dac6",
"body": null,
"is_bot": false,
"headline": "fix coordinate system issue with fasta region. Fixes #137",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2026-04-01T17:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "621e9fd61aaa78284a027b07ffdb86e900476f4b",
"body": null,
"is_bot": false,
"headline": "Fix formatting and misc minor edits in README",
"author_name": "helgathorv",
"author_login": "helgathorv",
"committed_at": "2026-02-03T19:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41ecd2e73ea2a659003e33cda4f5a25584aeedc7",
"body": null,
"is_bot": false,
"headline": "Add description of \"trackConfigs.json\"",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2026-01-30T16:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65a16a0f1bb119dd160e919f7b987074c7ac55ed",
"body": null,
"is_bot": false,
"headline": "Fix command syntax in README for IGV Variant Inspector",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2025-11-03T23:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b84d89f560198aa4ec67a1f8e8181b3043c95e2",
"body": null,
"is_bot": false,
"headline": "update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-11-03T23:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15d3904282a98c859255dff621c0233c915f36b8",
"body": "update examples",
"is_bot": false,
"headline": "bug fixes -- don't expand regions for seq if start is None (whole chr)",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-10-26T06:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab45debf409e5d5a3e4248419849154e0000a72f",
"body": null,
"is_bot": false,
"headline": "update examples page",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-10-22T03:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9ab9dfa0c930d9d1ee3e9e78c04c49da872b8ed",
"body": null,
"is_bot": false,
"headline": "Fix bug preventing header & footer insertion",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-10-22T03:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e33e553540c05f1f08b42685b1b6d6fd8d9395b3",
"body": null,
"is_bot": false,
"headline": "update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-10-16T04:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ee1d60d2b5bc2be9e2c67ac3558e0fbd408de4",
"body": null,
"is_bot": false,
"headline": "update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-10-15T22:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25110722b4418c094fb341f0e52a3c7542bf5073",
"body": null,
"is_bot": false,
"headline": "remove unused lines from VCF header",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-10-15T22:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5477c1d3b347f1fa85c0bda69911dbe7afb4b38",
"body": "* reduce bam header size by removing unnecessary lines",
"is_bot": false,
"headline": "reduce header size (#134)",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2025-10-11T20:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f224bc62ef3590f5595ff302e33c1149c5576d0",
"body": null,
"is_bot": false,
"headline": "bump version, update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-09-23T23:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1906d4a44a426d12d5116641b8441b22b8650c94",
"body": "… in the variant table. See #131",
"is_bot": false,
"headline": "Optionally merge overlapping bedpe regions and present a single locus…",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-09-23T23:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a791f1f2e654295a9f43a26679217d6f527e0a94",
"body": null,
"is_bot": false,
"headline": "Fix broken import (fixes #130)",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-06-17T01:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "389ccea0a44374d544b5bf3eaa0d153e08cea745",
"body": null,
"is_bot": false,
"headline": "update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-05-30T18:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c81f62b8fa190afb14e65dd12a8c2a17481d413",
"body": null,
"is_bot": false,
"headline": "update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-05-20T01:07:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8ec0bc884cef4a532e8d5da0d00a106d853a789",
"body": null,
"is_bot": false,
"headline": "raise error if cram is used without fasta file",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-05-19T23:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "259176e4d8f023e3728ba85c1cd2efed4086e84d",
"body": null,
"is_bot": false,
"headline": "fix example",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-05-19T22:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24e224e39f67a074a5870c7c332b04d67638eb36",
"body": null,
"is_bot": false,
"headline": "update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-05-19T22:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a58ffb554a1d6816c1d2a86c18fcd68b3a88f259",
"body": null,
"is_bot": false,
"headline": "rename var in wig.py for clarity",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-05-19T22:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f06b9bc21198a1d7e6ab21173da983090c7d7a03",
"body": null,
"is_bot": false,
"headline": "support sampleinfo. Fixes #118",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-05-19T22:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beb111acb405a66e5bcd0367e276f4448a7d273e",
"body": null,
"is_bot": false,
"headline": "Add support for header & footer html inserts. Fixes #125",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-05-19T19:15:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8788a182c5b5658da21c40bbc470d2c8c23b4444",
"body": null,
"is_bot": false,
"headline": "update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2025-05-15T03:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f792bc5a23d9178402b3206c53690704d0fe1c7f",
"body": "This PR introduces support for TwoBit sequence files to supplement or replace fasta reference files.",
"is_bot": false,
"headline": "Twobit (#129)",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2025-05-15T01:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33e6cb4f4fafc4e9da08f38b03516b38df81f7ec",
"body": "* added tabulator support\n* Updated readme on tabulator template",
"is_bot": false,
"headline": "Tabulator template for column header filter feature (#128)",
"author_name": "barslmn",
"author_login": "barslmn",
"committed_at": "2025-05-14T14:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfd2940995b71f1451de8187255f9d5b9d61106d",
"body": "Remove dead/duplicated code in feature.py.",
"is_bot": false,
"headline": "Remove deadcode in feature.py (#120)",
"author_name": "xunjieli",
"author_login": "xunjieli",
"committed_at": "2025-05-13T17:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbe26bf952d82f0e5f3f0280442c3f81becbca91",
"body": null,
"is_bot": false,
"headline": "Fix typo in config assignment report.py (#124)",
"author_name": "xunjieli",
"author_login": "xunjieli",
"committed_at": "2025-05-13T17:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b8246a39069192e9c847de8011c57b1970f7348",
"body": "Update tracks.py to set duplicate and vendorFailed in Bam track's options to True. Otherwise, igv.js will filter out duplicate and vendorFailed reads even though `--exclude-flags` is 0.\r\n\r\nSince pysam filters out reads before serializing the data into data url, we can make igv.js to show all reads.",
"is_bot": false,
"headline": "Respect --exclude-flags 0 (#121)",
"author_name": "xunjieli",
"author_login": "xunjieli",
"committed_at": "2024-12-21T21:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b684d696c82cea273aa6f38a9880462e456edc1b",
"body": null,
"is_bot": false,
"headline": "Update igv.js reference to 3.0.5",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2024-09-13T02:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f10ec2e64bd394a042d2db35674078af1182380",
"body": null,
"is_bot": false,
"headline": "update version",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2024-08-11T04:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6118e8a267c3f859b400891e866438c797eabfd",
"body": null,
"is_bot": false,
"headline": "tab vs space indentation issue",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2024-08-11T04:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4abdad1d377210b9345599e148c982b855505f8",
"body": "…irectly from UCSC and not renamed.",
"is_bot": false,
"headline": "recognize \"refseq\" files. Not perfect, works for files downloaded d…",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2024-08-11T04:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73ee35ce75f6c7061c41e76205e93d2e108c5e6",
"body": null,
"is_bot": false,
"headline": "update igv.js version to 3.0.2.",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2024-08-11T04:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e01bba0a08cae6febc088a20ab7a5b2dfff259c6",
"body": "add parameter (--window) to change default visible window size",
"is_bot": false,
"headline": "Add utility to change default zoom (#112)",
"author_name": "Devang Thakkar",
"author_login": "DevangThakkar",
"committed_at": "2024-08-11T03:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae69dc833100bb53ffe90c4734b1fc20daf82e8",
"body": null,
"is_bot": false,
"headline": "find defaults to -1 (#115)",
"author_name": "Kristian Davidsen",
"author_login": "krdav",
"committed_at": "2024-08-10T22:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25a94c01da3de3b3dd4d5b26f87041503b77e789",
"body": null,
"is_bot": false,
"headline": "translate-sequence-track option (#108)",
"author_name": "Anton Kravchenko",
"author_login": "ak",
"committed_at": "2024-03-15T16:18:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eecde78e7e36362b300caafd0ac73b07af70cc7",
"body": null,
"is_bot": false,
"headline": "update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2024-02-08T21:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1aaaa79c11524006fa3d046a67f2532f7999da8",
"body": null,
"is_bot": false,
"headline": "Remove order from fusion template table",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2024-02-08T21:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1bf8e6fb95dfe4cfaab7fcbfe604ee76ffffac5",
"body": "…rmats. Fixes #102",
"is_bot": false,
"headline": "Check for supported formats when creating tracks, skipping unknown fo…",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2024-02-08T21:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4866fa67c91c0bb1e1a578f77e6d0ab5456b68af",
"body": null,
"is_bot": false,
"headline": "update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-12-23T00:15:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a5a60cff4671b22d9867dcb3f0b3f15c203dbbc",
"body": null,
"is_bot": false,
"headline": "fix unit tests",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-12-23T00:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f37352109d93ecca89bd58bd8d11a85a5d463ef",
"body": null,
"is_bot": false,
"headline": "update readme and examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-12-22T22:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9044dc2cde0bf9df02fbff904f1f6787ed8eb54f",
"body": null,
"is_bot": false,
"headline": "Add support for subsampling bam / cram files using samtools",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-12-22T22:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a38353b29e9c28dbc97a6f6ed30aa3933f06d09f",
"body": null,
"is_bot": false,
"headline": "Retain header lines in gff files. Fixes #99",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-12-22T22:34:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc610b4eeb028078eaf6be94100e3a876defacd7",
"body": null,
"is_bot": false,
"headline": "Use github pages for examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-12-22T18:58:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b76a2ba43e81434dabc3f98010c66d9a5f604016",
"body": null,
"is_bot": false,
"headline": "move examples to \"docs\" folder",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-12-22T18:52:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b81406f5c4e84b74e221a60afb5063723ef35a7a",
"body": "* Compute \"end\" position for indels\n* Recognize CHR2 and END fields when present\n* Capture entire SV, using mutlilocus view for SVs exceeding a threshold length (10kb by default).",
"is_bot": false,
"headline": "Improved support for SVs. See issue #100",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-12-22T18:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54b52e8b3951db38f4e1b4d62101b90e6c19336c",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-09-22T03:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5071c032ee60c8716b454eeabb8783cf37ff61e9",
"body": null,
"is_bot": false,
"headline": "Insure \"fetch\" in vcf.py returns a list of variants. Fixes #76",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-09-22T03:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1be773958a0a758116841f366799d5ebe936f471",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2023-09-22T02:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fbbf6f1e0da54c3ffabbb8930720325f8204b78",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-09-16T22:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00b4ff39e25087d7acd3bfbd9ef9f4a03897fd65",
"body": "…tically to bottom of table",
"is_bot": false,
"headline": "Fix table layout -- horizontal scrollbar not seen unless scrolled ver…",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-09-16T22:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdab624cc9345242e22c6ffdf59b2ea968d1ec19",
"body": "* during colsort put missing values at bottom always\r\n\r\n* Update variant_template.html\r\n\r\n---------\r\n\r\nCo-authored-by: Jim Robinson <933148+jrobinso@users.noreply.github.com>",
"is_bot": false,
"headline": "during colsort put missing values at bottom always (#91)",
"author_name": "Brian Haas",
"author_login": "brianjohnhaas",
"committed_at": "2023-09-16T20:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcec9335a30eda4b4d8554edc18f682e31a647d0",
"body": null,
"is_bot": false,
"headline": "Add \"--fasta\" argument to replace positional \"fasta\" argument.",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-09-01T16:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14d3418f3722d4ee91be9d2dd752a6675ed494c5",
"body": null,
"is_bot": false,
"headline": "fix bug in tsv header being retained as data row (#89)",
"author_name": "Jethro Rainford",
"author_login": "jethror1",
"committed_at": "2023-09-01T15:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac3ade3996dc427162d2c48463811f8816756e2",
"body": null,
"is_bot": false,
"headline": "update examples and bump version",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-07-28T16:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea99b07a90c5b8416d01350ecf1c3d7c0a3b16fa",
"body": null,
"is_bot": false,
"headline": "Support --fasta flag for symmmetry with --genome flag",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-07-28T15:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71b3ed65a1fbbf147899796861f50fed0a64cd7f",
"body": null,
"is_bot": false,
"headline": "Support paths relative to track config file.",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-07-28T15:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "050580b11eb0ec50208ce07a2f23499779fab1cd",
"body": "…med in",
"is_bot": false,
"headline": "fix minor issue with fusion_template -- initial view was slightly zoo…",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-07-28T04:16:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f93c67e9d0ecb1f715bc6cdd70fe61645bc3f7",
"body": null,
"is_bot": false,
"headline": "support regions-of-interest",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-07-22T20:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a63db3a8218544126e6ac715ac5fe5733cb5fc80",
"body": null,
"is_bot": false,
"headline": "Add CTAT (Trinity) fusions example",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-07-22T04:37:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98505c52a4a5d03d44f082feaf520ba0076ce30b",
"body": "* Add support for referencing track data by https url, rather than embedded data URI",
"is_bot": false,
"headline": "Noembed (#85)",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2023-07-21T17:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0340fbe2958d5aa5612fefc86d6e2865794f416e",
"body": "* Add support for referencing track data by https url, rather than embedded data URI\r\n\r\n* Support Trinity (CTAT) fusion reports",
"is_bot": false,
"headline": "Fusions (#84)",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2023-07-21T17:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d41567fa126a02f15642a4f0d0852d81546cbc",
"body": null,
"is_bot": false,
"headline": "Add --title to variant html template (#77)",
"author_name": "Juan Esteban Arango Ossa",
"author_login": "juanesarango",
"committed_at": "2023-04-05T03:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3005b871ea56f40c21a4bd52bb7ca4a4c03e3740",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2023-02-06T06:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa8fd8264da525511927d9b10f33d331fcfed052",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-02-06T06:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d517a5582d22bb7fd7c5963233a99031fdf15c",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-02-06T06:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d35fd99aca95659acc6d4405f673de631c865f0",
"body": null,
"is_bot": false,
"headline": "fix wig tests",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-02-06T06:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad5edaf3a446cfb3901b03d6dcff30b4e93dce1c",
"body": null,
"is_bot": false,
"headline": "Update examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-02-06T05:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b84797f3a5b78630cd5c90c708d25d6d4922640",
"body": null,
"is_bot": false,
"headline": "allow wig files without track lines (consistent with IGV and igv.js)",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-02-02T07:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a56ca9b4b29eb60a69bec9b192b292cca80d0d4",
"body": null,
"is_bot": false,
"headline": "Update examples, test data",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-02-02T06:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de299ee58508eef1cb00e131603e3fa225b260e4",
"body": "…or tabix",
"is_bot": false,
"headline": "Support track line in plain text UCSC formats. Still not supported f…",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-02-02T06:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99223383b7c6bb1e419c75b8f9e3c70877756d0f",
"body": "… without a second region (see pr #73)",
"is_bot": false,
"headline": "Logic bug in wig.py -- entire file is read every time slice is called…",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-02-02T05:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "210441a90320c23e3e308e96f1b663c30cfe7544",
"body": null,
"is_bot": false,
"headline": "relax requirement that wig files have track lines",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-02-02T05:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8cf7a37ba24a5ba78cf95a3fe8bdfe99c8304b",
"body": null,
"is_bot": false,
"headline": "Add support for \"bedgraph\"",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2023-02-02T04:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ad84066c234c1bc269f91aac36bf58a355874e4",
"body": "* add support and unit testing for wiggle files (i.e. IGV coverage track)\r\n\r\n* Add WIG to readme\r\n\r\n* renames coverage to wig, incorporates feature and featuretree into parser, and handle wig parsing for more diverse use cases\r\n\r\n* span default to 1 if not listed",
"is_bot": false,
"headline": "Add support for wiggle coverage tracks. (#73)",
"author_name": "Solomon Adams",
"author_login": "sadams2013",
"committed_at": "2023-02-02T01:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db1c0b3cf2b6e4c20ef80e4d4ae6f6731234059",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2022-09-21T03:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c34dd2bbf8de66b04db87703da194460bd3b637c",
"body": null,
"is_bot": false,
"headline": "update README and examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-09-21T03:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8690d6432ec629834195cb54f25cbddcda36fc29",
"body": null,
"is_bot": false,
"headline": "bug fix -- --exclude-flags ignored",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-09-21T03:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba4e5b291b1e2bb67d022bd20686b244d5a82535",
"body": "* Filter optical duplicates by default. Fixes #68\r\n\r\n* Update version",
"is_bot": false,
"headline": "Filter duplicates (#69)",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2022-09-20T22:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "584a61d35c46324dbe5db5c2ac72a2c52389f2d4",
"body": null,
"is_bot": false,
"headline": "Readme updates",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-08-03T02:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33532bccfeee95da001ad4dac56a1d032d02af69",
"body": null,
"is_bot": false,
"headline": "Work on examples",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-08-03T02:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a796e9a78910d5b3750acde11a5c1d67039bbab5",
"body": null,
"is_bot": false,
"headline": "Set theme jekyll-theme-minimal",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2022-08-03T01:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebbcc51801c765ea86aa5fe4932ba37804e51f3",
"body": null,
"is_bot": false,
"headline": "Move examples to \"docs\" folder",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-08-03T01:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3fde32aca728d3bdce59612514cb8d46a744283",
"body": null,
"is_bot": false,
"headline": "ditto",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-08-03T01:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4db133d59919222a971e806e452b32f43a610f03",
"body": null,
"is_bot": false,
"headline": "Fix missing </html> tag",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-08-03T01:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "984f61dd993e1b1984083e2967846465254c9318",
"body": "Update examples",
"is_bot": false,
"headline": "Update template to use igv.js 2.13.0",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-08-01T06:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2385c1065c31ec881d1082f8c19940fe384ef514",
"body": null,
"is_bot": false,
"headline": "Reorganize test data file structure, add new tests",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-07-27T20:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e56c60324cc85ebd049b3ce026ed8c931f72760",
"body": "…le annotations into lines",
"is_bot": false,
"headline": "Improve readibility of \"ANN\" annotations in report by breaking multip…",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-07-27T18:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d267dbce757c9576d677a82cfb2227961fbd6929",
"body": null,
"is_bot": false,
"headline": "Fix info-column-prefixes option (regression).",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-07-27T05:40:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60e92df4d782a45f3266aec1501075040c023553",
"body": "…meter. Fixes #16",
"is_bot": false,
"headline": "Fix broken --sample-columns parameter option. Add new --samples para…",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-07-27T05:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "384995deaeb9434e228c17c51554b423095c5a48",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2022-07-26T03:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7547ece9a7c5ceca7e5fb8f64935019a427bf32b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2022-07-26T03:14:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10e009ebc06200721b861699b96f784d44f30ef6",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2022-07-25T21:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec4a0d0cdfafb6ca24446e1f6a368713e50d7d4d",
"body": "…ene annotation tracks",
"is_bot": false,
"headline": "Support igv.js genome ID specifiers in lieu of fasta, ideogram, and g…",
"author_name": "jrobinso",
"author_login": "jrobinso",
"committed_at": "2022-07-25T21:11:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eb708fa8698200e17c8a2b38affbc78f4691b98",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2022-07-25T06:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b5a14f78acdab42727e9d054ef7c588201e29a6",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jim Robinson",
"author_login": "jrobinso",
"committed_at": "2022-07-25T05:26:25Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 16,
"latest_release_at": "2026-06-24T02:54:52Z",
"latest_release_tag": "v1.16.3",
"releases_from_tags": false,
"days_since_last_push": 29,
"active_weeks_last_year": 8,
"days_since_latest_release": 29,
"mean_days_between_releases": 111.8
},
"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": [
{
"name": "igv-reports",
"exists": true,
"license": "MIT",
"keywords": [
"igv",
"bioinformatics",
"genomics",
"visualization",
"variant",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Bio-Informatics"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/igv-reports/",
"is_deprecated": false,
"latest_version": "1.16.3",
"repository_url": "https://github.com/igvteam/igv-reports",
"versions_count": 37,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1420,
"first_published_at": "2019-02-15T19:03:07.138579Z",
"latest_published_at": "2026-06-24T02:40:00.341427Z",
"latest_version_yanked": null,
"days_since_latest_publish": 29
}
]
},
"popularity": {
"forks": 64,
"stars": 435,
"watchers": 15,
"fork_history": {
"days": [
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2019-02-27",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-07-03",
"count": 1
},
{
"date": "2019-07-15",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2020-03-04",
"count": 1
},
{
"date": "2020-05-09",
"count": 1
},
{
"date": "2020-05-12",
"count": 1
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-07-01",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-10-01",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-04",
"count": 1
},
{
"date": "2022-12-05",
"count": 1
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-04-04",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-04-28",
"count": 1
},
{
"date": "2024-05-30",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-08-10",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2024-12-21",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-03-06",
"count": 2
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
}
],
"complete": true,
"collected": 64,
"total_forks": 64
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 27023,
"source_files_sampled": 36,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"requirements.txt"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 10,
"malicious_count": 0,
"assessed_package": "pypi:igv-reports@1.16.3",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "pysam",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "intervalTree",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "requests",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "pytwobit",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "pyyaml",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "intervaltree",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pysam",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytwobit",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 5,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 42,
"open_issues": 3,
"closed_ratio": 0.966,
"closed_issues": 86,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "jrobinso",
"commits": 238,
"avatar_url": "https://avatars.githubusercontent.com/u/933148?v=4"
},
{
"type": "User",
"login": "FelixMoelder",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/20491578?v=4"
},
{
"type": "User",
"login": "asmariyaz23",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/6908226?v=4"
},
{
"type": "User",
"login": "johanneskoester",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1858646?v=4"
},
{
"type": "User",
"login": "ishanley",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/15177915?v=4"
},
{
"type": "User",
"login": "helgathorv",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1265859?v=4"
},
{
"type": "User",
"login": "brianjohnhaas",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/7542111?v=4"
},
{
"type": "User",
"login": "dlaehnemann",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1379875?v=4"
},
{
"type": "User",
"login": "xunjieli",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1412855?v=4"
},
{
"type": "User",
"login": "tomkinsc",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/53064?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.748
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 6 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": 1,
"reason": "Found 3/29 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": "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": null,
"reason": "No tokens found",
"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": "10bcca7e065d81070deac2ccd94a46f4c7dc66c5",
"ran_at": "2026-07-23T05:39:44Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-24T02:51:43Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-24T01:53:13Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 135,
"created_at": "2025-11-14T02:05:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 138,
"created_at": "2026-04-23T07:34:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 140,
"created_at": "2026-06-16T10:07:46Z",
"last_comment_at": "2026-06-17T08:49:45Z",
"last_comment_author": "jiaee-crypto"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/igvteam/igv-reports",
"host": "github.com",
"name": "igv-reports",
"owner": "igvteam"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 45,
"vitality": 64,
"community": 56,
"governance": 69,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 16,
"human_commit_share": 1,
"days_since_last_push": 29,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 29 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 29
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "16 commits in the last year",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 16
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v1.16.3",
"releases_from_tags": false,
"days_since_latest_release": 29,
"mean_days_between_releases": 111.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 29 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 29
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~111.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 111.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 29,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 29 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 29
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 64,
"stars": 435,
"watchers": 15,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "435 stars",
"points": 42.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 435
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "64 forks",
"points": 15,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 64
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "15 watchers",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 15
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"packages": [
"igv-reports"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 1420
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,420 downloads/month across pypi",
"points": 42,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1420,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 20,
"top_contributor_share": 0.748
},
"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 75% of commits",
"points": 5.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 75
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 42,
"open_issues": 3,
"closed_issues": 86,
"issue_closed_ratio": 0.966,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "97% of issues closed",
"points": 45.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 97
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "42/47 decided PRs merged",
"points": 34.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 42,
"decided": 47
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/29 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 115,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "igvteam",
"public_repos": 40,
"account_age_days": 4145
},
"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": "115 followers of igvteam",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 115,
"login": "igvteam"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "40 public repos, account ~11 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 40
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"igv-reports"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 29
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 29 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 29
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "37 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 37
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"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": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"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": "0 out of 6 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": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.1
},
"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 6 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 3/29 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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": "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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:igv-reports@1.16.3 runtime dependency closure — what installing the published package pulls in — 10 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:igv-reports@1.16.3",
"assessed": 10
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 10,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 10,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"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": "critical",
"name": "AI Readiness",
"value": 29,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.24,
"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": "24 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"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": 27,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 27023,
"source_files_sampled": 36,
"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/36 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T05:40:01.496855Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/igvteam/igv-reports.svg",
"full_name": "igvteam/igv-reports",
"license_state": "standard",
"license_spdx": "MIT"
}