原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1298,
"has_wiki": false,
"homepage": "https://github.com/mimemagicrb/mimemagic",
"languages": {
"Ruby": 21057
},
"pushed_at": "2023-11-20T14:52:17Z",
"created_at": "2009-05-09T21:00:15Z",
"owner_type": "Organization",
"updated_at": "2026-06-12T03:09:42Z",
"description": "Mime type detection in ruby via file extension or file content",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://rubygems.org/gems/mimemagic",
"name": "MimeMagic",
"type": "Organization",
"login": "mimemagicrb",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/81365835?v=4",
"created_at": "2021-03-25T12:25:07Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 1951
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2021-03-26T16:59:41Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2021-03-25T22:01:44Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2021-03-25T13:52:55Z"
},
{
"tag": "v0.3.10",
"kind": "patch",
"published_at": "2021-03-26T17:35:55Z"
},
{
"tag": "v0.3.9",
"kind": "patch",
"published_at": "2021-03-25T21:56:54Z"
},
{
"tag": "v0.3.8",
"kind": "patch",
"published_at": "2021-03-25T16:29:48Z"
},
{
"tag": "v0.3.7",
"kind": "patch",
"published_at": "2021-03-25T13:43:27Z"
}
],
"recent_commits": [
{
"oid": "af5a9b1c5b774e65fd84bd7ca4239a9f3eba2039",
"body": null,
"is_bot": false,
"headline": "Update the changelog",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-26T17:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0907a5e7a16ec35b3e0ef1f69fbe971a5c8f2694",
"body": null,
"is_bot": false,
"headline": "Allow the Rakefile to be used in isolation for test runs",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-26T17:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe1e3d563c705290dd693da24a4490fbb4d63ae7",
"body": null,
"is_bot": false,
"headline": "Release 0.4.2",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-26T16:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "286ac30820bac62cb5735ce5b48a9305e810243a",
"body": "fixes gem development environment",
"is_bot": false,
"headline": "Merge pull request #138 from coldnebo/master",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-26T16:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dd4c8e095c146476d59cecaf70ee1b03a295cf4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into master",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-26T16:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "574ae9e4027d8d93f57707839f201f811c5abae7",
"body": "Closes #124",
"is_bot": false,
"headline": "Add support for MacPorts",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-26T16:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9128261e0e7f7006071785db3cb9c476f0350a6e",
"body": "Write path.rb to Ruby arch dir so that it can be cached by Bundler",
"is_bot": false,
"headline": "Merge pull request #136 from haines/write-path.rb-to-ruby-arch-dir",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-26T16:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af947faab90b56eed1d0099aeea835ac2a2bc432",
"body": "- load and namespace the ext/mimemagic/Rakefile into the main Rakefile\n- update test task to include ext as a prereq\n- add the generated path.rb to clobber\n\nand two fixes to ext/mimemagic/Rakefile\n\n- more robust file load (gem dev vs gem install consistency)\n- use squiggly HEREDOC to indent generated file properly\n\nupdate the readme to match\nadd LICENSE and CHANGELOG to doc\n\nadd yardoc settings for doc writers",
"is_bot": false,
"headline": "fixes gem development environment",
"author_name": "Larry Kyrala",
"author_login": "coldnebo",
"committed_at": "2021-03-26T15:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a886e96fc90c684241ec51613afcb613db21a014",
"body": null,
"is_bot": false,
"headline": "Write path.rb to Ruby arch dir so that it can be cached by Bundler",
"author_name": "Andrew Haines",
"author_login": "haines",
"committed_at": "2021-03-26T11:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffcff44bc1c5070fff94f67e6ac5b81135e5d853",
"body": "Update gemspec to follow using nokogiri",
"is_bot": false,
"headline": "Merge pull request #130 from kachick/still-pureruby-or-not",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-26T10:37:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49effbd4631fd292263726bfc339483bea76d220",
"body": "Correct how to run test",
"is_bot": false,
"headline": "Merge pull request #129 from kachick/correct-how-to-test",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-26T10:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d8c50a5d9b945d6dab93700621d8015626707ef",
"body": "Follow d75f3ee5dd0be59b8805ed7f79a784a43342eca3",
"is_bot": false,
"headline": "Update gemspec to follow using nokogiri",
"author_name": "Kenichi Kamiya",
"author_login": "kachick",
"committed_at": "2021-03-26T05:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d12f3cc16ea6a096e0516c6930581074da493a93",
"body": null,
"is_bot": false,
"headline": "Correct how to run test",
"author_name": "Kenichi Kamiya",
"author_login": "kachick",
"committed_at": "2021-03-26T05:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f14e3bfbcfdb212fca8975ef43d7d01e4c61d886",
"body": null,
"is_bot": false,
"headline": "Release 0.4.2",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T22:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5ca5382125712a3f095fdb6c4f5b5ccd0dd318f",
"body": "Its absolutely a hack, but that's what I have the energy for right\nnow.\n\nCloses #108, #106",
"is_bot": false,
"headline": "Handle the \\c escape character in Tex detection (badly).",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T22:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc37f50e6fe29e397c0b080f430f71450bf5e064",
"body": null,
"is_bot": false,
"headline": "Rake is now required at runtime",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T21:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560ac3d747329fb3a3501b4536979eab4590ac9b",
"body": "[ex/mimemagic/Rakefile] Use older Ruby HEREDOC",
"is_bot": false,
"headline": "Merge pull request #115 from NickLaMuro/ruby-2.2-compliant-Rakefile",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T21:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73d58ba63f6a758961d8e0997bf32c3565139f6c",
"body": "The \"squiggly\" heredoc was introduced in later versions of Ruby, so\nusing a more compatible version of them with gsubing (to have the same\neffect) to allow this to build on more versions of Ruby.",
"is_bot": false,
"headline": "[ex/mimemagic/Rakefile] Use older Ruby HEREDOC",
"author_name": "Nick LaMuro",
"author_login": "NickLaMuro",
"committed_at": "2021-03-25T19:41:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00fbbd4c98b003e48bdff0ede09e609b4c1be8d4",
"body": "…-documentation\n\nFix mime type database package name in docs",
"is_bot": false,
"headline": "Merge pull request #109 from indiebrain/fix-mime-type-package-name-in…",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T17:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59f46bb53276903d0a071d86ea1987309076fcaf",
"body": "Installing this gem on a system which does NOT contain the external\nmime-type database fails indicating that the user should install the\nshared-mime-types package.\n\n```\nEnsure you have either installed the shared-mime-types package for your distribution, or\nobtain a version of freedesktop.org.xml an\n[…]\n``\n\nOther places in the documentation this package is referred to as\n`shared-mime-info`. This changes the error message to be consistent with\nthe documentation as to reduce confusion for the consumer.",
"is_bot": false,
"headline": "Fix mime type database package name in docs",
"author_name": "aaron kuehler",
"author_login": "indiebrain",
"committed_at": "2021-03-25T16:28:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "78b9da8d911b6f9b21dad35bac3190dd35711bce",
"body": null,
"is_bot": false,
"headline": "Remove unused data",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T13:52:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dec6d5e8d1175cbb7beb3cbdf42b86f130c30034",
"body": "This will ensure that end-users who are requiring that file don't\nhave runtime errors.",
"is_bot": false,
"headline": "Ensure mimemagic/overlay remains available",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T13:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d303b0a941837fc29aeb6701d81ead280be2f25",
"body": null,
"is_bot": false,
"headline": "Remove GPL warning since all GPL licensed versions are being yanked",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T13:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fbb641d3c0e8401f4d9ad3a4c3a49dbd25de3cf",
"body": null,
"is_bot": false,
"headline": "Tidy up the authors list",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T13:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b204f072dd7fa085187400d25ca1fdfddb19aeb9",
"body": null,
"is_bot": false,
"headline": "Update repository references",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T13:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4259be3faec9675d6f0b8114de1cc9018d4a8ffd",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T13:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b14939ce82b5c37f2be0e8fb889bd1b73f289d3d",
"body": "Resolve issues around GPL compliance by making use of an externally provided database. Revert to MIT license.",
"is_bot": false,
"headline": "Merge pull request #3 from jellybob/externalise-source-data",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T11:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed00cf0c2b2567562b8d36203cf5770136afc27e",
"body": null,
"is_bot": false,
"headline": "Add Windows instructions",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T10:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ed210d1aa567dc7c814b34f0beef3c244fdb67",
"body": null,
"is_bot": false,
"headline": "Iterate on finding a database",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-25T09:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af2d220bf3f9814f7c85d9a75fdf9084d41394e",
"body": null,
"is_bot": false,
"headline": "Clarify macOS instructions slightly",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T23:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e69150736a50a26223dd1e08c93a8439aa2e7ffb",
"body": null,
"is_bot": false,
"headline": "More README updates",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T23:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d52de6d1e512503842e5094f1aaf1351d1adeeca",
"body": null,
"is_bot": false,
"headline": "Update readme for Mac OS",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T23:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62fc87198309829305e3570960cac88613df76bd",
"body": null,
"is_bot": false,
"headline": "MimeMagic is a class, not a module",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T23:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d75f3ee5dd0be59b8805ed7f79a784a43342eca3",
"body": null,
"is_bot": false,
"headline": "Add a dependency on Nokogiri",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T22:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9140f64e60db2db40fa381bcfa20a7114b493502",
"body": null,
"is_bot": false,
"headline": "Remove the C extension, using a Rakefile also works",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T22:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f007b38209f413b3d19c066de6d05cea2c2ad057",
"body": null,
"is_bot": false,
"headline": "Add a warning about GPL licensed versions",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T22:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b58e78f00fe906e632cd0fb23ea10f7ff45fca1a",
"body": null,
"is_bot": false,
"headline": "Update license referenced in the readme",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T21:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82d1bfa99480a2772d2f9c11d649076214121e34",
"body": "Because we're required to build a C extension in order to do so\n(don't ask, its a long story), use that C extension to make the\npath provided at build time available at run time.",
"is_bot": false,
"headline": "Check for existence of a MIME type database at build time.",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T21:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd65290a28e58974ff0c5fa1d3f2ce858035f177",
"body": null,
"is_bot": false,
"headline": "Remove freedesktop.org.xml, and re-re-license back to MIT",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T17:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "641561de3f2451dde562ab90279658b5a3efcf08",
"body": "Currently looks at the value of `FREEDESKTOP_MIME_TYPES_PATH` and\nin `/usr/share/mime/packages/freedesktop.org.xml`, which is the\npath you would expect to find that file at on a typical Linux\nsystem.",
"is_bot": false,
"headline": "Support for loading a freedesktop.org.xml that exists locally",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T17:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95088a05bcf07fbad73c350db1e2b9fe4a0441e",
"body": "This is the first step in removing the dependency on distributing\nfreedesktop.og.xml as part of the gem.",
"is_bot": false,
"headline": "Parse MIME types at runtime",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T17:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56298173ca5b3552f62fd445d617f3e0bef2e2bb",
"body": null,
"is_bot": false,
"headline": "Don't care about the order types are returned in",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T17:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6520358f230ce242c50477fe42b3887d0f12690b",
"body": "This allows it to be called at runtime.",
"is_bot": false,
"headline": "Extract table generation to a module",
"author_name": "Jon Wood",
"author_login": "jellybob",
"committed_at": "2021-03-24T17:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c2514c08471987dd028bd4948d24b9af78decd7",
"body": null,
"is_bot": false,
"headline": "v0.3.6",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2021-03-24T17:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f46e0d387a635241f952d54b68f18fa94d291513",
"body": null,
"is_bot": false,
"headline": "Update license in the readme",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2021-03-24T12:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5003ea98f1d49186173a3e2facaf879de491a6c",
"body": null,
"is_bot": false,
"headline": "v0.4.0",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2021-03-24T11:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b084ce8d50c080f5a312156498be21a541fe72a2",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2021-03-24T11:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0f7b6b21a192629839db87612794d08f9ff7e88",
"body": null,
"is_bot": false,
"headline": "Change license to GPLv2 (Fix #97)",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2021-03-24T11:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40dd02bb6b442535f97c35326c0383bc67146ac4",
"body": null,
"is_bot": false,
"headline": "add back lib/mimemagic/overlay.rb with deprecation warning",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2021-01-30T18:31:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c9132141901ceaa298a563cdcd72896067f1dd6",
"body": null,
"is_bot": false,
"headline": "remove overlay",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2021-01-30T13:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5a56d8801345d9bd34efeb83ea4fa09210ee4e2",
"body": null,
"is_bot": false,
"headline": "update mimemagic data to 2.1",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2021-01-30T13:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ce672193a8af8a12c43493f1afdcd6ddabe944",
"body": "Reduce gem package size",
"is_bot": false,
"headline": "Merge pull request #90 from pocke/reduce-gem-package-size",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2020-09-27T17:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85879cf2e97769d23ae973e4042c5a5130a140bf",
"body": null,
"is_bot": false,
"headline": "Reduce gem package size",
"author_name": "Masataka Pocke Kuwabara",
"author_login": "pocke",
"committed_at": "2020-09-26T03:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a45a137a7c3d33183279027a4c3fecdc4a9a340a",
"body": "Ensure that frozen string literals used throughout the code",
"is_bot": false,
"headline": "Merge pull request #87 from aliismayilov/frozen-string-literals",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2020-07-28T22:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "295ded4f2a4d27834f56a03516d61e57bff199c4",
"body": null,
"is_bot": false,
"headline": "Use frozen string literal feature when running tests",
"author_name": "Ali Ismayilov",
"author_login": "aliismayilov",
"committed_at": "2020-07-14T08:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33ca30a881b4de28324dcc824139453e2464e50a",
"body": null,
"is_bot": false,
"headline": "Sort text/html extensions by priority",
"author_name": "Ali Ismayilov",
"author_login": "aliismayilov",
"committed_at": "2020-07-14T08:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f92d86d15d85cfd0f20dabd025dcbd36a8a60f",
"body": null,
"is_bot": false,
"headline": "v0.3.5",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2020-05-04T14:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51bdc8407811a95d301e6a63dd93b30e7430cb80",
"body": null,
"is_bot": false,
"headline": "Mimetype extensions are now ordered by freedesktop.org's priority",
"author_name": "epitron",
"author_login": "epitron",
"committed_at": "2020-04-27T18:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b60d125432bde900fa4d9f77fb6f057a0c325a",
"body": null,
"is_bot": false,
"headline": "v0.3.4",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2020-01-28T00:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba72f64af19b3dcd8736f7ecaf825a11ea756a94",
"body": "Remove rubyforge_project",
"is_bot": false,
"headline": "Merge pull request #81 from jcoyne/patch-1",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2019-12-18T18:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fbd743e9791f3bf2e88dcbe5161ab9619a88c05",
"body": "This is deprecated by rubygems:\r\n```\r\nNOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01.\r\n\r\nGem::Specification#rubyforge_project= called from /home/travis/build/sul-dlss/pre-assembly/vendor/bundle/ruby/2.5.0/specifications/mimemagic-0.3.3.gemspec:16.\r\n```",
"is_bot": false,
"headline": "Remove rubyforge_project",
"author_name": "Justin Coyne",
"author_login": "jcoyne",
"committed_at": "2019-12-18T14:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e278d5a605301b8c962305f85cd3a591f5b4410",
"body": "Frozen string literal",
"is_bot": false,
"headline": "Merge pull request #79 from mathieumahe/frozen_string_literal",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2019-10-30T13:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b70adf5a6c383780a4c6779e421310d162acdda6",
"body": null,
"is_bot": false,
"headline": "Add frozen_string_literal",
"author_name": "Mathieu Mahé",
"author_login": "mathieumahe",
"committed_at": "2019-10-06T09:30:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "386b92d2d049cbc13ac281c818882ef169eca82e",
"body": "Handle Office Open XML types for filed generated outside MSOffice",
"is_bot": false,
"headline": "Merge pull request #64 from atambo/openxml",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2019-04-19T18:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b62d29d0eb8d3affcecd9606b06f543f5dc688c0",
"body": "CI: rbx-3 in allow_failures, comment on Bundler",
"is_bot": false,
"headline": "Merge pull request #73 from olleolleolle/patch-1",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2019-02-05T12:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4ea8ee0a5fd145bdc52c945e97acdded18e5f9",
"body": null,
"is_bot": false,
"headline": "CI: rbx-3 in allow_failures, comment on Bundler",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2019-02-05T08:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "317f9ffedb547b1098386ce27c4ddae13dba0561",
"body": "Travis: Use Bundler < 2",
"is_bot": false,
"headline": "Merge pull request #72 from olleolleolle/patch-3",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2019-02-04T15:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72fed2be6d4e3f440433fd70ebda4b9477dfd114",
"body": "README: Use GitHub Markdown code fences",
"is_bot": false,
"headline": "Merge pull request #71 from olleolleolle/patch-2",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2019-02-03T01:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4b2a2f80d8bd1690e003576f4f3cadd6dc99eb7",
"body": "README: Use SVG badges",
"is_bot": false,
"headline": "Merge pull request #70 from olleolleolle/patch-1",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2019-02-03T01:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5ad01215e70c1f40c8e49b7fdf6ae4a25c9960",
"body": null,
"is_bot": false,
"headline": "Travis: Use Bundler < 2",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2019-02-02T22:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "632e8c1d90022d9aba8d6df76ee1fc0da15c6f59",
"body": null,
"is_bot": false,
"headline": "README: Use GitHub Markdown code fences",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2019-02-02T22:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96e85860d9aecd8cd345330933da2660b5d6ecba",
"body": null,
"is_bot": false,
"headline": "README: Use SVG badges",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2019-02-02T22:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f0a8cf4ef553c94de60a8d29b930e823043333",
"body": "Add metadata uris",
"is_bot": false,
"headline": "Merge pull request #68 from viraptor/metadata-uris",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2018-12-23T23:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "487e3ca0eedbba1b3bcf9b97970be78a63c0bcc7",
"body": "Add rubygems uris leading directly to changelog and other places. This\nhelps with automated gems management.",
"is_bot": false,
"headline": "Add metadata uris",
"author_name": "Stanisław Pitucha",
"author_login": "viraptor",
"committed_at": "2018-12-23T23:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ebc0cd846dcc68142622c76ad71d021768b7c2",
"body": null,
"is_bot": false,
"headline": "v0.3.3",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2018-12-20T08:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ecc1556f3f63fef92aa93036277b359aaf38fa3",
"body": null,
"is_bot": false,
"headline": "update to shared-mime-info-1.10",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2018-12-20T08:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4afc9bac944abe284d74e481ee08009e10b1564",
"body": "It turns out that the position of '[Content_Types].xml' is not fixed in\nthis format, and whereas MS Office adds it in the beginning in general,\nwhen files are generated using Google Docs, or RubyXL, this is not\nnecessarily true. They might add it at the end, so all these would be\ndetected as application/zip.\n\nThis fixes #39",
"is_bot": false,
"headline": "Handle Office Open XML types for filed generated outside MSOffice",
"author_name": "Rosa Gutierrez",
"author_login": null,
"committed_at": "2018-09-12T00:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd1f09fe1da6aba3975f6b30693a416fc8b79934",
"body": "Change testing framework from bacon to minitest.",
"is_bot": false,
"headline": "Merge pull request #62 from junaruga/feature/minitest",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2018-05-03T18:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "872e8133f5a2a0620abba75c1f7bca1270a9cd08",
"body": null,
"is_bot": false,
"headline": "Change testing framework from bacon to minitest.",
"author_name": "Jun Aruga",
"author_login": "junaruga",
"committed_at": "2018-05-03T16:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d5b716279825f96e995ad53ea34755ca3cc639a",
"body": "Gratipay is no longer a thing",
"is_bot": false,
"headline": "Merge pull request #61 from GBH/patch-2",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2018-05-02T16:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4ba06f10b6446daaed02315743ef2d321648b70",
"body": null,
"is_bot": false,
"headline": "Gratipay is no longer a thing",
"author_name": "Oleg",
"author_login": "GBH",
"committed_at": "2018-05-02T16:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e2eac943d11299c096dd6d8224d0e57cbc52ac",
"body": "Fixing API link and adding button to rubygems",
"is_bot": false,
"headline": "Merge pull request #56 from GBH/patch-1",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2018-05-02T15:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a7158316228b2d1f48069cabcaf77ed355c1205",
"body": "Set available rbx name on Travis CI.",
"is_bot": false,
"headline": "Merge pull request #59 from junaruga/hotfix/travis-rbx",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2018-05-02T14:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69c1ed27094d2daa241171e213edf206b4420d90",
"body": "\"rbx\" does not exist in Travis.",
"is_bot": false,
"headline": "Set available rbx name on Travis CI.",
"author_name": "Jun Aruga",
"author_login": "junaruga",
"committed_at": "2018-05-02T14:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0297425b24d230ca2dabf5e84e8c61f1a2dd32e1",
"body": "Update .travis.yml.",
"is_bot": false,
"headline": "Merge pull request #58 from junaruga/feature/update-travis",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2018-05-02T13:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0460f5761cc21b65f0a90e70f2ce5432c46e65db",
"body": "* Add Ruby 2.4 and 2.5.\n* Update old Ruby versions to use the latet version.",
"is_bot": false,
"headline": "Update .travis.yml.",
"author_name": "Jun Aruga",
"author_login": "junaruga",
"committed_at": "2018-05-02T13:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfb06c8bc700b7c45e069455becb7f3cb03b0b52",
"body": null,
"is_bot": false,
"headline": "Fixing API link and adding button to rubygems",
"author_name": "Oleg",
"author_login": "GBH",
"committed_at": "2017-10-27T21:30:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2e3f2edefe6d0601be4f42a83a908ee5961d0cf",
"body": "Docs: Introduce changelog",
"is_bot": false,
"headline": "Merge pull request #42 from jaredbeck/introduce_changelog",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2016-08-09T11:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da62b8c49481f7893360d6cb430ceccd9e98c6f8",
"body": "[ci skip]",
"is_bot": false,
"headline": "Docs: Introduce changelog",
"author_name": "Jared Beck",
"author_login": "jaredbeck",
"committed_at": "2016-08-08T21:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3543363026121ee28d98dfce4cb6366980c055ee",
"body": null,
"is_bot": false,
"headline": "v0.3.2",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2016-08-02T18:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34a349b2c6175250b0608f6c3bf5036883091cab",
"body": "Support IO-like objects efficiently",
"is_bot": false,
"headline": "Merge pull request #41 from janko-m/io-like-objects",
"author_name": "Janko Marohnić",
"author_login": "janko",
"committed_at": "2016-08-02T18:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ebbf0d9f27bf080e59da61a60497672149c0819",
"body": "Previously if we passed in an IO object which doesn't respond to #seek,\nMimeMagic would read the whole IO into memory. And this is exactly the\ntype of objects that the Shrine file upload library deals with.\n\nHowever, we can also \"seek\" by blank-reading that many bytes, and always\nrewinding to the beginning, which is what we've implemented in this\nchange.\n\nThis change also doesn't require IOs to respond to #binmode.",
"is_bot": false,
"headline": "Support IO-like objects efficiently",
"author_name": "Janko Marohnić",
"author_login": "janko",
"committed_at": "2016-07-26T18:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd73b3509fe6afe7c0b4b76d1c6778c47663e82",
"body": "Improve performance",
"is_bot": false,
"headline": "Merge pull request #40 from janko-m/performance-improvements",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2016-07-25T12:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b587b93fcbb681f87eb4b85a48e6f6e96c24789",
"body": "If you speed up detection of common MIME types, you speed up MIME type\ndetection in general.",
"is_bot": false,
"headline": "Search magic bytes for common MIME types first",
"author_name": "Janko Marohnić",
"author_login": "janko",
"committed_at": "2016-07-23T14:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9508be9b54b04855a6678f503eb3cbb61027c64e",
"body": null,
"is_bot": false,
"headline": "Use buffer string to avoid allocating new strings",
"author_name": "Janko Marohnić",
"author_login": "janko",
"committed_at": "2016-07-23T06:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63ae54f7b39b57ffdac3dfa0d393792b14ba0230",
"body": "Previously we had to separate branches which did the same thing, one was\nfor IOs and other was for strings. However, if we wrap the string into a\nStringIO, we can use the same branch for both.",
"is_bot": false,
"headline": "Use StringIO to remove duplication",
"author_name": "Janko Marohnić",
"author_login": "janko",
"committed_at": "2016-07-23T06:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d12011fd3b812ef456cdba3aa1115247bc8eaec8",
"body": "Updated to shared-mime-info 1.6",
"is_bot": false,
"headline": "Merge pull request #38 from fedot/shared-mime-info-1.6",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2016-06-28T23:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f99d7233d632221b0866b11dc329f0356dd47612",
"body": null,
"is_bot": false,
"headline": "updated to shared-mime-info-1.6",
"author_name": "",
"author_login": "fedot",
"committed_at": "2016-06-28T21:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a021c6014f3a13931deba69670b0014bfbc5cf0",
"body": "Add support for returning all possible mime types by magic.",
"is_bot": false,
"headline": "Merge pull request #37 from RobCherry/all_by_magic",
"author_name": "Daniel Mendler",
"author_login": "minad",
"committed_at": "2016-05-27T19:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45a0e4febaaef93fd468817401eeab1326e1139b",
"body": "… include newer ruby versions.",
"is_bot": false,
"headline": "Updating Travis CI build parameters to resolve 1.9.3 build issues and…",
"author_name": "Rob Cherry",
"author_login": "RobCherry",
"committed_at": "2016-05-27T01:13:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 0,
"latest_release_at": "2021-03-26T17:35:55Z",
"latest_release_tag": "v0.3.10",
"releases_from_tags": true,
"days_since_last_push": 980,
"active_weeks_last_year": 0,
"days_since_latest_release": 1949,
"mean_days_between_releases": 0.2
},
"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": "mimemagic",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/mimemagic",
"is_deprecated": false,
"latest_version": "0.4.3",
"repository_url": "https://github.com/mimemagicrb/mimemagic",
"versions_count": 7,
"total_downloads": 191478782,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2021-03-25T13:54:50.526000Z",
"latest_published_at": "2021-03-26T17:01:23.291000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1949
}
]
},
"popularity": {
"forks": 435,
"stars": 425,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2010-10-03",
"count": 1
},
{
"date": "2011-02-02",
"count": 1
},
{
"date": "2011-04-04",
"count": 1
},
{
"date": "2012-09-18",
"count": 1
},
{
"date": "2013-02-13",
"count": 1
},
{
"date": "2013-04-02",
"count": 1
},
{
"date": "2013-07-12",
"count": 1
},
{
"date": "2013-07-24",
"count": 1
},
{
"date": "2013-07-27",
"count": 1
},
{
"date": "2013-07-29",
"count": 1
},
{
"date": "2014-02-17",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-09-22",
"count": 1
},
{
"date": "2015-01-28",
"count": 1
},
{
"date": "2015-07-27",
"count": 1
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-14",
"count": 1
},
{
"date": "2015-09-21",
"count": 1
},
{
"date": "2016-03-30",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-04-29",
"count": 1
},
{
"date": "2016-05-26",
"count": 1
},
{
"date": "2016-07-23",
"count": 1
},
{
"date": "2016-08-08",
"count": 1
},
{
"date": "2016-08-10",
"count": 1
},
{
"date": "2016-08-22",
"count": 1
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-09-29",
"count": 1
},
{
"date": "2016-11-09",
"count": 1
},
{
"date": "2016-11-11",
"count": 1
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-06-19",
"count": 1
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-10-27",
"count": 1
},
{
"date": "2017-11-13",
"count": 1
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-05-02",
"count": 1
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2018-07-17",
"count": 2
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-23",
"count": 1
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-02-19",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-15",
"count": 1
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-06-02",
"count": 1
},
{
"date": "2019-08-05",
"count": 1
},
{
"date": "2019-09-24",
"count": 1
},
{
"date": "2019-10-06",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2020-10-29",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-03-24",
"count": 48
},
{
"date": "2021-03-25",
"count": 93
},
{
"date": "2021-03-26",
"count": 34
},
{
"date": "2021-03-27",
"count": 4
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-03-29",
"count": 14
},
{
"date": "2021-03-30",
"count": 4
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-01",
"count": 2
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-03",
"count": 3
},
{
"date": "2021-04-05",
"count": 1
},
{
"date": "2021-04-06",
"count": 3
},
{
"date": "2021-04-07",
"count": 2
},
{
"date": "2021-04-09",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-04-13",
"count": 2
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-21",
"count": 3
},
{
"date": "2021-04-22",
"count": 2
},
{
"date": "2021-04-28",
"count": 2
},
{
"date": "2021-04-29",
"count": 2
},
{
"date": "2021-05-03",
"count": 1
},
{
"date": "2021-05-05",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-05-11",
"count": 2
},
{
"date": "2021-05-21",
"count": 2
},
{
"date": "2021-05-23",
"count": 1
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-05-31",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-03",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-06-23",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-07-12",
"count": 1
},
{
"date": "2021-07-23",
"count": 1
},
{
"date": "2021-07-24",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-08-07",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-09-03",
"count": 2
},
{
"date": "2021-09-18",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-10-07",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-04-12",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-14",
"count": 1
},
{
"date": "2022-08-07",
"count": 1
},
{
"date": "2022-09-29",
"count": 1
},
{
"date": "2022-10-14",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-05",
"count": 1
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-07-03",
"count": 1
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-10-04",
"count": 1
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-22",
"count": 1
},
{
"date": "2024-06-28",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-10-03",
"count": 1
},
{
"date": "2024-10-04",
"count": 1
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-04-30",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
}
],
"complete": true,
"collected": 380,
"total_forks": 435
},
"star_history": null,
"open_issues_and_prs": 32
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 7620,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "yard",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "redcarpet",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "github-markup",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github-markup",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "redcarpet",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "yard",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "nokogiri",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 3,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 10,
"merged_prs": 36,
"open_issues": 22,
"closed_ratio": 0.776,
"closed_issues": 76,
"closed_unmerged_prs": 34
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "minad",
"commits": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/50754?v=4"
},
{
"type": "User",
"login": "jellybob",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/362?v=4"
},
{
"type": "User",
"login": "janko",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/795488?v=4"
},
{
"type": "User",
"login": "olleolleolle",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/211?v=4"
},
{
"type": "User",
"login": "iangreenleaf",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/78887?v=4"
},
{
"type": "User",
"login": "junaruga",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/121989?v=4"
},
{
"type": "User",
"login": "RobCherry",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3127491?v=4"
},
{
"type": "User",
"login": "aliismayilov",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/993934?v=4"
},
{
"type": "User",
"login": "kachick",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1180335?v=4"
},
{
"type": "User",
"login": "GBH",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/78363?v=4"
}
],
"contributors_sampled": 28,
"top_contributor_share": 0.512
},
"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": [],
"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": 2,
"reason": "Found 6/23 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 18 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": "af5a9b1c5b774e65fd84bd7ca4239a9f3eba2039",
"ran_at": "2026-07-28T14:01:13Z",
"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": null,
"oldest_open_prs": [
{
"number": 122,
"created_at": "2021-03-25T22:03:31Z",
"last_comment_at": "2021-03-31T23:59:41Z",
"last_comment_author": "dlozano"
},
{
"number": 125,
"created_at": "2021-03-26T00:38:50Z",
"last_comment_at": "2021-03-27T12:17:54Z",
"last_comment_author": "ahorek"
},
{
"number": 141,
"created_at": "2021-03-27T01:47:17Z",
"last_comment_at": "2021-03-27T14:27:31Z",
"last_comment_author": "katafrakt"
},
{
"number": 143,
"created_at": "2021-03-27T17:02:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 150,
"created_at": "2021-03-29T11:13:45Z",
"last_comment_at": "2021-05-03T05:37:31Z",
"last_comment_author": "jgengo"
},
{
"number": 159,
"created_at": "2021-04-06T10:24:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 163,
"created_at": "2021-06-07T11:06:25Z",
"last_comment_at": "2021-10-14T07:26:29Z",
"last_comment_author": "bobvanderlinden"
},
{
"number": 175,
"created_at": "2023-08-10T00:28:08Z",
"last_comment_at": "2026-05-27T17:22:28Z",
"last_comment_author": "doriantaylor"
},
{
"number": 177,
"created_at": "2024-10-10T21:01:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 178,
"created_at": "2025-06-20T03:31:45Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2021-03-26T16:51:49Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 131,
"created_at": "2021-03-26T07:11:39Z",
"last_comment_at": "2021-07-22T12:13:02Z",
"last_comment_author": "zhenfuxu"
},
{
"number": 140,
"created_at": "2021-03-26T20:06:37Z",
"last_comment_at": "2021-04-01T22:39:14Z",
"last_comment_author": "kalashnikovisme"
},
{
"number": 142,
"created_at": "2021-03-27T11:00:11Z",
"last_comment_at": "2021-06-10T17:31:12Z",
"last_comment_author": "khiav223577"
},
{
"number": 144,
"created_at": "2021-03-28T01:35:14Z",
"last_comment_at": "2021-04-28T19:05:55Z",
"last_comment_author": "animeavi"
},
{
"number": 147,
"created_at": "2021-03-28T17:59:56Z",
"last_comment_at": "2021-03-29T14:37:50Z",
"last_comment_author": "Insood"
},
{
"number": 156,
"created_at": "2021-03-30T23:18:17Z",
"last_comment_at": "2021-04-02T14:01:39Z",
"last_comment_author": "xiangzhuyuan"
},
{
"number": 157,
"created_at": "2021-04-04T12:56:38Z",
"last_comment_at": "2021-04-05T18:47:02Z",
"last_comment_author": "katafrakt"
},
{
"number": 158,
"created_at": "2021-04-05T12:21:00Z",
"last_comment_at": "2025-05-19T17:41:27Z",
"last_comment_author": "ramonperdomo1hq"
},
{
"number": 160,
"created_at": "2021-04-06T16:30:41Z",
"last_comment_at": "2021-06-07T11:08:47Z",
"last_comment_author": "bobvanderlinden"
},
{
"number": 161,
"created_at": "2021-04-24T15:28:33Z",
"last_comment_at": "2021-05-01T16:00:04Z",
"last_comment_author": "katafrakt"
},
{
"number": 162,
"created_at": "2021-04-30T13:35:21Z",
"last_comment_at": "2024-04-08T14:58:52Z",
"last_comment_author": "scaustin34"
},
{
"number": 164,
"created_at": "2021-10-20T08:01:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 165,
"created_at": "2022-01-06T22:57:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 166,
"created_at": "2022-02-13T14:56:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 167,
"created_at": "2022-05-05T04:35:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 168,
"created_at": "2022-08-11T10:06:45Z",
"last_comment_at": "2023-02-10T00:31:30Z",
"last_comment_author": "blasterpal"
},
{
"number": 169,
"created_at": "2022-10-12T18:03:52Z",
"last_comment_at": "2022-10-12T18:21:43Z",
"last_comment_author": "seanpanda0"
},
{
"number": 170,
"created_at": "2022-10-26T06:39:45Z",
"last_comment_at": "2022-12-14T07:01:09Z",
"last_comment_author": "nflorentin"
},
{
"number": 171,
"created_at": "2023-03-15T03:44:40Z",
"last_comment_at": "2024-04-22T06:21:31Z",
"last_comment_author": "entp"
},
{
"number": 172,
"created_at": "2023-07-31T17:57:07Z",
"last_comment_at": "2024-01-22T14:46:17Z",
"last_comment_author": "trombini77"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mimemagicrb/mimemagic",
"host": "github.com",
"name": "mimemagic",
"owner": "mimemagicrb"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 25,
"inputs": {
"security": 31,
"vitality": 20,
"community": 71,
"governance": 52,
"engineering": 36,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 42,
"overall_after_abandonment_multiplier": 25
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 20,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 980,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 980 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 980
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.3.10",
"releases_from_tags": true,
"days_since_latest_release": 1949,
"mean_days_between_releases": 0.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1949 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1949
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 10,
"unanswered_open_issues": 20,
"days_since_last_merged_pr": 1949,
"days_since_last_human_commit": 1949,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1949 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1949,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 71,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"forks": 435,
"stars": 425,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "425 stars",
"points": 42.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 425
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "435 forks",
"points": 22,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 435
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"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": "excellent",
"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": 100,
"inputs": {
"packages": [
"mimemagic"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 191478782,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "191,478,782 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 191478782,
"ecosystems": "rubygems"
}
}
],
"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": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 28,
"top_contributor_share": 0.512
},
"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 51% of commits",
"points": 11,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 51
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "28 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 28
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"merged_prs": 36,
"open_issues": 22,
"closed_issues": 76,
"issue_closed_ratio": 0.776,
"closed_unmerged_prs": 34
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "78% of issues closed",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 78
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "36/70 decided PRs merged",
"points": 19.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 36,
"decided": 70
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/23 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "mimemagicrb",
"public_repos": 1,
"account_age_days": 1951
},
"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": "0 followers of mimemagicrb",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "mimemagicrb"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~5 yr old",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"mimemagic"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 1949
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1949 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1949
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": 36,
"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": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://github.com/mimemagicrb/mimemagic",
"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": "https://github.com/mimemagicrb/mimemagic",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 31,
"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 6/23 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 18 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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": "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": 23
},
"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": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.42,
"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": "42 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"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": 24,
"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,
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"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": "Ruby",
"largest_source_bytes": 7620,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-28T14:01:35.391342Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mimemagicrb/mimemagic.svg",
"full_name": "mimemagicrb/mimemagic",
"license_state": "standard",
"license_spdx": "MIT"
}