Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 531,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 333611
},
"pushed_at": "2026-07-27T17:32:39Z",
"created_at": "2023-07-10T01:45:39Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T17:34:06Z",
"description": "Resend's Official Rust SDK",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://resend.com",
"name": "Resend",
"type": "Organization",
"login": "resend",
"company": null,
"location": null,
"followers": 2122,
"avatar_url": "https://avatars.githubusercontent.com/u/109384852?v=4",
"created_at": "2022-07-15T18:52:25Z",
"is_verified": null,
"public_repos": 99,
"account_age_days": 1473
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.29.0",
"kind": "minor",
"published_at": "2026-07-27T17:42:59Z"
},
{
"tag": "v0.28.0",
"kind": "minor",
"published_at": "2026-07-05T19:16:14Z"
},
{
"tag": "v0.27.0",
"kind": "minor",
"published_at": "2026-06-27T15:20:44Z"
},
{
"tag": "v0.26.1",
"kind": "patch",
"published_at": "2026-06-18T22:08:13Z"
},
{
"tag": "v0.26.0",
"kind": "minor",
"published_at": "2026-06-16T17:21:03Z"
},
{
"tag": "v0.26.0-rc.3",
"kind": "prerelease",
"published_at": "2026-06-14T20:30:50Z"
},
{
"tag": "v0.26.0-rc.2",
"kind": "prerelease",
"published_at": "2026-06-11T22:00:45Z"
},
{
"tag": "v0.26.0-rc.1",
"kind": "prerelease",
"published_at": "2026-06-03T10:32:53Z"
},
{
"tag": "v0.25.1",
"kind": "patch",
"published_at": "2026-04-29T16:39:20Z"
},
{
"tag": "v0.25.0",
"kind": "minor",
"published_at": "2026-04-20T15:45:01Z"
},
{
"tag": "v0.24.0",
"kind": "minor",
"published_at": "2026-04-15T13:52:50Z"
},
{
"tag": "v0.23.0",
"kind": "minor",
"published_at": "2026-04-13T15:34:22Z"
},
{
"tag": "v0.21.1",
"kind": "patch",
"published_at": "2026-02-23T20:04:23Z"
},
{
"tag": "v0.20.0",
"kind": "minor",
"published_at": "2026-01-18T08:34:20Z"
},
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2025-11-26T15:20:37Z"
}
],
"recent_commits": [
{
"oid": "987a7a6ee15e1f48cdea22313e9d337d4c2971e3",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-07-27T17:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baaddf3ec3ad34889688fea4ad9291c125fe3c70",
"body": "* add suppression endpoints\n\n* fix doctest\n\n* url encode path emails",
"is_bot": false,
"headline": "add suppression endpoints (#83)",
"author_name": "Tony",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-07-22T19:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d50714cd62b7694896d741a140ee5361556daedc",
"body": null,
"is_bot": false,
"headline": "chore: update sync_prs_to_linear action hash to a54e4298f0 (#80)",
"author_name": "Diel Duarte",
"author_login": "dielduarte",
"committed_at": "2026-07-13T13:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "941a3abd412df05510151ca539272488f64f87cb",
"body": "Co-authored-by: Cursor Agent <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore: sync prs to linear with latest workflow (#78)",
"author_name": "Gabriel Miranda",
"author_login": "gabrielmfern",
"committed_at": "2026-07-10T13:35:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5dc41a2d364634e50d0cd9843100636a9cb52858",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-07-09T13:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "637326fd8e21c75fcd7f6468b8e3fbb05784bb9d",
"body": null,
"is_bot": false,
"headline": "Fix empty `message_id`",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-07-09T13:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47972823ea157c305c432c9ff86af0e4d23ef86b",
"body": "Expose the RFC Message-ID header value on sent email responses (GET /emails/:id\nand list) and on all email webhook event payloads, matching the Node.js SDK\nand current Resend API.\n\nCo-authored-by: Cursor Agent <cursoragent@cursor.com>\nCo-authored-by: cpenned <cpenned@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add message_id to Email and webhook EmailBody types (#77)",
"author_name": "cpenned",
"author_login": "cpenned",
"committed_at": "2026-07-08T22:33:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b7ef04a4a26cc5090f476237d0e9998af6a796e8",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-07-05T19:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ca19e8f40f8cb4d7884fdd488a7b93b070cb5c",
"body": "* oauth list revoke\n\n* remove resource",
"is_bot": false,
"headline": "oauth list revoke (#76)",
"author_name": "Tony",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-07-05T18:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a27bb78ef62ff9a1f47be18fc4854cc0bff09de8",
"body": null,
"is_bot": false,
"headline": "Add logid",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-07-03T18:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ba5f277548f502cff89bd9fbdfc2ceccfec73b1",
"body": "* feat: add received_for to inbound email and received event types\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n* bump\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nCo-authored-by: Antonios Barotsis <a.barotsis@student.tudelft.nl>",
"is_bot": false,
"headline": "feat: add received_for to inbound email and received event types (#74)",
"author_name": "Lucas da Costa",
"author_login": "lucasfcosta",
"committed_at": "2026-06-27T14:57:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f871b098ecc1698e2b4056b4967a795d5efb13fd",
"body": "* domain claims\n\n* bump\n\n* small fix",
"is_bot": false,
"headline": "domain claim (#72)",
"author_name": "Tony",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-06-18T21:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f00fdd200ad207c79212630e51825d63252091",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update actions/checkout action to v7 (#71)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-18T17:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "786934b43826990789cb0ac9898f25e546f3fa80",
"body": null,
"is_bot": false,
"headline": "ignore flaky tests",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-06-16T16:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d578263776b4e6939a920d023070ac632f2e21c5",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-06-16T16:48:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42839f178e8656f82be1c1dbeaf1fb913c2e42a1",
"body": "* add contact imports\n\n* add multipart feature\n\n* List opts other\n\n* bump\n\n* fix sync/async multipart\n\n* typo\n\n* export ContactImportId\n\n* some fixes\n\n* add segment object wrapper\n\n* GetInboundEmailOpts\n\n* lint\n\n* typo\n\n* make fields public",
"is_bot": false,
"headline": "Contact imports (#70)",
"author_name": "Tony",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-06-16T16:42:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "414fa96ce8b8526f8ae46780ebe959108c009bcf",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-06-14T20:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "791a3b749378dc7f56a97ac8aa6c72fe37fcb313",
"body": "…tions struct (#69)\n\n* fix(contacts): add properties, segments and topics to CreateContactOptions struct\n\n* style: fix ci linter errors\n\n* simplify segments\n\n* lint\n\n* Use hashmap for properties\n\n* new method\n\n* Add properties to get contact\n\n* Make with \"plural\" methods append instead of overwrite\n\n* test fixes\n\n---------\n\nCo-authored-by: Antonios Barotsis <a.barotsis@student.tudelft.nl>",
"is_bot": false,
"headline": "fix(contacts): add properties, segments and topics to CreateContactOp…",
"author_name": "Pedro Reis Colaço",
"author_login": "prcolaco",
"committed_at": "2026-06-14T20:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e13634e9a165a8874c406fcb9125c741c9e5e96",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update dependency macos to v26 (#57)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-11T21:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc4c751c2af1e6eb442528af58c53c6e7337c45a",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-06-11T21:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "086404065b3f6b9413646b67b0acd2549f1ca8ba",
"body": null,
"is_bot": false,
"headline": "make template variable fields public",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-06-11T21:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33800fb7fef42361634d04184252ebc73e56db1e",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-06-03T10:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b38f5fe84fc9f056fddbad5538450a749c6aff7",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-06-03T10:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb17cbbf2fb0feeecdd9dd21591e812898153eed",
"body": "…) (#64)",
"is_bot": false,
"headline": "fix(emails): add topic_id field to CreateEmailBaseOptions struct (#63…",
"author_name": "Pedro Reis Colaço",
"author_login": "prcolaco",
"committed_at": "2026-06-03T10:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f266f809341012609547c5b26194a2a798e15c12",
"body": "… timeouts (#56)",
"is_bot": false,
"headline": "chore: GH Actions hardening — pin actions to SHA, add permissions and…",
"author_name": "Diel Duarte",
"author_login": "dielduarte",
"committed_at": "2026-05-12T18:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce8a7063e94d41a1d35ba8924aed5645f4a5f4d3",
"body": "* fix(batch): forward Idempotency-Key header in BatchSvc",
"is_bot": false,
"headline": "fix(batch): forward Idempotency-Key header in BatchSvc (#54)",
"author_name": "Alexander Taraymovich",
"author_login": "twi-alexandertar",
"committed_at": "2026-04-29T16:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95c96dcd8385163f492f0e8436fe05e6505ef8e7",
"body": null,
"is_bot": false,
"headline": "ignore tags for lint",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-20T15:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d209aa179b3930119cd8a9f611e638985dec339c",
"body": null,
"is_bot": false,
"headline": "dont run CI on new tag",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-20T15:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c49f656c447d6ee3f5a2b8e253a5d12597e4121",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-20T15:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "557ce918adbb956ac8937a9202e63212573bcf1e",
"body": "* fix: add new domain statuses\n\nSplit DomainStatus into two enums:\n- DomainStatus (domain-level): adds partially_verified and partially_failed\n- DomainRecordStatus (record-level): retains temporary_failure\n\nThe new partially_* values apply only at the domain level, not to\nindividual DNS records. Rec\n[…]\nn test for now\n\n* bump\n\n* update changelog\n\n* fmt\n\n* fix changelog\n\n---------\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>\nCo-authored-by: Antonios Barotsis <a.barotsis@student.tudelft.nl>",
"is_bot": false,
"headline": "fix: add new domain statuses (#53)",
"author_name": "Rehan van der Merwe",
"author_login": "rehanvdm",
"committed_at": "2026-04-20T15:32:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f38eba6b29e6e76ca5f45ee6e4e5639efd28355d",
"body": null,
"is_bot": false,
"headline": "fix changelog",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-18T17:38:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e0d5b558b9171c462e67f2ec10cffb1c7f70ee7",
"body": "* improve errors\n\n* Squashed commit of the following:\n\ncommit 9d5c1ec19f62925ca66ee0343789cfd65cd9f2ba\nAuthor: Antonios Barotsis <a.barotsis@student.tudelft.nl>\nDate: Wed Apr 15 15:53:18 2026 +0200\n\n fix yml\n\ncommit dc5f89dddcf027c30cba861efdf56133bb0b8c23\nAuthor: Antonios Barotsis <a.barotsis@\n[…]\n.6 <noreply@anthropic.com>\n\n * add lint\n\n * bump\n\n ---------\n\n Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>\n Co-authored-by: Antonios Barotsis <a.barotsis@student.tudelft.nl>",
"is_bot": false,
"headline": "improve errors (#51)",
"author_name": "Tony",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-18T17:37:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d5c1ec19f62925ca66ee0343789cfd65cd9f2ba",
"body": null,
"is_bot": false,
"headline": "fix yml",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-15T13:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc5f89dddcf027c30cba861efdf56133bb0b8c23",
"body": null,
"is_bot": false,
"headline": "fix yml",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-15T13:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18e821712db6846a58e4221a25e6841b1f9bcf4d",
"body": null,
"is_bot": false,
"headline": "fix yml",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-15T13:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac83f39ac708788198f2f6ee10ec3625b54a5725",
"body": null,
"is_bot": false,
"headline": "fix yml",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-15T13:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f85e34ac9ed0cadcd238bbd98791fee1d107c95",
"body": null,
"is_bot": false,
"headline": "fix yml",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-15T13:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "addde136a6851789860a71910838867291d33790",
"body": null,
"is_bot": false,
"headline": "fix yml",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-15T13:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eec454432bee0fc7829e2cf85b6678d389ca4dd",
"body": null,
"is_bot": false,
"headline": "Update publish pipeline",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-15T13:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f0f10acfa5a19dcb323271b74ebf3b4cd42379a",
"body": "* feat(domains): add Tracking and TrackingCAA record support\n\nThe Domains API returns two record variants the Rust SDK was not yet\nmodeling:\n\n- `Tracking` (CNAME) — the custom click-tracking subdomain CNAME,\n emitted whenever `tracking_subdomain` is set on the domain.\n- `TrackingCAA` (CAA, value `0\n[…]\ned-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* add lint\n\n* bump\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>\nCo-authored-by: Antonios Barotsis <a.barotsis@student.tudelft.nl>",
"is_bot": false,
"headline": "feat(domains): add Tracking and TrackingCAA record support (#52)",
"author_name": "Rehan van der Merwe",
"author_login": "rehanvdm",
"committed_at": "2026-04-15T13:17:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "49ed7cad8411b700828fec8a8890f9a9ade67ebe",
"body": null,
"is_bot": false,
"headline": "ignore old tests",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-12T16:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "992bd129874baaff9f0d615c3c979b010e81a7fd",
"body": null,
"is_bot": false,
"headline": "lint",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-12T16:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d34495edb8c58b35726be79eb6364d1ce1bb2d2",
"body": null,
"is_bot": false,
"headline": "domains",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-12T16:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f224a3aaef95916e5ca8682c24a25416a2a3f48",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-12T16:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5419bbd86f793b5f0804a83c1e113053ed9f8e1",
"body": null,
"is_bot": false,
"headline": "domains",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-12T16:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b4f6c71e08a152cc8df8825ba6e8dccbae03b43",
"body": null,
"is_bot": false,
"headline": "minor fixes",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-12T15:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f06fed04796b1cf02d6e1c44a5d6d8907c1a1df",
"body": null,
"is_bot": false,
"headline": "add events (#50)",
"author_name": "Tony",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-12T15:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d557fc8ae37bf5b678da07f22b11358f6f268c26",
"body": "* add automations endpoints\n\n* lint\n\n* small fix\n\n* fix automations\n\n* finish up automations",
"is_bot": false,
"headline": "add automations endpoints (#49)",
"author_name": "Tony",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-12T13:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4209ba68162153db55730b1bfba97d2dc1bda3ed",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-01T08:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4797ae3ce268535476471e2da5691cb79fbea240",
"body": null,
"is_bot": false,
"headline": "Implement log endpoints",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-04-01T08:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4630bb8d2851da5fc77e1b9facf4cad0b83cc602",
"body": null,
"is_bot": false,
"headline": "fix 2 typos",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-03-31T16:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ff14df186f6557693ccb4fd305eca9f6f978e3",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-03-31T16:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9033945e5678b05db3d8c13fc001eae23e4a01c2",
"body": "* fix old lints\n\n* implement serialize\n\n* lint\n\n* add forward\n\n* typos\n\n* content disposition type\n\n* fix changelog\n\n* Update attachments\n\nhttps://github.com/resend/resend-node/pull/855\n\n* implement with_passthrough for both (un)specified content\n\n* add fwd to test\n\n* fmt\n\n* bump\n\n* make fwd both as\n[…]\nnd domain events\n\n* update email events\n\n* rename type fields\n\n* Added `ApiKey.last_used_at`\n\n* Ignore broadcasts tests (no longer possible)\n\n* simplify validation errors\n\n* minor edits\n\n* remove todo",
"is_bot": false,
"headline": "V0.22 (#47)",
"author_name": "Tony",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-03-31T16:06:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4bc07db1acc6ce4a5423189b00001ce40aa94c31",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-02-23T19:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c932392beab37ecf11aabcf4580d139cb610a9",
"body": null,
"is_bot": false,
"headline": "release 0.21.0",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-02-03T15:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c111fe87e6ed01c35fbc0fd5b1fd41dfe179d10",
"body": "…be Options (#39)\n\n* fix: InboundAttachment filename should be an Option<String>\n\nthis field is sometimes null when returned by the API, so it should be an Option\n\n* `content_disposition` and `size` can also be null\n\n---------\n\nCo-authored-by: Antonios Barotsis <a.barotsis@student.tudelft.nl>",
"is_bot": false,
"headline": "fix: InboundAttachment filename, content_disposition and size should …",
"author_name": "Thomas Constantine Moore",
"author_login": "thomasmost",
"committed_at": "2026-02-03T15:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df900cd74f48d6aa042de78696cdf7f1039a5ad2",
"body": null,
"is_bot": false,
"headline": "release 0.20.0",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-01-18T08:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a436e514453406ee786996ba9adf9369fc8f4508",
"body": null,
"is_bot": false,
"headline": "Remove CD on release trigger",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-01-18T08:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0fcff6114665828812089afa28e60e5822bf8f0",
"body": null,
"is_bot": false,
"headline": "Add create broadcast send,scheduled_at",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-01-18T08:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "685d898c8a2444a74ea0f6df827e05e1c318640b",
"body": null,
"is_bot": false,
"headline": "Add new events",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-01-18T08:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39724da9c8272ba000fff02219aca469b8b71d54",
"body": null,
"is_bot": false,
"headline": "Add new validation error",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-01-18T08:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d1f7960c1dd81a36c9a4622728463bd5cc19268",
"body": null,
"is_bot": false,
"headline": "bump deps",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-01-18T07:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b88fa0b0178ba11aebdde4f3f611a1fa118c0817",
"body": null,
"is_bot": false,
"headline": "Add on release created trigger to CD",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2026-01-18T07:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc79a84f25245c17f2059ab33ec1c5434a0174fc",
"body": null,
"is_bot": false,
"headline": "release `0.20.0-rc.1`",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-11-26T11:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "924e8da1a0ca1edd5345530fc338f043cf0fbd65",
"body": null,
"is_bot": false,
"headline": "fix lint",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-11-26T10:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a99747465cb9ca7850a703c6c171b5c0c9d2b42",
"body": null,
"is_bot": false,
"headline": "Fix lint",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-11-26T10:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74e6f657d836a3f2151f529ea9ed2ca5941b2c01",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-11-26T10:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "888d9e1e20c384092cb76eaa5865ac6432c5c72d",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update actions/checkout action to v6 (#32)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-26T10:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6272e11b85e3172d6b8a46ff41b97123a7a8f867",
"body": null,
"is_bot": false,
"headline": "fix: `is_empty()` and `len()` are still unstable in const contexts (#33)",
"author_name": "Carson McManus",
"author_login": "dyc3",
"committed_at": "2025-11-26T10:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08c09cb14153920812aceb4f1feb2dc3e5d75ca8",
"body": null,
"is_bot": false,
"headline": "ignore flaky tests",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T21:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bdbdcf019fb8cf76505961852ef6c63eb4fe918",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T21:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b65c1f595955e67cd38c75121d08fec7027dea8",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T20:56:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c608cbf31937190b1a9ea1cbb146a69d0296b55",
"body": null,
"is_bot": false,
"headline": "more sleeps",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T20:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de06dba121941f2224e80ca271661db60d8bb52f",
"body": null,
"is_bot": false,
"headline": "change run order",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T20:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67fbd8f25e50fd82ae78d8f1c530bfbd89f1b9f0",
"body": null,
"is_bot": false,
"headline": "add sleeps",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T20:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cb925054a64bb333d3014ada75f6de9eccb4ea6",
"body": null,
"is_bot": false,
"headline": "remove ignore",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T20:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a360d5f22fbf42237e69f42f3fe2c58633c2bcc4",
"body": null,
"is_bot": false,
"headline": "move retry",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T20:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "566357875f001831b6010f7a3225ab3971bb4ffc",
"body": null,
"is_bot": false,
"headline": "add test retry",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T20:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edaba5cb0d96fd55277db5cf21af6ba06d1a67b4",
"body": null,
"is_bot": false,
"headline": "fix topic test",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T19:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66a143752d8871e1abec55e8fc27bdbb98c1a92e",
"body": null,
"is_bot": false,
"headline": "release",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T19:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d17d1aca5b7620feb6a26876932f85d34995d8a6",
"body": null,
"is_bot": false,
"headline": "Add topic visibility",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T19:06:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5d390c6d200be4bcca4a6a9a10dcb4fa162d1d6",
"body": null,
"is_bot": false,
"headline": "remove display_name",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T12:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85bdbbf6728a513282dc06dd2d5352ffc37fd6e8",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T00:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "361e630264e9c69369a452f568faf279dba90bf7",
"body": null,
"is_bot": false,
"headline": "contact properties",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-29T00:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af0f242bf2cc5d7aa8ca9f7100e8c105ba5e7cb8",
"body": null,
"is_bot": false,
"headline": "simplify with_fallback",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-28T23:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de1a94dcd7918f1f6aba55b84a91fb39e63a480",
"body": null,
"is_bot": false,
"headline": "reduce template fallback types",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-28T23:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1c389e16cc3a9c3696a2b03abde98a4db9842a8",
"body": null,
"is_bot": false,
"headline": "remove domain capability",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-28T23:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53cdeedf4099ea2d256c52e557c255431db69db7",
"body": null,
"is_bot": false,
"headline": "ignore test",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T22:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fedeebbcc61cb2c8fc79c6baeeb8981e931ca831",
"body": null,
"is_bot": false,
"headline": "get contact",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T22:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15424376aba32f3d058cdaf80d18caf209a9ff10",
"body": null,
"is_bot": false,
"headline": "delay topic deletion",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T22:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24b233b5142aef3634e8010d37b4ca8c1e7e6f30",
"body": null,
"is_bot": false,
"headline": "invert deletions",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T21:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6425845784ab8ff06340999eca01b72842b93aa",
"body": null,
"is_bot": false,
"headline": "remove list",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T21:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd689f14cc064e1ea21cd26c15804c35283be7b",
"body": null,
"is_bot": false,
"headline": "sleep",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T21:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "492ba3d36b49a79f49828d111bde45b3feeb6539",
"body": null,
"is_bot": false,
"headline": "increase sleep",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T21:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d21833214c4cb522aa58f92223639c9fbabc3bd0",
"body": null,
"is_bot": false,
"headline": "add sleep",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T20:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "698db8fc9ed90632f157b81cfd8441a83b1d1ec1",
"body": null,
"is_bot": false,
"headline": "lint",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T20:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0399ce67df78dd5e5fb061f6d9816d44aea9cb11",
"body": null,
"is_bot": false,
"headline": "contact segment methods",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T20:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44ed55b0b235816b71424eb3a2cf0585c3b6a94e",
"body": null,
"is_bot": false,
"headline": "Add capability",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T20:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80b59be4084714b51b76a6bd09c56e01d1bf083f",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T19:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83523e9c5de2d57b0ef06751a08e95c4c73c9845",
"body": null,
"is_bot": false,
"headline": "Rename audiences to segments",
"author_name": "Antonios Barotsis",
"author_login": "AntoniosBarotsis",
"committed_at": "2025-10-27T19:38:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 156,
"latest_release_at": "2026-07-27T17:42:59Z",
"latest_release_tag": "v0.29.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 27,
"days_since_latest_release": 0,
"mean_days_between_releases": 10.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "resend-rs",
"exists": true,
"license": "MIT",
"keywords": [
"email",
"resend",
"email",
"web-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/resend-rs",
"is_deprecated": false,
"latest_version": "0.29.0",
"repository_url": "https://github.com/resend/resend-rust",
"versions_count": 61,
"total_downloads": 438933,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 48584,
"first_published_at": "2023-07-10T02:10:04.736679Z",
"latest_published_at": "2026-07-27T17:42:52.916205Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 10,
"stars": 77,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2025-07-20",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-07-05",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_forks": 10
},
"star_history": null,
"open_issues_and_prs": 4
},
"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": [
"Cargo.toml",
"examples/cf-worker/Cargo.toml"
],
"largest_source_bytes": 48434,
"source_files_sampled": 26,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 26,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "reqwest",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "ecow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "maybe-async",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.11"
},
{
"name": "governor",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.4"
},
{
"name": "rand",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.2"
},
{
"name": "getrandom",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.3"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.150"
},
{
"name": "mailparse",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.16.1"
},
{
"name": "urlencoding",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.1.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ecow",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "governor",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "mailparse",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "maybe-async",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "urlencoding",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "axum",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "console_error_panic_hook",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "http-body-util",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "jiff",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "resend-rs",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "scraper",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "strum",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "svix",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio-shared-rt",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tower-service",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "worker",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "worker-macros",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 26,
"direct_count": 11,
"indirect_count": 15
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 39,
"open_issues": 1,
"closed_ratio": 0.909,
"closed_issues": 10,
"closed_unmerged_prs": 28
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "AntoniosBarotsis",
"commits": 334,
"avatar_url": "https://avatars.githubusercontent.com/u/50240570?v=4"
},
{
"type": "User",
"login": "martsokha",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/96266775?v=4"
},
{
"type": "User",
"login": "dielduarte",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5679671?v=4"
},
{
"type": "User",
"login": "prcolaco",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3846701?v=4"
},
{
"type": "User",
"login": "rehanvdm",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/22810856?v=4"
},
{
"type": "User",
"login": "twi-alexandertar",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/256548803?v=4"
},
{
"type": "User",
"login": "dyc3",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1808807?v=4"
},
{
"type": "User",
"login": "gabrielmfern",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/88866334?v=4"
},
{
"type": "User",
"login": "lucasfcosta",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6868147?v=4"
},
{
"type": "User",
"login": "rustworthy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/117771945?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.846
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"lint.yml",
"publish.yml",
"sync-prs-to-linear.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": 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": "14 out of 15 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": 3,
"reason": "Found 11/28 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "26 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "987a7a6ee15e1f48cdea22313e9d337d4c2971e3",
"ran_at": "2026-07-27T19:11:47Z",
"aggregate_score": 6.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T17:43:09Z",
"oldest_open_prs": [
{
"number": 75,
"created_at": "2026-06-30T20:29:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 81,
"created_at": "2026-07-13T21:42:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 82,
"created_at": "2026-07-20T23:50:53Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T19:14:18Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 25,
"created_at": "2025-03-20T20:36:52Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/resend/resend-rust",
"host": "github.com",
"name": "resend-rust",
"owner": "resend"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 66,
"vitality": 90,
"community": 59,
"governance": 67,
"engineering": 41
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 90,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"commits_last_year": 156,
"human_commit_share": 0.97,
"days_since_last_push": 0,
"active_weeks_last_year": 27
},
"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": "27/52 weeks with commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 27
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "156 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 156
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "26 commit(s) and 2 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": 15,
"latest_release_tag": "v0.29.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 10.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"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 ~10.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 10.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": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"forks": 10,
"stars": 77,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "77 stars",
"points": 30.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 77
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "10 forks",
"points": 8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 10
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 78,
"inputs": {
"packages": [
"resend-rs"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 438933,
"monthly_downloads": 48584
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "48,584 downloads/month across crates",
"points": 62.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 48584,
"ecosystems": "crates"
}
}
],
"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": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.846
},
"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 85% of commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 85
}
}
],
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"merged_prs": 39,
"open_issues": 1,
"closed_issues": 10,
"issue_closed_ratio": 0.909,
"closed_unmerged_prs": 28
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "39/67 decided PRs merged",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 39,
"decided": 67
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/28 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"followers": 2122,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "resend",
"public_repos": 99,
"account_age_days": 1473
},
"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": "2,122 followers of resend",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2122,
"login": "resend"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "99 public repos, account ~4 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 99
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"resend-rs"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"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": "61 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 61
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 41,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "14 out of 15 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.6
},
"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": "14 out of 15 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": "Found 11/28 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "26 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 19
},
"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": 45,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.206,
"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": "20 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 11,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.05,
"toolchain_manifests": [
"Cargo.toml",
"examples/cf-worker/Cargo.toml"
],
"dependency_bot_commit_share": 0.03
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, examples/cf-worker/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, examples/cf-worker/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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": "5 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 48434,
"source_files_sampled": 26,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/26 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 26,
"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",
"deps.dev does not index crates:resend-rs@0.29.0; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-27T19:12:05.565524Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/resend/resend-rust.svg",
"full_name": "resend/resend-rust",
"license_state": "standard",
"license_spdx": "MIT"
}