JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 155,
"has_wiki": false,
"homepage": "https://www.npmjs.com/package/haraka-email-message",
"languages": {
"Shell": 1339,
"JavaScript": 92153
},
"pushed_at": "2026-07-21T04:36:19Z",
"created_at": "2022-06-24T16:53:14Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T04:36:10Z",
"description": "Haraka email message",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "http://haraka.github.io",
"name": "Haraka",
"type": "Organization",
"login": "haraka",
"company": null,
"location": null,
"followers": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/1111229?v=4",
"created_at": "2011-10-07T21:30:39Z",
"is_verified": null,
"public_repos": 74,
"account_age_days": 5407
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2026-07-21T04:36:18Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-05-27T06:06:56Z"
},
{
"tag": "v1.3.4",
"kind": "patch",
"published_at": "2026-05-27T05:40:31Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2026-05-10T22:17:33Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2026-03-30T23:09:14Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-03-30T19:16:04Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-03-24T16:17:00Z"
},
{
"tag": "v1.2.7",
"kind": "patch",
"published_at": "2026-03-24T04:05:59Z"
},
{
"tag": "v1.2.6",
"kind": "patch",
"published_at": "2025-12-29T17:02:38Z"
},
{
"tag": "v1.2.5",
"kind": "patch",
"published_at": "2025-01-31T20:24:59Z"
},
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2024-09-27T21:40:15Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2024-04-24T19:49:08Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2024-04-08T16:26:49Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2024-04-03T22:52:25Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-09-15T04:48:07Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-06-24T19:51:56Z"
}
],
"recent_commits": [
{
"oid": "ab00270888cf1d86babe0aa40e4d4010862b5300",
"body": "- fix(header): replace RFC 2231 regex with tokenizer (`lib/rfc2231.js`)\n - 20-40% faster typical case, 8,000% faster adversarial case\n- fix(header): replace RFC 2047 regex with tokenizer (`lib/rfc2047.js`)\n - 2x-3x faster typical case, 1,500% faster adversarial case\n- packaging / meta updates (#26)",
"is_bot": false,
"headline": "Release v1.4.1 (#27)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2026-07-21T04:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a080acf360f6822ba13458c6cebd14f63f9ce0ce",
"body": null,
"is_bot": false,
"headline": "packaging / meta updates (#26)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2026-06-04T04:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90dfc388a3a4f8e341c8b6143b92ea42e42604ca",
"body": "- feat(header): get_addresses(key) returns parsed Address|Group",
"is_bot": false,
"headline": "Release v1.4.0 (#25)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2026-05-27T06:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb7aff7bdafafb53571387d61f8e4405624e5475",
"body": "- fix(attachment-stream): cap paused buffer (default 64MB) at\n`mailparser.attachment_max_buffered` and abort with `error` when exceeded\n- fix(body): require exact MIME boundary delimiter per RFC 2046 §5.1.1\n- fix(body): pass `contentDisposition` to filters on non-empty bodies\n- fix(body): propagate \n[…]\nh + 1` to sibling parts in `parse_child`\n- feat(body): `options.maxMimeDepth` overrides the config-derived cap\n- perf(header): short-circuit _parse_rfc2231 to avoid ReDOS\n- deps(all): bumped to latest",
"is_bot": false,
"headline": "Release v1.3.4 (#24)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2026-05-27T05:40:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ea1150492d94ecda1ca063c4714d9d9f9a418a9",
"body": "- dep(message-stream): update to 2.0.4",
"is_bot": false,
"headline": "Release v1.3.3 (#22)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2026-05-10T22:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2378d699ee68a7e55bbfedbedc9f1effb5a06c21",
"body": "- replace polynomial regex with much faster `slice()`",
"is_bot": false,
"headline": "Release v1.3.2 (#21)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2026-03-30T23:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9535b5278f6813941faf217399254eba17e018f4",
"body": "Fixes\n- header: prevent prototype pollution\n - belt: use Object.create instead of {}\n - suspenders: add guards for **proto**, constructor, and prototype\n- header: switch from recursion to iteration in parser\n - prevents stack exhaustion vulnerabilities\n- body: added max_mime_depth, default 100\n- body: disallow empty boundaries\n\nChanges\n- dep(message-stream): update to v2\n- test: added vulnerability test suite\n- test: added additional test coverage\n- test: ES2024, table driven",
"is_bot": false,
"headline": "release 1.3.1 (#20)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2026-03-30T19:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b003fb683dba310ca1d1739dc20c30cd4d06a89",
"body": "- change: split index.js into `lib/` files\n- style(esnext): some updates\n - private fields (#)\n- doc(README): practical makeover\n- test: organize the test suite\n- test: switch test runner from mocha to node --test",
"is_bot": false,
"headline": "Release v1.3.0 (#18)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2026-03-24T16:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40a169ad8bb0abe71bd579262e38f601e63a9f58",
"body": "- fix: Buffer.alloc was being called on empty Buffer causing crash\n- deps(all): bumped versions to latest\n- test: added functional tests, covering:\n- plain text, multipart/alternative, multipart/mixed, nested multiparts\n - base64, quoted-printable, and 8bit transfer encodings\n- edge cases: malforme\n[…]\nth irregular line lengths and spaces.\n - backpressure: test for AttachmentStream pause()/resume()\n- test: remove unnecessary done callbacks in synchronous tests #16\n- doc(README): added coverage badge",
"is_bot": false,
"headline": "Release v1.2.7 (#17)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2026-03-24T04:00:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f55c72b5508c1ac2e9f093882e81c1adad3592d1",
"body": null,
"is_bot": false,
"headline": "test: remove unnecessary done callbacks in synchronous tests (#16)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2026-03-10T05:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a17072a650e04def9edd9bf3c112bc4328ee32",
"body": "- Replace native `iconv` module with `iconv-lite` for character encoding conversion\n- Remove redundant string to buffer conversions in `try_convert`\nfunction (now returns strings directly)\n- fall back to iconv if installed and a conversion fails",
"is_bot": false,
"headline": "Replace iconv with iconv-lite (#15)",
"author_name": "Dalibor Nasevic",
"author_login": "dalibor",
"committed_at": "2025-12-29T17:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe2316993f20c5baf0f7c11e5767a32bcec815b3",
"body": "- dep(all): bump to latest\r\n- dep(eslint): upgrade to v9\r\n- style(prettier): move config into package.json",
"is_bot": false,
"headline": "Release v1.2.5 (#14)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2025-01-31T20:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "962680a98c731cfd704cf5340f99e92ea03a0985",
"body": null,
"is_bot": false,
"headline": "allow attachment filenames containing semicolons (#13)",
"author_name": "Pierre Allétru",
"author_login": "DoobleD",
"committed_at": "2024-09-27T21:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf9fa096e2908614443f2c09564ced1899129cd4",
"body": "- style(es6): replace forEach with for...of\r\n- doc(CONTRIBUTORS): added",
"is_bot": false,
"headline": "Release v1.2.3 (#11)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2024-04-24T19:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aada2dcbc0e045961923eac0ba41cd169c2f03e6",
"body": "- dep: eslint-plugin-haraka -> @haraka/eslint-config\r\n- lint: updated .eslintrc\r\n- package.json: updated scripts\r\n- prettier",
"is_bot": false,
"headline": "Release v1.2.2 (#9)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2024-04-08T16:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dec6707565d0e35af2ad721e091b6ed3185ff9b3",
"body": "- dep(libqp): bump to 2.1.0\r\n- dep(libmime): bump to 5.3.4\r\n- dep(haraka-message-stream): bump to 1.2.1\r\n- dep(mocha & eslint): remove from devDeps (install as needed with npx)\r\n- add ./test to .npmignore",
"is_bot": false,
"headline": "release 1.2.1 (#7)",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2024-04-03T22:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f54165436918f3f54fc7e007b7c4e3755bd34d7f",
"body": null,
"is_bot": false,
"headline": "dep: update libqp to 2.0.1, #6",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-11-30T07:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359563ec67af0c3a7a38239538ee09fb3a700b80",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-11-30T07:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dea14cf9434c207bc90e2a1b86f54b84c8bd8689",
"body": null,
"is_bot": false,
"headline": "dep: update libqp to 2.0.1",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-11-30T07:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c573935f9542830f2503dd9754bc49c28a1f353f",
"body": "Release v1.1.0",
"is_bot": false,
"headline": "Merge pull request #4 from haraka/release-1.1.0",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-09-15T04:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5860c32601ab1c77c333a87060763f3dedb5755",
"body": null,
"is_bot": false,
"headline": "update Changes",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-09-15T04:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44013b1b42b340cf43718ba8a539e64727cc3f27",
"body": "Do not insert banner in text attachments",
"is_bot": false,
"headline": "Merge pull request #3 from cloudron-io/banner_text_attachments",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-09-15T04:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c52e69b257e18df511b52d3249ae75cdeecacf8",
"body": "Pass the content-disposition to the filter hooks so that the banner\ninsertion code can skip text attachments (csv, txt files etc)",
"is_bot": false,
"headline": "Do not insert banner in text attachments",
"author_name": "Girish Ramakrishnan",
"author_login": "gramakri",
"committed_at": "2022-09-11T18:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8bc8fd890db880d5f41e90d5b23265f14b9843a",
"body": "chore(climate): configure code climate",
"is_bot": false,
"headline": "Merge pull request #2 from haraka/release-1.0.1",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-25T06:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c32d873da5acdcb771b0524a64d91b310c0ee66",
"body": null,
"is_bot": false,
"headline": "ws",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-25T06:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a71c5addd4c6d32107ec6b2e6be821d860dfd8d7",
"body": null,
"is_bot": false,
"headline": "ws",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-25T06:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "415d74a6527f6975471cbacb883472822392dec6",
"body": null,
"is_bot": false,
"headline": "chore(climate): configure code climate",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-25T06:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ef54f52ebb4f4024f9e0539b041446d8439a19e",
"body": "Imported from [Haraka](https://github.com/haraka/Haraka)",
"is_bot": false,
"headline": "Merge pull request #1 from haraka/release-1.0.2",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-24T19:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7b1ac558dc248d6d27104df7f183bf95a91f2b2",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-24T19:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f1f7a0abf68f05e269107668bbeef172a81f722",
"body": null,
"is_bot": false,
"headline": "ci: add special steps for windows",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-24T19:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "477c13909ad900ec1ae6c1bb8474057040f03a67",
"body": null,
"is_bot": false,
"headline": "doc(README): add some usage",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-24T19:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b4547d9d406b8d62fade8875814132dc7e53df1",
"body": null,
"is_bot": false,
"headline": "remove test/index",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-24T18:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e940946a68ec41f1628bc5e02f6dec4d857222b4",
"body": null,
"is_bot": false,
"headline": "imported from Haraka",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-24T18:57:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3c80ef7ba8494cdcceb08d5fe5cb4441ca20c9",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Matt Simerson",
"author_login": "msimerson",
"committed_at": "2022-06-24T16:53:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 11,
"latest_release_at": "2026-07-21T04:36:18Z",
"latest_release_tag": "v1.4.1",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 7,
"days_since_latest_release": 6,
"mean_days_between_releases": 59.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "haraka-email-message",
"exists": true,
"license": "MIT",
"keywords": [
"haraka",
"email-message"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/haraka-email-message",
"is_deprecated": false,
"latest_version": "1.4.1",
"repository_url": "https://github.com/haraka/email-message",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 69048,
"first_published_at": "2022-06-24T19:24:33.240000Z",
"latest_published_at": "2026-07-21T04:37:01.424000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 4,
"stars": 2,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2022-09-11",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 18629,
"source_files_sampled": 17,
"oversized_source_files": 0,
"agent_instruction_files": [
".github/copilot-instructions.md",
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7198
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 11,
"malicious_count": 0,
"assessed_package": "npm:haraka-email-message@1.4.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@haraka/email-address",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.1.5"
},
{
"name": "haraka-config",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.6.2"
},
{
"name": "haraka-message-stream",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.6"
},
{
"name": "iconv-lite",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.7.2"
},
{
"name": "libmime",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.3.8"
},
{
"name": "libqp",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@haraka/email-address",
"direct": true,
"version": "^3.1.5",
"ecosystem": "npm"
},
{
"name": "haraka-config",
"direct": true,
"version": "^1.6.2",
"ecosystem": "npm"
},
{
"name": "haraka-message-stream",
"direct": true,
"version": "^2.0.6",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": true,
"version": "^0.7.2",
"ecosystem": "npm"
},
{
"name": "libmime",
"direct": true,
"version": "^5.3.8",
"ecosystem": "npm"
},
{
"name": "libqp",
"direct": true,
"version": "^2.1.1",
"ecosystem": "npm"
},
{
"name": "@haraka/eslint-config",
"direct": false,
"version": "^3.0.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 6,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 21,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "msimerson",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/261635?v=4"
},
{
"type": "User",
"login": "dalibor",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/48384?v=4"
},
{
"type": "User",
"login": "gramakri",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/82041?v=4"
},
{
"type": "User",
"login": "DoobleD",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/918201?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.912
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"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": 5,
"reason": "11 out of 21 merged PRs checked by a CI test -- score normalized to 5",
"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": 1,
"reason": "Found 3/21 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 5,
"reason": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 1,
"reason": "SAST tool is not run on all commits -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 9,
"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": "ab00270888cf1d86babe0aa40e4d4010862b5300",
"ran_at": "2026-07-28T00:53:28Z",
"aggregate_score": 5.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T23:44:11Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-21T04:36:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/haraka/email-message",
"host": "github.com",
"name": "email-message",
"owner": "haraka"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 62,
"vitality": 70,
"community": 45,
"governance": 64,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"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": 92,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v1.4.1",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 59.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~59.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 59.5
}
}
],
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"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": 45,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 4,
"inputs": {
"forks": 4,
"stars": 2,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 81,
"inputs": {
"packages": [
"haraka-email-message"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 69048
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "69,048 downloads/month across npm",
"points": 64.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 69048,
"ecosystems": "npm"
}
}
],
"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": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.912
},
"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 91% of commits",
"points": 2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 21,
"open_issues": 0,
"closed_issues": 4,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "21/23 decided PRs merged",
"points": 34.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 21,
"decided": 23
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/21 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 65,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "haraka",
"public_repos": 74,
"account_age_days": 5407
},
"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": "65 followers of haraka",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 65,
"login": "haraka"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "74 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 74
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"haraka-email-message"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"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": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": "11 out of 21 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://www.npmjs.com/package/haraka-email-message",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.npmjs.com/package/haraka-email-message",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.3
},
"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": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 21 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.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 3/21 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:haraka-email-message@1.4.1 runtime dependency closure — what installing the published package pulls in — 11 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:haraka-email-message@1.4.1",
"assessed": 11
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 11,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 11,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"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": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.765,
"agent_instruction_files": [
".github/copilot-instructions.md",
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7198
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".github/copilot-instructions.md, AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".github/copilot-instructions.md, AGENTS.md, CLAUDE.md"
}
}
],
"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": "26 of 34 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 26,
"sampled": 34
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 34",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 34
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 18629,
"source_files_sampled": 17,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/17 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T00:53:46.247582Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/haraka/email-message.svg",
"full_name": "haraka/email-message",
"license_state": "standard",
"license_spdx": "MIT"
}