原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"conversion",
"emf",
"metanorma",
"ruby",
"svg",
"emf-svg",
"emf2svg",
"libemf2svg"
],
"is_fork": false,
"size_kb": 3694,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 16015,
"Shell": 131,
"Makefile": 76
},
"pushed_at": "2026-07-25T07:07:17Z",
"created_at": "2021-07-26T09:58:10Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T07:06:39Z",
"description": "EMF to SVG conversion in Ruby: emf2svg Ruby gem",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://www.claricle.org",
"name": "Claricle by Ribose",
"type": "Organization",
"login": "claricle",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/240399781?v=4",
"created_at": "2025-10-27T02:15:59Z",
"is_verified": null,
"public_repos": 14,
"account_age_days": 271
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.4.3",
"kind": "patch",
"published_at": "2022-10-27T05:09:08Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2022-04-29T18:43:12Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2022-04-12T19:15:39Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2022-03-25T05:19:52Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2022-03-22T20:34:51Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-03-21T07:47:41Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2022-03-18T20:04:26Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-03-18T18:33:17Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2021-09-27T10:40:15Z"
}
],
"recent_commits": [
{
"oid": "0af236bfbcf3a6301555d08fb81f8a2d1e82a42f",
"body": "…matrices\n\nmacos-latest is arm64. Treat the matrix as host-native vs cross-compile:\n\n build matrix (host-native, install + test the gem):\n - ubuntu-latest + any\n - ubuntu-latest + x86_64-linux\n - windows-latest + x64-mingw32\n - windows-latest + x64-mingw-ucrt\n - macos-latest + a\n[…]\nhen tried to load the x86_64 dylib from arm64 Ruby, failing with\n'mach-o ... incompatible architecture'.\n\nSame shape (7 native gems, 5 build + 2 cross) -- just which matrix\neach macOS target lives in.",
"is_bot": false,
"headline": "release.yml: swap arm64-darwin and x86_64-darwin between build/cross …",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-25T07:06:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "93b16f43bc5dc1bcece98431e22e57a35b6bf4a9",
"body": "Annotated tags (git tag -a) require git identity for the tagger\nmetadata. The previous workflow failed on the bump-type=current\npath because that path doesn't set identity (it skips the\ncommit step).\n\nLightweight tags carry no tagger metadata, so they need no\nidentity. The bump-type=iteration|libemf2svg path still sets\ngit config because it creates a commit, which does require\nidentity.\n\nGitHub treats lightweight and annotated tags identically for\nrelease and tag-push-trigger purposes.",
"is_bot": false,
"headline": "release.yml: use lightweight tag, drop identity from push step",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-25T06:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e233727437ef25f3c2146c41f47daf2afebf759b",
"body": "The repo default branch is main, but the bump step was hardcoded to\npush to master. Use github.event.repository.default_branch so the\npush lands on the actual default branch regardless of repo.\n\nCaught before the first workflow_dispatch release was triggered.",
"is_bot": false,
"headline": "release.yml: push bump commit to default branch, not hardcoded master",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-25T05:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d80cc706ffb25824a1ac952eaf1d5fb6a554786",
"body": "… scheme\n\nStandard gem tooling (gem bump / bundler rake release) treats VERSION\nas a single SemVer and would rewrite the derived VERSION line directly,\nbreaking the {LIBEMF2SVG_VERSION}.{LIBEMF2SVG_RUBY_ITERATION}\ninvariant documented in version.rb.\n\nAdd a workflow_dispatch trigger with three bump m\n[…]\ns for manual tag pushes (no bump, just build + publish).\n\nREADME updated to describe the new flow. Validated the bump logic\nlocally: 1.8.2.0 -> 1.8.2.1 (iteration) and 1.8.2.x -> 1.8.3.0\n(libemf2svg).",
"is_bot": false,
"headline": "release.yml: add workflow_dispatch bump UI for {libemf2svg,iteration}…",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-25T04:40:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd9573c58ea299da861f9bd571f7a3151c0f4510",
"body": "`# frozen_string_literal: true` at the top of the file already\nfreezes the literal. The newer rubocop version flags `.freeze` on\ninterpolated strings whose components are themselves frozen constants.\n\nFixes the failing Test jobs on PR #41.",
"is_bot": false,
"headline": "version.rb: drop redundant .freeze on interpolated VERSION",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-25T04:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb61796c443b367d131e2991b15695c22989eb88",
"body": null,
"is_bot": false,
"headline": "release.yml: drop environment gate, leave trusted publisher env blank",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-25T04:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa2058a6113e7443c0942bc0bc55e40b64762a31",
"body": "Drops the static METANORMA_CI_RUBYGEMS_API_KEY secret reference (which\nwas 404 on this repo anyway -- the secret only ever existed on\nmetanorma/emf2svg-ruby and was never provisioned on claricle).\n\nSwitch to RubyGems.org Trusted Publishing:\n\n - Top-level permissions: contents: read, id-token: write\n[…]\nlly keyless publish.\n\nAlso repoint all metanorma URLs to claricle in:\n - emf2svg.gemspec (homepage, source_code_uri, changelog_uri)\n - README.adoc (badges, body, contributing, code of conduct links)",
"is_bot": false,
"headline": "release.yml: switch to RubyGems Trusted Publishing (OIDC); repoint URLs",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-25T04:40:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a2350705a0309c865dae3d7c3fa39b0527da8db4",
"body": "The gem version now derives from the upstream libemf2svg version plus\na Ruby-side iteration counter, instead of the previously decoupled\n1.4.x line. This makes it trivial to answer \"which libemf2svg is\nbundled in gem X.Y.Z.W?\" -- just read the first three segments.\n\nNew scheme in lib/emf2svg/version\n[…]\nset vcpkg's gperf\n port needs, on both ubuntu and macOS.\n- cross-build's macOS arm64-darwin entry now also brew-installs the\n same set.\n- Bumped Ruby from 2.7 (EOL) to 3.3 across all matrix entries.",
"is_bot": false,
"headline": "Adopt {libemf2svg_version}.{ruby_iteration} versioning; fix release.yml",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-25T04:40:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "44987aed65a1af22f165502548888d92f2d281bd",
"body": "actions/upload-artifact@v4 (unlike v3) does NOT merge multiple uploads\nthat share a name. Each call with `name: pkg` from a different matrix\nentry creates a separate artifact, and download-artifact@v4 with\n`name: pkg` only fetches one of them. The downstream test-build /\ntest-build-any jobs were the\n[…]\n(>= 0)\n\nPattern:\n- Upload: `name: pkg-${{ matrix.platform }}` (unique per matrix entry).\n- Download: `pattern: pkg-*` + `merge-multiple: true` so all platforms'\n gems land in the same pkg/ directory.",
"is_bot": false,
"headline": "fix(ci): v4 artifacts need unique names + pattern merge on download",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-24T23:39:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "390672d2c1dafc7e1ab7d8847fd6c7c84ade4651",
"body": "The cross-build job had an \"Install Ubuntu packages\" step for the\naarch64-linux entry but no macOS equivalent for the arm64-darwin\nentry. arm64-darwin cross-compiles on a macOS runner, which doesn't\nhave gperf / autoconf / etc. pre-installed, so vcpkg's gperf port\n(which requires autoconf autoconf-archive automake libtool) fails\nthe same way the other macOS builds did before the workaround.\n\nAdd a macOS install step that brew-installs the same set.",
"is_bot": false,
"headline": "fix(ci): cross-build needs macOS brew install for arm64-darwin",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-24T23:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ac62aeeca57887f70fd0f258f758d42c0e2ef9a",
"body": "Previous attempt disabled Gemspec/AddDependency and\nGemspec/DevelopmentDependencies in .rubocop.yml, but those cop names\ndon't exist in rubocop 1.88 -- the actual name is\nGemspec/AddRuntimeDependency, and DevelopmentDependencies may not\nexist either. Rubocop hard-fails on unrecognized cops in config\n[…]\nl` time -- only for development.\n3. .rubocop.yml: drop the unrecognized-cop disables.\n\nRuntime deps (ffi, mini_portile2) stay in the gemspec so `gem install`\nstill works without bundler for end users.",
"is_bot": false,
"headline": "style: silence modern rubocop 1.88 gemspec cops by following them",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-24T23:39:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a7ac738d026f60147492973dad65b66d93c33c07",
"body": "…e lengths)\n\nModern rubocop 1.7+ (was 1.5.2) introduces new cops that the existing\ncode triggers. Three groups of fixes:\n\n1. .rubocop.yml: disable Gemspec/AddDependency and\n Gemspec/DevelopmentDependencies. These cops suggest moving\n add_runtime_dependency -> add_dependency and dev deps out of t\n[…]\nr-method rubocop limit): bootstrap_vcpkg, vcpkg_bootstrapped?,\n bootstrap_cmd.\n - Long lines wrapped or rubocop:disable'd.\n\n3. .rubocop.yml additions are intentional suppression, not sloppiness.",
"is_bot": false,
"headline": "style: rubocop fixes (freeze VCPKG_REF, refactor bootstrap_vcpkg, lin…",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-24T23:39:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5fd32703856c2ab3a1fd2b70886b3c708d52dc39",
"body": "Two pre-existing issues exposed by the new cross-platform CI once\nvcpkg actually started building:\n\n1. macOS brew install was missing autoconf-archive, so vcpkg's gperf\n port still couldn't build. Add it to the brew line.\n\n2. verify_libs did an exact substring match on the output of `file`.\n Mod\n[…]\n_libs to use match?.\n The Windows pattern accepts both modern and legacy file output;\n the Linux/macOS patterns are kept literal (substring-equivalent)\n since their `file` output hasn't shifted.",
"is_bot": false,
"headline": "fix: macOS brew needs autoconf-archive; verify_libs use regex",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-24T23:39:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "de056cc7d99de4e7d6ab5fbceb15d809371018d6",
"body": "…libtool, gperf)\n\nvcpkg's gperf port (a transitive dep of fontconfig) requires\nautoconf, autoconf-archive, automake, libtool to be installed on\nthe host system:\n\n CMake Error: gperf currently requires the following programs from\n the system package manager:\n autoconf autoconf-archive automake l\n[…]\ntu to\nalso cover macOS (where brew installs the equivalents).\n\nFor Windows MSYS2/MinGW these tools come pre-installed with the Ruby\nsetup-ruby action's MSYS2 environment, so no change is needed there.",
"is_bot": false,
"headline": "chore(ci): install vcpkg build-time system deps (autoconf, automake, …",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-24T23:39:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c521ba0ee29ad61c51e7b1d7cc64273c2aaa495a",
"body": "mini_portile2 2.8.x's #execute accepts :cd (not :chdir) as the working\ndirectory option. Without :cd, execute uses work_path as the cwd, so\ngit checkout runs from the wrong place and fails with the same\n\n fatal: not a git repository (or any of the parent directories): .git\n\nSee mini_portile2-2.8.9/lib/mini_portile2/mini_portile.rb:587:\n opt_cd = command_opts.fetch(:cd) { work_path }",
"is_bot": false,
"headline": "fix(bootstrap-vcpkg): mini_portile2 option is :cd, not :chdir",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-24T23:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "026a71fb76e3f76aaa5c0adbc07da6bf69be3e34",
"body": "…chdir\n\nmini_portile2's #execute does its own Dir.chdir to command_opts[:chdir]\n(default \".\"), so wrapping calls in a Ruby Dir.chdir block has no\neffect -- the subprocess still runs from the original cwd. The vcpkg\nbootstrap was therefore running git checkout from the wrong directory\nand failing wit\n[…]\nory (or any of the parent directories): .git\n\nPass chdir: vcpkg_root to each execute call instead. Also drop the\n\".\\\\\" prefix on bootstrap-vcpkg.bat since chdir already puts us in\nthe right directory.",
"is_bot": false,
"headline": "fix(bootstrap-vcpkg): use mini_portile2 :chdir option instead of Dir.…",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-24T23:39:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "19af72bbd6a7ab568137f656f806ff8db9e04d56",
"body": "Pre-existing CI issues blocking all builds:\n\n1. actions/upload-artifact@v3 and actions/download-artifact@v3 are\n auto-failed since 2024-04-16 deprecation. Bump to v4 across\n .github/workflows/build.yml and .github/workflows/release.yml.\n2. actions/checkout@v3 also deprecated; bump to v4 in the s\n[…]\nop ~> 1.7.\n Bundler cannot resolve. Loosen gemspec to ~> 1.7 to match.\n\nThese are mechanical fixes with no behavior change. After them, the\nrecipe changes for v1.8.2 can actually be validated by CI.",
"is_bot": false,
"headline": "chore(ci): bump deprecated actions, fix rubocop Gemfile/gemspec conflict",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-24T23:39:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9803d91fa46b7058aa68788d40b5ea3013e5ddb",
"body": "v1.8.2 of libemf2svg is now released on claricle/libemf2svg\n(https://github.com/claricle/libemf2svg/releases/tag/v1.8.2). It brings:\n\n- argp-standalone getopt prototype fix (unbroken MinGW build on GCC 16+)\n- CMake BUILD_BYPRODUCTS on argp ExternalProject (fixes Ninja link)\n- Restored MSys/MinGW, ma\n[…]\nf7423443635aefd6d).\n- recipe.rb: add Recipe#configure override that bootstraps vcpkg\n (clone microsoft/vcpkg at VCPKG_REF + bootstrap-vcpkg.{sh,bat})\n before invoking the MiniPortileCMake configure.",
"is_bot": false,
"headline": "Bump libemf2svg to v1.8.2; bootstrap vcpkg from manifest",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-24T23:39:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "23fece848fb0adc6a40a203a0383bd4723a2c27b",
"body": "* Reuse ruby-matrix from metanorma/ci\r\n\r\n* Fix rubocop 'Redundant escape inside regexp literal'\r\n\r\n* Add debug step to troubleshoot missing make/cxx\r\n\r\n* chore: update native lib to 1.7.3\r\n\r\n* chore: add native-deps step to list dependencies\r\n\r\n* fix: skip ldd test for aarch64-linux so",
"is_bot": false,
"headline": "Reuse ruby-matrix from metanorma/ci (#38)",
"author_name": "Alex Babrykovich",
"author_login": "CAMOBAP",
"committed_at": "2024-08-20T06:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ac3759aec28c03983bb5ba871764d981b0311f3",
"body": "* Ruby 2.7 minimal target version (https://github.com/metanorma/metanorma/issues/264)\r\n* GHA actions update due to deprecation warnings",
"is_bot": false,
"headline": "Ruby 2.7 minimal target version (#36)",
"author_name": "Maxim Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-10-26T22:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24e8fe6b6153dd9f8ac0689e500311f8e591101b",
"body": null,
"is_bot": false,
"headline": "gemspec: https://github.com/metanorma/metanorma/issues/264",
"author_name": "Nick Nicholas",
"author_login": "opoudjis",
"committed_at": "2022-10-26T14:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e51132921239042c661a122cb0f4133dd1bf53b1",
"body": "* libemf2svg 1.7.1\r\n\r\n* Command-line consistency checks\r\n\r\n* Ruby 3.0 tests and CI refactoring\r\n\r\n* Expose width and height parameters for target image",
"is_bot": false,
"headline": "Command-line parameters check, Ruby 3.0 tests, libemf2svg 1.7.1 (#32)",
"author_name": "Maxim Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-04-29T18:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c79cef53b94843df258bd3e303bb4230ce8b516f",
"body": null,
"is_bot": false,
"headline": "Fix cmake command-line parameters (#29)",
"author_name": "Maxim Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-04-13T20:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b18c6b48ce1f99445fdf8160ba5965088b59cdbc",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2022-04-13T06:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33dec21f383696e02172184a1aa89213cee812e9",
"body": "* better portability and tebako integration\r\n* use libemf2svg 1.7.0\r\n* use vcpkg for all scenarios",
"is_bot": false,
"headline": "Integration with libemf2svg 1.7.0 (#25)",
"author_name": "Maxim Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-04-12T18:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bd0df9a6d9e3601867c456b33a7d542ea09d73f",
"body": null,
"is_bot": false,
"headline": "Bump emf2svg to 1.3.1",
"author_name": "Alexande B",
"author_login": "CAMOBAP",
"committed_at": "2022-04-03T09:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f3ec10a747a04a551859aa12bea41a320071fec",
"body": "…64-linux\n\n#21 fix platform name for arm64-linux prebuilt gem",
"is_bot": false,
"headline": "Merge pull request #22 from metanorma/bugfix/correct-platform-for-arm…",
"author_name": "Alex Bobrikovich",
"author_login": "CAMOBAP",
"committed_at": "2022-04-03T08:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "830afacf9df1c5c414e0f370e957a0559dccafb7",
"body": null,
"is_bot": false,
"headline": "#21 fix platform name for arm64-linux prebuilt gem",
"author_name": "Alexande B",
"author_login": "CAMOBAP",
"committed_at": "2022-04-02T20:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da6570fa81f03e5481107e53db5913a171e3a37d",
"body": null,
"is_bot": false,
"headline": "arm64-darwin release workflow",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-25T00:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe6eb7f7eef6e14bd31d1f45f041981c212cd460",
"body": null,
"is_bot": false,
"headline": "arm64-darwin configuration",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-25T00:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1a55759e30872c46081a42d85c66fc91253487e",
"body": null,
"is_bot": false,
"headline": "Support for aarch64-linux platform (#19)",
"author_name": "Maxim Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-22T20:07:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4875932b282ccfd0b7e7960ba22dba8cb58f62c6",
"body": "Cross-compiled arm64-linux native extension\r\n\r\nCo-authored-by: Alexande B <abobrikovich@gmail.com>",
"is_bot": false,
"headline": "Cross-compiled arm64-linux native extension (#15)",
"author_name": "Maxim Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-21T02:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43a4dd9b096485f7a73488ac07a6dee12bbe60d6",
"body": null,
"is_bot": false,
"headline": "Version 1.1.1",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-18T19:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "887327baa4f8910e491544a36c66a00c6c4d2d21",
"body": null,
"is_bot": false,
"headline": "Fixed x64-mingw-ucrt publishing",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-18T18:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bed8bcbbee06712f1620c75b30a33606b13ee3c2",
"body": null,
"is_bot": false,
"headline": "CI should install local gem, fixes #12 (#13)",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2022-03-18T15:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fac142e30cc3f3763bb3af1d2d961a5e9263afe",
"body": null,
"is_bot": false,
"headline": "Pre PR cleanup",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-18T02:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f48beb14d046f5a0455e233e7f89c990fefa18c",
"body": null,
"is_bot": false,
"headline": "Ruby 3.1 for x64-ucrt",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-18T02:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55699287980593de7f5fe2d2af956bdfe2cbef95",
"body": null,
"is_bot": false,
"headline": "Added x64-ucrt to Rakefile",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-18T02:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac8540aa57264df2ba64627665430bd58fcca3ae",
"body": null,
"is_bot": false,
"headline": "Added x84-ucrt",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-18T02:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "362aaeebd415791fdeeebda58fcbd71fd1826795",
"body": null,
"is_bot": false,
"headline": "remove explicit reference to Visual Studio",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-18T02:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a1a94f95c7dc2c77ec05b0385329ed73fead49",
"body": null,
"is_bot": false,
"headline": "disable mfa",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-18T02:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a7a303c02aac02399b2586dd8bb80c028119f69",
"body": null,
"is_bot": false,
"headline": "libemf2svg 1.3.1; ruby 2.7",
"author_name": "Maxim [maxirmx] Samsonov",
"author_login": "maxirmx",
"committed_at": "2022-03-18T02:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7d99717f1daefba73a18da3b5b5c693f7edc82",
"body": null,
"is_bot": false,
"headline": "Bump emf2svg to 1.0.0",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2021-09-06T13:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f28ada059701759e3daf0b3628b4aeb3682e239",
"body": null,
"is_bot": false,
"headline": "Build binary gems",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2021-09-06T02:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f59e0c8229dbd25c7f43f55ddf2dd461ca59180",
"body": null,
"is_bot": false,
"headline": "Bump emf2svg to 0.1.1",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2021-09-03T17:23:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff2ebdffcd818725de999d71e4fdf0ff67638db",
"body": null,
"is_bot": false,
"headline": "Native gem",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2021-08-30T15:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921a58de7086beb55cd84079fdc586aa8e8715eb",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2021-08-02T10:53:04Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 11,
"latest_release_at": "2022-10-27T05:09:08Z",
"latest_release_tag": "v1.4.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 1367,
"mean_days_between_releases": 49.3
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "emf2svg",
"exists": true,
"license": "BSD-2-Clause",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/emf2svg",
"is_deprecated": false,
"latest_version": "1.8.2.0",
"repository_url": "https://github.com/claricle/emf2svg-ruby",
"versions_count": 73,
"total_downloads": 309031,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2021-08-02T10:53:36.632000Z",
"latest_published_at": "2026-07-25T07:20:57.589000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 4,
"watchers": 8,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"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": [
"ext/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 6714,
"source_files_sampled": 6,
"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": 7,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 13.0"
},
{
"name": "rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 3.0"
},
{
"name": "rubocop",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 1.7"
},
{
"name": "rubocop-performance",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 1.0"
},
{
"name": "rubocop-rails",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 2.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-performance",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-rails",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ffi",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "mini_portile2",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 5,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 20,
"open_issues": 1,
"closed_ratio": 0.944,
"closed_issues": 17,
"closed_unmerged_prs": 4
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ronaldtse",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/11865?v=4"
},
{
"type": "User",
"login": "maxirmx",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/2081498?v=4"
},
{
"type": "User",
"login": "alemorozov",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1452075?v=4"
},
{
"type": "User",
"login": "CAMOBAP",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/2169738?v=4"
},
{
"type": "User",
"login": "opoudjis",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1911039?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.447
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "5 out of 13 merged PRs checked by a CI test -- score normalized to 3",
"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 4/15 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 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0af236bfbcf3a6301555d08fb81f8a2d1e82a42f",
"ran_at": "2026-07-25T07:29:09Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T07:21:02Z",
"oldest_open_prs": [
{
"number": 34,
"created_at": "2022-10-11T09:35:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2024-09-03T21:11:51Z",
"last_comment_at": "2026-05-12T10:36:51Z",
"last_comment_author": "opoudjis"
}
],
"last_merged_pr_at": "2026-07-25T07:06:25Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 33,
"created_at": "2022-08-23T00:34:12Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/claricle/emf2svg-ruby",
"host": "github.com",
"name": "emf2svg-ruby",
"owner": "claricle"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 40,
"inputs": {
"security": 32,
"vitality": 54,
"community": 37,
"governance": 66,
"engineering": 66,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 53,
"overall_after_jurisdiction_multiplier": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 52,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v1.4.3",
"releases_from_tags": false,
"days_since_latest_release": 1367,
"mean_days_between_releases": 49.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1367 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1367
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~49.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 49.3
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 37,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"forks": 0,
"stars": 4,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": 13.5,
"status": "met",
"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": "good",
"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": 71,
"inputs": {
"packages": [
"emf2svg"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 309031,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "309,031 downloads all-time across rubygems",
"points": 57,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 309031,
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 5,
"top_contributor_share": 0.447
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 45% of commits",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 45
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"merged_prs": 20,
"open_issues": 1,
"closed_issues": 17,
"issue_closed_ratio": 0.944,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "20/24 decided PRs merged",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 20,
"decided": 24
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/15 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": 40,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "claricle",
"public_repos": 14,
"account_age_days": 271
},
"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 claricle",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "claricle"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "14 public repos, account ~0 yr old",
"points": 10,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 14
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"emf2svg"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "73 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 73
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"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": "5 out of 13 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"conversion",
"emf",
"metanorma",
"ruby",
"svg",
"emf-svg",
"emf2svg",
"libemf2svg"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.3,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 32,
"security_posture_before_jurisdiction": 43
},
"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": "5 out of 13 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/15 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "good",
"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": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (1)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.596,
"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": "28 of 47 human commits state their intent (structured subject or explanatory body)",
"points": 31.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 47
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"ext/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "ext/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "ext/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"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 47",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 47
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 6714,
"source_files_sampled": 6,
"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/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-25T07:29:24.747992Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/claricle/emf2svg-ruby.svg",
"full_name": "claricle/emf2svg-ruby",
"license_state": "absent",
"license_spdx": null
}