Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"distributed-tracing",
"llm",
"opentelemetry",
"opentelemetry-instrumentation",
"rails",
"ruby",
"ruby-llm",
"telemetry",
"tracing"
],
"is_fork": false,
"size_kb": 70,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 61631
},
"pushed_at": "2026-07-31T19:15:17Z",
"created_at": "2026-02-03T00:36:50Z",
"owner_type": "Organization",
"updated_at": "2026-07-31T19:15:58Z",
"description": "OpenTelemetry instrumentation for RubyLLM. 💬🔭",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://thoughtbot.com",
"name": "thoughtbot, inc.",
"type": "Organization",
"login": "thoughtbot",
"company": null,
"location": null,
"followers": 891,
"avatar_url": "https://avatars.githubusercontent.com/u/6183?v=4",
"created_at": "2008-04-10T18:00:20Z",
"is_verified": null,
"public_repos": 469,
"account_age_days": 6686
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-07-31T19:18:35Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-03T22:48:00Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-06-05T15:46:23Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-05-08T15:59:12Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-10T20:20:37Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-04-10T14:48:47Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-02-07T20:37:08Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-07T20:27:55Z"
}
],
"recent_commits": [
{
"oid": "96e28017e602085a4467587811b82cb2691fd42f",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.7.1",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-07-31T19:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa947770cd8d840999f413a38df6fc780cd262c4",
"body": "Enforce that `@otel_attributes` are always set in the span, so traces will contain the fields even when providers fail to generate a response.\n\nCo-authored-by: Julian Pasquale <jpasquale@fu.do>",
"is_bot": false,
"headline": "Ensure OTel attributes are traced when exceptions are raised (#33)",
"author_name": "Julian Pasquale",
"author_login": "JulianPasquale",
"committed_at": "2026-07-31T19:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eb3f82cb71af67c78c32d6e32ac8ff751a66b0e",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.7.0",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-07-03T22:44:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c76b72d654c5699f6a7d3da546321cee2fb5dfe1",
"body": "…(#32)\n\nThis stamps the conversation id on traces by introducing a prepend on\n`RubyLLM::ActiveRecord::ChatMethods#to_llm` that hands the record id to\nthe Chat patch through a dedicated `otel_conversation_id` writer rather\nthan only through manually setting `with_otel_attributes`.\n\n`with_otel_attribu\n[…]\ni.conversation.id`, it wins over the\nautomatic one being introduced.\n\nThe legacy `acts_as` API (where `use_new_acts_as` is set to `false`)\nuses a different module and keeps the documented manual path.",
"is_bot": false,
"headline": "Automatically set conversation id on chat spans of persisted records …",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-07-03T22:33:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "95a125607c31de2d7e0de21392454c96cb1df7ac",
"body": "Every top-level agent `ask` previously produced its own anonymous \"chat\n<model>\" root trace, so a job driving an agent would show up as a pile\nof unnamed traces with no domain grouping and no way to tell which agent\nran.\n\nThis prepends a patch onto RubyLLM::Agent that wraps ask, say, and\ncomplete in\n[…]\n not set, it's\ngoing to show blakn once the agent span becomes the root.\n\n`with_otel_attributtes` forwards to the underlying chat (through\n`to_llm` for records), and is also applied to the agent span.",
"is_bot": false,
"headline": "Trace RubyLLM::Agent invocations as invoke_agent root spans",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-07-03T19:18:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35b2ab628d9adc68623b45276d569346e0993b41",
"body": "Co-authored-by: Julian Pasquale <jpasquale@fu.do>",
"is_bot": false,
"headline": "Document conversation and user tracking via with_otel_attributes (#28)",
"author_name": "Julian Pasquale",
"author_login": "JulianPasquale",
"committed_at": "2026-06-30T13:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cad93ceb5cc88e0b9b75bf0f7f1513429609c826",
"body": "Tool results can be quite large (RAG docs, JSON responses, DB rows), and the current hardcoded limit sometimes truncates important context.\n\nFor evaluation and development, we need access to the full tool output - partial data isn’t enough to properly assess retrieval quality or build reliable eval datasets. Since tools like MLflow, Arize Phoenix, Traceloop, etc support full tool I/O, this limit can be configured instead of hardcoded.",
"is_bot": false,
"headline": "Add configurable tool_result_max_length for tool result spans (#30)",
"author_name": "Andrii Sheredeha",
"author_login": "sheredega303",
"committed_at": "2026-06-29T19:08:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7128b1f2ee2e7905716a52d7f739849ec3071606",
"body": "…#29)\n\n* Capture RubyLLM::Content and RubyLLM::Content::Raw in message spans\n\nCapture structured message content in the input/output message and\nsystem-instruction span attributes, covering both RubyLLM::Content\n(text plus attachments) and RubyLLM::Content::Raw (provider-specific\npayloads). RubyLLM:\n[…]\nnt as readable text instead of `[object Object]`.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Capture RubyLLM::Content and RubyLLM::Content::Raw in message spans (…",
"author_name": "Edgars Beigarts",
"author_login": "ebeigarts",
"committed_at": "2026-06-19T19:20:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1ba5066a3b90bab8fdee8da28696b1ae8075d3b1",
"body": "The test was stubbing an OpenAI response with `cache_write_tokens`, but\nruby_llm's OpenAI provider only extracts that field as of 1.15.0. On\n1.8.0-1.14.1 it hardcodes `cache_creation_tokens` to 0 causing the test\nto fail.\n\nSplit this test into two tests:\n- OpenAI: asserts only `cache_read.input_toke\n[…]\ncreation` since\n Anthropic has surfaced both since the accessors were added\n\nBoth tests skip on ruby_llm < 1.9.0 where the `cached_tokens` /\n`cache_creation_tokens` Message accessors don't exist yet.",
"is_bot": false,
"headline": "Split prompt cache token test by provider (#27)",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-06-05T16:04:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8963700f53b391dc3627f77aacbf1fcc9fce9f98",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.6.0",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-06-05T15:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09ac45fb352cac86b44a59d80ecc44fe805708d6",
"body": "Pins testing against two RubyLLM versions in CI so we catch\ncompatibility regressions across the supported range:\n\n- `ruby_llm-1.8.0` is practical minimum at current moment.\n `RubyLLM::Models.resolve` class-level delegation (added in\n 1.8.0) are referenced by the chat / embedding patches, so anyth\n[…]\n cannot run this gem.\n- `ruby_llm-1-latest` — `~> 1.8`, resolves to the latest 1.x release\n (currently 1.15.x). Catches breaking changes in newer RubyLLM\n releases before they surface in production.",
"is_bot": false,
"headline": "Add multi-version `ruby_llm` test matrix via Appraisal (#24)",
"author_name": "Oleksii Leonov",
"author_login": "oleksii-leonov",
"committed_at": "2026-06-05T15:40:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "078c557619a7fe9b1a13f30bf086222341fc5b47",
"body": "Make the requirement explicit via the standard OTel\ninstrumentation pattern: a `compatible` block that returns false when\nthe loaded `ruby_llm` version is below the pin (mirrors what httpx,\nhttp, http_client do in opentelemetry-ruby-contrib).\n\nWhen the block returns false, OpenTelemetry::Instrumenta\n[…]\nwithout\nthe OTel traces (and without a hard crash).\n\nNote: `gem \"rspec-mocks\"` test dependency added to use `stub_const`.\nThis is aligned with other instrumentation gems in opentelemetry-ruby-contrib.",
"is_bot": false,
"headline": "Require ruby_llm >= 1.8.0 via OTel `compatible` block (#25)",
"author_name": "Oleksii Leonov",
"author_login": "oleksii-leonov",
"committed_at": "2026-06-05T15:38:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac245ceb78ed791cf82ca6efb3b613d131e24b56",
"body": "…tool spans (#23)\n\nAdding more tags from OpenTelemetry GenAI semantic conventions\nhttps://opentelemetry.io/docs/specs/semconv/gen-ai/gen-ai-spans/.\n\n`Chat#complete`:\n\n- `gen_ai.request.stream`\n- `gen_ai.usage.cache_read.input_tokens`\n- `gen_ai.usage.cache_creation.input_tokens`\n\n`Chat#execute_tool`:\n\n- `error.type` + record_exception + ERROR status on rescue.\n- `gen_ai.tool.description`",
"is_bot": false,
"headline": "Add GenAI semconv attributes for streaming, prompt-cache tokens, and …",
"author_name": "Oleksii Leonov",
"author_login": "oleksii-leonov",
"committed_at": "2026-06-05T15:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a97ca4357c8e79aa24b82f2bf129bb3d73d15c5",
"body": null,
"is_bot": false,
"headline": "Set gen_ai.operation.name for tool spans to \"execute_tool\" (#22)",
"author_name": "Oleksii Leonov",
"author_login": "oleksii-leonov",
"committed_at": "2026-05-21T16:32:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0f1313ad5b467e9f213c8ccc92c3f8d275d83af",
"body": "…tions",
"is_bot": false,
"headline": "Update README with supported features and fix typo on install instruc…",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-05-08T16:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93063ca38090065671670cdb5a07650c110ff04c",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.5.0",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-05-08T15:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caac9b77d20e80066f773b67707a6425507042a2",
"body": "Allows setting arbitrary OpenTelemetry attributes on chat spans or\ntraces via `with_otel_attributes`. Values can be static or callables\n(Procs/ lambdas) that are evaluated after each completion for access to\nresponse data.",
"is_bot": false,
"headline": "Add `with_otel_attributes` for custom observation attributes (#21)",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-05-08T15:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87a0a48a4f4add576cecb8c27e136b2e6a7e2708",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.0",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-04-10T20:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e8ca6d92a22001a7050f22fb1defed84d15c5d3",
"body": "The outer `rescue StandardError` blocks in `complete`, `execute_tool`,\nand `embed` were catching errors from instrumentation, logging them\nvia `OpenTelemetry.handle_error`, and then calling `super` — which\nre-executed the original RubyLLM method, resulting in duplicate API\ncalls to the LLM provider.\n[…]\ndd the `error.type` attribute per GenAI semantic conventions.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n(cherry picked from commit 8da3544f717040682ef9181942a2386fc96e532f)",
"is_bot": false,
"headline": "Remove outer rescue blocks that caused duplicate RubyLLM calls",
"author_name": "Edgars Beigarts",
"author_login": "ebeigarts",
"committed_at": "2026-04-10T20:12:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7c15cb6daa2dd4d4bc6d94c35245dbaca4ae70dc",
"body": "Since ruby_llm supports Ruby >= 3.1.0, this updates the minimum\nRuby version to 3.1.3 to match. All specs continue to pass and\nno 3.2-specific features are in use.",
"is_bot": false,
"headline": "Relax Ruby version requirement from 3.2.0 to 3.1.3 (#19)",
"author_name": "tleish",
"author_login": "tleish",
"committed_at": "2026-04-10T17:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cac521f267910053d1d1ff6b0176da63961c7db2",
"body": "Instrument the embeddings endpoint following the OpenTelemetry GenAI\nsemantic conventions for embedding spans. The patch is applied via\nsingleton_class.prepend on RubyLLM::Embedding, wrapping the class-level\nembed method with a CLIENT span.\n\nSpan attributes:\n- gen_ai.operation.name: \"embeddings\"\n- g\n[…]\n\n\nTests cover span creation with all attributes, error recording on\nAPI failure, and resilience when instrumentation itself fails.\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add instrumentation for RubyLLM::Embedding.embed (#17)",
"author_name": "Edgars Beigarts",
"author_login": "ebeigarts",
"committed_at": "2026-04-10T17:08:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3328ffe5d086ff437095e6934efe7ccc6e1aa51d",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.3.0",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-04-10T14:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23c4d38c6aa95d7b28aa8576d0c3d836b6f5dc73",
"body": "RubyLLM's Rails/ActiveRecord integration (acts_as_chat) defines its own\nask method that calls RubyLLM::Chat#complete directly, bypassing the\ninstrumentation's patched #ask method. By instrumenting #complete instead,\nall LLM API calls are captured regardless of the entry point.\n\nThis also means tool \n[…]\n ask loop, giving better\nvisibility into each individual LLM request.\n\nCloses thoughtbot/opentelemetry-instrumentation-ruby_llm#15\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Instrument complete instead of ask (#16)",
"author_name": "Edgars Beigarts",
"author_login": "ebeigarts",
"committed_at": "2026-04-10T14:11:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c75f29f7eca96ed00a59a1e4e8184be3843e15c3",
"body": null,
"is_bot": false,
"headline": "Update chat.rb interface",
"author_name": "Bruno Stival Ferraro",
"author_login": "ferrarob",
"committed_at": "2026-03-24T13:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0803c945f2166989289ec6d040f6afd706c03c3e",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.2.0",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-07T20:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e1c777b72a74d8b9029ffee53efce054c02b2ce",
"body": null,
"is_bot": false,
"headline": "Untrack Gemfile.lock",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-07T20:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75c17ab49b32079ecc789891a688a4fd4766d22",
"body": "Support capturing gen_ai.system_instructions, gen_ai.input.messages and\ngen_ai.output.messages via capture_content config option or\nOTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT env var. Content is\nnot captured by default.",
"is_bot": false,
"headline": "Add opt-in content capture for messages and system instructions",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-07T20:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7b4f098d5279517e1d362e5b5f6fce823990d5c",
"body": "The inner rescue now wraps only the super call, so instrumentation bugs\ndon't get misrecorded as API errors on the span.",
"is_bot": false,
"headline": "Adjust error handling to scope rescue to API calls only",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-07T19:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfd5de8c546044ba5f1dda504f22a32f5c403a0e",
"body": null,
"is_bot": false,
"headline": "Update README to include planned custom attributes",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-07T15:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "635efde4c003ac2e800b89eeb772acaecb7db2b8",
"body": null,
"is_bot": false,
"headline": "Add license to gemspec",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-06T18:36:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e682c2ff518056cb2f7d8c08a74ecaa219c15d5d",
"body": null,
"is_bot": false,
"headline": "Update README with additional plans",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-06T18:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "639afc2f338cb40fa9f08bd0783e04795c107b74",
"body": null,
"is_bot": false,
"headline": "Add example scripts",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-06T18:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6265af346053eb0b9aa463f002d611f826320b16",
"body": "This wouldn't be typically needed on minimally invasive approaches of\nprepending instrumentation around other frameworks, but since we're\nadding some code to insert attributes, it's probably safer to ensure\ninstrumentation bugs wouldn't crash the user's LLM calls.",
"is_bot": false,
"headline": "Rescue instrumentation failures",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-06T15:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22d9a9ede212b6a016b7fa2aa123e8b4608a7e9",
"body": null,
"is_bot": true,
"headline": "docs: documentation files updated",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-05T04:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e48caa04ae2efb83cec4345c74ba6944b41f3b9",
"body": null,
"is_bot": false,
"headline": "Add missing path for dynamic readme footer",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-05T04:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b96de019712c30abf06121900253fe52a2a5d21",
"body": null,
"is_bot": true,
"headline": "docs: documentation files updated",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-05T04:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b0d28439d0ac9d957a21a605d9bb77c8faba78a",
"body": null,
"is_bot": false,
"headline": "Add GitHub workflows and dynamic document templates",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-05T04:00:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6bab0c6a1bfda5f4bdd337cc689b43529c0191c",
"body": null,
"is_bot": false,
"headline": "Add README and community documentation",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-05T03:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b829255b19a5bf8316441d9742ba599b6124c4bd",
"body": "Creates spans for RubyLLM::Chat#execute_tool with tool name, arguments, and\nresult. Those spans appear as children of the chat span for waterfall\nvisualization.",
"is_bot": false,
"headline": "Add tool call instrumentation",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-05T02:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9fc08b26dc8107fa280e6c9f0b2df68ac75454b",
"body": "Provides automatic tracing for RubyLLM::Chat#ask calls with provider and\nmodel identification and token usage tracking using [OpenTelemetry's\nsemantic conventions for generative AI\nsystems](https://opentelemetry.io/docs/specs/semconv/gen-ai/).",
"is_bot": false,
"headline": "Add initial OpenTelemetry instrumentation for RubyLLM",
"author_name": "Clarissa Borges",
"author_login": "clarissalimab",
"committed_at": "2026-02-05T02:15:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 38,
"latest_release_at": "2026-07-31T19:18:35Z",
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 10,
"days_since_latest_release": 0,
"mean_days_between_releases": 24.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "opentelemetry-instrumentation-ruby_llm",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/opentelemetry-instrumentation-ruby_llm",
"is_deprecated": false,
"latest_version": "0.7.1",
"repository_url": "https://github.com/thoughtbot/opentelemetry-instrumentation-ruby_llm",
"versions_count": 8,
"total_downloads": 51785,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2026-02-06T18:36:58.890000Z",
"latest_published_at": "2026-07-31T19:17:50.435000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 8,
"stars": 47,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-03-20",
"count": 2
},
{
"date": "2026-03-26",
"count": 2
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-24",
"count": 2
}
],
"complete": true,
"collected": 8,
"total_forks": 8
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"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": 18636,
"source_files_sampled": 17,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "ruby_llm",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "opentelemetry-sdk",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "opentelemetry-exporter-otlp",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 27,
"open_issues": 2,
"closed_ratio": 0.5,
"closed_issues": 2,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "clarissalimab",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/15739610?v=4"
},
{
"type": "User",
"login": "ebeigarts",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/8155?v=4"
},
{
"type": "User",
"login": "oleksii-leonov",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/241582?v=4"
},
{
"type": "User",
"login": "JulianPasquale",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/26656167?v=4"
},
{
"type": "User",
"login": "sheredega303",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/96356148?v=4"
},
{
"type": "User",
"login": "ferrarob",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/698074?v=4"
},
{
"type": "User",
"login": "tleish",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1099993?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.658
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"dynamic-readme.yml",
"dynamic-security.yml",
"main.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "21 out of 21 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": 4,
"reason": "Found 13/29 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "17 commit(s) and 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": 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": 10,
"reason": "security policy file 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": "96e28017e602085a4467587811b82cb2691fd42f",
"ran_at": "2026-07-31T19:24:05Z",
"aggregate_score": 5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-31T19:15:28Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-31T19:11:21Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 13,
"created_at": "2026-02-28T21:59:50Z",
"last_comment_at": "2026-03-02T14:23:01Z",
"last_comment_author": "clarissalimab"
},
{
"number": 26,
"created_at": "2026-05-26T10:50:15Z",
"last_comment_at": "2026-07-05T20:53:31Z",
"last_comment_author": "sandstrom"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/thoughtbot/opentelemetry-instrumentation-ruby_llm",
"host": "github.com",
"name": "opentelemetry-instrumentation-ruby_llm",
"owner": "thoughtbot"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 62 is calibrated to 69 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 62,
"calibrated": 69,
"calibration": "2026-08-02"
}
}
],
"value": 69,
"inputs": {
"security": 50,
"vitality": 80,
"community": 52,
"governance": 63,
"calibration": "2026-08-02",
"engineering": 65,
"ai_readiness": 36,
"weighted_overall_raw": 62
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 80,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 38,
"human_commit_share": 0.95,
"days_since_last_push": 0,
"active_weeks_last_year": 10
},
"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": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "38 commits in the last year",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 38
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "17 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": "exceptional",
"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": 100,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 24.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"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 ~24.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 24.9
}
}
],
"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": "exceptional",
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 8,
"stars": 47,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "47 stars",
"points": 27,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 47
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "8 forks",
"points": 7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 8
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 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": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"packages": [
"opentelemetry-instrumentation-ruby_llm"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 51785,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "51,785 downloads all-time across rubygems",
"points": 49,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 51785,
"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": 63,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.658
},
"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 66% of commits",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"merged_prs": 27,
"open_issues": 2,
"closed_issues": 2,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 2,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 21,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27/29 decided PRs merged",
"points": 27.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27,
"decided": 29
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 13/29 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 891,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "thoughtbot",
"public_repos": 469,
"account_age_days": 6686
},
"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": "891 followers of thoughtbot",
"points": 21.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 891,
"login": "thoughtbot"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "469 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 469
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"opentelemetry-instrumentation-ruby_llm"
],
"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": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 65,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "21 out of 21 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"distributed-tracing",
"llm",
"opentelemetry",
"opentelemetry-instrumentation",
"rails",
"ruby",
"ruby-llm",
"telemetry",
"tracing"
],
"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": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"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": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5
},
"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": "21 out of 21 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 13/29 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "17 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 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 detected",
"points": 5,
"status": "met",
"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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 36,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.553,
"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": "21 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 29.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.1,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "4 of the last 40 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 40
}
}
],
"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": 18636,
"source_files_sampled": 17,
"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/17 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:rubygems",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T19:24:20.483265Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/thoughtbot/opentelemetry-instrumentation-ruby_llm.svg",
"full_name": "thoughtbot/opentelemetry-instrumentation-ruby_llm",
"license_state": "standard",
"license_spdx": "MIT"
}