原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 205,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 4054,
"Dockerfile": 247,
"JavaScript": 3699,
"TypeScript": 118536
},
"pushed_at": "2026-07-21T11:39:33Z",
"created_at": "2025-09-04T21:17:27Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T11:39:49Z",
"description": "compose-go wrapper for parsing balena-compatible docker-compose.yml files",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://www.balena.io",
"name": null,
"type": "Organization",
"login": "balena-io-modules",
"company": null,
"location": null,
"followers": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/17724750?v=4",
"created_at": "2016-03-08T13:41:49Z",
"is_verified": null,
"public_repos": 298,
"account_age_days": 3795
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-21T11:39:58Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2026-05-28T19:39:46Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2026-05-26T20:17:35Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2026-05-11T18:40:33Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2026-05-11T18:29:25Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-05-06T19:50:17Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-04-28T16:09:35Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-30T20:52:35Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-03-26T17:21:11Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-03-23T22:11:48Z"
},
{
"tag": "v0.0.17",
"kind": "patch",
"published_at": "2026-02-19T14:00:44Z"
},
{
"tag": "v0.0.16",
"kind": "patch",
"published_at": "2025-11-03T19:55:26Z"
},
{
"tag": "v0.0.15",
"kind": "patch",
"published_at": "2025-09-25T21:09:56Z"
},
{
"tag": "v0.0.14",
"kind": "patch",
"published_at": "2025-09-23T00:41:35Z"
},
{
"tag": "v0.0.13",
"kind": "patch",
"published_at": "2025-09-22T18:22:47Z"
},
{
"tag": "v0.0.12",
"kind": "patch",
"published_at": "2025-09-22T18:11:09Z"
},
{
"tag": "v0.0.11",
"kind": "patch",
"published_at": "2025-09-18T20:08:24Z"
},
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2025-09-17T19:30:07Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2025-09-17T01:46:26Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2025-09-16T23:08:55Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2025-09-16T22:53:47Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2025-09-16T22:08:43Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2025-09-16T20:37:30Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2025-09-15T22:11:07Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-09-12T18:31:48Z"
}
],
"recent_commits": [
{
"oid": "47fe4f1549411e64c414d8a00efbb9c87aedb466",
"body": null,
"is_bot": true,
"headline": "v0.3.0",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-07-21T11:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1238ca35902deabef364f2caea6470ac45f81e58",
"body": "Support service.profiles",
"is_bot": false,
"headline": "Merge pull request #30 from balena-io-modules/profiles-support",
"author_name": "Christina Wang",
"author_login": "cywang117",
"committed_at": "2026-07-21T11:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffe4911efbb30dfc0bc0746354ad9e46a491dc62",
"body": "Profiles were previously dropped by compose-go. compose-go does have\ncomposition filtering using `cli.withProfiles` which we don't want,\nas the API should be filtering profiles in target state for runtime\nactivation.\n\nEnable the \"*\" wildcard so every profiled service is kept and its\n`profiles` field is marshaled, surface it on the Service type, and\nvalidate profile names against the Docker profile name format.\n\nChange-type: minor",
"is_bot": false,
"headline": "Support service.profiles",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-07-20T22:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97448962ac953a828d02e0a8c5c2fca709f88e30",
"body": null,
"is_bot": true,
"headline": "v0.2.6",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-05-28T19:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1a7c5f6f2edb2d4c305d51f977dbf6972e216f2",
"body": "…rity-opt\n\nSupport apparmor/seccomp=unconfined for security_opt",
"is_bot": true,
"headline": "Merge pull request #29 from balena-io-modules/support-unconfined-secu…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-05-28T19:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b8f9c20f451d078c715d3a7cc55df0611efef8c",
"body": "These opts are used for balena-on-balena, and although\nbalenaOS does not support them as of v7 launch, they are\ndesireable in a hardened balenaOS so we would like to add them\ndown the line.\n\nChange-type: patch",
"is_bot": false,
"headline": "Support apparmor/seccomp=unconfined for security_opt",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-05-28T18:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c20bd61385726b8ae079a9c5c53cad7fea4c76b",
"body": null,
"is_bot": true,
"headline": "v0.2.5",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-05-26T20:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84620a287c22fb57eadd17d661a174dfb53e6f8c",
"body": "Convert extra_hosts separator from `=` to `:`",
"is_bot": true,
"headline": "Merge pull request #28 from balena-io-modules/extra-hosts-separator",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-05-26T20:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678977848f826a1b4acde8d049fe935b2a06a110",
"body": "compose-go normalises extra_hosts to `=` separator,\nhowever neither Moby nor balenaEngine support =, both expect :.\n\nChange-type: patch",
"is_bot": false,
"headline": "Convert extra_hosts separator from `=` to `:`",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-05-26T19:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b43d9ecf3edcd0516ec6118eff83e2c4d6d061e0",
"body": null,
"is_bot": true,
"headline": "v0.2.4",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-05-11T18:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f164bcc87943ebdc3b8e0f62b3d7b83173ce473",
"body": "Coerce env var values to empty string",
"is_bot": true,
"headline": "Merge pull request #23 from balena-io-modules/coerce-null-env-vars",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-05-11T18:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aad1a29813abde6785e3b546e4def6df62c59dd",
"body": "Upstream API doesn't accept null/undefined for\nenv var values, so we coerce to empty string just\nas balena-compose <=v7 (prior to compose-parser integration) did.\n\nChange-type: patch",
"is_bot": false,
"headline": "Coerce env var values to empty string",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-05-11T18:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdff612a366837ca72fd82aa60b0ce30d58fb8eb",
"body": null,
"is_bot": true,
"headline": "v0.2.3",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-05-11T18:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fb8c4111aef30eaeb35cff708577c9e1864e3b4",
"body": "…hell-quoting-issues\n\nUse execFile instead of exec to handle paths with spaces",
"is_bot": true,
"headline": "Merge pull request #25 from balena-io-modules/use-execfile-to-avoid-s…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-05-11T18:28:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2f59ad9c85391aef846c7e9b644ce1b71e9acf2",
"body": "Change-type: patch",
"is_bot": false,
"headline": "Use execFile instead of exec to handle paths with spaces",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-05-06T22:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d285e6dfaeded144b2caace56f532fe3b8d512ab",
"body": null,
"is_bot": true,
"headline": "v0.2.2",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-05-06T19:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0715504a91253f572777fe6dc69500439fbed194",
"body": "…except-service\n\nSupport all ipc values except service:${serviceName}",
"is_bot": true,
"headline": "Merge pull request #24 from balena-io-modules/support-all-ipc-values-…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-05-06T19:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be5c46e9c8ea21d8eba5e87ccace784b47b2b62e",
"body": "Although not documented in the official docker compose docs,\nthese values are supported.\n\nChange-type: patch",
"is_bot": false,
"headline": "Support all ipc values except service:${serviceName}",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-05-06T19:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63885f5f8e178c8ddf245434f22ac0cfd8101ab3",
"body": null,
"is_bot": true,
"headline": "v0.2.1",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-04-28T16:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4551ef044fcbeb8758797dc4174c2fb314f689d",
"body": "Use sw.spec/compose instead of sw.compose contract type",
"is_bot": true,
"headline": "Merge pull request #20 from balena-io-modules/sw-spec-compose-slug",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-04-28T16:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8840aaa69c78979213864087a39a81863ce12a44",
"body": "The compose spec is more semantically a specification, so use\ntype: sw.spec with slug: compose rather than type: sw.compose.\n\nChange-type: patch",
"is_bot": false,
"headline": "Use sw.spec/compose instead of sw.compose contract type",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-04-28T01:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5a71ebb8c7a7b70ad62d73501456e8f03c74e36",
"body": null,
"is_bot": true,
"headline": "v0.2.0",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-03-30T20:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf1a4260be218aad52fe679d78eb673a68da85f",
"body": "…ement\n\nAdd `sw.compose` contract requirement for newly supported fields",
"is_bot": true,
"headline": "Merge pull request #19 from balena-io-modules/compose-contract-requir…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-03-30T20:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf30f9f058c43de79ee07c19107fa123f7bb767",
"body": "When a service uses compose fields that are newly supported by\nbalena-compose-parser but not by legacy Supervisors, add\na `sw.compose` container contract, so that legacy\nSupervisors can gracefully reject the composition.\n\nChange-type: minor",
"is_bot": false,
"headline": "Add sw.compose contract for newly supported fields",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-03-30T18:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9856cbacdee284254e9ce2f89e1810c38255643e",
"body": "It's not useful with enable_ipv6 which Engine doesn't yet support, and\nPodman also does not support enable_ipv4.\n\nChange-type: minor",
"is_bot": false,
"headline": "Reject network.enable_ipv4",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-03-30T18:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "377186bd6b3b9b34f16df1c6294e0066aedec351",
"body": "Move contract parsing, validation, and image descriptor logic out of\ncompose.ts into a dedicated contracts.ts module. Rename\ncontractRequirementLabelPrefix to CONTRACT_REQUIREMENT_LABEL_PREFIX.\n\nChange-type: patch",
"is_bot": false,
"headline": "Extract contract handling into contracts.ts",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-03-30T18:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc7d86fe4d17d5bce25eb37e0bef7880b3c53cb1",
"body": null,
"is_bot": true,
"headline": "v0.1.1",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-03-26T17:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e3666af24736f6be6fa5ad4e092ee0b93cbf61e",
"body": "…-master\n\nRevert flowzone pinning to master",
"is_bot": true,
"headline": "Merge pull request #18 from balena-io-modules/kyle/revert-flowzone-to…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-03-26T17:19:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "253acf572856767e03169d4ce7bd9cbfc0791433",
"body": "Change-type: patch",
"is_bot": false,
"headline": "Revert flowzone pinning to master",
"author_name": "Kyle Harding",
"author_login": "klutchell",
"committed_at": "2026-03-26T17:12:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d42f99bcdf6eea2dd32620943e5e1077ae632a47",
"body": null,
"is_bot": true,
"headline": "v0.1.0",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-03-23T22:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f96f850889d6d8c8e9e0c2d2d3d05576a003985",
"body": "…abels\n\nAdd sw.os and sw.kernel contract label support with or-clause grouping",
"is_bot": true,
"headline": "Merge pull request #17 from balena-io-modules/sw-os-kernel-contract-l…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-03-23T22:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5754495e5a299e0f48ec2b211b8f6fb72ea82c4b",
"body": "Signed-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Bump logrus to v1.9.4",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-03-18T20:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33e1d3ffbf426f4423a1d1a7428bd621b40426e2",
"body": "Signed-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Bump flowzone.yml to 22.9.3",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-03-18T20:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dc26fc29b041a03368ec377395b7851af4ecd5f",
"body": "Signed-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Add npm engine req to package.json",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-03-18T20:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da8f7a2bf1dc2544e8d33db2a34f22a04699020",
"body": "Add sw.balena-os (sw.os) and sw.linux (sw.kernel) to supported\ncontract requirement labels. When multiple OS or kernel labels are\npresent, they are grouped under an \"or\" clause in the contract.\n\nExport createContractFromLabels, ContractParser, ContractObject, and\nContractWithChildren for downstream consumers.\n\nChange-type: minor\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Add sw.os and sw.kernel contract label support with or-clause grouping",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2026-03-17T22:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3d0d513f1c61bc9fb00636f65e1a1fa91b168d",
"body": null,
"is_bot": true,
"headline": "v0.0.17",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-02-19T14:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eeeea6e16b5b459aae15458679dd69bd202cd07",
"body": "Add id-token: write permission for NPM OIDC publishing",
"is_bot": true,
"headline": "Merge pull request #16 from balena-io-modules/add-npm-oidc-permissions",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2026-02-19T13:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d53c3230af1531988b29d86f6eabd68d098caf2",
"body": null,
"is_bot": false,
"headline": "Update Go version in Dockerfile to 1.25",
"author_name": "Kyle Harding",
"author_login": "klutchell",
"committed_at": "2026-02-19T13:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3022bb1396cbf183be93b75a20f17bf6d72e63f9",
"body": "Change-type: patch\nSigned-off-by: Kyle Harding <kyle@balena.io>",
"is_bot": false,
"headline": "Add id-token: write permission for NPM OIDC publishing",
"author_name": "Kyle Harding",
"author_login": "klutchell",
"committed_at": "2026-02-18T18:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b58da41f44a2d82ae05efa6f5b1cf9d89f943f3",
"body": null,
"is_bot": true,
"headline": "v0.0.16",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-11-03T19:54:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e1720342fb32785a8a00e4b9ce652f55baf13a2",
"body": "…l-usage\n\nOnly warn if using namespaced io.balena.private label",
"is_bot": true,
"headline": "Merge pull request #15 from balena-io-modules/warn-on-namespaced-labe…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-11-03T19:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48d91e3ec8ebb6b16b256b21c3d217085d5d5fe1",
"body": "OS and Supervisor may need to specify the label when pushing\na release and should be allowed to do so.\n\nChange-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Only warn if using namespaced io.balena.private label",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-11-03T18:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4d4fee424952e8dc094f5db7ceda00a0e69a67",
"body": null,
"is_bot": true,
"headline": "v0.0.15",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-25T21:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5f3f938f3bb3d1b5d7ebc304829f89b71b79838",
"body": "Move tar package to dependencies",
"is_bot": true,
"headline": "Merge pull request #14 from balena-io-modules/move-tar-to-dependencies",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-25T21:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9629ae5f9f0cdcf025f2ed0e7ff3afdbc62017b2",
"body": "`tar` is needed by scripts/fetch-binary.js, which needs to be able\nto run even when only production NPM dependencies are installed.\n\nChange-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Move tar package to dependencies",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-25T00:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15764e5f9152b0fd10770ce2ddebbba51366e7e0",
"body": null,
"is_bot": true,
"headline": "v0.0.14",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-23T00:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d0954917e11fc8e766fb76978e0493b53c9149",
"body": "…ror-on-long-syntax-depends_on\n\nThrow error with correct serviceName on long syntax depends_on error",
"is_bot": true,
"headline": "Merge pull request #13 from balena-io-modules/throw-correct-serviceEr…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-23T00:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3408cb26a65482dd7694376c09de9f461fdad8e9",
"body": "Given a service `main` that expresses long syntax depends_on on service\n`other`, if the long syntax depends_on config is not supported, this commit\ncorrects the thrown ServiceError to reference `main` instead of `other`, as\n`main` is the service config with the unsupported depends_on config, not `other`.\n\nChange-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Throw error with correct serviceName on long syntax depends_on error",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-22T22:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0ae6b8dde8c08ddff64b0852f605882f4d070e2",
"body": null,
"is_bot": true,
"headline": "v0.0.13",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-22T18:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "720b0fb191dc9c8e60513292bf8b84afddaf07a1",
"body": "Bump compose-go to 2.9.0",
"is_bot": true,
"headline": "Merge pull request #12 from balena-io-modules/update-compose-go-2.9.0",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-22T18:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e0cac0b56cbc30b9e74af01fda7b2509d06a54d",
"body": "Patches vulnerability in mapstructure<2.4.0\n\nSee: https://github.com/balena-io-modules/balena-compose-parser/security/dependabot/1\nChange-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Bump compose-go to 2.9.0",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-22T18:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fa379d9a4d70e4f78f16301bc2fdd751b57baf0",
"body": null,
"is_bot": true,
"headline": "v0.0.12",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-22T18:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c366aeb349d8c3c6ffb9c0164f8719ee6e9cbfde",
"body": "…o-balena-io-modules\n\nChange org references to balena-io-modules in package.json",
"is_bot": true,
"headline": "Merge pull request #11 from balena-io-modules/change-org-references-t…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-22T18:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e5440796eb6d75d70b61a3cf820f7fa53615d07",
"body": "Change-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Change org references to balena-io-modules following transfer",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-18T21:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b287077a5eca11314587207290cabef8700d8fdf",
"body": null,
"is_bot": true,
"headline": "v0.0.11",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-18T20:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce2cd3806c8898fcf081e480ff6b571261323a6",
"body": "Fix async .exists in binary fetch script",
"is_bot": true,
"headline": "Merge pull request #10 from balena-io-experimental/patch-fetch-script",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-18T20:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca92b753c45ad2c8ea5cd14517263e4027138fd5",
"body": "Also build from source in Docker tests, as fetching\nthe pre-built binaries in GH actions doesn't seem to work.\n\nChange-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Fix async .exists in binary fetch script",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-18T19:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bc5d5b92428dca213157a006fb4f977f2e75232",
"body": null,
"is_bot": true,
"headline": "v0.0.10",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-17T19:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b395c2d2ae87c3f30b05798c320348fa759ab8d",
"body": "…ript-for-binary\n\nUse fetch script to install GH release asset",
"is_bot": true,
"headline": "Merge pull request #9 from balena-io-experimental/use-custom-fetch-sc…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-17T19:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70e0c14de52c9fdd2a7c72a712d8b1094b5f97ca",
"body": "node-pre-gyp only works for native Node modules, but our Go binary\ndoesn't have the same interface so doesn't work with it. Added a script\nto fetch the prebuilt modules from GH which are released by Flowzone,\nand install them at bin/ in the project directory.\n\nChange-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Use fetch script to install GH release asset",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-17T18:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d27e9eb7a522131931777ef5bbb2e7bcef4a292e",
"body": null,
"is_bot": true,
"headline": "v0.0.9",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-17T01:45:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60a874986cf192ba2bf9e2c4761deefbd78d86cf",
"body": "Add debug logging for node-pre-gyp",
"is_bot": true,
"headline": "Merge pull request #8 from balena-io-experimental/debug-logging",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-17T01:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a014246f6515d63c3015b6991134cd27776aca9",
"body": "Change-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Add debug logging for node-pre-gyp",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-17T00:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41bcf8cf28907f965afde7da3ca18f550d7e67ac",
"body": null,
"is_bot": true,
"headline": "v0.0.8",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-17T00:02:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb2748f12e798bebc95e17fab299ba3f334eeefc",
"body": "…lena-compose-parser\n\nRename binary to balena_compose_parser",
"is_bot": false,
"headline": "Merge pull request #7 from balena-io-experimental/rename-binary-to-ba…",
"author_name": "Christina Wang",
"author_login": "cywang117",
"committed_at": "2025-09-17T00:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b7e30a8a02c6d95d01e2f0038911a6f303ac6f1",
"body": "Change-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Rename binary to balena_compose_parser",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-17T00:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a07d69e0f8a5e2df270d1c85cf3f72f5b044f55",
"body": null,
"is_bot": true,
"headline": "v0.0.7",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-16T23:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6402703b3e8ac081ed74a185d31d6aeb4c26bad6",
"body": "…sage\n\nUpdate Go binary usage message to use snakecase",
"is_bot": true,
"headline": "Merge pull request #6 from balena-io-experimental/update-go-usage-mes…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-16T23:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11aff93ea10bf27c5152df723b6b4c373fb0d9cf",
"body": "Change-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Update Go binary usage message to use snakecase",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-16T22:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f85537a2def6d4922f04325c85881d2d6205464f",
"body": null,
"is_bot": true,
"headline": "v0.0.6",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-16T22:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c194e41b0bc4536730a70abca79cda6830ac6d23",
"body": "Release binaries as snakecase, add windows .exe extension in postinstall step",
"is_bot": true,
"headline": "Merge pull request #5 from balena-io-experimental/binary-snakecase",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-16T22:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764fdcf67831120284d2b0ecd3951ac906fd846f",
"body": "node-pre-gyp expects binaries without dashes, and renaming to add .exe\nfor windows is easier in postinstall as module_name in package.json\nis only defined as balena_compose_go. This doesn't support a windows\nbinary which would have been named balena_compose_go.exe.\n\nChange-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Rename binary to snakecase and add .exe for windows in postinstall",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-16T22:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "735b96495da23527bff64a0e4e4270de35f000f8",
"body": "Signed-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Update NPM package name in docs",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-16T22:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19fe735051e44ff9cb8a46197bbf184c282d4c17",
"body": null,
"is_bot": true,
"headline": "v0.0.5",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-16T22:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f387f7dae5c32cc887e8f9c82036a6b8cd5c4b4",
"body": "…th-node-extension\n\nRelease binaries with .node extension",
"is_bot": true,
"headline": "Merge pull request #4 from balena-io-experimental/release-binaries-wi…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-16T22:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0581b9ac30ce105c74e04902ec4e66cae2fb74",
"body": "node-pre-gyp expects .node binaries when downloading and won't\nextract non-.node extension binaries properly. This commit releases\nbinaries as .node, and on postinstall, removes the .node extension\nfrom the downloaded binary.\n\nChange-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Release binaries with .node extension",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-16T22:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5623fa0884b65f758f48c30528feed619470eda9",
"body": null,
"is_bot": true,
"headline": "v0.0.4",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-16T20:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cab1a885c8516d8302f349e4d700b34f1e9477f0",
"body": "…ow-to-a5e50b8\n\nPin Flowzone workflow to a5e50b8 (v22.0.6)",
"is_bot": true,
"headline": "Merge pull request #3 from balena-io-experimental/pin-flowzone-workfl…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-16T20:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24b77c164a3343efa54c766e3df85e280933d450",
"body": "Change-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Pin Flowzone workflow to a5e50b8 (v22.0.6)",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-16T20:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec910c1071b768bf1a3897f8af1430b76a95e34e",
"body": null,
"is_bot": true,
"headline": "v0.0.3",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-15T22:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0cf853096677c3a85ef3bbdd5380670ef96ca99",
"body": "…osition-from-docs\n\nRemove default composition from docs",
"is_bot": true,
"headline": "Merge pull request #2 from balena-io-experimental/remove-default-comp…",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-15T22:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8c1906cce76a39f7a13aca175588bc8148ed394",
"body": "Change-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Remove default composition from docs",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-15T20:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5bda24a2c99a965f7855cd2821fdf52de946ada",
"body": null,
"is_bot": true,
"headline": "v0.0.2",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-12T18:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "131dd3bd0b7ad12863b79467ea033992b78fabe7",
"body": "Set up compose go",
"is_bot": true,
"headline": "Merge pull request #1 from balena-io-experimental/setup-compose-go",
"author_name": "flowzone-app[bot]",
"author_login": "flowzone-app[bot]",
"committed_at": "2025-09-12T18:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af4d6a8bc4adef8fbbdbd912bb6e40a873a77f6c",
"body": "Signed-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Support building from source on windows",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-10T22:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5288d14cf924d50d02ec04aa3d82ffb960b5ac90",
"body": "Signed-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Reject fields supported in balena-compose but which error in Supervisor",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-10T22:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6e30e27d2f76476456d40383926447347af049c",
"body": "Signed-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Add node-pre-gyp install, simplify TS build & Docker/mocha tests",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-10T22:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db2b08acd76a781c2321cbc3fb2a037d181bd146",
"body": "Signed-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Remove build script which supports Docker builds",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-10T22:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "416c9f64015620f689bd3d941b6673a8108a07ed",
"body": "This prevents the NodeJS caller from hanging if it takes more\nthan 10 seconds to parse the project. Parsing should be almost\ninstant in most cases so 10+ sec parsing time would indicate there\nbeing a parsing issue.\n\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Use timeout context when loading compose project",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-10T22:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d2e993c0e391626310e79fc75385eea3d32d32",
"body": "Signed-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Add Flowzone configuration including release publish + finalize",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-10T22:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eee15452061be0b7236eb0d830966a09cdaf94c",
"body": "Change-type: patch\nSigned-off-by: Christina Ying Wang <christina@balena.io>",
"is_bot": false,
"headline": "Implement compose file parsing with wrapped compose-go binary",
"author_name": "Christina Ying Wang",
"author_login": "cywang117",
"committed_at": "2025-09-10T22:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c5eb81f710c60c087c4f16c7f792730295eb97b",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Christina Wang",
"author_login": "cywang117",
"committed_at": "2025-09-04T21:17:27Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 25,
"commits_last_year": 92,
"latest_release_at": "2026-07-21T11:39:58Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 14,
"days_since_latest_release": 8,
"mean_days_between_releases": 13.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@balena/compose-parser",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@balena/compose-parser",
"is_deprecated": false,
"latest_version": "0.3.0",
"repository_url": "https://github.com/balena-io-modules/balena-compose-parser",
"versions_count": 66,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 5272,
"first_published_at": "2025-09-10T07:12:13.653000Z",
"latest_published_at": "2026-07-21T11:41:18.417000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [
"lib/go.mod"
],
"largest_source_bytes": 66255,
"source_files_sampled": 11,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"lib/go.mod",
"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": 8,
"malicious_count": 0,
"assessed_package": "npm:@balena/compose-parser@0.3.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/compose-spec/compose-go/v2",
"manifest": "lib/go.mod",
"ecosystem": "go",
"version_constraint": "v2.9.0"
},
{
"name": "github.com/sirupsen/logrus",
"manifest": "lib/go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.4"
},
{
"name": "semver",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.7.2"
},
{
"name": "tar",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.5.1"
},
{
"name": "typed-error",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.2.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/compose-spec/compose-go/v2",
"direct": true,
"version": "v2.9.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": true,
"version": "v1.9.4",
"ecosystem": "go"
},
{
"name": "semver",
"direct": true,
"version": "^7.7.2",
"ecosystem": "npm"
},
{
"name": "tar",
"direct": true,
"version": "^7.5.1",
"ecosystem": "npm"
},
{
"name": "typed-error",
"direct": true,
"version": "^3.2.2",
"ecosystem": "npm"
},
{
"name": "github.com/distribution/reference",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-connections",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-units",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/go-viper/mapstructure/v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-shellwords",
"direct": false,
"version": "v1.0.12",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/santhosh-tekuri/jsonschema/v6",
"direct": false,
"version": "v6.0.1",
"ecosystem": "go"
},
{
"name": "github.com/xhit/go-str2duration/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.14.0",
"ecosystem": "go"
},
{
"name": "@balena/lint",
"direct": false,
"version": "^9.3.3",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "^5.2.2",
"ecosystem": "npm"
},
{
"name": "@types/mocha",
"direct": false,
"version": "^10.0.10",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^24.3.1",
"ecosystem": "npm"
},
{
"name": "@types/semver",
"direct": false,
"version": "^7.7.1",
"ecosystem": "npm"
},
{
"name": "@types/sinon",
"direct": false,
"version": "^17.0.4",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "^6.0.1",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "^11.7.2",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "^6.0.1",
"ecosystem": "npm"
},
{
"name": "sinon",
"direct": false,
"version": "^21.0.0",
"ecosystem": "npm"
},
{
"name": "ts-mocha",
"direct": false,
"version": "^11.1.0",
"ecosystem": "npm"
},
{
"name": "ts-node",
"direct": false,
"version": "^10.9.2",
"ecosystem": "npm"
},
{
"name": "tsconfig-paths",
"direct": false,
"version": "^4.2.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.9.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 31,
"direct_count": 5,
"indirect_count": 26
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 26,
"open_issues": 1,
"closed_ratio": 0.5,
"closed_issues": 1,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "cywang117",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/38748558?v=4"
},
{
"type": "User",
"login": "klutchell",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/20458272?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.929
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"flowzone.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"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": 4,
"reason": "Found 9/19 approved changesets -- score normalized to 4",
"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": 10,
"reason": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "47fe4f1549411e64c414d8a00efbb9c87aedb466",
"ran_at": "2026-07-29T17:48:48Z",
"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-21T11:39:34Z",
"oldest_open_prs": [
{
"number": 26,
"created_at": "2026-05-12T21:36:52Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-21T11:38:48Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 27,
"created_at": "2026-05-25T20:27:56Z",
"last_comment_at": "2026-06-11T19:41:12Z",
"last_comment_author": "klutchell"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/balena-io-modules/balena-compose-parser",
"host": "github.com",
"name": "balena-compose-parser",
"owner": "balena-io-modules"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 62,
"vitality": 76,
"community": 33,
"governance": 58,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 92,
"human_commit_share": 0.457,
"days_since_last_push": 8,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "92 commits in the last year",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 92
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 25,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 13.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "25 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 25
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~13.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 13.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"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": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"packages": [
"@balena/compose-parser"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 5272
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,272 downloads/month across npm",
"points": 49.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5272,
"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": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.929
},
"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 93% of commits",
"points": 1.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 26,
"open_issues": 1,
"closed_issues": 1,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "26/27 decided PRs merged",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 26,
"decided": 27
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/19 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"followers": 15,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "balena-io-modules",
"public_repos": 298,
"account_age_days": 3795
},
"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": "15 followers of balena-io-modules",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 15,
"login": "balena-io-modules"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "298 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 298
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@balena/compose-parser"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "66 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 66
}
}
],
"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": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"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": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 9/19 approved changesets -- score normalized to 4",
"points": 3,
"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": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"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:@balena/compose-parser@0.3.0 runtime dependency closure — what installing the published package pulls in — 8 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:@balena/compose-parser@0.3.0",
"assessed": 8
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 8,
"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": 8,
"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": 2
},
"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": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.5,
"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": "21 of 42 human commits state their intent (structured subject or explanatory body)",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 42
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"lib/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "lib/go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "lib/go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 92",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 92
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 95,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 66255,
"source_files_sampled": 11,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/11 source files over 60KB",
"points": 50,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"oversized": 1
}
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-29T17:49:02.041717Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/balena-io-modules/balena-compose-parser.svg",
"full_name": "balena-io-modules/balena-compose-parser",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}