Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"actionmailer",
"email",
"mail",
"mailtrap-io",
"rails",
"ruby"
],
"is_fork": false,
"size_kb": 836,
"has_wiki": true,
"homepage": "https://mailtrap.io",
"languages": {
"Ruby": 342356,
"Shell": 1517
},
"pushed_at": "2026-07-27T06:45:40Z",
"created_at": "2022-06-13T16:03:34Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T06:42:26Z",
"description": "The official mailtrap.io Ruby client",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "Mailtrap.io",
"type": "Organization",
"login": "mailtrap",
"company": null,
"location": null,
"followers": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/228706481?v=4",
"created_at": "2025-08-26T10:44:32Z",
"is_verified": null,
"public_repos": 25,
"account_age_days": 334
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.12.0",
"kind": "minor",
"published_at": "2026-07-27T06:45:43Z"
},
{
"tag": "v2.11.1",
"kind": "patch",
"published_at": "2026-07-02T13:10:03Z"
},
{
"tag": "v2.11.0",
"kind": "minor",
"published_at": "2026-05-14T13:36:48Z"
}
],
"recent_commits": [
{
"oid": "484d54c1b288c8a59cb8e7d22a0a20243e489fde",
"body": "Release v2.12.0",
"is_bot": false,
"headline": "Merge pull request #118 from mailtrap/release-v2.12.0",
"author_name": "Marcin Klocek",
"author_login": "mklocek",
"committed_at": "2026-07-27T06:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cecf33b9d1db91d38e86378bfc407f2feb67899f",
"body": null,
"is_bot": true,
"headline": "Release v2.12.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-24T14:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b62a3084603c36afe6237859d8675155dfbb3b50",
"body": "Add Inbound Email v2 API support",
"is_bot": false,
"headline": "Merge pull request #117 from mailtrap/inbound-v2",
"author_name": "Marcin Klocek",
"author_login": "mklocek",
"committed_at": "2026-07-24T14:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e60835842a2aacf40371336eff11ccc93c0b7fdb",
"body": "Per-resource example scripts for inbound folders, inboxes, messages (incl. reply/reply_all/forward) and threads, linked from a new Inbound Email section in the README.",
"is_bot": false,
"headline": "Add inbound v2 examples and README entries",
"author_name": "Marcin Klocek",
"author_login": "mklocek",
"committed_at": "2026-07-24T14:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c28fbe20c28a0bbcb02550d2e6ab359b9e175bee",
"body": "Cassettes recorded against the live API for folders, inboxes, messages and threads, with the spec let IDs pointed at real recorded resources. Response bodies anonymised: the sending domain is replaced with example.com and the live inbox addresses with non-real slugs; the public inbound-mailtrap.io domain and resource IDs are kept, consistent with the existing cassettes.",
"is_bot": false,
"headline": "Record inbound API VCR cassettes",
"author_name": "Marcin Klocek",
"author_login": "mklocek",
"committed_at": "2026-07-24T14:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe4039413a70d1320ff7195d2377d608db5dc76",
"body": "Offline DTO specs for all inbound structs, and VCR-based API specs for folders, inboxes, messages and threads (happy paths plus ArgumentError and Mailtrap::Error cases). Cassettes to be recorded against the live API.",
"is_bot": false,
"headline": "Add inbound v2 specs",
"author_name": "Marcin Klocek",
"author_login": "mklocek",
"committed_at": "2026-07-24T05:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce3426761f19e07e90b74eeacf1cc76fad41a823",
"body": "InboundFoldersAPI (CRUD), InboundInboxesAPI (folder-scoped CRUD), InboundMessagesAPI (list/get/delete + reply/reply_all/forward) and InboundThreadsAPI (list/get/delete), wired into lib/mailtrap.rb.\n\nInbound is token-scoped, so these override initialize to take just a client (no account_id). Nested attachments and thread messages are built into typed structs, mirroring EmailLogsAPI's event handling.",
"is_bot": false,
"headline": "Add inbound v2 API classes",
"author_name": "Marcin Klocek",
"author_login": "mklocek",
"committed_at": "2026-07-24T05:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25d78eaaae825536fd62781c1311acc0f5815b55",
"body": "Struct DTOs for folders, inboxes, messages (with typed attachments), threads (with typed thread messages), the paginated list responses, and the reply/forward send result. Matches the OpenAPI spec.",
"is_bot": false,
"headline": "Add inbound v2 DTOs",
"author_name": "Marcin Klocek",
"author_login": "mklocek",
"committed_at": "2026-07-24T05:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9193f4ac7b0629e30fb0a847ba979d90dc4026",
"body": "EmailLogMessage gains rfc_message_id, in_reply_to, references, and thread_id. SendingDomain gains inbound_enabled and inbound_verified.\n\nSpecs and VCR cassettes for both endpoints updated to cover the new fields. Cassette bodies were hand-edited rather than re-recorded, to avoid churning live resources and to keep the curated email-log fixture stable.",
"is_bot": false,
"headline": "Add inbound v2 fields to email log and sending domain DTOs",
"author_name": "Marcin Klocek",
"author_login": "mklocek",
"committed_at": "2026-07-24T04:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5831c122444a47d7d8b3a47a2612f2977ba2426",
"body": "MT-22678: Add name search filter to contact lists listing",
"is_bot": false,
"headline": "Merge pull request #116 from mailtrap/MT-22678-ruby-contact-list-search",
"author_name": "Maciej Walusiak",
"author_login": "Rabsztok",
"committed_at": "2026-07-14T06:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6612bc55249bea8800ecd9f6edee1282aa90b700",
"body": null,
"is_bot": false,
"headline": "MT-22678: Drop search filter call-out from README",
"author_name": "Maciej Walusiak",
"author_login": "Rabsztok",
"committed_at": "2026-07-10T08:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6bd44803e726be70d0123c84324b4e112782255",
"body": null,
"is_bot": false,
"headline": "MT-22678: Add search filter to contact lists listing",
"author_name": "Maciej Walusiak",
"author_login": "Rabsztok",
"committed_at": "2026-07-09T10:18:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9c0b5ad6671014def520eb68539c7aba168a0de",
"body": "Release v2.11.1",
"is_bot": false,
"headline": "Merge pull request #115 from mailtrap/release-v2.11.1",
"author_name": "Ihor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-07-02T12:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb90c661daf4601803fc255ba72c145e7b303d2",
"body": null,
"is_bot": true,
"headline": "Release v2.11.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-02T12:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ae4fe19d57a92bd7b28ec4d3c78062bd84574c4",
"body": "…w-for-ruby-sdks\n\nImplement draft-release workflow",
"is_bot": false,
"headline": "Merge pull request #112 from mailtrap/implement-draft-release-workflo…",
"author_name": "Ihor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-07-02T12:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be3224af6a8be792620cbde078d256a78f6ac46",
"body": null,
"is_bot": false,
"headline": "Install dependencies",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-07-01T06:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0243225092bea8f02f947b56e31d2881d6a79f72",
"body": "…flow-placeholder-for-sdk-repos\n\nAdd draft-release workflow placeholder",
"is_bot": false,
"headline": "Merge pull request #111 from mailtrap/MT-22783-add-draft-release-work…",
"author_name": "Ihor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-07-01T06:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ccbfe3c186d8f42625b4c01ef9e0f463de890de",
"body": null,
"is_bot": false,
"headline": "Implement draft-release workflow",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-06-30T12:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d17ed05be6802dd6f93d33135ce99e7507fd3e7c",
"body": null,
"is_bot": false,
"headline": "Add draft release placeholder",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-06-29T07:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ea47dc34b87c9b084339dfd4c5babee7b7a8b72",
"body": "…fication\n\nMT-22022: Add webhook signature verification helper",
"is_bot": false,
"headline": "Merge pull request #110 from mailtrap/MT-22022-webhook-signature-veri…",
"author_name": "Maciej Walusiak",
"author_login": "Rabsztok",
"committed_at": "2026-05-27T05:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44da3ff0f94d2f4b481993d828a26ee4634c78fb",
"body": null,
"is_bot": false,
"headline": "Replace example with rackup endpoint",
"author_name": "Maciej Walusiak",
"author_login": "Rabsztok",
"committed_at": "2026-05-25T12:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3db34c2e98b0b0f408d960cc9fea4a606be356",
"body": null,
"is_bot": false,
"headline": "MT-22022: Simplify example to happy-path verification only",
"author_name": "Maciej Walusiak",
"author_login": "Rabsztok",
"committed_at": "2026-05-21T07:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd005c8ac7f24485808e26defdf1239dec0f0232",
"body": "Release v2.11.0",
"is_bot": false,
"headline": "Merge pull request #109 from mailtrap/release/2.11.0",
"author_name": "Ihor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-20T11:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43cb34620ccb0155c068dde9abf05940041243a",
"body": null,
"is_bot": false,
"headline": "Add webhook signature verification helper",
"author_name": "Maciej Walusiak",
"author_login": "Rabsztok",
"committed_at": "2026-05-20T07:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c65a53cca001cbb1b05d9007ae31e0f5b2904553",
"body": "Co-authored-by: Volodymyr Pihol <volodymyr.pihol@railsware.com>",
"is_bot": false,
"headline": "Add changelog for v2.11.0",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-14T13:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57c9bbffc8a4f67e3a4db51c6e7c7a68c8d30657",
"body": "Co-authored-by: Volodymyr Pihol <volodymyr.pihol@railsware.com>",
"is_bot": false,
"headline": "Bump up version to 2.11.0",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-14T13:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1102ed934befc401e5917e1bd731ddf7f13e7e43",
"body": "Add webhook endpoints",
"is_bot": false,
"headline": "Merge pull request #108 from mailtrap/MT-21830-webhooks",
"author_name": "Ihor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-12T06:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d60b2e397afba5510e9846fa001a0ac404191df6",
"body": null,
"is_bot": false,
"headline": "Add webhook endpoints",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-05T06:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a59f99c41fdeda29d1f6a4422c4af8070cd0cc",
"body": "Add api token endpoints",
"is_bot": false,
"headline": "Merge pull request #107 from mailtrap/MT-21830-api-token-endpoints",
"author_name": "Ihor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-04T13:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08874958cfc76c0a74413488687841cc4e0a45d9",
"body": null,
"is_bot": false,
"headline": "Cleanup",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-04T09:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4d3fec1db5cd1ab7195a1d24e8dc2d04426249a",
"body": "Account management API",
"is_bot": false,
"headline": "Merge pull request #106 from mailtrap/MT-21830-account-management-api",
"author_name": "Ihor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-04T09:01:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc8219ccff83e6f995fb28f2d4a13296b33cfd61",
"body": "Add contact enpoints",
"is_bot": false,
"headline": "Merge pull request #105 from mailtrap/MT-21830-contacts",
"author_name": "Ihor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-04T08:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d156a343dce0f2c8d79876437a4769ac46e47ec5",
"body": "Sending domains endpoints",
"is_bot": false,
"headline": "Merge pull request #104 from mailtrap/MT-21830-sending-domains",
"author_name": "Ihor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-04T08:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47ebab8644511636f45e9f230a2d3481c201a059",
"body": "Update sandboxes api",
"is_bot": false,
"headline": "Merge pull request #103 from mailtrap/MT-21830-sandboxes-api",
"author_name": "Ihor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-05-04T07:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c52c422d3bab70e6840ba79deeff6381d4985e34",
"body": null,
"is_bot": false,
"headline": "Fix linter",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-30T06:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84922ed58ea188356951f49c95fefdeea7ed5b83",
"body": null,
"is_bot": false,
"headline": "Use shared vault to record vcr",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-30T06:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4578274bc9eb9bbd1028b57a27514e57342c3b21",
"body": null,
"is_bot": false,
"headline": "Fix linter",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-29T14:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1995772aac920988a3312c4b7de129e4f390dae7",
"body": null,
"is_bot": false,
"headline": "Fix fixtures",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-29T14:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d668bfef8304f5db09369507f7e44fe9346d7c",
"body": null,
"is_bot": false,
"headline": "PermissionsAPI#resources",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-29T14:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8135426cfcb70676ce3dc0276ea014de8e631905",
"body": null,
"is_bot": false,
"headline": "Add ApiTokensAPI#delete",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-29T14:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0782c8d1c2a92b1cb4a6e64b2ef21c6c525319",
"body": null,
"is_bot": false,
"headline": "Add ApiTokensAPI#reset",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-29T14:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e816b5be0191ceec984067976e542cdb0ec0c6e0",
"body": null,
"is_bot": false,
"headline": "Add ApiTokensAPI#create",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-29T14:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea3e4530c2a511eb17e3a95240793682c18adfd",
"body": null,
"is_bot": false,
"headline": "Add ApiTokensAPI#get",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-29T14:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a4fdd441f1e5a1f3c11375dc8c8747a1bd68bb7",
"body": "… re-record VCP cassettes",
"is_bot": false,
"headline": "Add bin/record-vcr pointing to shared credentials set, so it's eay to…",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-29T12:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dbd6ff9e3724fd81b1f24d189613ab31f273903",
"body": null,
"is_bot": false,
"headline": "Add SubAccountsAPI#list",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-29T12:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "361304e5efb2021224ad5b890f9b7099f8db24c3",
"body": null,
"is_bot": false,
"headline": "Add SubAccountsAPI#create",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-29T11:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "596b994a9bb450f07b6bad63303682501d9bcd6c",
"body": null,
"is_bot": false,
"headline": "Add PermissionsAPI#bulk_update",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-28T14:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "382fdde50e90b0bd0472c72fb64cca70eaae44f8",
"body": null,
"is_bot": false,
"headline": "Add ApiTokensAPI#list",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-28T14:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0571463a5bcb9e5187595032b8e510b4c5d7ee56",
"body": null,
"is_bot": false,
"headline": "Linter fixes",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-28T13:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c37d32ab8b47606dbe09df79bd7108f245d3e7",
"body": null,
"is_bot": false,
"headline": "Add ContactEventsAPI#create",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-28T13:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a088c9413fe0e3bce905e6866d66a80fb1ac07e",
"body": null,
"is_bot": false,
"headline": "Add ContactExportsAPI#get",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-28T12:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55f9cf19754191e930c9527a965ff7c5725c93a3",
"body": null,
"is_bot": false,
"headline": "Add ContactExportsAPI#create",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-28T12:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c6684b8bda44768b082a36feebea3ec07cbaca1",
"body": null,
"is_bot": false,
"headline": "Add CompanyInfoAPI#get",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-28T11:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27324c014ed6ee85d447756afebd8a1305bc4f5b",
"body": null,
"is_bot": false,
"headline": "Add CompanyInfoAPI#update",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-28T10:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e919ecf21959314a76189fc2cbe396a4209a1d",
"body": null,
"is_bot": false,
"headline": "Add CompanyInfoAPI#create",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-28T10:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be38e8f6c3d6c8d1f0eace937887de271148c8b3",
"body": null,
"is_bot": false,
"headline": "Add SendingDomainsAPI#update",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-28T09:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac8b24cdeda49ac41367f967c9a646ec3ff6d5f6",
"body": null,
"is_bot": false,
"headline": "Add InboxesAPI#reset_email_username",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-27T13:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35448ae37d4728919e32b96cd4dc999457e1e1ba",
"body": null,
"is_bot": false,
"headline": "Add InboxesAPI#toggle_email_username",
"author_name": "Igor Dobryn",
"author_login": "IgorDobryn",
"committed_at": "2026-04-27T13:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7ed334c408b737219208185688947aa2c014668",
"body": "Release version 2.10.0",
"is_bot": false,
"headline": "Merge pull request #102 from mailtrap/release/2.10.0",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-23T16:57:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c59322bfdbdc2017b655b1f1bbb932c1c35039f8",
"body": null,
"is_bot": false,
"headline": "Add list_each example",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-23T16:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bae0059b5311bd350083916ca76061db5253aed",
"body": null,
"is_bot": false,
"headline": "Release version 2.10.0",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-23T11:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01404e501b704940009a8b4d33e8db2f8727c86f",
"body": "Add `SandboxMessagesAPI#list_each`",
"is_bot": false,
"headline": "Merge pull request #101 from mailtrap/sandbox-messages-list-each",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-23T10:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71471078b817ced0a6a26c3e2b78231ac940105e",
"body": null,
"is_bot": false,
"headline": "Add lazy enumerator size to EmailLogsAPI",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-18T12:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bfe096ade1e1fe95359e4ccc8ecf61de93246a9",
"body": "Add support for Email Logs API",
"is_bot": false,
"headline": "Merge pull request #100 from mailtrap/email-logs-api",
"author_name": "Marcin Klocek",
"author_login": "mklocek",
"committed_at": "2026-03-18T10:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8aee198801af6610d482f558a807874a2d60953",
"body": null,
"is_bot": false,
"headline": "Add `list_each` method for paginated message in SandboxMessagesAPI",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-17T16:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "263f97e73da7ea3368e70c28caf1f8c8b1107246",
"body": null,
"is_bot": false,
"headline": "Add support for Email Logs API",
"author_name": "Marcin Klocek",
"author_login": "mklocek",
"committed_at": "2026-03-16T15:28:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "457328b4990ed9572f4d753f09f28a333a889747",
"body": "Release version 2.9.0",
"is_bot": false,
"headline": "Merge pull request #99 from mailtrap/release/2.9.0",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-13T11:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aead0fa3857fa4c0e41e096fddddbf85cdd5282d",
"body": null,
"is_bot": false,
"headline": "Release version 2.9.0",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-12T11:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "408268f9941955b8aa996344632553f5f3dc88c5",
"body": null,
"is_bot": false,
"headline": "Remove test duplicates",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-12T11:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c540b6881aa5a3a7c6d26d9502b2e0ee737b49b",
"body": null,
"is_bot": false,
"headline": "Joined invalid field specs",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-12T11:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "997c3005974e5b609cf3deeb61ebc399bf48155f",
"body": null,
"is_bot": false,
"headline": "Unified rubocop suppression comment",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-12T11:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "364c5b659b65a3c693822d622896f5f5192f0fcf",
"body": "Fix Reply-To problem",
"is_bot": false,
"headline": "Merge pull request #97 from MineList/main",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-12T11:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09b8df7ae66d6eb286df7c1975b6415aa850fc64",
"body": "…tionality\n\nAdd Stats API",
"is_bot": false,
"headline": "Merge pull request #96 from mailtrap/MT-20967-ruby-sdk-add-stats-func…",
"author_name": "Piotr",
"author_login": "piobeny",
"committed_at": "2026-03-12T08:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7a1ee1c55877f7302fbb80c53b2506083cc7ae2",
"body": null,
"is_bot": false,
"headline": "Suppress RuboCop for from_message",
"author_name": "SeongHoon Ryu",
"author_login": "ryush00",
"committed_at": "2026-03-11T18:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec636712c91b5ff3b9c454e28582e32db5af333",
"body": null,
"is_bot": false,
"headline": "test: restore original reply-to address examples",
"author_name": "SeongHoon Ryu",
"author_login": "ryush00",
"committed_at": "2026-03-10T12:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41ffc54c08c29ff557f7893207befe63c3e7eff4",
"body": null,
"is_bot": false,
"headline": "refactor: cleanup tests",
"author_name": "SeongHoon Ryu",
"author_login": "ryush00",
"committed_at": "2026-03-10T12:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3933b2d04b7c4bdce1d1ffe7bc472375bf7406a0",
"body": null,
"is_bot": false,
"headline": "Add Stats API",
"author_name": "Piotr Bednarz",
"author_login": "piobeny",
"committed_at": "2026-03-10T11:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff10687833eae7bb5d0e93167786c6a53e9eb72",
"body": "…bug-in-mailtrap-gem-itmsm1\n\ntest: cover folded line-break reply-to parsing error",
"is_bot": false,
"headline": "Merge pull request #2 from MineList/codex/fix-reply-to-serialization-…",
"author_name": "SeongHoon Ryu",
"author_login": "ryush00",
"committed_at": "2026-03-08T04:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bf3b140c667c71b54b161835e173720ff3deb90",
"body": null,
"is_bot": false,
"headline": "test: cover folded line-break reply-to parsing error",
"author_name": "SeongHoon Ryu",
"author_login": "ryush00",
"committed_at": "2026-03-08T04:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13d18c9ade374c3ead5587d4cdc6384a384a3cbe",
"body": "…bug-in-mailtrap-gem\n\nMap Reply-To into structured field and strip Reply-To header from payload",
"is_bot": false,
"headline": "Merge pull request #1 from MineList/codex/fix-reply-to-serialization-…",
"author_name": "SeongHoon Ryu",
"author_login": "ryush00",
"committed_at": "2026-03-07T16:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e979b0fa93ff5946fdf93996b29a488e5e197c2",
"body": null,
"is_bot": false,
"headline": "fix: revert from_message refactor and keep minimal change",
"author_name": "SeongHoon Ryu",
"author_login": "ryush00",
"committed_at": "2026-03-07T15:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af396c873d77ef15b6e74f0f8a762e7f4d358bdb",
"body": "Release version 2.8.0",
"is_bot": false,
"headline": "Merge pull request #95 from mailtrap/release/2.8.0",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-03T14:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8afab6b91b9f6637efff74247850cc223c8c020e",
"body": null,
"is_bot": false,
"headline": "Release version 2.8.0",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-02T16:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fca8c1b94d1d49dc50adfdfd85020dad085eb01",
"body": "Add billing API",
"is_bot": false,
"headline": "Merge pull request #93 from mailtrap/MT-19862-billing-resources",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-02T16:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb0f7b844b687491c84d01332fc195ce6058576f",
"body": null,
"is_bot": false,
"headline": "Re-arrange general APIs",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-02T16:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22080179992094aa909f5e6126bc44aec434de20",
"body": "…urces",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into MT-19862-billing-reso…",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-02T16:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb6129ebb0ddd59366e4f75e03c9673c15a54b7b",
"body": "Add Account Accesses API",
"is_bot": false,
"headline": "Merge pull request #92 from mailtrap/MT-19861-new-user-management",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-02T16:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0170d270171a45982bb6918690a42fd4948f7ec3",
"body": null,
"is_bot": false,
"headline": "Fix documentation",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-02T12:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81d19c243b09815c760b9039c0b4fc7bd4a69d1",
"body": null,
"is_bot": false,
"headline": "Rename Billing model to BillingUsage",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-02T11:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a131119cc1d19d283315e20cc01dc755c6b37d71",
"body": null,
"is_bot": false,
"headline": "Add billing API",
"author_name": "DagonWat",
"author_login": "DagonWat",
"committed_at": "2026-03-02T11:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0564ac3a960579a1421dcede09810e51df708748",
"body": null,
"is_bot": false,
"headline": "Fix documentation",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-03-02T10:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "191ee05222793c3e34eac28e7080f565d0375449",
"body": null,
"is_bot": false,
"headline": "Add Account Accesses API",
"author_name": "DagonWat",
"author_login": "DagonWat",
"committed_at": "2026-03-02T09:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a972e69fda9464aa6652b3213f5dba791777a1b2",
"body": "Release version 2.7.0",
"is_bot": false,
"headline": "Merge pull request #94 from mailtrap/release/2.7.0",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-02-24T15:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd67d782960b813537462922427f93ef5503e4e1",
"body": null,
"is_bot": false,
"headline": "Release version 2.7.0",
"author_name": "Ivan Yurchanka",
"author_login": "i7an",
"committed_at": "2026-02-24T14:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aad83bfd7f42d334c98c7f904597d4ae0a0e3b8",
"body": "Add Accounts API",
"is_bot": false,
"headline": "Merge pull request #84 from mailtrap/MT-19860-accounts",
"author_name": "Yahor",
"author_login": "DagonWat",
"committed_at": "2026-02-24T12:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "691d1f47d6c624eead118da9574993d9201914c2",
"body": null,
"is_bot": false,
"headline": "Fix mailtrap imports",
"author_name": "DagonWat",
"author_login": "DagonWat",
"committed_at": "2026-02-23T15:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a617ab058ef537dbe296b5f51e6e9b25c3c9c7",
"body": null,
"is_bot": false,
"headline": "Remove account_id parameter",
"author_name": "DagonWat",
"author_login": "DagonWat",
"committed_at": "2026-02-23T12:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e84d0043be34dae69fee9b1fe84d1a98686a8d28",
"body": null,
"is_bot": false,
"headline": "Fix typos",
"author_name": "DagonWat",
"author_login": "DagonWat",
"committed_at": "2026-02-20T12:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "318cdce0d3738399683b27f60ae4abf71eddfb7c",
"body": null,
"is_bot": false,
"headline": "Apply fixes for Accounts API",
"author_name": "DagonWat",
"author_login": "DagonWat",
"committed_at": "2026-02-20T11:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc476098e2428e5fd26e3ea78f1dfde66f212b4f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into MT-19860-accounts",
"author_name": "Yahor",
"author_login": "DagonWat",
"committed_at": "2026-02-20T11:38:23Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 226,
"latest_release_at": "2026-07-27T06:45:43Z",
"latest_release_tag": "v2.12.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 32,
"days_since_latest_release": 0,
"mean_days_between_releases": 36.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": true
},
"ecosystem": {
"packages": [
{
"name": "mailtrap",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/mailtrap",
"is_deprecated": false,
"latest_version": "2.12.0",
"repository_url": "https://github.com/mailtrap/mailtrap-ruby",
"versions_count": 28,
"total_downloads": 416355,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-07-25T18:09:10Z",
"latest_published_at": "2026-07-27T06:45:41.367000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 8,
"stars": 28,
"watchers": 11,
"fork_history": {
"days": [
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
}
],
"complete": true,
"collected": 8,
"total_forks": 8
},
"star_history": null,
"open_issues_and_prs": 0
},
"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": 14002,
"source_files_sampled": 172,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "rack",
"direct": true,
"version": "3.2.4",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-7mqq-6cf9-v2qp",
"GHSA-8vqr-qjwx-82mw",
"GHSA-g2pf-xv49-m2h5",
"GHSA-h2jq-g4cq-5ppq",
"GHSA-mxw3-3hh2-x2mh",
"GHSA-q2ww-5357-x388",
"GHSA-q4qf-9j86-f5mh",
"GHSA-qfgr-crr9-7r49",
"GHSA-qv7j-4883-hwh7",
"GHSA-rx22-g9mx-qrhv"
],
"fixed_version": "3.2.6",
"advisory_count": 15,
"oldest_advisory_days": 159
},
{
"name": "addressable",
"direct": false,
"version": "2.8.8",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-h27x-rffw-24p4"
],
"fixed_version": "2.9.0",
"advisory_count": 1,
"oldest_advisory_days": 110
},
{
"name": "erb",
"direct": false,
"version": "6.0.1",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-q339-8rmv-2mhv"
],
"fixed_version": "6.0.4",
"advisory_count": 1,
"oldest_advisory_days": 93
},
{
"name": "json",
"direct": false,
"version": "2.18.0",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 8.2,
"advisory_ids": [
"GHSA-3m6g-2423-7cp3",
"GHSA-x2f5-4prf-w687"
],
"fixed_version": "2.19.9",
"advisory_count": 2,
"oldest_advisory_days": 129
},
{
"name": "yard",
"direct": true,
"version": "0.9.38",
"severity": "moderate",
"ecosystem": "rubygems",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-3jfp-46x4-xgfj",
"GHSA-pxcc-8665-phx8"
],
"fixed_version": "0.9.44",
"advisory_count": 2,
"oldest_advisory_days": 100
},
{
"name": "net-imap",
"direct": false,
"version": "0.6.2",
"severity": "moderate",
"ecosystem": "rubygems",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-46q3-7gv7-qmgg",
"GHSA-75xq-5h9v-w6px",
"GHSA-87pf-fpwv-p7m7",
"GHSA-8p34-64r3-mwg8",
"GHSA-c4fp-cxrr-mj66",
"GHSA-hm49-wcqc-g2xg",
"GHSA-q2mw-fvj9-vvcw",
"GHSA-vcgp-9326-pqcp"
],
"fixed_version": "0.6.4.1",
"advisory_count": 8,
"oldest_advisory_days": 83
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 4,
"moderate": 2
},
"advisory_count": 29,
"affected_count": 6,
"assessed_count": 59,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 1,
"direct_affected_count": 2
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "appraisal",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "irb",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "mail",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "net-smtp",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rack",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rackup",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 13.3"
},
{
"name": "rdoc",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 7.1.0"
},
{
"name": "rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 3"
},
{
"name": "rspec-its",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 1.82"
},
{
"name": "rubocop-rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop-rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "vcr",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "webmock",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "webrick",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "yard",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 0.9"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "appraisal",
"direct": true,
"version": "2.5.0",
"ecosystem": "rubygems"
},
{
"name": "irb",
"direct": true,
"version": "1.16.0",
"ecosystem": "rubygems"
},
{
"name": "mail",
"direct": true,
"version": "2.9.0",
"ecosystem": "rubygems"
},
{
"name": "net-smtp",
"direct": true,
"version": "0.5.1",
"ecosystem": "rubygems"
},
{
"name": "rack",
"direct": true,
"version": "3.2.4",
"ecosystem": "rubygems"
},
{
"name": "rackup",
"direct": true,
"version": "2.3.1",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": "13.3.1",
"ecosystem": "rubygems"
},
{
"name": "rdoc",
"direct": true,
"version": "7.1.0",
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": true,
"version": "3.13.2",
"ecosystem": "rubygems"
},
{
"name": "rspec-its",
"direct": true,
"version": "2.0.0",
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": true,
"version": "1.84.0",
"ecosystem": "rubygems"
},
{
"name": "rubocop-rake",
"direct": true,
"version": "0.7.1",
"ecosystem": "rubygems"
},
{
"name": "rubocop-rspec",
"direct": true,
"version": "3.9.0",
"ecosystem": "rubygems"
},
{
"name": "vcr",
"direct": true,
"version": "6.4.0",
"ecosystem": "rubygems"
},
{
"name": "webmock",
"direct": true,
"version": "3.26.1",
"ecosystem": "rubygems"
},
{
"name": "webrick",
"direct": true,
"version": "1.9.2",
"ecosystem": "rubygems"
},
{
"name": "yard",
"direct": true,
"version": "0.9.38",
"ecosystem": "rubygems"
},
{
"name": "addressable",
"direct": false,
"version": "2.8.8",
"ecosystem": "rubygems"
},
{
"name": "ast",
"direct": false,
"version": "2.4.3",
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": "0.3.0",
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": false,
"version": "4.0.1",
"ecosystem": "rubygems"
},
{
"name": "crack",
"direct": false,
"version": "1.0.1",
"ecosystem": "rubygems"
},
{
"name": "date",
"direct": false,
"version": "3.5.1",
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": "1.6.2",
"ecosystem": "rubygems"
},
{
"name": "erb",
"direct": false,
"version": "6.0.1",
"ecosystem": "rubygems"
},
{
"name": "hashdiff",
"direct": false,
"version": "1.2.1",
"ecosystem": "rubygems"
},
{
"name": "io-console",
"direct": false,
"version": "0.8.2",
"ecosystem": "rubygems"
},
{
"name": "json",
"direct": false,
"version": "2.18.0",
"ecosystem": "rubygems"
},
{
"name": "language_server-protocol",
"direct": false,
"version": "3.17.0.5",
"ecosystem": "rubygems"
},
{
"name": "lint_roller",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": "1.7.0",
"ecosystem": "rubygems"
},
{
"name": "mini_mime",
"direct": false,
"version": "1.1.5",
"ecosystem": "rubygems"
},
{
"name": "net-imap",
"direct": false,
"version": "0.6.2",
"ecosystem": "rubygems"
},
{
"name": "net-pop",
"direct": false,
"version": "0.1.2",
"ecosystem": "rubygems"
},
{
"name": "net-protocol",
"direct": false,
"version": "0.2.2",
"ecosystem": "rubygems"
},
{
"name": "parallel",
"direct": false,
"version": "1.27.0",
"ecosystem": "rubygems"
},
{
"name": "parser",
"direct": false,
"version": "3.3.10.1",
"ecosystem": "rubygems"
},
{
"name": "pp",
"direct": false,
"version": "0.6.3",
"ecosystem": "rubygems"
},
{
"name": "prettyprint",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "prism",
"direct": false,
"version": "1.9.0",
"ecosystem": "rubygems"
},
{
"name": "psych",
"direct": false,
"version": "5.3.1",
"ecosystem": "rubygems"
},
{
"name": "public_suffix",
"direct": false,
"version": "7.0.2",
"ecosystem": "rubygems"
},
{
"name": "racc",
"direct": false,
"version": "1.8.1",
"ecosystem": "rubygems"
},
{
"name": "rainbow",
"direct": false,
"version": "3.1.1",
"ecosystem": "rubygems"
},
{
"name": "regexp_parser",
"direct": false,
"version": "2.11.3",
"ecosystem": "rubygems"
},
{
"name": "reline",
"direct": false,
"version": "0.6.3",
"ecosystem": "rubygems"
},
{
"name": "rexml",
"direct": false,
"version": "3.4.4",
"ecosystem": "rubygems"
},
{
"name": "rspec-core",
"direct": false,
"version": "3.13.6",
"ecosystem": "rubygems"
},
{
"name": "rspec-expectations",
"direct": false,
"version": "3.13.5",
"ecosystem": "rubygems"
},
{
"name": "rspec-mocks",
"direct": false,
"version": "3.13.7",
"ecosystem": "rubygems"
},
{
"name": "rspec-support",
"direct": false,
"version": "3.13.6",
"ecosystem": "rubygems"
},
{
"name": "rubocop-ast",
"direct": false,
"version": "1.49.0",
"ecosystem": "rubygems"
},
{
"name": "ruby-progressbar",
"direct": false,
"version": "1.13.0",
"ecosystem": "rubygems"
},
{
"name": "stringio",
"direct": false,
"version": "3.2.0",
"ecosystem": "rubygems"
},
{
"name": "thor",
"direct": false,
"version": "1.5.0",
"ecosystem": "rubygems"
},
{
"name": "timeout",
"direct": false,
"version": "0.6.0",
"ecosystem": "rubygems"
},
{
"name": "tsort",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "unicode-display_width",
"direct": false,
"version": "3.2.0",
"ecosystem": "rubygems"
},
{
"name": "unicode-emoji",
"direct": false,
"version": "4.2.0",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 60,
"direct_count": 17,
"indirect_count": 43
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 81,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 16,
"closed_unmerged_prs": 19
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "i7an",
"commits": 120,
"avatar_url": "https://avatars.githubusercontent.com/u/1331625?v=4"
},
{
"type": "User",
"login": "DagonWat",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/18580766?v=4"
},
{
"type": "User",
"login": "sarco3t",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/42311238?v=4"
},
{
"type": "User",
"login": "IgorDobryn",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/889196?v=4"
},
{
"type": "User",
"login": "r4do",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/669306?v=4"
},
{
"type": "User",
"login": "mklocek",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/5420554?v=4"
},
{
"type": "User",
"login": "leonid-shevtsov",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/116518?v=4"
},
{
"type": "User",
"login": "Rabsztok",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/2929816?v=4"
},
{
"type": "User",
"login": "ryush00",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/4997174?v=4"
},
{
"type": "User",
"login": "ayanko",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/8820?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.332
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"draft-release.yml",
"main.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.lock"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "9 out of 10 merged PRs checked by a CI test -- score normalized to 9",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 10,
"reason": "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": "30 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": 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": 0,
"reason": "29 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "484d54c1b288c8a59cb8e7d22a0a20243e489fde",
"ran_at": "2026-07-27T06:53:22Z",
"aggregate_score": 5.4,
"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-27T06:42:57Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-27T06:42:18Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mailtrap/mailtrap-ruby",
"host": "github.com",
"name": "mailtrap-ruby",
"owner": "mailtrap"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"security": 55,
"vitality": 92,
"community": 58,
"governance": 76,
"engineering": 79
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 92,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"commits_last_year": 226,
"human_commit_share": 0.98,
"days_since_last_push": 0,
"active_weeks_last_year": 32
},
"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": "32/52 weeks with commits",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 32
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "226 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 226
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 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": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v2.12.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 36.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"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 ~36.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 36.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": "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": "moderate",
"name": "Community & Adoption",
"value": 58,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 8,
"stars": 28,
"watchers": 11,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "28 stars",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 28
}
}
],
"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": "11 watchers",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 11
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"packages": [
"mailtrap"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 416355,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "416,355 downloads all-time across rubygems",
"points": 58.4,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 416355,
"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": "good",
"name": "Sustainability & Governance",
"value": 76,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 14,
"top_contributor_share": 0.332
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 33% of commits",
"points": 15,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 33
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 93,
"inputs": {
"merged_prs": 81,
"open_issues": 0,
"closed_issues": 16,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 19
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "81/100 decided PRs merged",
"points": 31,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 81,
"decided": 100
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"followers": 108,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "mailtrap",
"public_repos": 25,
"account_age_days": 334
},
"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": "108 followers of mailtrap",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 108,
"login": "mailtrap"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "25 public repos, account ~0 yr old",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 25
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"mailtrap"
],
"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": "28 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 28
}
}
],
"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": 79,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 10 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"actionmailer",
"email",
"mail",
"mailtrap-io",
"rails",
"ruby"
],
"has_wiki": true,
"homepage": "https://mailtrap.io",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://mailtrap.io",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.4
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "9 out of 10 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "30 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 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": "29 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 59 resolved dependencies against OSV; 1 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 59
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 57,
"inputs": {
"source": "osv",
"advisories": 29,
"affected_packages": 6,
"assessed_packages": 59,
"unassessed_packages": 1,
"affected_by_severity": "high 4, moderate 2",
"direct_affected_packages": 2
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "2 affected: rack 3.2.4 (high 7.5), yard 0.9.38 (moderate 5.3)",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "rack 3.2.4 (high 7.5), yard 0.9.38 (moderate 5.3)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 159 days ago",
"points": 30.3,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 159
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 59,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"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": "at_risk",
"name": "AI Readiness",
"value": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.378,
"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": "37 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 37,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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": 14002,
"source_files_sampled": 172,
"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/172 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 172,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T06:53:41.806176Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mailtrap/mailtrap-ruby.svg",
"full_name": "mailtrap/mailtrap-ruby",
"license_state": "standard",
"license_spdx": "MIT"
}