Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 387,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 308,
"Kotlin": 28324
},
"pushed_at": "2026-07-21T15:21:34Z",
"created_at": "2022-08-08T09:42:48Z",
"owner_type": "User",
"updated_at": "2026-07-17T14:00:57Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Kotlin",
"significant_languages": [
"Kotlin"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "toronik",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/104253129?v=4",
"created_at": "2022-04-23T08:56:05Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 1553
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "5.6.2",
"kind": "patch",
"published_at": "2026-07-21T15:21:34Z"
},
{
"tag": "5.6.1",
"kind": "patch",
"published_at": "2026-07-17T13:16:58Z"
},
{
"tag": "5.6.0",
"kind": "minor",
"published_at": "2026-07-15T19:00:36Z"
},
{
"tag": "5.5.5",
"kind": "patch",
"published_at": "2025-06-08T10:27:35Z"
},
{
"tag": "5.5.4",
"kind": "patch",
"published_at": "2025-06-08T08:35:40Z"
},
{
"tag": "5.5.3",
"kind": "patch",
"published_at": "2025-06-06T22:39:34Z"
},
{
"tag": "5.5.2",
"kind": "patch",
"published_at": "2025-06-02T18:44:23Z"
},
{
"tag": "5.5.1",
"kind": "patch",
"published_at": "2025-03-07T22:09:29Z"
},
{
"tag": "5.5.0",
"kind": "minor",
"published_at": "2024-11-02T09:46:29Z"
},
{
"tag": "5.4.0",
"kind": "minor",
"published_at": "2024-10-20T18:47:30Z"
},
{
"tag": "5.3.0",
"kind": "minor",
"published_at": "2024-09-30T20:04:26Z"
},
{
"tag": "5.2.0",
"kind": "minor",
"published_at": "2024-09-18T13:13:08Z"
},
{
"tag": "5.1.1",
"kind": "patch",
"published_at": "2023-05-02T18:42:50Z"
},
{
"tag": "5.1.0",
"kind": "minor",
"published_at": "2023-04-30T13:35:53Z"
},
{
"tag": "5.0.2",
"kind": "patch",
"published_at": "2023-02-15T19:24:45Z"
},
{
"tag": "5.0.1",
"kind": "patch",
"published_at": "2023-01-24T16:16:37Z"
},
{
"tag": "5.0.0",
"kind": "major",
"published_at": "2022-08-25T15:46:20Z"
}
],
"recent_commits": [
{
"oid": "2f54d870df75979b0c7ca9877c1dc39464c6bc6f",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(env): 5.6.2",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2026-07-17T13:57:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0d0b4eb188346a7fb6f36f818f7664810fe7bd05",
"body": "…(type-safe env<RedisSystem>())\n\nConsumers can now resolve any redis system without a cast:\n env.env<RedisSystem>() // by type — unambiguous\n env.env<RedisSystem>(\"REDIS\") // by name — explicit\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(env-redis): RedisSystem : ExternalSystem replaces Cleanable …",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2026-07-17T13:57:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "09dcde0a53361d7ec73bbbc9b96ec13c1aa41415",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(env): 5.6.1",
"author_name": "toronik",
"author_login": null,
"committed_at": "2026-07-17T13:07:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0b2dbc2a4fe6bf6e4f651fab91cf9d89df352452",
"body": "Both RedisContainerSystem and resettable remote implement Cleanable so a spec's\n@BeforeExample can flush per-example the same way regardless of mode.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(env-redis): mode-agnostic clean() via Cleanable interface",
"author_name": "toronik",
"author_login": null,
"committed_at": "2026-07-17T13:07:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7c1be97bac24ef6db9e9eaaaa00ee99ea5fd37f3",
"body": "…es in resettable remote\n\nNamespaced buckets can't use virtual-host addressing (no wildcard DNS); and\nthe resettable path must load the same s3/ fixtures the container variant does,\nso specs behave identically in remote and Testcontainers modes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(env-localstack): force path-style + provision classpath s3 fixtur…",
"author_name": "toronik",
"author_login": null,
"committed_at": "2026-07-17T13:07:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3765d48da1b71ee91d0616987e7b2ca68115e641",
"body": "… namespace)\n\nCentral Portal namespace io.github.adven27 belongs to the old handle; the\naccount's verified namespace is io.github.toronik. Publish under it.\nConsumers must migrate coordinate io.github.adven27:env-* -> io.github.toronik:env-*\n(Java package names io.github.adven27.env.* are unchanged — groupId != package).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(env): change Maven group to io.github.toronik (verified Central…",
"author_name": "toronik",
"author_login": null,
"committed_at": "2026-07-15T18:56:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ef50d7564bff0bc3f75226203875f87fa8409fd",
"body": "s01.oss.sonatype.org decommissioned (OSSRH end-of-life). Point nexus-publish\nstaging + snapshot URLs at the Central Portal compat endpoints. Credentials\n(Central Portal user token) live in GitHub secrets, not in code.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(env): point publishing to Sonatype Central Portal (OSSRH EOL)",
"author_name": "toronik",
"author_login": null,
"committed_at": "2026-07-15T18:08:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "276611f515958af3c77b46fed414098ff1b9abdb",
"body": "CI ran system gradle (drifted to 9.6.1) which removed project-level\nsourceCompatibility (build.gradle:39) -> build failed. Use the pinned\n8.5 wrapper for both build and publish jobs.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(env): use ./gradlew wrapper (pinned 8.5) instead of system gradle",
"author_name": "toronik",
"author_login": null,
"committed_at": "2026-07-15T17:17:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "049a0fe4c6ed3e491d5017902cb2913cf665de72",
"body": "…reaking ZK log-wait)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(env-mq-kafka): pin cp-kafka to 7.5.0 (avoid :latest KRaft drift b…",
"author_name": "toronik",
"author_login": null,
"committed_at": "2026-07-15T16:39:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4f83b9caa017885d5b1797918488913c81b56f2b",
"body": "Adds ResettablePostgreSqlRemote, ResettableRedisRemote and\nResettableLocalStackRemote: ExternalSystem implementations that connect to\nan already-running external instance (by properties) and reset a per-run\nnamespace on start, gated by a shared shouldReset() (reset unless\nSPECS_SUT_START == \"false\")\n[…]\ng\n- aws-sdk deps at implementation scope (not leaked via api)\n- targets Testcontainers 1.21.1 (env 5.x compatible)\n\nRelease 5.6.0.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(env): resettable remote systems for postgres, redis, localstack",
"author_name": "toronik",
"author_login": null,
"committed_at": "2026-07-15T15:08:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b9d781d40797ebc6f54152175c6107c29b26e14c",
"body": "Adds ResettablePostgreSqlRemote, ResettableRedisRemote and\nResettableLocalStackRemote: ExternalSystem implementations that connect to\nan already-running external instance (by properties) and reset a per-run\nnamespace on start, gated by a shared shouldReset() (reset unless\nSPECS_SUT_START == \"false\")\n[…]\ng\n- aws-sdk deps at implementation scope (not leaked via api)\n- targets Testcontainers 1.21.1 (env 5.x compatible)\n\nRelease 5.6.0.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(env): resettable remote systems for postgres, redis, localstack",
"author_name": "toronik",
"author_login": null,
"committed_at": "2026-07-15T14:24:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9f6485e5b9e6342efbf38660a7b070abc317a295",
"body": null,
"is_bot": false,
"headline": "5.5.6",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2025-06-09T18:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f023aeda141a92b4b766c63a36123d57220c57ab",
"body": null,
"is_bot": false,
"headline": "5.5.5",
"author_name": "A.Anikeev",
"author_login": null,
"committed_at": "2025-06-08T10:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f7f73203891bf1f7f91682f4397194fa3a29072",
"body": null,
"is_bot": false,
"headline": "feat: Add default origin implementation to StreamKafkaEmbedded",
"author_name": "A.Anikeev",
"author_login": null,
"committed_at": "2025-06-08T10:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d1d5a67fa91be17fa7bfcc28e711c17db47caf6",
"body": null,
"is_bot": false,
"headline": "5.5.4",
"author_name": "A.Anikeev",
"author_login": null,
"committed_at": "2025-06-08T08:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1741a0b226528cca8d1b1be267d0015c1a582391",
"body": "…nfig",
"is_bot": false,
"headline": "fix: Change StreamKafkaEmbedded config type to EmbeddedKafkaSystem.Co…",
"author_name": "A.Anikeev",
"author_login": null,
"committed_at": "2025-06-08T08:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2450793fb8c9fa6c5edf06400ac393f36a8f9b57",
"body": null,
"is_bot": false,
"headline": "5.5.3",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2025-06-06T22:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "815caf5c50a380ea13be99bd1a704952d9720e61",
"body": "…erties\n\nfeat: Add configuration properties to StreamKafkaEmbedded",
"is_bot": false,
"headline": "Merge pull request #6 from toronik/feature/stream-kafka-embedded-prop…",
"author_name": "MetallFoX",
"author_login": "MetallFoX",
"committed_at": "2025-06-06T19:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ca5acab1d4b1a7b6970349a89a6e434f1e1dae0",
"body": null,
"is_bot": false,
"headline": "feat: Add configuration properties to StreamKafkaEmbedded",
"author_name": "A.Anikeev",
"author_login": null,
"committed_at": "2025-06-06T19:34:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6361bfd7a834346ef1853e16026dbb061f0c17fa",
"body": null,
"is_bot": false,
"headline": "fix build",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2025-06-02T18:37:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01596e5dd1bf53503a1acf3a33a28c65212028cb",
"body": null,
"is_bot": false,
"headline": "fix(kafka-embedded): update spring deps",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2025-06-02T18:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168c6f2bc9f445ae354e4f2c4cce10fbb227089d",
"body": null,
"is_bot": false,
"headline": "feat(wiremock): add headers to interations",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2025-03-07T22:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fe63e7f3dd4df496cd8fa046f9d4d2505382e1d",
"body": null,
"is_bot": false,
"headline": "feat: up lib versions",
"author_name": "toronik",
"author_login": null,
"committed_at": "2025-02-17T12:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a394f2d014f85a7778de0764664a44861954ae0e",
"body": null,
"is_bot": false,
"headline": "feat: add git hooks",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2024-11-02T09:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e2c1ad637b388f54f1d4ad132e2fbbd12cb3f8e",
"body": null,
"is_bot": false,
"headline": "feat: add samba container",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2024-11-02T09:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70ff144f5945c1d16216563cb54cec938d706424",
"body": null,
"is_bot": false,
"headline": "feat: add samba container",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2024-11-02T09:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8579986381e6dde7ada006d76f59591d267fd295",
"body": null,
"is_bot": false,
"headline": "feat: up gradle to 8.5 and java to 21",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2024-10-20T18:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a585855da7a3b1cee523e852771c5146082f44ac",
"body": null,
"is_bot": false,
"headline": "feat: add localstack",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2024-10-20T17:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeeaa4ea9dc92c1ab8e2a581646bcb98bc6b67b8",
"body": null,
"is_bot": false,
"headline": "fix ktlint",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2024-09-30T20:02:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f38985612649a62781a9676a79f067b38e43605a",
"body": null,
"is_bot": false,
"headline": "5.3.0",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2024-09-30T19:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc75ede8bf3f171a158c48310612a43b53129bed",
"body": "fix: Disable flaky test of MYSQL system.",
"is_bot": false,
"headline": "Merge pull request #5 from toronik/feature/wiremock-3",
"author_name": "MetallFoX",
"author_login": "MetallFoX",
"committed_at": "2024-09-18T13:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "875936ac703ac9541213a17ac1eba7fe83a2f4d3",
"body": null,
"is_bot": false,
"headline": "fix: Disable flaky test of MYSQL system.",
"author_name": "A.Anikeev",
"author_login": null,
"committed_at": "2024-09-18T12:54:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a676c4002da251980e85331dfca02be0b897bb51",
"body": "Co-authored-by: A.Anikeev <A.Anikeev@alfacapital.ru>",
"is_bot": false,
"headline": "fix: Disable flaky test of MYSQL system. (#4)",
"author_name": "MetallFoX",
"author_login": "MetallFoX",
"committed_at": "2024-09-18T12:38:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96dc5d5703ce82eb9e7405dc65485bfed3859c01",
"body": "Co-authored-by: A.Anikeev <A.Anikeev@alfacapital.ru>",
"is_bot": false,
"headline": "feat: Migrate onto wiremock 3.x (#3)",
"author_name": "MetallFoX",
"author_login": "MetallFoX",
"committed_at": "2024-09-17T11:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73eb3665cbfa050dbe05e4de4ca4d4bff8d71d4c",
"body": null,
"is_bot": false,
"headline": "env 5.1.1",
"author_name": "toropanov",
"author_login": "toronik",
"committed_at": "2023-05-02T18:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50f11760a3af8abc522af4728e987cfd8b7d77d3",
"body": null,
"is_bot": false,
"headline": "env 5.1.1",
"author_name": "toropanov",
"author_login": "toronik",
"committed_at": "2023-05-02T18:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "917312c82223d38a26d94f5d0d7d3f1b7328d546",
"body": null,
"is_bot": false,
"headline": "env 5.1.1",
"author_name": "toropanov",
"author_login": "toronik",
"committed_at": "2023-05-02T18:29:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70df363fdd2cef9016534831f627e45650106e0a",
"body": null,
"is_bot": false,
"headline": "env 5.1.0",
"author_name": "toropanov",
"author_login": "toronik",
"committed_at": "2023-04-30T13:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b8b84a1270979833c7989d6e801bbb8d3682a3e",
"body": null,
"is_bot": false,
"headline": "env 5.1.0",
"author_name": "toropanov",
"author_login": "toronik",
"committed_at": "2023-04-30T13:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2030ecf24ea3e21d6f9a92f4ded97cdf100edeb5",
"body": null,
"is_bot": false,
"headline": "env 5.1.0",
"author_name": "toropanov",
"author_login": "toronik",
"committed_at": "2023-04-30T13:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9da3ee0826edfc18de362ed264825c025b253fe4",
"body": null,
"is_bot": false,
"headline": "env 5.1.0",
"author_name": "toropanov",
"author_login": "toronik",
"committed_at": "2023-04-28T20:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "777d8330e1d1465aef940eacaa820d18c4bf0253",
"body": null,
"is_bot": false,
"headline": "env 5.1.0",
"author_name": "n.toropanov",
"author_login": "Adven27",
"committed_at": "2023-04-28T19:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ba7e8b3529142734ffa96b34a9335cf7ceb8528",
"body": null,
"is_bot": false,
"headline": "env 5.1.0",
"author_name": "n.toropanov",
"author_login": "Adven27",
"committed_at": "2023-04-28T19:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e10d74168d5c67807336d3529b9a779b7fc24ad",
"body": null,
"is_bot": false,
"headline": "env 5.0.2",
"author_name": "n.toropanov",
"author_login": "Adven27",
"committed_at": "2023-02-15T19:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "553c2a1c3e7ed517802ab957f3f87839cc5b0ebd",
"body": "ElasticSearch container system implementation",
"is_bot": false,
"headline": "Merge pull request #2 from toronik/elastic-system",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2023-02-15T18:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810c954a33844bffd617a58edf9191df7a48cf3a",
"body": null,
"is_bot": false,
"headline": "ElasticSearch container system implementation",
"author_name": "konstmois",
"author_login": "konstmois",
"committed_at": "2023-02-12T19:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c62c32a570dddb00909b29fe8fe10289d0cfa9",
"body": null,
"is_bot": false,
"headline": "env 5.0.1",
"author_name": "n.toropanov",
"author_login": "Adven27",
"committed_at": "2023-01-24T14:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2350364f7ec960f8905d45b3f9c31b9a9551159",
"body": "Mongo container system implementation",
"is_bot": false,
"headline": "Merge pull request #1 from toronik/mongo-system",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2023-01-24T14:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7bf6d5c8b0d39a27042456eb60691df7e710fb4",
"body": null,
"is_bot": false,
"headline": "Mongo container system implementation",
"author_name": "konstmois",
"author_login": "konstmois",
"committed_at": "2023-01-23T22:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "059ac5c02ece7695edde4f2ed6ed9b387a06ba6c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2022-09-16T13:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f98c92de56f7cf9aae5d8d76bc89d2e889352d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2022-09-16T13:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc981ac8bf60246419982f8d4ce3c1fa3de4d0e5",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2022-09-16T13:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59ea272dac0355e88d66a6b155b635a91bef662f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "toronik",
"author_login": "toronik",
"committed_at": "2022-09-16T13:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f1934f08fc5232351416ad3fd64187396cd861b",
"body": null,
"is_bot": false,
"headline": "env 5.0.0",
"author_name": "n.toropanov",
"author_login": "Adven27",
"committed_at": "2022-08-25T15:45:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eeb57e63a8a66b4951ef972d33f7c24c124ce9a",
"body": null,
"is_bot": false,
"headline": "update static analyzers",
"author_name": "toropanov",
"author_login": "toronik",
"committed_at": "2022-08-09T08:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a4daee44a021afb7a287962b50fcd0ad9e931b0",
"body": null,
"is_bot": false,
"headline": "set up publish",
"author_name": "toropanov",
"author_login": "toronik",
"committed_at": "2022-08-08T14:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bbc401adef22e0fb90082a4d24584476e51b59d",
"body": "- upgrade wiremock",
"is_bot": false,
"headline": "release 4.0.7",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-12-02T17:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ff963138691d3e5957871af1e433b362e91d42",
"body": null,
"is_bot": false,
"headline": "cleanups",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-10-28T13:03:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "550f0db8dabbdd7847121d2784d0430c128d0d27",
"body": null,
"is_bot": false,
"headline": "bugfix",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-10-27T08:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb3e9c5debd492405ba9c4cbbc9a1036db64bdd4",
"body": null,
"is_bot": false,
"headline": "env.wiremock.host + embedded kafka advertised listener config",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-10-26T13:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c3b78bfdde9e7825913b356f654aa093fc0fe7b",
"body": null,
"is_bot": false,
"headline": "add find system by type method",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-10-18T09:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbb5e8f14b12793d1af34ecdc520d1b1a81bd969",
"body": null,
"is_bot": false,
"headline": "add find system by type method",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-10-01T12:18:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f89f3b47acd07dd13b8a100b951b9d74b6b47ea",
"body": null,
"is_bot": false,
"headline": "release 4.0.4",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-09-30T20:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d2f1cad6475372147d52eec948700b04a56c328",
"body": null,
"is_bot": false,
"headline": "smallfix",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-09-30T18:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "986df95a2ece4466bf0fa14432226887dc341ba8",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nick",
"author_login": "Adven27",
"committed_at": "2021-09-29T13:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cbe65b28a26b8c9400db6b91f14dbf17dfb9e1f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nick",
"author_login": "Adven27",
"committed_at": "2021-09-29T09:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5736e2bdf1babe2fde456027189d5b1f4ebce07",
"body": "- fix wiremock bigdecimal json ser/deser",
"is_bot": false,
"headline": "release 4.0.3",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-09-02T17:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea50a27cb508293198e2bad478125b162e265a9a",
"body": "- upgrade wiremock",
"is_bot": false,
"headline": "release 4.0.2",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-08-26T08:16:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c8bbac02bbd83d5ebae68fe1fd605fa474904c2",
"body": null,
"is_bot": false,
"headline": "release 4.0.1",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-07-24T14:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a72ee122d44925502fb89b67d7df96b1b5e6c10",
"body": null,
"is_bot": false,
"headline": "release 4.0.1",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-07-24T13:25:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "329d0cbf3aede6af5823ccd70b8a74de34e3a970",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nick",
"author_login": "Adven27",
"committed_at": "2021-07-21T14:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52dd6e54841de2c8e82a5d7f50b7f9d2bea2d020",
"body": null,
"is_bot": false,
"headline": "release 4.0.0",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-07-21T14:07:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5523df08cbd16cd50b187cbff45126e2d6f9de8d",
"body": null,
"is_bot": false,
"headline": "release 3.2.0",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-07-16T17:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4418cea47949cd99b9720938fcab90a5df807f2",
"body": null,
"is_bot": false,
"headline": "release 3.2.0",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-07-16T17:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfdbdf60a87dfbf52fd24111b63729240c38e6f4",
"body": null,
"is_bot": false,
"headline": "release 3.1.1",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-07-16T14:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b9c11103cd195b1e47ac6f83dec44c879c532a0",
"body": null,
"is_bot": false,
"headline": "release 3.1.0",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-07-16T09:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0babb963b80f81ccfd6d60dbf6493e928450a188",
"body": null,
"is_bot": false,
"headline": "refactoring",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-07-16T09:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19f81f37a58336e2733413ca085e8486a29baef2",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-07-03T09:30:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09fa2fe56a16dca0fd11acc736f31f7bf16c72b9",
"body": " - fix Environment.Config setting\n - simplify system configs\n - add afterStart callback to ContainerExternalSystem",
"is_bot": false,
"headline": " release 3.0.0:",
"author_name": "Toropanov Nikolai",
"author_login": "Adven27",
"committed_at": "2021-07-03T09:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a9d43b1d17db4049e48ed7fe0d6d13e53929515",
"body": null,
"is_bot": false,
"headline": "Add embedded kafka module publication (#2)",
"author_name": "MetallFoX",
"author_login": "MetallFoX",
"committed_at": "2021-06-03T18:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d2871ef4b55e31a7a542d8450db3ec1aa6dd01",
"body": null,
"is_bot": false,
"headline": "Add embedded kafka system (#1)",
"author_name": "MetallFoX",
"author_login": "MetallFoX",
"committed_at": "2021-06-03T17:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af0731d09749fa9127f2c8b233317d03dbc154d4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nick",
"author_login": "Adven27",
"committed_at": "2021-04-20T17:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15005a6d9f570561b625ea30342ca8927ce5c0aa",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nick",
"author_login": "Adven27",
"committed_at": "2021-04-20T17:49:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c97e91fcc3b49c82ff7ae0564f7adaa6b621d997",
"body": null,
"is_bot": false,
"headline": "add oracle support",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-04-20T17:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33a5b660e83e65e7ff2b067ce22491ca2b552746",
"body": null,
"is_bot": false,
"headline": "update to gradle 7",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-04-20T15:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f81e1932141c36c4e63e1de4d01a55da5aedfaf",
"body": null,
"is_bot": false,
"headline": "update to gradle 7",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-04-20T15:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54710febb323e194d27f7b3ceb1e3eea177fb8f3",
"body": null,
"is_bot": false,
"headline": "update to gradle 7",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-04-20T14:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2555430effa6b0695d9acbd4bd0c005ddaafb13",
"body": null,
"is_bot": false,
"headline": "update to gradle 7",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-04-20T14:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452699f1c3431d1b523df8ed72a45d47c607bc40",
"body": null,
"is_bot": false,
"headline": "fix publishing",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-04-20T13:47:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3be4b0058abc7e5a90316ffec611d9f02b62e7",
"body": null,
"is_bot": false,
"headline": "add oracle support",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-04-20T13:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c07f4f1b06e12cc177dceb78f07e9ccb46ef716",
"body": null,
"is_bot": false,
"headline": "migrate to maven",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-04-08T11:38:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "464d557abd0cadab977acc9a54181bbbdac5e339",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nick",
"author_login": "Adven27",
"committed_at": "2021-04-06T12:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46361fb1e650be800515223f638d12ff011dd0bb",
"body": null,
"is_bot": false,
"headline": "remove exam dependency",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-04-06T09:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3581fba6c468f35a51a07d480d29151c48cc92",
"body": null,
"is_bot": false,
"headline": "up version",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-03-29T06:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f14a41b8856f6b861be5a7b20b53249e77bf7416",
"body": null,
"is_bot": false,
"headline": "add kafka multi-partition tester",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-03-28T10:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f8187feecc06e4cfa1f6f6308b56b91cca3a789",
"body": null,
"is_bot": false,
"headline": "add kafka multi-partition tester",
"author_name": "ruatpn6",
"author_login": "Adven27",
"committed_at": "2021-03-28T09:11:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ec1ab58f4999dbab79d34e027f139530f062b5f",
"body": null,
"is_bot": false,
"headline": "update exam version",
"author_name": "adven",
"author_login": "Adven27",
"committed_at": "2021-03-26T12:33:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7553b2aa15707cc4bb3d6d2d8e4746d621f67617",
"body": null,
"is_bot": false,
"headline": "update exam version",
"author_name": "adven",
"author_login": "Adven27",
"committed_at": "2021-03-26T12:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4b5ee6ce11920d405f427d7f93290c322910be6",
"body": null,
"is_bot": false,
"headline": "close timeouts",
"author_name": "adven",
"author_login": "Adven27",
"committed_at": "2021-03-24T13:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b9a00ca27ff1e958bc6908ab0f77d32d76354a",
"body": null,
"is_bot": false,
"headline": "small improvements",
"author_name": "adven",
"author_login": "Adven27",
"committed_at": "2021-03-23T18:22:15Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 11,
"latest_release_at": "2026-07-21T15:21:34Z",
"latest_release_tag": "5.6.2",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 2,
"days_since_latest_release": 3,
"mean_days_between_releases": 71
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 5,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"example/src/test/resources/common.proto",
"example/src/test/resources/wallet.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"build.gradle",
"env-container/build.gradle",
"env-core/build.gradle",
"env-db-db2/build.gradle",
"env-db-elastic/build.gradle",
"env-db-mongo/build.gradle",
"env-db-mssql/build.gradle",
"env-db-mysql/build.gradle",
"env-db-oracle-temp/build.gradle",
"env-db-oracle/build.gradle",
"env-db-postgresql/build.gradle",
"env-grpc-mock/build.gradle",
"env-jar-application/build.gradle",
"env-localstack/build.gradle",
"env-mq-ibmmq/build.gradle",
"env-mq-kafka-embedded/build.gradle",
"env-mq-kafka/build.gradle",
"env-mq-rabbit/build.gradle",
"env-redis/build.gradle",
"env-samba/build.gradle",
"env-selenium/build.gradle",
"env-wiremock/build.gradle",
"example/build.gradle"
],
"largest_source_bytes": 8928,
"source_files_sampled": 42,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"build.gradle",
"env-container/build.gradle",
"env-core/build.gradle",
"env-db-db2/build.gradle",
"env-db-elastic/build.gradle",
"env-db-mongo/build.gradle",
"env-db-mssql/build.gradle",
"env-db-mysql/build.gradle",
"env-db-oracle-temp/build.gradle",
"env-db-oracle/build.gradle",
"env-db-postgresql/build.gradle",
"env-grpc-mock/build.gradle",
"env-jar-application/build.gradle",
"env-localstack/build.gradle",
"env-mq-ibmmq/build.gradle",
"env-mq-kafka-embedded/build.gradle",
"env-mq-kafka/build.gradle",
"env-mq-rabbit/build.gradle",
"env-redis/build.gradle",
"env-samba/build.gradle",
"env-selenium/build.gradle",
"env-wiremock/build.gradle",
"example/build.gradle"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Adven27",
"commits": 72,
"avatar_url": "https://avatars.githubusercontent.com/u/7037418?v=4"
},
{
"type": "User",
"login": "toronik",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/104253129?v=4"
},
{
"type": "User",
"login": "MetallFoX",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/3462487?v=4"
},
{
"type": "User",
"login": "konstmois",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/26792230?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.692
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"gradle-publish.yml",
"gradle.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"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": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"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/29 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": 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": 9,
"reason": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2f54d870df75979b0c7ca9877c1dc39464c6bc6f",
"ran_at": "2026-07-24T19:22:52Z",
"aggregate_score": 3.9,
"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-21T15:28:58Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-06-06T19:46:47Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/toronik/env",
"host": "github.com",
"name": "env",
"owner": "toronik"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 22,
"inputs": {
"security": 20,
"vitality": 70,
"community": 29,
"governance": 42,
"engineering": 48,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 44,
"overall_after_jurisdiction_multiplier": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 17,
"latest_release_tag": "5.6.2",
"releases_from_tags": false,
"days_since_latest_release": 3,
"mean_days_between_releases": 71
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~71 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 71
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 0,
"stars": 5,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"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": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 42,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.692
},
"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 69% of commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 69
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 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": 6,
"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": "6/6 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 6
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "toronik",
"public_repos": 9,
"account_age_days": 1553
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of toronik",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "toronik"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~4 yr old",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 48,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": 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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 20,
"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. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 20,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.9,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 20,
"security_posture_before_jurisdiction": 40
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"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": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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/29 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": "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": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"status": "partial",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"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": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"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": "Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"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": 54,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.32,
"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": "32 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"sampled": 100
}
}
],
"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": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.11,
"toolchain_manifests": [
"build.gradle",
"env-container/build.gradle",
"env-core/build.gradle",
"env-db-db2/build.gradle",
"env-db-elastic/build.gradle",
"env-db-mongo/build.gradle",
"env-db-mssql/build.gradle",
"env-db-mysql/build.gradle",
"env-db-oracle-temp/build.gradle",
"env-db-oracle/build.gradle",
"env-db-postgresql/build.gradle",
"env-grpc-mock/build.gradle",
"env-jar-application/build.gradle",
"env-localstack/build.gradle",
"env-mq-ibmmq/build.gradle",
"env-mq-kafka-embedded/build.gradle",
"env-mq-kafka/build.gradle",
"env-mq-rabbit/build.gradle",
"env-redis/build.gradle",
"env-samba/build.gradle",
"env-selenium/build.gradle",
"env-wiremock/build.gradle",
"example/build.gradle"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "build.gradle, env-container/build.gradle, env-core/build.gradle (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "build.gradle, env-container/build.gradle, env-core/build.gradle"
}
}
],
"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": "Kotlin (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Kotlin"
}
}
],
"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": "11 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 11,
"sampled": 100
}
}
],
"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": "Kotlin",
"largest_source_bytes": 8928,
"source_files_sampled": 42,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Kotlin (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Kotlin"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/42 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 42,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": [
"example/src/test/resources/common.proto",
"example/src/test/resources/wallet.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "example/src/test/resources/common.proto, example/src/test/resources/wallet.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example/src/test/resources/common.proto, example/src/test/resources/wallet.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T19:22:59.384421Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/toronik/env.svg",
"full_name": "toronik/env",
"license_state": "standard",
"license_spdx": "MIT"
}