JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"durable-execution",
"event-driven",
"java",
"jvm",
"orchestration",
"spring-boot",
"state-machine",
"workflow",
"workflow-engine",
"flowerjvm",
"runtime",
"flowruntime"
],
"is_fork": false,
"size_kb": 1267,
"has_wiki": false,
"homepage": null,
"languages": {
"Java": 1011094
},
"pushed_at": "2026-07-22T18:38:50Z",
"created_at": "2026-05-07T14:27:05Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T18:38:54Z",
"description": "Flower JVM: Lightweight Java workflow runtime for explicit, testable orchestration inside one JVM.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "flowerjvm",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/294740592?v=4",
"created_at": "2026-06-18T07:37:03Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 36
},
"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.1.1",
"kind": "patch",
"published_at": "2026-07-22T17:27:36Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-14T14:09:02Z"
}
],
"recent_commits": [
{
"oid": "cd1f4676f5b5b359150e311bf1a4f17e0e4fd92a",
"body": null,
"is_bot": false,
"headline": "Begin Flower 0.1.2-SNAPSHOT",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-22T18:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abb4a2a791cd50986e2576f6409acb975511e6e3",
"body": null,
"is_bot": false,
"headline": "Sequence Gradle plugin after Maven release",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-22T17:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c97e5fd142a6263ec6cc8eea2182bbf804ff5ebd",
"body": null,
"is_bot": false,
"headline": "Release Flower 0.1.1",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-22T17:26:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e2b4307c439667ed976bc4b054efd56076a85bd",
"body": null,
"is_bot": false,
"headline": "Extend flower-check for event flows and guards",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-22T16:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40110f802de3814ecc107fcb86cea2b6054a76fd",
"body": null,
"is_bot": false,
"headline": "Add SQLite checkpoint persistence support",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-22T16:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "119abf3ae328291072be1bc1dcb2a73fe88408b5",
"body": null,
"is_bot": false,
"headline": "Refine Flower check async and runtime detection",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-19T23:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37e24e38b90e829525a692ac39bfd24f6cbea021",
"body": null,
"is_bot": false,
"headline": "Document Maven Central installation",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-15T12:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7271cba515b1c74a5cf9ad7a16d14624c36adf14",
"body": null,
"is_bot": false,
"headline": "Start 0.1.1-SNAPSHOT development (#4)",
"author_name": "kevinPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-14T23:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77e8d361a245c35423c188c3fa1a6358d750c10c",
"body": null,
"is_bot": false,
"headline": "Pass release secrets to JReleaser validation (#3)",
"author_name": "kevinPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-14T23:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c264c1fa380e76077805d8b370a945bd1fddd4a6",
"body": "* Publish Flower Check Gradle plugin to Maven Central\n\n* Let JReleaser locate the repository root\n\n* Validate JReleaser without release secrets in CI\n\n* Fix JReleaser configuration validation",
"is_bot": false,
"headline": "Publish Flower Check Gradle plugin to Maven Central (#2)",
"author_name": "kevinPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-14T23:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97446672cca3a5abc4a57820acefb9e2da1ed284",
"body": "* Prepare flowerjvm Maven Central publishing\n\n* Release Flower 0.1.0\n\n* Align release examples with version 0.1.0",
"is_bot": false,
"headline": "Prepare flowerjvm Maven Central publishing",
"author_name": "kevinPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-14T14:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bdff117cc47aeaf92c17cd01c8392b506800e03",
"body": null,
"is_bot": false,
"headline": "Prepare Flower repository for public use",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-08T04:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "528fd46a4b24728d424ddc35d6bd6cc98bd1d4c5",
"body": null,
"is_bot": false,
"headline": "Remove Bloom adapter from Flower reactor",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-02T01:07:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a594e72181aa6ddf2d91e06bb76bfadb44ace21",
"body": null,
"is_bot": false,
"headline": "Document persistence boundaries and add icon candidates",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-01T16:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d5addce1c4cbb5168b13712559cef8b54a2d0e",
"body": null,
"is_bot": false,
"headline": "Clarify step guard comments",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-07-01T16:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c020fd3349e60c7e6b76e7d428930ca80bdbc3d6",
"body": null,
"is_bot": false,
"headline": "Disallow core timeouts in durable flows",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-29T12:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af8a3d3b6a1ab1436d50a4c8ceaf0ccf7de3879d",
"body": null,
"is_bot": false,
"headline": "Harden durable flow execution",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-27T02:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72e2f26d59dd983c1c2fbdf0ee979c94b4e6e594",
"body": null,
"is_bot": false,
"headline": "Fix worker stop concurrency",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-26T04:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0234357cd22aae27a2c90f4a770224e48c389ab",
"body": null,
"is_bot": false,
"headline": "Refine eventloop core API and structure",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-25T14:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764907a9a301d33c9b2f1abe50e71ef23e4e8865",
"body": null,
"is_bot": false,
"headline": "Keep eventloop module core-only",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-24T05:30:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd1d001f8849451ae688b27a45114477febfbb1",
"body": null,
"is_bot": false,
"headline": "Simplify Bloom examples in README",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-19T03:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1d24a277e05c0ddf80360c0523346521ef44dcf",
"body": null,
"is_bot": false,
"headline": "Add Bloom event example",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-19T03:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acf26e4ed85cb01509668f48e329479b413fc154",
"body": null,
"is_bot": false,
"headline": "Focus event example on Kafka",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-19T03:34:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e57eba5d54ead52541fe0fd5f2954341c2797ab",
"body": null,
"is_bot": false,
"headline": "Simplify payment event step example",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-19T03:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ef037a357bc2f901a62bab9b634f29d60ff75bb",
"body": null,
"is_bot": false,
"headline": "Clarify Kafka and Spring event example",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-19T03:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022b4e7fcf1a448f25f824f77d57960b2760ac8f",
"body": null,
"is_bot": false,
"headline": "Simplify application event README example",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-19T03:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e3c114b7c5da1f453320a6451f6db4e30c08568",
"body": null,
"is_bot": false,
"headline": "Clarify Kafka signal and DB fact boundaries",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-19T03:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8243311fb27597fdda5d74fad9334280f45dd868",
"body": null,
"is_bot": false,
"headline": "Document Kafka event usage with Flower",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-19T03:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a4e97ba0688735d09b7786b5ee922257bc908c",
"body": null,
"is_bot": false,
"headline": "Sharpen Flower runtime wording",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-19T00:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95230e2d95b221d911d4e15a9a3cce7c44b91360",
"body": null,
"is_bot": false,
"headline": "Clarify Flower runtime positioning",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-19T00:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d37787a35bdd846ec72bc1a16f3875d68c818e49",
"body": null,
"is_bot": false,
"headline": "Organize eventloop packages",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T12:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d939e19e7ce0cb711362243054a4764a1b076461",
"body": null,
"is_bot": false,
"headline": "Add agent-style eventloop integration test",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T11:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36a898793726689e70491d6268861afbc16554be",
"body": null,
"is_bot": false,
"headline": "Restore Flower README title emoji",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T08:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b76da889f5a391315b9ca81fec1f8093cc5da19",
"body": null,
"is_bot": false,
"headline": "Update Flower README title emoji",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T08:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d75ac0b8f5577328424e70c39a2c0105bba88bc",
"body": null,
"is_bot": false,
"headline": "Add Flower JVM avatar assets",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T08:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5dac19a481c509e9d912feee982f7bad593954a",
"body": null,
"is_bot": false,
"headline": "Refine README middle-path positioning",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T06:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8985156e43947eead2c9c9f9e0d1d0e351ab8bfb",
"body": null,
"is_bot": false,
"headline": "Add enum comparison table to README",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T06:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e5103bef98c3d9095f9b45176912674b86cfede",
"body": null,
"is_bot": false,
"headline": "Polish README formatting and persistence docs",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T06:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d27bcfd0d95f40c949293e412401b3280d1e5ed",
"body": null,
"is_bot": false,
"headline": "Document Flower operational boundaries",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T05:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9348b43682659e3df2e3711b4f1a499312d3e1f",
"body": null,
"is_bot": false,
"headline": "Document step id and shared state guidance",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T05:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8e8df4dc11b736dc3c6aae765cae796afd29509",
"body": null,
"is_bot": false,
"headline": "Clarify enum state machine positioning",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T05:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0631bdfc1f58f925902d6a6d7d4630693a27a7f",
"body": null,
"is_bot": false,
"headline": "Improve README cold-reader positioning",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T05:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c55591e5eda05526d363be0984723171b7912eed",
"body": null,
"is_bot": false,
"headline": "Document license in README",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T04:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54c0220661565b02b748cbe7953494d5b1733c4a",
"body": null,
"is_bot": false,
"headline": "Reorder README strategy sections",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T04:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99445ec9e0f54d4084a5044322da37bcde6515f4",
"body": null,
"is_bot": false,
"headline": "Restructure README introduction",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T04:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8008b3ab71a9faef7990b2579e18ec6b7a06567",
"body": null,
"is_bot": false,
"headline": "Refine Spring Boot positioning",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T04:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54c4d54f0810b76a4c96cf0c80f54261eb057bb9",
"body": null,
"is_bot": false,
"headline": "Mention Spring Boot host usage",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T04:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f02d7d7826c9dedd5193740fcfaef2356c422186",
"body": null,
"is_bot": false,
"headline": "Refine Flower tagline",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T04:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f012825c39a3248c381a71212be8e66caf63edfd",
"body": null,
"is_bot": false,
"headline": "Add Flow-er tagline",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T04:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b83582ab4e4d4ca3c7750ed8e226985ad1c00c",
"body": null,
"is_bot": false,
"headline": "Simplify industrial control positioning",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T03:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a065d31e67938910e124c6b3400ce367bd80bcf2",
"body": null,
"is_bot": false,
"headline": "Add specialized eventloop workers",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T03:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a24e18d8485b0d103be2ad1d27e33cf6c42010c",
"body": null,
"is_bot": false,
"headline": "Document real usage and control roots",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T03:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df12b3c8e16473470ea3c4473a1781dd9166e1f0",
"body": null,
"is_bot": false,
"headline": "Document MVP module maturity",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T03:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419dadb87c41303de6e7528fedcdb90fe23a124c",
"body": null,
"is_bot": false,
"headline": "Update README AI-era positioning",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T03:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e08ae3dfe779b4c9c7155ef3fb89edd669b58cd",
"body": null,
"is_bot": false,
"headline": "Add eventloop signal awaits",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T02:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c8c8a83b717e70e34eb1b91909d0de6d54cba35",
"body": null,
"is_bot": false,
"headline": "Add eventloop duplicate submit policies",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-18T00:01:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dcc68ad1bcafddd2242461043da309b25972231",
"body": null,
"is_bot": false,
"headline": "Add eventloop offload executor support",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-17T17:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5f1d6888d029e3183381d12551253b2261c961a",
"body": null,
"is_bot": false,
"headline": "Add eventloop listener callbacks",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-17T16:18:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae6b4dd6c2ee2bdeaef2b9b7a7735da9606ddf26",
"body": null,
"is_bot": false,
"headline": "Split eventloop JDBC persistence module",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-17T16:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f8514f75cb176794ae9309377bd0289f43e4d4f",
"body": null,
"is_bot": false,
"headline": "Add JDBC eventflow checkpoint store",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-17T16:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a568c004b5c808bd900d3bea2d78224d193c500",
"body": null,
"is_bot": false,
"headline": "Add eventloop durable recovery",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-17T15:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e92b2a8bae375e2f6cdb8230537cb824c3032ed0",
"body": null,
"is_bot": false,
"headline": "Add flower eventloop runtime",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-17T15:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "035e807e97550f3995e39364d453a8c4a464f9be",
"body": null,
"is_bot": false,
"headline": "Add Maven plugin remote consumption smoke",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-11T04:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34ddeda4c0d7fc273ea05e714b1df4c5b078f66a",
"body": null,
"is_bot": false,
"headline": "Add Gradle plugin remote consumption smoke",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-11T04:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda5af63ea2aa6bf5da0531419f406ddc7a91408",
"body": null,
"is_bot": false,
"headline": "Add flower-check Gradle plugin",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-11T03:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edca5199f5d673ca0ba959654541e2e86a406d52",
"body": null,
"is_bot": false,
"headline": "Add Gradle template smoke coverage",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-11T03:30:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d0d4306e6decd829e97685838ec9cbc06ee3ad3",
"body": null,
"is_bot": false,
"headline": "Add flower-check Gradle adoption templates",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-11T02:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2f546c74320673b53c24266ddb3b7f83feadfb9",
"body": null,
"is_bot": false,
"headline": "Add flower-check host adoption templates",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-11T02:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d065965a6afac2e8006230a71dc22dba14391a3",
"body": null,
"is_bot": false,
"headline": "Add flower-check Maven plugin ITs",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T16:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "106a6973f2651ae292236141b19ca11ba70cc539",
"body": null,
"is_bot": false,
"headline": "Add flower-check annotations",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T15:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e5b6e0060b8ebaa9eaf0dd1d7d206645b65899c",
"body": null,
"is_bot": false,
"headline": "Add flower-check Maven plugin",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T15:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c09eb103758ef9ce65fa030f3f5e0aebf99a46b2",
"body": null,
"is_bot": false,
"headline": "Add flower-check baseline writer",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T14:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74c0d3fae676a4d37fe3f6fdc8118b84ffca66b1",
"body": null,
"is_bot": false,
"headline": "Make CI install Bloom locally",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T14:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd96933c4b5d058497861db2b0791a7c2fcb39a4",
"body": null,
"is_bot": false,
"headline": "Add flower-check pull request CI gate",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T12:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ca7b19ab35e98d0a2f7313164c07baf9546003",
"body": null,
"is_bot": false,
"headline": "Run flower-check during Maven verify",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T12:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d45be0f2afc520c1df68288290e8690db175a397",
"body": null,
"is_bot": false,
"headline": "Add list-rules CLI output",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T07:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a959a878a91e376996bc550c89aa99237a0508e5",
"body": null,
"is_bot": false,
"headline": "Add SARIF report format",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T07:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0bf338043c065c31ec7eaf890db6a5a56c3573a",
"body": null,
"is_bot": false,
"headline": "Implement flower-check baseline support",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T07:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a0c069ad4f2d9efe65fec480a4f9911a0cc0bf4",
"body": null,
"is_bot": false,
"headline": "Require approval for recurring schedulers",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T07:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9dd9ddf18efdb8ee9912061c157d751deb1edf3",
"body": null,
"is_bot": false,
"headline": "Implement inline flower-check suppressions",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T06:46:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0fc8f31d496c333603f762cc10ad0f10cdc931",
"body": null,
"is_bot": false,
"headline": "Implement flower-check config loader",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T06:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f033d9bb2a21aba3499591252e4e449cb82af2b",
"body": null,
"is_bot": false,
"headline": "Add flower-sample baseline test",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T06:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e51a930b547710f8dbf26d4980682bcf0bc18058",
"body": null,
"is_bot": false,
"headline": "Upgrade blocking-call rule to AST facts",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T06:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "568a9dc32dbabcf0bca9f63db88613ec20232d06",
"body": null,
"is_bot": false,
"headline": "Implement flower-check rule catalog",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T06:10:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15174f969659ad3b47a2f0ee82b291f036a880a4",
"body": null,
"is_bot": false,
"headline": "Add JavaParser-backed flower-check parser",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T05:55:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "831668cc3423867da08ddfb28606b1baca90417e",
"body": null,
"is_bot": false,
"headline": "Strengthen flower-check rule governance",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T05:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d498a48d6f9463b4fbe61f3494d7c2eb34b38c3",
"body": null,
"is_bot": false,
"headline": "Add flower-check skeleton",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-10T05:31:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aece2ef93650959b80bc0ae2e5572d3afe4863d",
"body": null,
"is_bot": false,
"headline": "Add testkit and admin console support",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-08T15:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "900042f9c6744432a67b6536230d0b8bfdee040f",
"body": null,
"is_bot": false,
"headline": "Add step metadata to engine dumps",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-07T16:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1db8d1e0c49a743ad3522d27647013142a28e8c1",
"body": null,
"is_bot": false,
"headline": "Add flow execution context",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-06-05T11:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e4c60845180d34d273d9816aa4a5f88a704bf0d",
"body": null,
"is_bot": false,
"headline": "Add durable flow persistence",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-05-21T16:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d82d7b651d136feaa4cd857e8f6451efecfb713e",
"body": null,
"is_bot": false,
"headline": "Rename step completion result to done",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-05-18T11:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aca078536e5cf482d628f8eaa2b3cbf4659df791",
"body": null,
"is_bot": false,
"headline": "Verify Flower before publishing packages",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-05-14T15:21:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ac64d0ba13765c0029d77f0f9946a270881408",
"body": null,
"is_bot": false,
"headline": "Add GitHub Packages publish workflow",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-05-14T15:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a563a7e1c691f27133ba72e59f245f22d6f846dc",
"body": null,
"is_bot": false,
"headline": "Remove step subscriptions on manual unsubscribe",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-05-14T14:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c0f7a95a2ad143aeb769e2a99bba0c97d3c48b7",
"body": null,
"is_bot": false,
"headline": "Rewrite README with usage guidance",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-05-14T14:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "716d9e382109af9cc62ce4156c3b21fe3d928bc8",
"body": "# Conflicts:\n#\t.gitignore\n#\tREADME.md",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main'",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-05-14T14:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c6bcd51829a6eb839a2d5f6a2a488b5fa0c4892",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "SBPark",
"author_login": "parkKevinSB",
"committed_at": "2026-05-14T14:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8436b198c44e4350d8a81f6429df57ea812c4b3",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "kevinPark",
"author_login": "parkKevinSB",
"committed_at": "2026-05-07T14:27:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 99,
"latest_release_at": "2026-07-22T17:27:36Z",
"latest_release_tag": "v0.1.1",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 10,
"days_since_latest_release": 1,
"mean_days_between_releases": 8.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "io.github.flowerjvm:flower-core",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.github.flowerjvm/flower-core",
"is_deprecated": false,
"latest_version": "0.1.1",
"repository_url": null,
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T17:54:59Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
},
{
"name": "io.github.flowerjvm:flower-check",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.github.flowerjvm/flower-check",
"is_deprecated": false,
"latest_version": "0.1.1",
"repository_url": null,
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T17:55:07Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
},
{
"name": "io.github.flowerjvm:flower-testkit",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.github.flowerjvm/flower-testkit",
"is_deprecated": false,
"latest_version": "0.1.1",
"repository_url": null,
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T17:55:17Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
},
{
"name": "io.github.flowerjvm:flower-eventloop",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.github.flowerjvm/flower-eventloop",
"is_deprecated": false,
"latest_version": "0.1.1",
"repository_url": null,
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T17:55:17Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
},
{
"name": "io.github.flowerjvm:flower-observability",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.github.flowerjvm/flower-observability",
"is_deprecated": false,
"latest_version": "0.1.1",
"repository_url": null,
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T17:55:24Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
},
{
"name": "io.github.flowerjvm:flower-persistence-jdbc",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.github.flowerjvm/flower-persistence-jdbc",
"is_deprecated": false,
"latest_version": "0.1.1",
"repository_url": null,
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T17:55:16Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
},
{
"name": "io.github.flowerjvm:flower-check-annotations",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.github.flowerjvm/flower-check-annotations",
"is_deprecated": false,
"latest_version": "0.1.1",
"repository_url": null,
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T17:55:16Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
},
{
"name": "io.github.flowerjvm:flower-check-maven-plugin",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.github.flowerjvm/flower-check-maven-plugin",
"is_deprecated": false,
"latest_version": "0.1.1",
"repository_url": null,
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T17:55:14Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"flower-check-annotations/pom.xml",
"flower-check-gradle-plugin/build.gradle.kts",
"flower-check-maven-plugin/pom.xml",
"flower-check-maven-plugin/src/it/fails-blocking-step/pom.xml",
"flower-check-maven-plugin/src/it/passes-approved-scheduler/pom.xml",
"flower-check-maven-plugin/src/it/passes-baselined-finding/pom.xml",
"flower-check-maven-plugin/src/it/passes-good-step/pom.xml",
"flower-check/pom.xml",
"flower-core/pom.xml",
"flower-eventloop-persistence-jdbc/pom.xml",
"flower-eventloop/pom.xml",
"flower-observability/pom.xml",
"flower-persistence-jdbc/pom.xml",
"flower-spring-boot-starter/pom.xml",
"flower-testkit/pom.xml",
"pom.xml"
],
"largest_source_bytes": 87511,
"source_files_sampled": 223,
"oversized_source_files": 1,
"agent_instruction_files": [
"flower-check/AGENTS.md"
],
"agent_instruction_max_bytes": 3278
},
"dependencies": {
"manifests": [
"flower-check-annotations/pom.xml",
"flower-check-gradle-plugin/build.gradle.kts",
"flower-check-maven-plugin/pom.xml",
"flower-check/pom.xml",
"flower-core/pom.xml",
"flower-eventloop-persistence-jdbc/pom.xml",
"flower-eventloop/pom.xml",
"flower-observability/pom.xml",
"flower-persistence-jdbc/pom.xml",
"flower-spring-boot-starter/pom.xml",
"flower-testkit/pom.xml",
"pom.xml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"maven"
],
"dependencies": [
{
"name": "io.github.flowerjvm:flower-check",
"manifest": "flower-check-maven-plugin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.github.javaparser:javaparser-core",
"manifest": "flower-check/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.github.flowerjvm:flower-eventloop",
"manifest": "flower-eventloop-persistence-jdbc/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.github.flowerjvm:flower-core",
"manifest": "flower-eventloop/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.github.flowerjvm:flower-core",
"manifest": "flower-observability/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "flower-observability/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.micrometer:micrometer-core",
"manifest": "flower-observability/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-api",
"manifest": "flower-observability/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.github.flowerjvm:flower-core",
"manifest": "flower-persistence-jdbc/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.github.flowerjvm:flower-core",
"manifest": "flower-spring-boot-starter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.github.flowerjvm:flower-observability",
"manifest": "flower-spring-boot-starter/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.github.flowerjvm:flower-persistence-jdbc",
"manifest": "flower-spring-boot-starter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-autoconfigure",
"manifest": "flower-spring-boot-starter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot",
"manifest": "flower-spring-boot-starter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework:spring-web",
"manifest": "flower-spring-boot-starter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework:spring-webmvc",
"manifest": "flower-spring-boot-starter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-configuration-processor",
"manifest": "flower-spring-boot-starter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.github.flowerjvm:flower-core",
"manifest": "flower-testkit/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.github.flowerjvm:flower-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.github.flowerjvm:flower-eventloop",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.github.flowerjvm:flower-persistence-jdbc",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.github.flowerjvm:flower-eventloop-persistence-jdbc",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.github.flowerjvm:flower-testkit",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.github.flowerjvm:flower-check-annotations",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.github.flowerjvm:flower-check",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.junit:junit-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${junit-jupiter.version}"
},
{
"name": "org.assertj:assertj-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${assertj.version}"
},
{
"name": "org.xerial:sqlite-jdbc",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${sqlite-jdbc.version}"
},
{
"name": "com.github.javaparser:javaparser-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${javaparser.version}"
},
{
"name": "org.springframework.boot:spring-boot-dependencies",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${slf4j.version}"
},
{
"name": "org.slf4j:slf4j-simple",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${slf4j.version}"
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${logback.version}"
},
{
"name": "ch.qos.logback:logback-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${logback.version}"
},
{
"name": "io.micrometer:micrometer-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${micrometer.version}"
},
{
"name": "io.micrometer:micrometer-commons",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${micrometer.version}"
},
{
"name": "io.micrometer:micrometer-observation",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${micrometer.version}"
},
{
"name": "io.opentelemetry:opentelemetry-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${opentelemetry.version}"
},
{
"name": "io.opentelemetry:opentelemetry-context",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${opentelemetry.version}"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-testing",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${opentelemetry.version}"
}
],
"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": 4,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "parkKevinSB",
"commits": 99,
"avatar_url": "https://avatars.githubusercontent.com/u/121490930?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish.yml",
"release-gradle-plugin.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": "4 out of 4 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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 0,
"reason": "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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 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": 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": 4,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "cd1f4676f5b5b359150e311bf1a4f17e0e4fd92a",
"ran_at": "2026-07-24T14:25:25Z",
"aggregate_score": 2.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T18:44:33Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-14T23:44:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/flowerjvm/flower",
"host": "github.com",
"name": "flower",
"owner": "flowerjvm"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 26,
"vitality": 77,
"community": 43,
"governance": 49,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 99,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "99 commits in the last year",
"points": 18,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 99
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.1.1",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 8.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~8.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 8.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": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"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": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"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": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 4,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/4 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 4
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "flowerjvm",
"public_repos": 9,
"account_age_days": 36
},
"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": "0 followers of flowerjvm",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "flowerjvm"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~0 yr old",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"io.github.flowerjvm:flower-core",
"io.github.flowerjvm:flower-check",
"io.github.flowerjvm:flower-testkit",
"io.github.flowerjvm:flower-eventloop",
"io.github.flowerjvm:flower-observability",
"io.github.flowerjvm:flower-persistence-jdbc",
"io.github.flowerjvm:flower-check-annotations",
"io.github.flowerjvm:flower-check-maven-plugin"
],
"ecosystems": "maven",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "8 package(s) on maven",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 8,
"ecosystems": "maven"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 71,
"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": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"durable-execution",
"event-driven",
"java",
"jvm",
"orchestration",
"spring-boot",
"state-machine",
"workflow",
"workflow-engine",
"flowerjvm",
"runtime",
"flowruntime"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "12 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 12
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 26,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 2.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 4 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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 2,
"status": "partial",
"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": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.04,
"agent_instruction_files": [
"flower-check/AGENTS.md"
],
"agent_instruction_max_bytes": 3278
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "flower-check/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "flower-check/AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "4 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 4,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"flower-check-annotations/pom.xml",
"flower-check-gradle-plugin/build.gradle.kts",
"flower-check-maven-plugin/pom.xml",
"flower-check-maven-plugin/src/it/fails-blocking-step/pom.xml",
"flower-check-maven-plugin/src/it/passes-approved-scheduler/pom.xml",
"flower-check-maven-plugin/src/it/passes-baselined-finding/pom.xml",
"flower-check-maven-plugin/src/it/passes-good-step/pom.xml",
"flower-check/pom.xml",
"flower-core/pom.xml",
"flower-eventloop-persistence-jdbc/pom.xml",
"flower-eventloop/pom.xml",
"flower-observability/pom.xml",
"flower-persistence-jdbc/pom.xml",
"flower-spring-boot-starter/pom.xml",
"flower-testkit/pom.xml",
"pom.xml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "flower-check-annotations/pom.xml, flower-check-gradle-plugin/build.gradle.kts, flower-check-maven-plugin/pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "flower-check-annotations/pom.xml, flower-check-gradle-plugin/build.gradle.kts, flower-check-maven-plugin/pom.xml"
}
}
],
"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": "Java (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 99",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 99
}
}
],
"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": 100,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 87511,
"source_files_sampled": 223,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/223 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 223,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T14:25:35.089744Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/flowerjvm/flower.svg",
"full_name": "flowerjvm/flower",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}