Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 185,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 656,
"Python": 18397,
"JavaScript": 21681,
"TypeScript": 44492
},
"pushed_at": "2026-07-21T18:52:50Z",
"created_at": "2025-04-03T06:37:13Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T18:54:16Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"JavaScript",
"Python"
]
},
"owner": {
"blog": null,
"name": "AgentMail",
"type": "Organization",
"login": "agentmail-to",
"company": null,
"location": null,
"followers": 295,
"avatar_url": "https://avatars.githubusercontent.com/u/192555352?v=4",
"created_at": "2024-12-23T01:05:42Z",
"is_verified": null,
"public_repos": 31,
"account_age_days": 575
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "legacy-local-v0.2.2",
"kind": "other",
"published_at": "2026-07-13T23:58:50Z"
}
],
"recent_commits": [
{
"oid": "750939ac83ef81c7e7a6a752fa8a7b1be3fa1772",
"body": "…-5quilq\n\nfix: contain malformed-auth crash (Jul 19) and SSE reconnect-storm heap exhaustion (Jul 21)",
"is_bot": false,
"headline": "Merge pull request #26 from agentmail-to/claude/auth-heap-crash-fixes…",
"author_name": "Shangran Du",
"author_login": "duharry0915",
"committed_at": "2026-07-21T18:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb06c32a8d8484fd3f28159a20b08dc6a0b144c",
"body": "The Jul 21 heap exhaustion (~467 MB retained after full GC against a\n~495 MB V8 limit) was amplified by standalone GET SSE streams: this\nserver is stateless and never initiates messages, but the SDK transport\naccepts GET and holds the stream open indefinitely, pinning the whole\nper-request graph (fr\n[…]\nhile POST ping still\n serves; /health shape updated for the heap block.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01QvLxVwpE6aDxntUsvom8W2",
"is_bot": false,
"headline": "fix: shed stateless GET/DELETE with 405 and add heap pressure telemetry",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-07-21T18:16:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "db761bdb8ca50507d91e01dd7511dd6df8f61460",
"body": "A bare 'Authorization: Bearer' header made @clerk/mcp-tools' mcpAuth\nthrow 'Invalid authorization header value, expected Bearer <token>'.\nmcpAuthClerk invokes that inner middleware without awaiting its promise,\nso the rejection is detached from the chain Express 5 tracks, surfaces\nas a process-level\n[…]\nver stays up;\n am_ keys sent as Bearer still route to the API-key path.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01QvLxVwpE6aDxntUsvom8W2",
"is_bot": false,
"headline": "fix: contain malformed Authorization headers that crashed the server",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-07-21T18:11:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3cba0f952feb9f765a30ed67e4731f8f95532041",
"body": "chore: bump agentmail-toolkit to 0.5.1 (OpenAI unclear-arguments fix)",
"is_bot": false,
"headline": "Merge pull request #23 from agentmail-to/chore/toolkit-0.5.1",
"author_name": "SanjithSambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-14T19:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bc1178e133a6382ed2aff139617aab87babf367",
"body": "Picks up schema descriptions specifying attachment content/url mutual\nexclusivity and the replyAll vs to/cc/bcc interaction — the two argument\nambiguities OpenAI's MCP review flagged on send/reply/forward. Manifest\nregenerated; full test suite passes.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump agentmail-toolkit to 0.5.1 (OpenAI unclear-arguments fix)",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-14T19:41:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7b78c6dff37eee40d1b9f279adad5d4e65ea92f3",
"body": "Simplify package release gates",
"is_bot": false,
"headline": "Merge pull request #22 from agentmail-to/codex/simplify-release-gates",
"author_name": "SanjithSambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-14T05:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bee863885f45f478003e8b8366aaafd9aae54e1",
"body": null,
"is_bot": false,
"headline": "Simplify package release gates",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-14T05:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e8744bcc91d72591ddee3cffa4544cc0fd389dc",
"body": "Add trusted package release workflows",
"is_bot": false,
"headline": "Merge pull request #21 from agentmail-to/codex/release-automation",
"author_name": "SanjithSambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-14T04:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8214fbb5a24472995cc9ce1e8cc62fb4706b7558",
"body": null,
"is_bot": false,
"headline": "Add trusted package release workflows",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-14T04:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e59e8c84005801fa711238bd14cd88344ae34d0",
"body": "Codex/consolidation",
"is_bot": false,
"headline": "Merge pull request #20 from agentmail-to/codex/consolidation",
"author_name": "SanjithSambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-14T00:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42404fda1073eb108e0468830acafc44c2a6b9d9",
"body": null,
"is_bot": false,
"headline": "Document Python SDK cancellation ceiling",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-13T23:47:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17cb6841e7348ea7837c6fc32c1bdc6503f7bb7a",
"body": null,
"is_bot": false,
"headline": "Finish monorepo release documentation and checks",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-13T23:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "925be84bb41813de3fe3f7efc917b03230acaf47",
"body": null,
"is_bot": false,
"headline": "ci: expand controlled surface audit",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-13T23:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512403bc3e274f3082b0bc0e38fd78f3cb8e61db",
"body": null,
"is_bot": false,
"headline": "docs: add consolidation discovery controls",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-13T23:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2846edbd36b2cc882e08963a0b3902c00e8e09e6",
"body": null,
"is_bot": false,
"headline": "Add canonical contract and consolidation checks",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-13T23:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c644c58f5e41631b3e7905e4782e5d0a3dda0551",
"body": null,
"is_bot": false,
"headline": "Add Python stdio bridge to hosted MCP",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-13T23:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d06de68480bf799b2f399122080540444eca6960",
"body": null,
"is_bot": false,
"headline": "Replace npm server with hosted MCP bridge",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-13T23:39:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcf03b4de051b06fb0e8e5f5a69727c0961dbb26",
"body": null,
"is_bot": false,
"headline": "Import hosted MCP server snapshot",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-13T23:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "024d1f98e4172ed10560842f7c6213648e82dfb5",
"body": "Add deprecation banner: point to hosted MCP server",
"is_bot": false,
"headline": "Merge pull request #19 from agentmail-to/fix/mcp-hosted-endpoint",
"author_name": "Shangran Du",
"author_login": "duharry0915",
"committed_at": "2026-07-13T05:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53e1e6a45c634197c37dc3fd732af93390dc0d7c",
"body": "This local stdio package is superseded by the hosted MCP server at\nhttps://mcp.agentmail.to/mcp. Add a deprecation notice at the top of\nthe README with the hosted config, and move the existing npx setup\ninstructions under a \"Legacy (local stdio) setup\" heading so new\nintegrations find the current path first.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add deprecation banner pointing to hosted MCP server",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-07-13T04:47:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1728911dcfd1b55314b15ffcb3febbcf8ce0fec6",
"body": "Bump agentmail-toolkit to ^0.4.0 (24 tools), version 0.3.0",
"is_bot": false,
"headline": "Merge pull request #16 from agentmail-to/bump-toolkit-0.4.0",
"author_name": "shalim786",
"author_login": "shalim786",
"committed_at": "2026-06-12T02:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b34335f86382fd2720a9e4a2367cace77a79e170",
"body": "Picks up the API-parity release (agentmail-to/agentmail-toolkit#39):\n24 tools including search, thread/inbox management, and identity,\nwith directory-compliant descriptions and annotations. npx users were\npreviously resolving toolkit 0.2.x.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump agentmail-toolkit to ^0.4.0, agentmail to ^0.5.11",
"author_name": "Sanjith Sambath",
"author_login": "SanjithSambath",
"committed_at": "2026-06-12T02:48:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2e1279b14d9614ed27cb64e7909379172a0f6daa",
"body": null,
"is_bot": false,
"headline": "Bump",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2026-03-21T04:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edf0b20ab06c9027ab48197ca6f2e7ccadc5c5f0",
"body": null,
"is_bot": false,
"headline": "Base url",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2026-01-22T02:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bbfb2a0bbe4ca840ac1fadc734924956295005f",
"body": null,
"is_bot": false,
"headline": "Update attachment model",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2026-01-21T22:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6256afe90febb35b7640295b7c11646afb8e9a8",
"body": null,
"is_bot": false,
"headline": "Annotations",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-17T08:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4754462f7e9233926e80d541d59ea8412d361659",
"body": null,
"is_bot": false,
"headline": "Bump toolkit",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-16T09:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43a6b5b00fea72fef5adb8295be82d8bc52e8a02",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-16T09:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3b6a4bd600e31d0c4e44e100baed89774aa2810",
"body": null,
"is_bot": false,
"headline": "Clean",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-15T02:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebc0f7155f76b6927c32b7ae4d9b97d88ad9024b",
"body": null,
"is_bot": false,
"headline": "Bump toolkit",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-15T02:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d1d7a2306f171e3cf2cdd0824b35d0eee540cde",
"body": null,
"is_bot": false,
"headline": "Bump toolkit",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-03T17:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e515f8c60ec763c9c504675537bcee153d51661",
"body": null,
"is_bot": false,
"headline": "Cleanup",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-03T12:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbc63ce4d69ecc1d0da7494de930d1563327a850",
"body": null,
"is_bot": false,
"headline": "Upgrade toolkit again",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-03T12:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f3fd4526464df3c5bd0180341bbc8986edf692",
"body": null,
"is_bot": false,
"headline": "Upgrade toolkit",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-03T12:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc6bf7a455d1d2085a354f98b456598549f1189",
"body": null,
"is_bot": false,
"headline": "Bump",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-03T12:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934d6bfd11f8613a5fe366e87a1b481fc44c8908",
"body": null,
"is_bot": false,
"headline": "Rename dist to build",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-03T12:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cdf1b0a6b527ddff7b852bea4549cbe23749ab0",
"body": null,
"is_bot": false,
"headline": "Perms",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-03T11:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0612536458ca81c8f3dacc4191bb32a8c12488d",
"body": null,
"is_bot": false,
"headline": "Upgrade and bump",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-03T10:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc4ef1a3d9268e5a482f757ad3fa599631733b56",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-03T09:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9be7d37cb45b54f6b5992f808615061cf42b7fb4",
"body": null,
"is_bot": false,
"headline": "Upgrade packages",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-12-03T09:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ffff0952ff2279db76b4f44bfcf7d9b4787fc9b",
"body": null,
"is_bot": false,
"headline": "Bump",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-06-18T02:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfb5270d0eae02ab47d3e6e0d3d14954e7fbbde7",
"body": null,
"is_bot": false,
"headline": "Bump",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-06-14T07:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3713157d38c61bfecba9948830a41bedeaa6f6fd",
"body": null,
"is_bot": false,
"headline": "AgentMail environment",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-06-14T06:46:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655b282b5ca984d09efb681c44c680f50d10be9e",
"body": null,
"is_bot": false,
"headline": "Document tool selection",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-06-13T07:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db832b64c2a017c43fb52f6c8a84402c7203243",
"body": null,
"is_bot": false,
"headline": "Bumo",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-06-13T07:22:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94b165f245e09547c084f332639a0ab35858c912",
"body": null,
"is_bot": false,
"headline": "Tools arg",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-06-13T07:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46c106ff50fcca8865a4001601e22d79fb763ee9",
"body": null,
"is_bot": false,
"headline": "Fixed",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-06-13T06:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56840b7dc4aed40f75cf74f7625288edf0f17f2e",
"body": null,
"is_bot": false,
"headline": "Update MCP",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-06-12T11:15:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c068b471e2cf8f0cf26dd41d926522cd601047c1",
"body": null,
"is_bot": false,
"headline": "Snake case params",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-04-15T07:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f74dc9b195052625533f6f285fdfffcb62d7fc2",
"body": null,
"is_bot": false,
"headline": "Shebang",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-04-12T01:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7d15b4edff61c8c776f0676e9deb4e912c0717c",
"body": null,
"is_bot": false,
"headline": "Update dependencies and keywords",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-04-06T23:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efeb4cbee3dcc482bdf4e15ae409889ecf7b7de5",
"body": null,
"is_bot": false,
"headline": "Publish",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-04-06T23:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d964892d2f9fb5f3408d199f04f042b8830c24",
"body": null,
"is_bot": false,
"headline": "MCP server",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-04-05T19:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac037b574c8e58b5247f0f2509ff43d85daf6d39",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Haakam Aujla",
"author_login": "Haakam21",
"committed_at": "2025-04-03T06:35:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 37,
"latest_release_at": "2026-07-13T23:58:50Z",
"latest_release_tag": "legacy-local-v0.2.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 7,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "agentmail-mcp",
"exists": true,
"license": "MIT",
"keywords": [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/agentmail-mcp/",
"is_deprecated": false,
"latest_version": "1.0.0",
"repository_url": "https://github.com/agentmail-to/agentmail-mcp",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2025-03-25T17:52:12.021087Z",
"latest_published_at": "2026-07-14T21:48:41.269504Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "agentmail-mcp",
"exists": true,
"license": "MIT",
"keywords": [
"agentmail",
"mcp",
"stdio",
"bridge"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/agentmail-mcp",
"is_deprecated": false,
"latest_version": "1.0.0",
"repository_url": "https://github.com/agentmail-to/agentmail-mcp",
"versions_count": 27,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 6,
"monthly_downloads": 8837,
"first_published_at": "2025-04-06T23:24:35.965000Z",
"latest_published_at": "2026-07-14T21:45:27.903000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 15,
"stars": 55,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-08-23",
"count": 2
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-03-01",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-06-23",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
}
],
"complete": true,
"collected": 14,
"total_forks": 15
},
"star_history": {
"days": [
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-11",
"count": 2
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-16",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-04",
"count": 2
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 2
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 55,
"total_stars": 55
},
"open_issues_and_prs": 13
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"packages/npm-stdio-bridge/tsconfig.json",
"packages/server/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 44492,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-frvp-7c67-39w9"
],
"fixed_version": "2.0.5",
"advisory_count": 1,
"oldest_advisory_days": 0
}
],
"collected": true,
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 142,
"assessed_package": null,
"unassessed_count": 2,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@modelcontextprotocol/sdk",
"manifest": "packages/npm-stdio-bridge/package.json",
"ecosystem": "npm",
"version_constraint": "1.29.0"
},
{
"name": "@clerk/express",
"manifest": "packages/server/package.json",
"ecosystem": "npm",
"version_constraint": "2.1.40"
},
{
"name": "@clerk/mcp-tools",
"manifest": "packages/server/package.json",
"ecosystem": "npm",
"version_constraint": "0.3.1"
},
{
"name": "@modelcontextprotocol/sdk",
"manifest": "packages/server/package.json",
"ecosystem": "npm",
"version_constraint": "1.29.0"
},
{
"name": "agentmail",
"manifest": "packages/server/package.json",
"ecosystem": "npm",
"version_constraint": "0.5.14"
},
{
"name": "agentmail-toolkit",
"manifest": "packages/server/package.json",
"ecosystem": "npm",
"version_constraint": "0.5.1"
},
{
"name": "cors",
"manifest": "packages/server/package.json",
"ecosystem": "npm",
"version_constraint": "2.8.5"
},
{
"name": "express",
"manifest": "packages/server/package.json",
"ecosystem": "npm",
"version_constraint": "5.2.1"
},
{
"name": "jose",
"manifest": "packages/server/package.json",
"ecosystem": "npm",
"version_constraint": "5.9.6"
},
{
"name": "zod",
"manifest": "packages/server/package.json",
"ecosystem": "npm",
"version_constraint": "4.4.3"
},
{
"name": "httpx",
"manifest": "python/stdio-bridge/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": "==0.28.1"
},
{
"name": "mcp",
"manifest": "python/stdio-bridge/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": "==1.28.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@clerk/express",
"direct": true,
"version": "2.1.40",
"ecosystem": "npm"
},
{
"name": "@clerk/mcp-tools",
"direct": true,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "@modelcontextprotocol/sdk",
"direct": true,
"version": "1.29.0",
"ecosystem": "npm"
},
{
"name": "agentmail",
"direct": true,
"version": "0.5.14",
"ecosystem": "npm"
},
{
"name": "agentmail-toolkit",
"direct": true,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": true,
"version": "2.8.5",
"ecosystem": "npm"
},
{
"name": "express",
"direct": true,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": true,
"version": "5.9.6",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": true,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "httpx",
"direct": true,
"version": "0.28.1",
"ecosystem": "pypi"
},
{
"name": "mcp",
"direct": true,
"version": "1.28.1",
"ecosystem": "pypi"
},
{
"name": "@cfworker/json-schema",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "@clerk/backend",
"direct": false,
"version": "3.11.4",
"ecosystem": "npm"
},
{
"name": "@clerk/shared",
"direct": false,
"version": "4.25.2",
"ecosystem": "npm"
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"ecosystem": "npm"
},
{
"name": "@stablelib/base64",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@tanstack/query-core",
"direct": false,
"version": "5.101.2",
"ecosystem": "npm"
},
{
"name": "@types/body-parser",
"direct": false,
"version": "1.19.6",
"ecosystem": "npm"
},
{
"name": "@types/connect",
"direct": false,
"version": "3.4.38",
"ecosystem": "npm"
},
{
"name": "@types/cors",
"direct": false,
"version": "2.8.17",
"ecosystem": "npm"
},
{
"name": "@types/express",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "@types/express-serve-static-core",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "@types/http-errors",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "24.0.1",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "24.13.3",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^24.13.3",
"ecosystem": "npm"
},
{
"name": "@types/qs",
"direct": false,
"version": "6.15.1",
"ecosystem": "npm"
},
{
"name": "@types/range-parser",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "@types/send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@types/serve-static",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "eventsource",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "eventsource-parser",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "express-rate-limit",
"direct": false,
"version": "8.5.2",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-sha256",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "forwarded",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "glob-to-regexp",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "hono",
"direct": false,
"version": "4.12.30",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.3",
"ecosystem": "npm"
},
{
"name": "immediate",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ip-address",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "is-promise",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "js-cookie",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-typed",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "jszip",
"direct": false,
"version": "3.10.1",
"ecosystem": "npm"
},
{
"name": "lie",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "pako",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "8.4.2",
"ecosystem": "npm"
},
{
"name": "pkce-challenge",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "process-nextick-args",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.3",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "router",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "setimmediate",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "standardwebhooks",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.8.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.9.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.18.2",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "unpdf",
"direct": false,
"version": "1.6.2",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.21.0",
"ecosystem": "npm"
},
{
"name": "zod-to-json-schema",
"direct": false,
"version": "3.25.2",
"ecosystem": "npm"
},
{
"name": "build",
"direct": false,
"version": "1.5.1",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.1.1",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 144,
"direct_count": 12,
"indirect_count": 132
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 7,
"open_issues": 8,
"closed_ratio": 0.2,
"closed_issues": 2,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Haakam21",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/52901662?v=4"
},
{
"type": "User",
"login": "SanjithSambath",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/139921209?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
},
{
"type": "User",
"login": "duharry0915",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/57567430?v=4"
},
{
"type": "User",
"login": "shalim786",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/56446648?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.593
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"public-surfaces.yml",
"publish-npm.yml",
"publish-pypi.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "5 out of 7 merged PRs checked by a CI test -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 3/15 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "22 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "750939ac83ef81c7e7a6a752fa8a7b1be3fa1772",
"ran_at": "2026-07-21T19:04:19Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/agentmail-to/agentmail-mcp",
"host": "github.com",
"name": "agentmail-mcp",
"owner": "agentmail-to"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 59,
"vitality": 73,
"community": 49,
"governance": 52,
"engineering": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 37,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "37 commits in the last year",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 37
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "22 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": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "legacy-local-v0.2.2",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 49,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"forks": 15,
"stars": 55,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "55 stars",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 55
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "15 forks",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 15
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "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": 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": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"packages": [
"agentmail-mcp",
"agentmail-mcp"
],
"dependents": null,
"ecosystems": "npm, pypi",
"total_downloads": null,
"monthly_downloads": 8837
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "8,837 downloads/month across npm, pypi",
"points": 52.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 8837,
"ecosystems": "npm, pypi"
}
}
],
"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": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.593
},
"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 59% of commits",
"points": 9.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 59
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"merged_prs": 7,
"open_issues": 8,
"closed_issues": 2,
"issue_closed_ratio": 0.2,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "20% of issues closed",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 20
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/11 decided PRs merged",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/15 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 295,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "agentmail-to",
"public_repos": 31,
"account_age_days": 575
},
"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": "295 followers of agentmail-to",
"points": 17.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 295,
"login": "agentmail-to"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "31 public repos, account ~1 yr old",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 31
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"agentmail-mcp",
"agentmail-mcp"
],
"ecosystems": "npm, pypi",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on npm, pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "npm, pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 7 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 7 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/15 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "22 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 1.5,
"status": "partial",
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 142 resolved dependencies against OSV; 2 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",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 142
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 2
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 142,
"unassessed_packages": 2,
"affected_by_severity": "moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"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": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"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": 142,
"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
}
]
}
],
"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": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.259,
"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": "14 of 54 human commits state their intent (structured subject or explanatory body)",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 14,
"sampled": 54
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"packages/npm-stdio-bridge/tsconfig.json",
"packages/server/tsconfig.json"
],
"agent_commit_share": 0.093,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "packages/npm-stdio-bridge/tsconfig.json, packages/server/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "packages/npm-stdio-bridge/tsconfig.json, packages/server/tsconfig.json"
}
}
],
"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": "5 of the last 54 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 54
}
}
],
"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 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 44492,
"source_files_sampled": 15,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"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": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": [
"deps.dev does not index pypi:agentmail-mcp@1.0.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-21T19:04:33.909981Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/agentmail-to/agentmail-mcp.svg",
"full_name": "agentmail-to/agentmail-mcp",
"license_state": "standard",
"license_spdx": "MIT"
}