JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4277,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 789,
"Solidity": 122860,
"JavaScript": 3157,
"TypeScript": 62194
},
"pushed_at": "2026-06-22T10:00:45Z",
"created_at": "2021-04-19T17:23:27Z",
"owner_type": "Organization",
"updated_at": "2026-06-22T10:00:41Z",
"description": "Builds up a test environment with Bee clients and with a test blockchain.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "Solidity",
"significant_languages": [
"Solidity",
"TypeScript"
]
},
"owner": {
"blog": "https://ethswarm.org",
"name": "Ethersphere",
"type": "Organization",
"login": "ethersphere",
"company": null,
"location": "dispersed",
"followers": 246,
"avatar_url": "https://avatars.githubusercontent.com/u/6946989?v=4",
"created_at": "2014-03-14T01:37:27Z",
"is_verified": null,
"public_repos": 210,
"account_age_days": 4524
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "bee-factory-v1.1.1",
"kind": "other",
"published_at": "2026-06-22T10:00:45Z"
},
{
"tag": "bee-factory-v1.1.0",
"kind": "other",
"published_at": "2026-06-10T08:45:26Z"
},
{
"tag": "bee-factory-v1.0.1",
"kind": "other",
"published_at": "2026-05-20T13:19:36Z"
},
{
"tag": "bee-factory-v1.0.0",
"kind": "other",
"published_at": "2026-05-20T12:29:39Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2022-12-20T14:08:40Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2022-12-14T13:14:55Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2022-11-08T14:03:52Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2022-05-24T10:54:29Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2022-05-16T08:29:27Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2022-05-10T14:51:08Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2022-05-05T14:37:38Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2022-05-05T12:26:23Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2022-05-05T12:11:19Z"
}
],
"recent_commits": [
{
"oid": "bc5eca1f6f0591d1564bf6326f583ca31aadf663",
"body": "Co-authored-by: bee-runner[bot] <72654205+bee-runner[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(master): release bee-factory 1.1.1 (#316)",
"author_name": "bee-runner[bot]",
"author_login": "bee-runner[bot]",
"committed_at": "2026-06-22T10:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97e404dc992d78006fb1626d452b0cbdeb0e2337",
"body": "Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>",
"is_bot": false,
"headline": "fix: support new flags with backward compatibility (#315)",
"author_name": "Gergely Békési",
"author_login": "slapec93",
"committed_at": "2026-06-22T08:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94cc92688e293e14cb66e72301662a7fcab98276",
"body": "Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>",
"is_bot": false,
"headline": "chore: update github actions deps (#313)",
"author_name": "Gergely Békési",
"author_login": "slapec93",
"committed_at": "2026-06-11T14:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a9164d6f57820930ee6f25a34e60a154fa62de",
"body": "Co-authored-by: bee-runner[bot] <72654205+bee-runner[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(master): release bee-factory 1.1.0 (#306)",
"author_name": "bee-runner[bot]",
"author_login": "bee-runner[bot]",
"committed_at": "2026-06-10T08:45:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ff43e1456bc216bd3a98673981566feb39d0489",
"body": "Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>",
"is_bot": false,
"headline": "fix: update node ports (#312)",
"author_name": "Gergely Békési",
"author_login": "slapec93",
"committed_at": "2026-06-10T07:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5677d08e69df82d45664d9b2d2c1bd63d7950596",
"body": "Bee flips isWarmingUp=false as soon as each worker connects to the queen\n(--warmup-time=1s), but worker↔worker links only form via hive gossip\nwhose cycle is occasionally >2 min on CI runners. That races with the\npeer-existence check in generateTraffic, which then times out at 2 min\nand fails the wh\n[…]\nm the prebuilt path is removed;\nformPeerMesh covers both fresh and prebuilt cases.\n\nCo-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: force full peer mesh after warmup (#311)",
"author_name": "Gergely Békési",
"author_login": "slapec93",
"committed_at": "2026-06-09T13:49:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "048050b603d02bf8054f4c66f117aaa68b50c0d7",
"body": "* feat: cache Docker images for certain tags\n\n* test: trigger new wf\n\n* fix: handle edge case\n\n* fix: use old name for images\n\n* fix: anvil image\n\n* fix: anvil\n\n* fix: rchash test\n\n* fix: make sure images are pushed before smoke test\n\n* fix: startup\n\n* fix: increase timeout\n\n* fix: waiting\n\n* fix: rchash test\n\n* fix: stop containers\n\n* feat: update the workflow\n\n* ci: update workflows\n\n* ci: fix two-stage workflow\n\n---------\n\nCo-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>",
"is_bot": false,
"headline": "feat: cache Docker images for certain tags (#309)",
"author_name": "Gergely Békési",
"author_login": "slapec93",
"committed_at": "2026-06-09T10:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b10197c2ef55328df874ca04300621cc2f6410f",
"body": "* feat: add timeouts to traffic generation\n\n* fix: add waiting before buying stamps\n\n* fix: use different exit condition\n\n---------\n\nCo-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>",
"is_bot": false,
"headline": "fix: cheque generation sometimes gets stuck (#307)",
"author_name": "Gergely Békési",
"author_login": "slapec93",
"committed_at": "2026-06-09T09:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbabc6f589f52e090ed7336602764e3386b98638",
"body": null,
"is_bot": false,
"headline": "feat: print node wallet private keys and addresses (#304)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-06-02T07:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da147319ad298b3c5c5c42f898d7513a5222ed7",
"body": null,
"is_bot": false,
"headline": "docs: document node wallet private keys and addresses (#305)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-06-02T07:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "730819a36ed25df01717edc28cfc030f18edf20a",
"body": "* docs: document cheque and rchash\n\n* docs: also mention withdrawal address",
"is_bot": false,
"headline": "docs: document cheque and rchash (#301)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-05-21T08:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d7b4da7d2e272f70ea71eb8ea3a08d3b86d83c6",
"body": null,
"is_bot": false,
"headline": "docs: update example bee tag to use more recent version (#303)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-05-20T14:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df9807757abc3d1cdddd44908886ee260b765f4b",
"body": null,
"is_bot": false,
"headline": "docs: fix default accounts url (#302)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-05-20T13:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f8a3320dbc93494bbe34dcff6eed057314c371",
"body": "The publish_npmjs workflow already runs with id-token: write under the\npublish environment, and the package is registered as a trusted\npublisher on npmjs.com. Removing NODE_AUTH_TOKEN lets npm publish\nauthenticate via OIDC instead of the long-lived NPM_TOKEN secret.\n\nCo-authored-by: darkobas2 <darkobas@gmail.com>",
"is_bot": false,
"headline": "ci: drop NODE_AUTH_TOKEN in favor of npm trusted publishing (#300)",
"author_name": "Not Darko",
"author_login": "darkobas2",
"committed_at": "2026-05-20T13:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fb0097e4e21099a8bd76a3d7e63fd6fc681dfe5",
"body": "Co-authored-by: bee-runner[bot] <72654205+bee-runner[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(master): release bee-factory 1.0.1 (#299)",
"author_name": "bee-runner[bot]",
"author_login": "bee-runner[bot]",
"committed_at": "2026-05-20T13:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03d96e79a1742cfd8e45aaa95f7634b04e527283",
"body": null,
"is_bot": false,
"headline": "fix: trigger publish (#298)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-05-20T13:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eb40d85b442ca3f2c84a5c18c7d5de72262c55e",
"body": null,
"is_bot": false,
"headline": "build: add repository in package.json (#297)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-05-20T12:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "010a0d32c54017d822ced26cf68de71d9792b6c8",
"body": "Co-authored-by: bee-runner[bot] <72654205+bee-runner[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(master): release bee-factory 1.0.0 (#295)",
"author_name": "bee-runner[bot]",
"author_login": "bee-runner[bot]",
"committed_at": "2026-05-20T12:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03d45ce990c2fd16d2f66ac58a27fd945dc54de0",
"body": "* test: extend smoke test suite\n\n* fix: install the right npm package\n\n* fix: increase timeout\n\n---------\n\nCo-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>",
"is_bot": false,
"headline": "test: extend smoke test suite (#293)",
"author_name": "Gergely Békési",
"author_login": "slapec93",
"committed_at": "2026-05-20T11:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c35e02b72435322a3e62b58ba7f1663c74c43198",
"body": "* ci: authenticate release-please via GitHub App token\n\nREPO_GHA_PAT was last rotated in 2021 and now returns 'Bad\ncredentials', blocking release PR creation. Switch to the org-level\nGitHub App (BEE_RUNNER_CLIENT_ID + BEE_RUNNER_KEY) using\nactions/create-github-app-token so release-please runs on a \n[…]\ncom>\n\n---------\n\nCo-authored-by: Not Darko <darkobas@gmail.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\nCo-authored-by: Cafe137 <77121044+Cafe137@users.noreply.github.com>",
"is_bot": false,
"headline": "ci: use numeric App ID for create-github-app-token (#294)",
"author_name": "Not Darko",
"author_login": "darkobas2",
"committed_at": "2026-05-19T13:33:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d12880c5297496c31ec79d1f535ff73521fed3d7",
"body": "REPO_GHA_PAT was last rotated in 2021 and now returns 'Bad\ncredentials', blocking release PR creation. Switch to the org-level\nGitHub App (BEE_RUNNER_CLIENT_ID + BEE_RUNNER_KEY) using\nactions/create-github-app-token so release-please runs on a token\nthat doesn't need manual rotation.\n\nCo-authored-by: Not Darko <darkobas@gmail.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: authenticate release-please via GitHub App token (#292)",
"author_name": "Not Darko",
"author_login": "darkobas2",
"committed_at": "2026-05-19T10:48:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "915a530fff31bc8055aa5eb4d904910ee6635d23",
"body": null,
"is_bot": false,
"headline": "ci: reintroduce release-please (#291)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-05-18T17:49:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e209cb3348fa4cc06a70261f47ef27df325f01ba",
"body": null,
"is_bot": false,
"headline": "feat: add withdrawal addresses whitelist (#288)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-05-18T09:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f3d3adfbaf1d6f3bf8d647b18de03be75f1d62f",
"body": "* feat: add cheques flag\n\n* feat: add trafic generator service\n\n* feat: update traffic generator logic\n\n* feat: cleanup traffic generator, make cheque flag boolean\n\n* fix: typo\n\n* feat: only use initial deposit flag when cheques flag provided for start\n\n* feat: remove cheques flag, so traffic generation is not optional\n\n* fix: initial deposit\n\n---------\n\nCo-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>",
"is_bot": false,
"headline": "feat: generate traffic (#286)",
"author_name": "Gergely Békési",
"author_login": "slapec93",
"committed_at": "2026-05-15T13:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "348fd300d1d3e646b0064ee8eeb415e99bb8c682",
"body": "* fix: update swap price oracle\n\n* fix: decrease price per accounting unit",
"is_bot": false,
"headline": "fix: update swap price oracle (#287)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-05-15T08:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75363d9d62dd5de278335f6a1d7876172afa66c4",
"body": "* feat: add block time flag and set default to 1s\n\n* fix: rename constant\n\n* trigger ci\n\n---------\n\nCo-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>",
"is_bot": false,
"headline": "feat: set default block time to 1s and make it configurable (#283)",
"author_name": "Gergely Békési",
"author_login": "slapec93",
"committed_at": "2026-05-14T06:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d31d36f1a164c49ec5520821c2c585dacd153e9",
"body": "Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org>",
"is_bot": false,
"headline": "ci: add smoke test to CI (#282)",
"author_name": "Gergely Békési",
"author_login": "slapec93",
"committed_at": "2026-05-14T06:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6362755da63a934f568c4b6fa3543332ecc13bdb",
"body": null,
"is_bot": false,
"headline": "fix: add ethersphere organization to package name (#280)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-05-12T18:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8427142b410d292b224b9f2b41adbad761fdabe",
"body": "* docs: add fdp-play\n\n* feat!: rewrite project",
"is_bot": false,
"headline": "feat!: rewrite project (#268)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2026-05-12T18:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92b43baed18fe9838baed3244f041649ec2f0fb8",
"body": null,
"is_bot": false,
"headline": "docs: add fdp-play (#267)",
"author_name": "Cafe137",
"author_login": "Cafe137",
"committed_at": "2024-08-20T23:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90959ce12774b4ea0389cb0fdab0b2fff99aa80e",
"body": null,
"is_bot": false,
"headline": "chore: no auhau (#249)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2023-01-31T09:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3356efe22cc6f6f422250c25c51d4eadd1aa536",
"body": null,
"is_bot": false,
"headline": "chore(master): release 0.5.2 (#237)",
"author_name": "bee-worker",
"author_login": "bee-worker",
"committed_at": "2022-12-20T14:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fa8acfd1bb74a655fcb7a03e5a8605f6b7c0b75",
"body": null,
"is_bot": false,
"headline": "fix: add postage contract start block (#235)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-12-19T14:18:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28b88feffd8debd18213de59081152c64d9be97e",
"body": null,
"is_bot": false,
"headline": "chore(master): release 0.5.1 (#234)",
"author_name": "bee-worker",
"author_login": "bee-worker",
"committed_at": "2022-12-14T13:14:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4058525ab6ca0168d036691676302dc0bc3f0702",
"body": null,
"is_bot": false,
"headline": "fix: allow multiple digits versions (#233)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-12-14T12:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "276f04265df41818da13fd94dae90edea2734510",
"body": null,
"is_bot": false,
"headline": "chore: update 1.10 contracts (#232)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-12-14T09:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa4533d2cc42413e6b10630f2ff49b366a0fd2cb",
"body": null,
"is_bot": false,
"headline": "ci: allow publish from branch (#228)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-11-16T13:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9689632eeacb32da05fc7504eb3038474e0e2287",
"body": "Co-authored-by: Adam Uhlíř <adam@uhlir.dev>",
"is_bot": false,
"headline": "chore(master): release 0.5.0 (#151)",
"author_name": "bee-worker",
"author_login": "bee-worker",
"committed_at": "2022-11-08T14:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b029108efa70314656e05b10220adf7f0b3958b",
"body": null,
"is_bot": false,
"headline": "feat: supported bee version check (#223)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-11-08T12:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e86491d460536015425be5f5a91d06e19db694",
"body": null,
"is_bot": false,
"headline": "feat: increased nodes funding (#221)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-11-08T12:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffbfaa2cfa4dc57dd7bc4d1c09debabf450a0d86",
"body": null,
"is_bot": false,
"headline": "feat: queen image has postage stamp bought (#220)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-11-08T12:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fae67c6d78413cbc5a1f9944138b3ce61ffb575f",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump wagoid/commitlint-github-action from 4 to 5 (#165)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-08T11:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d971543acc411d6dd86af8c9a55c004900a993e",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump jest and @types/jest (#219)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-08T11:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83f25d7ecb0faecf2359d65f4207161422ab3a0f",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump jossef/action-set-json-field from 1 to 2 (#166)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-08T07:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a6619352f669673aeb6b793994e80782f9217e",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump eslint from 8.25.0 to 8.27.0 (#218)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-08T07:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56be6055d0b162b910c049526351330cfe710b72",
"body": null,
"is_bot": false,
"headline": "docs: readme typo fix (#190)",
"author_name": "significance",
"author_login": "significance",
"committed_at": "2022-11-07T14:07:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c8ae8bc85c42b738926c783f1160bf1b4e63972",
"body": null,
"is_bot": false,
"headline": "chore: update target bee (#215)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-11-07T14:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f30398a425be75113056830ff6f4fb787c996b",
"body": null,
"is_bot": false,
"headline": "fix: invalid mode and gas block limit (#217)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-11-07T14:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dc8992df7c92320b7c20c9001b02bd05918d846",
"body": null,
"is_bot": false,
"headline": "fix: state generation of docker images (#216)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-11-07T10:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7eb6c6d05d35dd44f08e7c3641cf3721a5d9d28",
"body": "…#214)",
"is_bot": false,
"headline": "feat: update blockchain image and contracts addresses are in labels (…",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-11-04T10:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cee4ae93921b52132d960519704050d90c38e38",
"body": null,
"is_bot": false,
"headline": "chore: update dependencies (#209)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-10-26T13:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deb445f46225610ee77cc0a127cbfb5ae9c8f2c8",
"body": null,
"is_bot": false,
"headline": "ci: update bee version trigger event name (#175)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-07-11T09:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5adc32fdf600996ec9c8fdd4018ff85db770868b",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @commitlint/cli from 16.2.1 to 17.0.2 (#156)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-06-06T15:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ca6f4416b36482e55dc01c8b977f3ca96a2ea4b",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump ts-node from 10.8.0 to 10.8.1 (#154)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-06-06T14:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7afda5ed2a165569c811cf8c34df67af3eb82ded",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump typescript from 4.7.2 to 4.7.3 (#153)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-06-06T14:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f558839e84c5d8eb5461287eeaa0278c45018fa6",
"body": "…17.0.2 (#152)\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @commitlint/config-conventional from 17.0.0 to …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-06-06T14:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceda55a8e6d1feefc9dd7699ae3e6b0acea26e50",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @types/dockerode from 3.3.3 to 3.3.9 (#155)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-06-06T14:38:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ef924d615cfc1a612cb9167a28037918114597e",
"body": null,
"is_bot": false,
"headline": "feat: latest builds (#150)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-06-06T12:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2836ffffd21aff0914888c3f4789ee59823aafdb",
"body": null,
"is_bot": false,
"headline": "chore: update to bee 1.6.1 (#148)",
"author_name": "bee-worker",
"author_login": "bee-worker",
"committed_at": "2022-06-03T07:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e245e29be87db89925a45d38a1abb8541bf4aef2",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-node from 1 to 3 (#136)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T13:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3dfbe3356dbdb2ecf6c052531be2b862410bd97",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/cache from 2 to 3 (#135)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T08:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34830034c8aafbf4fae56dc6b99f2adc750bb0b7",
"body": "… 3 (#137)\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump GoogleCloudPlatform/release-please-action from 2 to…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T08:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b268e8e5004fb00469c3d4967e7f1d68b9e228a6",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump peter-evans/repository-dispatch from 1 to 2 (#138)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T08:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be753b2c890e64477a48c9afafc614e084a4e114",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump wagoid/commitlint-github-action from 2 to 4 (#146)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T08:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a183c92265d2352877a522041fb3cb6da96ed9f9",
"body": "… 5.27.0 (#145)\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.26.0 to…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T08:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bec4596455025ff40947d1f5fb8efb600b7cf3c1",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/v2...v3)\r\n\r\n---\r\nupdated-dep\n[…]\nroduction\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 2 to 3 (#139)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T08:36:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f11a35c7af5dcb4e51bc115f3417e9c7c4d5c2fd",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump ts-node from 10.7.0 to 10.8.0 (#144)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T08:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20abe8bab2f06551ce51fcf1f80f9cfa1dfcf8c7",
"body": "Bumps [furious-commander](https://github.com/furious-commander/furious-commander) from 1.7.0 to 1.7.1.\r\n- [Release notes](https://github.com/furious-commander/furious-commander/releases)\r\n- [Changelog](https://github.com/furious-commander/furious-commander/blob/master/CHANGELOG.md)\r\n- [Commits](http\n[…]\nroduction\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump furious-commander from 1.7.0 to 1.7.1 (#142)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T08:23:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66773f93543f40fa468e267dc319fe2e8b584ca4",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump eslint-plugin-jest from 25.7.0 to 26.4.6 (#141)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T08:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8a73c494a43004d5842671a89c3c6e417f2016d",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @types/node from 15.14.9 to 17.0.36 (#140)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T08:23:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb14c6db85f6f74288d7c9cf51a687c7ac1b3cd6",
"body": "… 5.26.0 (#132)\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.1 to…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T07:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af321dc867b6280035d95f5445a11d9a77506cc7",
"body": "…17.0.0 (#131)\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @commitlint/config-conventional from 16.2.1 to …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T07:15:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c4e8469cd30df9e450c0162e27ce7d04fd54db7",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump typescript from 4.5.5 to 4.7.2 (#133)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T07:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d7807f212d522272105d1e6cd00354e55ac2437",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump glob from 7.2.0 to 8.0.3 (#134)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-31T07:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec48b94fd6af4f076a7236a60a04c32f0f6bf9e",
"body": null,
"is_bot": false,
"headline": "ci: enable dependabot for github actions (#129)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-30T14:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbeeedeabfb865c534f9b147c4f468a4f393038c",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump eslint from 8.10.0 to 8.16.0 (#125)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-30T12:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2cf631a65a1c3fa3ce6f3f7f1da4d8c75140769",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @jest/types from 27.5.1 to 28.1.0 (#124)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-30T12:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17033371cd9ff5e3127c93c60c1696ba143a6abf",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump eslint-config-prettier from 8.4.0 to 8.5.0 (#126)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-30T12:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a190ff9d5842848e98d7e8b100ff8f3f31c4c10",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump prettier from 2.5.1 to 2.6.2 (#127)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-30T12:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eb8dc8a82a36cfaf19bc0cf0761c2dad0e5da61",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump @ethersphere/bee-js from 4.0.0 to 4.1.1 (#128)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-30T12:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db8b18d26b785fc1c4e2a8b686b4c86bc739eece",
"body": null,
"is_bot": false,
"headline": "ci: enable dependabot (#122)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-30T12:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09b44046b9ea075d99d1af47d2423858524e2deb",
"body": null,
"is_bot": false,
"headline": "chore: release 0.4.1 (#118)",
"author_name": "bee-worker",
"author_login": "bee-worker",
"committed_at": "2022-05-24T10:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fa64673507831e73e949cf4ad8fc3c93ed09f82",
"body": null,
"is_bot": false,
"headline": "fix: node 18 fetch support (#117)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-24T10:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67282307cd25eee8ba16d3794ecdfddfc80de98b",
"body": null,
"is_bot": false,
"headline": "chore: release 0.4.0 (#113)",
"author_name": "bee-worker",
"author_login": "bee-worker",
"committed_at": "2022-05-16T08:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede197b4f21bc621c0a8ae559232ddc1be551053",
"body": null,
"is_bot": false,
"headline": "chore: update to bee 1.6.0 (#112)",
"author_name": "bee-worker",
"author_login": "bee-worker",
"committed_at": "2022-05-16T08:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81ed316b38f3fb44a1ba5f02b11c01c1f8c2f078",
"body": null,
"is_bot": false,
"headline": "feat: specify workers count (#111)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-16T07:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00a6f38585a387a96c116a1a9bd9d2aae0f2ffb9",
"body": null,
"is_bot": false,
"headline": "fix: bee 1.6.0 requires mainnet false (#110)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-12T10:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1a1d3a885aa14adf89405d8b737272678e4e814",
"body": null,
"is_bot": false,
"headline": "fix: proper error handling when conf does not exists (#106)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-10T15:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97ad7c80d97a63a6b1793240c12840ccaea2232c",
"body": null,
"is_bot": false,
"headline": "chore: release 0.3.0 (#102)",
"author_name": "bee-worker",
"author_login": "bee-worker",
"committed_at": "2022-05-10T14:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cb6eeca2614ed84a1eb24eb715b86de928994a2",
"body": "* build: generations improvements\r\n\r\n* fix: missing chown\r\n\r\n* refactor: simpler wait for usable\r\n\r\n* fix: use sudo\r\n\r\n* chore: echo image for commit version tag\r\n\r\n* fix: use sudo\r\n\r\n* fix: i don't know what anymore\r\n\r\n* build: debug\r\n\r\n* build: fix\r\n\r\n* fix: push only when requested",
"is_bot": false,
"headline": "build: generations improvements (#103)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-10T14:47:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b11aab3d3cf954b78405d64b8b5d929780948995",
"body": null,
"is_bot": false,
"headline": "fix: add full bee version with commit for bee-js update (#104)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-10T08:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c033758f3d5f99afb0b36a3388c9c36cb548abd9",
"body": null,
"is_bot": false,
"headline": "ci: automatic bee bump (#100)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-09T09:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e146b8406b4b4f1fb25cd6b5c4320fb60785585b",
"body": null,
"is_bot": false,
"headline": "fix: commit removing regex honors rc suffix (#98)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-09T09:46:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "927405bab3cafd79b5b8f53039c49478a0aad01f",
"body": null,
"is_bot": false,
"headline": "feat: multiarch builds (#99)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-09T09:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bef03cabc86716917c4b7d0047e7a96c47324058",
"body": null,
"is_bot": false,
"headline": "fix: dont use promise fs namespace for node12 support (#97)",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-09T09:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08e6da2259fdc8d2e0d05406560f9eb0e0b4cdbd",
"body": null,
"is_bot": false,
"headline": "chore: release 0.2.0 (#95)",
"author_name": "bee-worker",
"author_login": "bee-worker",
"committed_at": "2022-05-05T14:37:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ac6d89815a29f0b319a7d2c16dbc31dbb554cfd",
"body": null,
"is_bot": false,
"headline": "fix: regex",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-05T14:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c99180aacc94a7e9fa0116812686766a29c0096",
"body": null,
"is_bot": false,
"headline": "feat: allow version with commit hash",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-05T14:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7659fc8b4ebd5967470e7517ab2990086c72a54",
"body": null,
"is_bot": false,
"headline": "fix: shebang and bee-js in deps",
"author_name": "Adam Uhlíř",
"author_login": "AuHau",
"committed_at": "2022-05-05T14:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33080c8de49458d4d1b7b2741af493828d1321ed",
"body": null,
"is_bot": false,
"headline": "chore: release 0.1.2 (#94)",
"author_name": "bee-worker",
"author_login": "bee-worker",
"committed_at": "2022-05-05T12:26:05Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 29,
"latest_release_at": "2026-06-22T10:00:45Z",
"latest_release_tag": "bee-factory-v1.1.1",
"releases_from_tags": false,
"days_since_last_push": 41,
"active_weeks_last_year": 5,
"days_since_latest_release": 41,
"mean_days_between_releases": 167.1
},
"community": {
"has_readme": true,
"has_license": false,
"readme_badges": {
"hosts": [],
"total": 0,
"header": 0,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@ethersphere/bee-factory",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@ethersphere/bee-factory",
"is_deprecated": false,
"latest_version": "1.1.1",
"repository_url": "https://github.com/ethersphere/bee-factory",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 609,
"first_published_at": "2022-05-05T12:12:08.034000Z",
"latest_published_at": "2026-06-22T10:01:37.255000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 41
}
]
},
"popularity": {
"forks": 20,
"stars": 17,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-11",
"count": 1
},
{
"date": "2021-06-15",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2021-12-05",
"count": 1
},
{
"date": "2022-01-31",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-05-03",
"count": 2
},
{
"date": "2025-04-02",
"count": 1
}
],
"complete": true,
"collected": 15,
"total_forks": 20
},
"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": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 28557,
"source_files_sampled": 13,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "uuid",
"direct": false,
"version": "10.0.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-w5hq-g745-h8pq"
],
"fixed_version": "13.0.1",
"advisory_count": 1,
"oldest_advisory_days": 101
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 100,
"malicious_count": 0,
"assessed_package": "npm:@ethersphere/bee-factory@1.1.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@ethersphere/bee-js",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^12.1.0"
},
{
"name": "chalk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.3.0"
},
{
"name": "dockerode",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.2"
},
{
"name": "ethers",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.11.0"
},
{
"name": "ora",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.1.0"
},
{
"name": "yargs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^17.7.2"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 142,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 79,
"closed_unmerged_prs": 95
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "AuHau",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/6072250?v=4"
},
{
"type": "User",
"login": "nugaon",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/50576770?v=4"
},
{
"type": "User",
"login": "Cafe137",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/77121044?v=4"
},
{
"type": "User",
"login": "bee-worker",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/70210089?v=4"
},
{
"type": "User",
"login": "slapec93",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/7024440?v=4"
},
{
"type": "User",
"login": "darkobas2",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/93942788?v=4"
},
{
"type": "User",
"login": "vojtechsimetka",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/7974813?v=4"
},
{
"type": "User",
"login": "agazso",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/230163?v=4"
},
{
"type": "User",
"login": "significance",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/130104?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.4
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"publish-images.yaml",
"publish_npmjs.yaml",
"release.yaml",
"smoke-test.yaml",
"verify-publish.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "26 out of 30 merged PRs checked by a CI test -- score normalized to 8",
"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": 6,
"reason": "Found 18/26 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "29 commit(s) and 10 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": 4,
"reason": "dependency not pinned by hash detected -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "56 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bc5eca1f6f0591d1564bf6326f583ca31aadf663",
"ran_at": "2026-08-02T19:56:24Z",
"aggregate_score": 5.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-07-07T07:55:32Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-22T10:00:27Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ethersphere/bee-factory",
"host": "github.com",
"name": "bee-factory",
"owner": "ethersphere"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 55 is calibrated to 57 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 55,
"calibrated": 57,
"calibration": "2026-08-02"
}
}
],
"value": 57,
"inputs": {
"security": 59,
"vitality": 61,
"community": 32,
"governance": 76,
"calibration": "2026-08-02",
"engineering": 44,
"ai_readiness": 47,
"weighted_overall_raw": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 29,
"human_commit_share": 0.67,
"days_since_last_push": 41,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 41 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 41
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "29 commits in the last year",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 29
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "29 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 13,
"latest_release_tag": "bee-factory-v1.1.1",
"releases_from_tags": false,
"days_since_latest_release": 41,
"mean_days_between_releases": 167.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 41 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 41
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~167.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 167.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 41,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 41 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 41
}
}
],
"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": 32,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"forks": 20,
"stars": 17,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "20 forks",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 20
}
}
],
"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": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"readme_badges": 0,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": "weak",
"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": 46,
"inputs": {
"packages": [
"@ethersphere/bee-factory"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 609
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "609 downloads/month across npm",
"points": 37.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 609,
"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": "good",
"name": "Sustainability & Governance",
"value": 76,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 9,
"top_contributor_share": 0.4
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 40% of commits",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 40
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 79,
"inputs": {
"merged_prs": 142,
"open_issues": 0,
"closed_issues": 79,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 95,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "142/237 decided PRs merged",
"points": 18,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 142,
"decided": 237
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 18/26 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 246,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ethersphere",
"public_repos": 210,
"account_age_days": 4524
},
"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": "246 followers of ethersphere",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 246,
"login": "ethersphere"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "210 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 210
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@ethersphere/bee-factory"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 41
},
"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 41 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 41
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 44,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "26 out of 30 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "26 out of 30 merged PRs checked by a CI test -- score normalized to 8",
"points": 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 18/26 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "29 commit(s) and 10 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 4",
"points": 2,
"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": "56 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Matched the npm:@ethersphere/bee-factory@1.1.1 runtime dependency closure — what installing the published package pulls in — 100 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@ethersphere/bee-factory@1.1.1",
"assessed": 100
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 79,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 100,
"unassessed_packages": 0,
"affected_by_severity": "high 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": "1 affected: uuid 10.0.0 (high 7.5)",
"points": 10,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "uuid 10.0.0 (high 7.5)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 101 days ago",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 101
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"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": 100,
"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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 47,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "67 of 67 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 67,
"sampled": 67
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.03,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.29
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "29 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 29,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Solidity",
"largest_source_bytes": 28557,
"source_files_sampled": 13,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Solidity with type-check config (tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "tsconfig.json",
"language": "Solidity"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/13 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 13,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library",
"cli"
],
"scores": {
"cli": 4,
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "dependencies",
"label": "cli",
"source": "dep:yargs",
"weight": 4
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-08-02T19:56:44.051273Z",
"schema_version": "0.29.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/ethersphere/bee-factory.svg",
"full_name": "ethersphere/bee-factory",
"license_state": "absent",
"license_spdx": null
}