JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 415,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 159220,
"PostScript": 8778
},
"pushed_at": "2026-07-26T16:16:31Z",
"created_at": "2023-07-27T04:44:43Z",
"owner_type": "Organization",
"updated_at": "2026-07-26T16:16:35Z",
"description": "Convert between vector image formats (Ruby)",
"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": 15,
"account_age_days": 272
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-07-26T16:16:30Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-05-06T14:28:59Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-02-23T03:39:31Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-02-19T08:33:31Z"
},
{
"tag": "v0.8.2",
"kind": "patch",
"published_at": "2026-02-05T12:05:16Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-01-28T00:43:44Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2025-06-03T02:33:58Z"
},
{
"tag": "v0.7.8",
"kind": "patch",
"published_at": "2025-04-26T10:32:42Z"
},
{
"tag": "v0.7.7",
"kind": "patch",
"published_at": "2024-05-29T09:01:29Z"
},
{
"tag": "v0.7.6",
"kind": "patch",
"published_at": "2024-05-07T16:07:38Z"
},
{
"tag": "v0.7.5",
"kind": "patch",
"published_at": "2024-04-23T19:57:24Z"
},
{
"tag": "v0.7.4",
"kind": "patch",
"published_at": "2024-04-10T11:05:52Z"
},
{
"tag": "v0.7.3",
"kind": "patch",
"published_at": "2024-03-27T14:11:02Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2024-02-15T12:49:30Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2024-01-18T12:32:44Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2024-01-17T22:25:36Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2024-01-04T12:40:09Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2023-12-25T11:14:12Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2023-12-07T16:12:27Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2023-12-07T15:56:58Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2023-12-06T15:21:26Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-11-30T11:39:44Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-11-16T11:33:16Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2023-07-29T06:50:58Z"
}
],
"recent_commits": [
{
"oid": "2fce8428d20e1071b1077c1adc01f6e1f4dd2188",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.10.1",
"author_name": "github-actions",
"author_login": null,
"committed_at": "2026-07-26T16:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb757f305278049d067d76242983735720aca96",
"body": "emfsvg 0.1.2 ships SVG-to-EMF translation. Vectory's Svg#to_emf now\ncalls Emfsvg.from_svg directly instead of shelling out to Inkscape,\ndropping the Inkscape dependency for SVG/EMF (still needed for\nSVG/EPS/PS/PDF).\n\n- vectory.gemspec: require emfsvg >= 0.1.2\n- lib/vectory/svg.rb: to_emf = Emf.from_\n[…]\nop stale Inkscape error-propagation test for to_emf\n- docs/features/{conversion,index}.adoc, getting-started/core-concepts.adoc,\n understanding/architecture.adoc: reflect new SVG/EMF path\n\nCloses #66",
"is_bot": false,
"headline": "Swap Svg#to_emf from Inkscape to emfsvg",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-26T16:13:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "176ed847ecdea3645f62e792f8f2596dd93451c9",
"body": "Swap the FFI wrapper (emf2svg-ruby around GPLv2 libemf2svg) for the\npure-Ruby emfsvg gem.\n\n- vectory.gemspec: depend on emfsvg ~> 0.1\n- lib/vectory/emf.rb: require \"emfsvg\"; collapse tmpdir dance to\n Svg.from_content(Emfsvg.from_bytes(content))\n- spec/examples/emf2svg/ renamed to spec/examples/emfsvg/\n- README.adoc and docs/**/*.adoc: terminology updates",
"is_bot": false,
"headline": "Replace emf2svg with pure-Ruby emfsvg gem",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-07-26T16:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e7c5236580c51bf5d11e182793d8bdcd6d987a9",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.10.0",
"author_name": "github-actions",
"author_login": null,
"committed_at": "2026-05-06T14:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f0ccee41e25a1f13352b4f93f77b282972551a8",
"body": null,
"is_bot": false,
"headline": "lutaml-model 0.8.0: https://github.com/metanorma/isodoc/issues/790",
"author_name": "Nick Nicholas",
"author_login": "opoudjis",
"committed_at": "2026-05-06T14:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a64aa86bfe7c18165c9486d69dcb88082a730850",
"body": null,
"is_bot": false,
"headline": "chore: migrate from inkscape-rake to generic-rake workflow",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-04-20T01:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7afd96eafe157609d58d02514524c936f636a315",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.9.1",
"author_name": "github-actions",
"author_login": null,
"committed_at": "2026-02-23T03:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdc42b2c4d7eb639d15b04596d643e7e1e4da880",
"body": null,
"is_bot": false,
"headline": "fix: use ukiryu 0.2.3 with fixes",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-02-23T03:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a9240b0b3a54ef26b31f3dcad9f89dae3cc2f46",
"body": "…ssue\n\nUkiryu 0.2.1 fixes the PowerShell argument handling that was converting\nforward slashes to backslashes in command arguments. This was causing\nInkscape to fail on Windows because many tools expect forward slashes\nin paths (backslashes can be interpreted as escape characters).\n\nThis commit removes the temporary skip_inkscape_on_windows and\nskip_emf_on_windows helpers that were added as a workaround.",
"is_bot": false,
"headline": "fix: remove test skips now that ukiryu 0.2.1 fixes Windows Inkscape i…",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-02-19T08:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab9aed4feb105ceb3dbf19eea1aecfa0b1edcf3",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.9.0",
"author_name": "github-actions",
"author_login": null,
"committed_at": "2026-02-19T08:33:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6113bb6bfb8a60283a8625f9ce7d97e3ab4236a",
"body": null,
"is_bot": false,
"headline": "feat: use ukiryu for cross-platform command execution",
"author_name": "github-actions",
"author_login": null,
"committed_at": "2026-02-19T08:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "994d6ab8e3084f6c7914f2dbbbbc56cb3f880510",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.8.2",
"author_name": "github-actions",
"author_login": null,
"committed_at": "2026-02-05T12:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89330644757fbb63583d29a4bb0c9bd6507d807d",
"body": null,
"is_bot": false,
"headline": "feat: update svgmapping functionality to allow suffixes",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-02-05T12:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e19c675338b0558b5a52af04946a7584d5bbc479",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.8.1",
"author_name": "github-actions",
"author_login": null,
"committed_at": "2026-01-28T00:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dcdae60f7cca07441f8b05823db9c10da3f06e3",
"body": null,
"is_bot": false,
"headline": "fix: fix release workflow",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-28T00:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5091ee972bb8614e73fdc4d2d1492c2d903377a0",
"body": null,
"is_bot": false,
"headline": "fix: Windows compatibility",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-21T04:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a92b7195afa5b717485c8862220648d39db24d0",
"body": null,
"is_bot": false,
"headline": "chore: rubocop",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-21T04:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4431f8fd2f840fb29dbeae60492cc236fec4ae41",
"body": "- Add Platform abstraction class for centralized OS-specific behavior\n- Implement Strategy pattern for conversion handling\n- Add Configuration class for tool paths and settings\n- Refactor InkscapeWrapper and GhostscriptWrapper to use Platform\n\nBenefits:\n- Eliminates duplicated platform detection logic\n- Separates conversion logic from format classes\n- Enables runtime configuration of tool paths\n- Improves testability through dependency inversion",
"is_bot": false,
"headline": "refactor: implement clean architecture improvements",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-21T04:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2df60ce5cf9feb61be93f0b78a092d1cf045d91a",
"body": null,
"is_bot": false,
"headline": "fix: correct links.yml workflow",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-20T11:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc318879d3c3bbf0bf57650676c24440de133f60",
"body": null,
"is_bot": false,
"headline": "chore: rubocop",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-20T10:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0ca9e48406ca467d116280b460ad97200eb0efc",
"body": null,
"is_bot": false,
"headline": "chore: update GHA",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-20T10:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23635c5830085e1a02c63c9f11b4e69a987fbe14",
"body": null,
"is_bot": false,
"headline": "feat: add docs",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-20T10:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "207fe27ff4f8120805fed082de4fe7eedc94c36b",
"body": "…b.com/metanorma/metanorma/issues/521\n\n- Update IDs in inline style attributes (not just <style> tags)\n- Update url(#id) references when suffixing attributes in SVG\n- Share SVG style manipulation code with Metanorma gem",
"is_bot": false,
"headline": "fix: update svg style attribute id disambiguation, refs https://githu…",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-20T10:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3be709526bb8827f2fd94dfbf1186dec19cb0f6",
"body": null,
"is_bot": false,
"headline": "chore: rubocop",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e30bee4b1e3295d65853b735dc58426ae26b193",
"body": null,
"is_bot": false,
"headline": "fix: properly implement Windows timeouts for Inkscape",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63df1bff8e86c5cbc859a4df8574fd2f04c9d47a",
"body": "Instead of byte-for-byte comparison with fixture file, verify:\n- Valid EPS header (%!PS-Adobe-3.0)\n- Contains BoundingBox (required for valid EPS)\n- Generated by cairo (%%Creator: cairo)\n- Has reasonable content length\n\nThis avoids test failures from cairo version differences (1.18.2 vs 1.18.4)\nthat only affect formatting and not actual EPS validity.",
"is_bot": false,
"headline": "test: simplify EPS conversion test to header validation only",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c558e7bc4a8ad9a951350cbee233ab8daff39541",
"body": "…nces\n\n- Replace `ruby -e \"sleep N\"` with PowerShell `Start-Sleep` on Windows\n The Ruby sleep command doesn't work properly in one-liners on Windows.\n PowerShell's Start-Sleep is the most reliable native sleep mechanism.\n\n- Update TextMatcher to allow extra lines in actual output\n Cairo 1.18.4 on\n[…]\n to tolerate version differences while still catching significant changes.\n\nThis fixes 3 failing tests on Windows GHA:\n1. SystemCall timeout tests (2 tests)\n2. Ps#to_eps with cairo version differences",
"is_bot": false,
"headline": "test: fix Windows test failures for timeout and cairo version differe…",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41eb60e8d4368057d61d372f99159d78cc795b20",
"body": null,
"is_bot": false,
"headline": "fix: generated specs",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dfe72478bd851246f3bc831543734141b89f168",
"body": null,
"is_bot": false,
"headline": "chore: rubocop",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebf5e87f99a9c8f1a05c935c816c3de285f5275f",
"body": null,
"is_bot": false,
"headline": "chore: gitignore",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "757b9f05d88691312438341d5c4c005a4bbdde2d",
"body": "…ef.eps and ref.svg)",
"is_bot": false,
"headline": "feat: dynamically generate fixtures using Ghostscript and Inkscape (r…",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088d1d59bda75686465bd651db7f208d7305b6f1",
"body": null,
"is_bot": false,
"headline": "fix: inkscape display issue on macOS",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bca2d24dabe9881ef12b865f21aa9148272f490a",
"body": null,
"is_bot": false,
"headline": "chore: rubocop",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d650edcfa27304b25e8f05755a5b29788cc11f2f",
"body": null,
"is_bot": false,
"headline": "feat: replace equivalent-xml and rexml with canon",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45e5f7b51a79407ee29456f436ec06475b99a531",
"body": null,
"is_bot": false,
"headline": "fix: fix windows path for Ghostscript, etc.",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f201e9dc201a783de280be3d656e15b91ce5d2d1",
"body": null,
"is_bot": false,
"headline": "chore: rename inkscape converter to wrapper",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f5c5bdcaee8750b8028bb9e7de077fa8a69c96c",
"body": null,
"is_bot": false,
"headline": "chore: rubocop",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ea13ffc0b3bf5e077680119bf065e613b27d5ad",
"body": "…done",
"is_bot": false,
"headline": "feat: protect from inkscape exceptions when eps conversion cannot be …",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2026-01-19T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a764079685e96a664065ac77e58e3caae4f11302",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.8.0",
"author_name": "github-actions",
"author_login": null,
"committed_at": "2025-06-03T02:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5ee200f60c7fedc5c384353b77dd425e78d12fa",
"body": "feat(image_sizer): add image size parsing and conversion utilities: #49",
"is_bot": false,
"headline": "Merge pull request #50 from H3xano/main",
"author_name": "Nick Nicholas",
"author_login": "opoudjis",
"committed_at": "2025-06-03T01:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f01fbd92eef9eb2c2c82ce764f3e2b3c405a7cf",
"body": "…bustness\n\n- Merge functionality from image_sizer.rb into image_resize.rb\n- Add nil checks and improved error handling for dimension calculations\n- Support more CSS unit types (px, in, cm, mm, pt, pc, %) with proper conversions\n- Remove deprecated image_size_zeroes_complete method\n- Update tests to verify new behavior",
"is_bot": false,
"headline": "refactor(image_resize): consolidate image sizing logic and improve ro…",
"author_name": "CyberNomad",
"author_login": "H3xano",
"committed_at": "2025-05-27T04:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "454f9fb3898dce4272fb2d11956a031ddb267f4d",
"body": "Introduce `image_sizer.rb` with methods to convert CSS size strings to pixels, handle percentage calculations, and interpret image dimensions. Includes comprehensive test coverage in `image_sizer_spec.rb` to ensure accuracy across various units and edge cases.",
"is_bot": false,
"headline": "feat(image_sizer): add image size parsing and conversion utilities",
"author_name": "CyberNomad",
"author_login": "H3xano",
"committed_at": "2025-05-16T11:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75519e0964edff8ad0851a696dcb70de848e0929",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.7.8",
"author_name": "github-actions",
"author_login": null,
"committed_at": "2025-04-26T10:32:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f7e61a0e0fafe61480bf5319aab9349d04cae7",
"body": null,
"is_bot": false,
"headline": "fix: support ruby 3.4 by adding base64 to gemspec",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2025-04-26T10:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f91eb825ac33a1ac832ab75a08500e71756555",
"body": "Ensures that content read from EPS and PS files has line endings\nnormalized from CRLF to LF before Base64 encoding for data URI\ncreation. This fixes spec failures caused by mismatches with\nfixture files that use LF endings.",
"is_bot": false,
"headline": "Fix: Normalize line endings in Datauri.from_vector for PS/EPS",
"author_name": "CyberNomad",
"author_login": "H3xano",
"committed_at": "2025-04-26T10:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43e959b20b223597f70bf36e0c513093b4a090d5",
"body": null,
"is_bot": false,
"headline": "chore: add rexml for specs",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2025-04-26T05:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87713d977042418b94b599ad1b74e0eb66d42208",
"body": null,
"is_bot": false,
"headline": "chore: better comment in converting crlf",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2025-04-26T05:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d681d3ecbf5b28554a7460eae12a18dd8a20192",
"body": null,
"is_bot": false,
"headline": "Add EMF Data URI round-trip integrity test",
"author_name": "CyberNomad",
"author_login": "H3xano",
"committed_at": "2025-04-26T05:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fd7d07c6e874e35c44af359098f7be650041393",
"body": "…ution on binary content",
"is_bot": false,
"headline": "Fix corruption in EMF Data URI conversion by avoiding newline substit…",
"author_name": "CyberNomad",
"author_login": "H3xano",
"committed_at": "2025-04-26T05:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebef14b263e1356c251516763231661446cc31f6",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.7.7",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-05-29T09:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f5cb3ec7cb6235b75092dcfae213ffef7d94e92",
"body": null,
"is_bot": false,
"headline": "Handle ImageSize returning nil",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-05-29T09:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bbf2eb035735e66252f9eea1993cd9fe37fe44d",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.7.6",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-05-07T16:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69648bf4b43da210bfe4fa84aa923cffd1b20d26",
"body": null,
"is_bot": false,
"headline": "Fix for the case when SVG have no dimensions",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-05-07T16:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bacd9508cf559dcc46db35334b086cc8662840e",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.7.5",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-04-23T19:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c3ec0142cf49d668227e666ef9d2ab5eabfb6c3",
"body": null,
"is_bot": false,
"headline": "Fix: handle the case when image is not found by path",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-04-23T19:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d66b319ebaada0e60cecad7eae6dc0e2736b1c75",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.7.4",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-04-10T11:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28b37889604ac06142a71b42e3ae27e8ea63d753",
"body": null,
"is_bot": false,
"headline": "Remove the extra xml tags inside of output xml",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-04-10T11:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51667d0f2760f770071e823cf893fa35df342f7",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.7.3",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-03-27T14:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f143f9e61b5b50064bc7f7f1c371e3de6cd6b897",
"body": null,
"is_bot": false,
"headline": "Add border to viewbox in SVG",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-03-27T10:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82c813ca3ae4232222fb74430e3cc1ec3b9d33a",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.7.2",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-02-15T12:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7509414e71529b1240318c3fede594d5ae2fffbf",
"body": null,
"is_bot": false,
"headline": "Loosen Thor and Marcel version requirements",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-02-15T12:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3bd5fc2d121276f10a968e6b0e7e81516abbba5",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.7.1",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-01-18T12:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37721a8f6687cf5ab11a67fb1697f7b669c0f5c",
"body": null,
"is_bot": false,
"headline": "Handle when the input format is requested",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-01-18T12:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "923cd9a46c73461a43f0495d3d05ff43553e376e",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.7.0",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-01-17T22:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "325c6c6638f91b681ae63e399af12acfba1c92c1",
"body": null,
"is_bot": false,
"headline": "Extract #image_resize from metanorma-utils #28",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-01-17T22:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54dda8d0a7b3c8613450719eb26387b7460cb33e",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.6.0",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-01-04T12:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d268f516179ee50b2f0cad4d3822f7d6f5f65a7",
"body": null,
"is_bot": false,
"headline": "Extract svgmap_rewrite0_path from Utils",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-01-04T12:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5f6902ccc095ae1b8a914bfb963d394c5aca2b2",
"body": null,
"is_bot": false,
"headline": "Skip src if it's a directory",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-01-04T12:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cb284c26edd3e684fa2823521d12774c1972225",
"body": null,
"is_bot": false,
"headline": "Fix EMF specs after Inkscape upgrade",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2024-01-04T11:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec3492131cea3cc8ea5ae0a91d95c4e07fe74cd",
"body": null,
"is_bot": false,
"headline": "Extract methods from Metanorma::Utils",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-12-28T17:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b112c0a828410d8146d2070a28d1c2562383ac8",
"body": null,
"is_bot": false,
"headline": "Way to avoid additional parsing of XML",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-12-28T17:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08515c56ab3dc83d390731acf87aa3568fc14118",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.5.0",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-12-25T11:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8de3d02831a22576034c70a48a7a6eb3b3d21852",
"body": null,
"is_bot": false,
"headline": "Metanorma integration: Emf mimetypes, ::from_datauri, ::from_node",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-12-25T11:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09419a84aaaf6cba4a05ce0bb415b855904feedd",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.4.2",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-12-07T16:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bf54011c877261b9c7ebce8c14c87eb8f9db2d3",
"body": null,
"is_bot": false,
"headline": "Fix executable name: no spec.files defined at that point",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-12-07T16:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec668f8e813c3eb1b66b10e6a1d291569c7ebdfd",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.4.1",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-12-07T15:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b64639c576c4f21f962f4336d368d07144467758",
"body": null,
"is_bot": false,
"headline": "Cleanup obsolete code",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-12-07T15:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81e9444df0635fc397a38990137e7aa1f5c34e94",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.4.0",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-12-06T15:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37e0b6f0ea8442c3f8ddb055173f6c570ea5e86",
"body": null,
"is_bot": false,
"headline": "Additional properties (mime, size/file_size, height/width)",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-12-06T15:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c574c791fd07d48eafdb0f42c3278271b4816a6",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.3.0",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-11-30T11:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f00ad586b9325bda2ec516563ed14dffbf4501",
"body": null,
"is_bot": false,
"headline": "README on releasing",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-11-30T11:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c19807eeaf14dd069fca4fedd6c2ec7d14e028e",
"body": null,
"is_bot": false,
"headline": "SVG mapping into xml or html",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-11-30T11:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f9c2d585d9f2d205c15b1c43130ad2e28a7ce26",
"body": null,
"is_bot": false,
"headline": "Add release workflow",
"author_name": "Alexande B",
"author_login": "CAMOBAP",
"committed_at": "2023-11-16T12:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6109f4aa04320d9f64e118d5b8f049fdb0c365b4",
"body": null,
"is_bot": false,
"headline": "Bump vectory to 0.2.0",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-11-16T11:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "792aa22746273837a5bb449cac517413d447844e",
"body": null,
"is_bot": false,
"headline": "File system operations",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-11-06T10:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d99635b45815a57c46effe178aa816805c84847e",
"body": null,
"is_bot": false,
"headline": "datauri",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-11-01T23:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40f98d92cd04b89c80d50dec5a3b96afda785a4c",
"body": null,
"is_bot": false,
"headline": "CLI: handle errors, make output arg optional",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-10-13T17:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0dac6d13357fedc70b69e79b8d216da3d81e807",
"body": null,
"is_bot": false,
"headline": "ps2eps",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-10-11T13:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd6235465d9384a612e53e18e014a6f8580e3f64",
"body": null,
"is_bot": false,
"headline": "Handle errors inside Inkscape",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-10-05T14:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "671393d3d4f554e6e9e432d02fa0ba5850a6f165",
"body": null,
"is_bot": false,
"headline": "svg2eps",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-10-04T14:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c731100ceac6c8a1d3dc51e0ca0327a5d4c8f935",
"body": null,
"is_bot": false,
"headline": "emf2eps",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-10-03T13:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d48b4fa2b56fae38a5f34f074bfc1febd180c0f",
"body": null,
"is_bot": false,
"headline": "emf2svg",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-10-03T11:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3b17fafa6f4ff0383895fbcfbb409031e5e0238",
"body": null,
"is_bot": false,
"headline": "eps2emf",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-10-03T11:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f295bd8619ebebe0b9e5de56c7adabb6ff9a0b",
"body": null,
"is_bot": false,
"headline": "svg2emf",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-09-28T11:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "815e12c4dba9c757fa9b1970c1c4f48b30c4732f",
"body": null,
"is_bot": false,
"headline": "eps2svg",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-09-28T04:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "861ea01dcc8334a14c2066e572a00de363122f39",
"body": null,
"is_bot": false,
"headline": "Extract code from isodoc to base structure of a library",
"author_name": "Alexey Morozov",
"author_login": "alemorozov",
"committed_at": "2023-08-21T09:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "377eb6dbb525577c1060b635c518b66aa905ba24",
"body": null,
"is_bot": false,
"headline": "chore: add joke",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2023-07-29T07:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57a7ef994ef4536a5b9fd3f1191e86d7ed8fffaf",
"body": null,
"is_bot": false,
"headline": "chore: update defaults and description",
"author_name": "Ronald Tse",
"author_login": "ronaldtse",
"committed_at": "2023-07-29T06:50:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8b59601fa3b02e69e7ecacf72a19c9ad02cc486",
"body": null,
"is_bot": false,
"headline": "#1 generate boilerplate gem",
"author_name": "Alexande B",
"author_login": "CAMOBAP",
"committed_at": "2023-07-27T15:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "945afb71adb6b4203fbe87238fdbe7c88eb99903",
"body": null,
"is_bot": false,
"headline": "#2 add gha workflows",
"author_name": "Alexande B",
"author_login": "CAMOBAP",
"committed_at": "2023-07-27T15:28:08Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 35,
"latest_release_at": "2026-07-26T16:16:30Z",
"latest_release_tag": "v0.10.1",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 0,
"mean_days_between_releases": 90
},
"community": {
"has_readme": true,
"has_license": false,
"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": "vectory",
"exists": true,
"license": "BSD-2-Clause",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": false,
"registry_url": "https://rubygems.org/gems/vectory",
"is_deprecated": false,
"latest_version": "0.10.1",
"repository_url": "https://github.com/metanorma/vectory",
"versions_count": 24,
"total_downloads": 108081,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2023-07-29T06:56:46.506000Z",
"latest_published_at": "2026-07-26T16:16:34.244000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 1,
"stars": 2,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2025-04-24",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 12919,
"source_files_sampled": 45,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile",
"docs/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": 23,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "canon",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 0.1.7"
},
{
"name": "connection_pool",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 2.0"
},
{
"name": "openssl",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 3.0"
},
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop-performance",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop-rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop-rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "canon",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "connection_pool",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "openssl",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"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-rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-rspec",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "asciidoctor",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "emfsvg",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "image_size",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jekyll",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jekyll-asciidoc",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jekyll-seo-tag",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jekyll-sitemap",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "just-the-docs",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "kramdown-parser-gfm",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "marcel",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "nokogiri",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "thor",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ukiryu",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 23,
"direct_count": 9,
"indirect_count": 14
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 40,
"open_issues": 2,
"closed_ratio": 0.905,
"closed_issues": 19,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "alemorozov",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/1452075?v=4"
},
{
"type": "User",
"login": "ronaldtse",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/11865?v=4"
},
{
"type": "User",
"login": "H3xano",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/43128233?v=4"
},
{
"type": "User",
"login": "CAMOBAP",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2169738?v=4"
},
{
"type": "User",
"login": "opoudjis",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1911039?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.505
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"automerge.yml",
"docs.yml",
"links.yml",
"rake.yml",
"release.yml"
],
"has_docs_dir": true,
"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": 10,
"reason": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/18 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 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": 4,
"reason": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2fce8428d20e1071b1077c1adc01f6e1f4dd2188",
"ran_at": "2026-07-26T16:18:23Z",
"aggregate_score": 3.6,
"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-26T16:17:10Z",
"oldest_open_prs": [
{
"number": 62,
"created_at": "2026-04-16T16:01:04Z",
"last_comment_at": "2026-04-22T06:25:09Z",
"last_comment_author": "opoudjis"
}
],
"last_merged_pr_at": "2026-07-26T16:13:41Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 64,
"created_at": "2026-07-26T04:36:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 67,
"created_at": "2026-07-26T16:07:55Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/claricle/vectory",
"host": "github.com",
"name": "vectory",
"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": 38,
"inputs": {
"security": 27,
"vitality": 68,
"community": 14,
"governance": 50,
"engineering": 80,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 50,
"overall_after_jurisdiction_multiplier": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 35,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"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": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "35 commits in the last year",
"points": 14,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 35
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 80,
"inputs": {
"releases_count": 24,
"latest_release_tag": "v0.10.1",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 90
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~90 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 90
}
}
],
"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": "critical",
"name": "Community & Adoption",
"value": 14,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 1,
"stars": 2,
"watchers": 9,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "9 watchers",
"points": 5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 9
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "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": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.505
},
"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 50% of commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"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 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 40,
"open_issues": 2,
"closed_issues": 19,
"issue_closed_ratio": 0.905,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 42.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "40/44 decided PRs merged",
"points": 34.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 40,
"decided": 44
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/18 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 15,
"account_age_days": 272
},
"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": "15 public repos, account ~0 yr old",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"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": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"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": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, 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": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.6,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 27,
"security_posture_before_jurisdiction": 36
},
"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": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/18 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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": 5
},
"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": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.43,
"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": "43 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 43,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".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 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": "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": 12919,
"source_files_sampled": 45,
"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/45 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 45,
"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",
"rubygems package 'vectory' points at a different repository (https://github.com/metanorma/vectory); excluded from ecosystem scoring",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-26T16:18:35.846318Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/claricle/vectory.svg",
"full_name": "claricle/vectory",
"license_state": "absent",
"license_spdx": null
}