Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"ai",
"enrichment",
"financial",
"payment-transactions"
],
"is_fork": false,
"size_kb": 40158,
"has_wiki": false,
"homepage": "https://xyo.financial",
"languages": {
"Go": 19739,
"Makefile": 223,
"Dockerfile": 748
},
"pushed_at": "2026-07-20T20:56:53Z",
"created_at": "2025-08-08T06:36:10Z",
"owner_type": "User",
"updated_at": "2026-07-20T20:57:23Z",
"description": "an Official XYO Financial SDK for Go (Golang)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://syniol.com",
"name": "Hadi Tajallaei",
"type": "User",
"login": "syniol",
"company": "Syniol Limited",
"location": "London",
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/68777073?v=4",
"created_at": "2020-07-25T11:46:10Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 2188
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2026-07-20T20:57:21Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2026-07-17T22:11:32Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2026-07-17T22:06:17Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-17T21:31:00Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-10-19T07:02:56Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2025-09-03T22:04:03Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2025-09-03T21:50:24Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-09-03T11:09:21Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-09-02T22:58:35Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-08-21T23:47:47Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-08-21T08:53:08Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-08-09T19:13:41Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2025-08-09T19:00:19Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-08-09T11:34:11Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-08-09T11:23:07Z"
}
],
"recent_commits": [
{
"oid": "ba65c3dd80a92bef2d9db2a9438b0c681145cf5f",
"body": null,
"is_bot": false,
"headline": "chore: Updated the license for SDK",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2026-07-20T20:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5520237dd49acaa6ef6e11f1a53792f225f875f7",
"body": null,
"is_bot": false,
"headline": "fix: removed ai session id from docs",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2026-07-17T22:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b49c6e527f512e2b3eb67dfc740a0e6f9424bc8a",
"body": null,
"is_bot": false,
"headline": "chore: added a badge link to go dev pkg",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2026-07-17T21:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba26f33c0b56370caf3dcd26df9eec20f820fb87",
"body": null,
"is_bot": false,
"headline": "chore: updated mascot logo for the sdk",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2026-07-17T21:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b6ac6800e3d1a1ed073b72a51ec8a57883f6d45",
"body": null,
"is_bot": false,
"headline": "fix: corrected CI badge for release",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2026-07-17T21:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c94db277afe11116ddbf9bb30c6e8c993f01042",
"body": "### Added\n- **Context Support**: Full `context.Context` plumbing across all SDK methods (`Enrichment` interface).\n- **Structured Errors**: Native support for RFC 7807 structured API errors through a dedicated `errors.go` package, implementing the standard Go `error` interface and enabling `errors.As\n[…]\nailing slashes from `BaseURL` overrides during client initialization to prevent malformed URL construction (e.g. `//v1/...`).\n- Fixed invalid `golangci-lint` version pin in the Dockerfile (`v1.50.1`).",
"is_bot": false,
"headline": "Release 12 July 2026",
"author_name": "Hadi Tajallaei",
"author_login": "syniol",
"committed_at": "2026-07-17T21:27:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bde786faecb5f67c9a8b0a5a30d894a84d682408",
"body": " * Added `address` optional field for EnrichmentResponse\n * Added `location` optional field for EnrichmentResponse\n * Improved documentation for methods\n * Updated Unit Tests",
"is_bot": false,
"headline": "Release Oct 19th",
"author_name": "Syniol Limited",
"author_login": "syniol",
"committed_at": "2025-10-19T07:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1470a2b9a67d4d8c97af0f2f86e28801e23711b",
"body": null,
"is_bot": false,
"headline": "Updated docs and added two new fields",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-10-18T21:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e4720e99a039b59b72f8e6550e224ced5ad5d8",
"body": null,
"is_bot": false,
"headline": "updated contribute and name of pipeline",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-03T22:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da7a32fbb733c37e744093d16c65be9641dcde46",
"body": null,
"is_bot": false,
"headline": "made ApiBasePath private and added to client config",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-03T22:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "495f07622128a4d9854ef6f6aefb15af89ba8ebb",
"body": null,
"is_bot": false,
"headline": "Updated the tests and created an internal util method to set headers",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-03T21:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4af94136d82916094c8459fdb9649af5cf249c6",
"body": null,
"is_bot": false,
"headline": "added verbose flag for golang linting",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-03T18:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad474772e5afce220414537f2f9614001a5cf388",
"body": null,
"is_bot": false,
"headline": "changed run command in Makefile to ssh",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-03T17:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0be37e7f53222e1586056f2d5fa2419d2a010baf",
"body": "…e the config",
"is_bot": false,
"headline": "Matched architecture with other sdks having http client request insid…",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-03T17:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb0922d1c104463e60f35e23fc33e6de64a313d2",
"body": null,
"is_bot": false,
"headline": "matched enum for collection status with a name",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-03T17:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c4168be53158029248706bb63fae2065c3e4b98",
"body": null,
"is_bot": false,
"headline": "Added linting for CI/CD",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-03T17:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a188ea2b95206b2e507f60707b0e1974ede251c6",
"body": null,
"is_bot": false,
"headline": "Updated the documentation",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-03T11:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de8ca6b01702fc8c806a7308250fbed6550ca817",
"body": null,
"is_bot": false,
"headline": "Updated the documentation",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-03T11:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "289d8eb3b230ac1b6cf4946ee4ed0fa5932aed0d",
"body": null,
"is_bot": false,
"headline": "added contribution doc",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-02T22:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1d6e1555626dcfbcb76ebaca717bb4714296df3",
"body": null,
"is_bot": false,
"headline": "Updated the docs",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-02T22:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff655d64ce24bd3f014ebaace0466995dde0c8d",
"body": null,
"is_bot": false,
"headline": "Updated the docs",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-02T22:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e01931ae46a9680465fc5a9ae8d8489c23ecac2",
"body": null,
"is_bot": false,
"headline": "Added more documentation",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-09-02T22:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f49808b2b42b7717f8047c67bbf7051f7e688b60",
"body": null,
"is_bot": false,
"headline": "added the mascot",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-29T20:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae0153f27a580a737536525dd189a0deec0948a0",
"body": null,
"is_bot": false,
"headline": "updated example with latest package",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-21T23:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48ad222b644325548dfce9d4031464de339236b9",
"body": "Release CI/CD Integration Test with Example Package",
"is_bot": false,
"headline": "Merge pull request #2 from syniol/release-cicd",
"author_name": "Syniol Limited",
"author_login": "syniol",
"committed_at": "2025-08-21T23:45:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a838602d9263c18d11a553e85bba010c4d0038a",
"body": null,
"is_bot": false,
"headline": "trigger on tag",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-21T23:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71393ed42f472ca117a0b3ef95ed737873472669",
"body": null,
"is_bot": false,
"headline": "added example package test",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-21T23:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cb72d6f812591618e992c5f521c862a476ee602",
"body": null,
"is_bot": false,
"headline": "added example package for testing integration",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-21T09:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "def8031cae4413b1a7f72f88969447cc4b6c4374",
"body": "Release/BleedingEdge",
"is_bot": false,
"headline": "Release/BleedingEdge (21st August)",
"author_name": "Syniol Limited",
"author_login": "syniol",
"committed_at": "2025-08-21T08:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39c58ec0f1c71a08c202ccf340d5e60e71297dae",
"body": null,
"is_bot": false,
"headline": "attempt to exclude from publishing",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-21T08:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b7a53c2ae38407a2f7be9d66f12d7d7dcf31916",
"body": null,
"is_bot": false,
"headline": "added apibasepath matching other sdks",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-21T08:41:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1089c6de3960a7f429e2c7a9336407ff1b11d6db",
"body": null,
"is_bot": false,
"headline": "not needed anympre",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-21T08:36:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "468f0167ebf44a884c7543c46644fb0ade653ad4",
"body": null,
"is_bot": false,
"headline": "updated the docs and removed the health api",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-21T08:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe2c93bfb3bf999ee7b20ae8be20f46f9bfdc119",
"body": null,
"is_bot": false,
"headline": "corrected the docs",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-09T19:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e4932ba8457d20b33dc1ab39542e299a1a7c2a5",
"body": null,
"is_bot": false,
"headline": "Added docs for methods",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-09T19:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "486502c0de6d03ac594ccb784bcb63bce11b3f75",
"body": null,
"is_bot": false,
"headline": "Added a license file",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-09T18:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d25f4573f812e27807a9a504effc94c8348ca8",
"body": null,
"is_bot": false,
"headline": "added missing methods from interface",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-09T11:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fecb2162da49b5b076364aa39826490cdc50a032",
"body": null,
"is_bot": false,
"headline": "tests are done",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-09T11:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f349bb12f329ddcd58dc93e4576c546229bfc0",
"body": null,
"is_bot": false,
"headline": "Added enrichment tests",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-09T07:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c02cb96a77cad288279b44bb494a711745f8da0",
"body": null,
"is_bot": false,
"headline": "added enrichment collection response",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-09T04:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3d2ecd2408d9d6ed7328a02e6d55c1d016b586e",
"body": null,
"is_bot": false,
"headline": "visibility",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-09T04:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d1962e1b72da99c6f1676f0d350d1141c672d0",
"body": null,
"is_bot": false,
"headline": "Completed the documentation",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-09T04:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "990ae952370eafee1739f52b9813c74821a5f94a",
"body": null,
"is_bot": false,
"headline": "client test added with a new http request interface",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-09T04:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdc11786ca16c52f0edcbfef0f8e22d453542598",
"body": null,
"is_bot": false,
"headline": "stashing everything done for today",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T21:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7466ef4af25f4b3cc01792c338d3be19d393c8df",
"body": null,
"is_bot": false,
"headline": "added client",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T17:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b6dd708d047702e08a86bfadee1cf86ceefbdf7",
"body": null,
"is_bot": false,
"headline": "Added badge of CI/CD here",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T17:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ef4f9ee13a794a035ba9d3771e934a821934387",
"body": null,
"is_bot": false,
"headline": "minor missed change from prv commit",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T17:17:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2735176c4ce6f9dbbd139008ead0ed3b2aac5dd9",
"body": null,
"is_bot": false,
"headline": "added a skeleton for tests",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T17:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e5f1ac775b8a9586ac8bd0a56a759e4245ec951",
"body": null,
"is_bot": false,
"headline": "added a skeleton for tests",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T17:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b97c2d6222dbc2faae9f4375c47013c26cb77770",
"body": null,
"is_bot": false,
"headline": "added local host for docker for integration tests",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T16:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b57611c0d8386f8bcdc3f0155a3756785ec78fd0",
"body": null,
"is_bot": false,
"headline": "added missing config",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T10:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4decf2b0b764401230d4abc2b41ddbd8efd5505d",
"body": null,
"is_bot": false,
"headline": "removed unecessery interface",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T10:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3d1650b2c5340b55f43620c46f1f7daca998bc7",
"body": null,
"is_bot": false,
"headline": "aesthetic",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T10:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cae92a659401390bd561727e29a3b59304808bab",
"body": null,
"is_bot": false,
"headline": "removed old api file",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T10:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f8041929079a42df7e688aa9ade2765f67cfee",
"body": null,
"is_bot": false,
"headline": "almost finished",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T10:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f089387aed4cf0b02e3837a1819e1cdf19ba83e",
"body": null,
"is_bot": false,
"headline": "addded all methods",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T10:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd579fcf1521c9c1ea10e99e074e9766dd0cbcb",
"body": null,
"is_bot": false,
"headline": "Initial skeleton for client and quick test for ensuring visibility",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T07:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e86b2c0d6d430403da7194232d94439ce0313b2",
"body": null,
"is_bot": false,
"headline": "Created initial go mod but set to version 1.8 for larger compatibility",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T06:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1dcae9651800bc35c4df7201028f7e5a12b4d89",
"body": null,
"is_bot": false,
"headline": "Initial Readme doc",
"author_name": "Hadi T",
"author_login": null,
"committed_at": "2025-08-08T06:39:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 59,
"latest_release_at": "2026-07-20T20:57:21Z",
"latest_release_tag": "v1.2.3",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 6,
"days_since_latest_release": 1,
"mean_days_between_releases": 37
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/syniol/xyo-sdk-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/syniol/xyo-sdk-go",
"is_deprecated": false,
"latest_version": "v1.2.3",
"repository_url": "https://github.com/syniol/xyo-sdk-go",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T20:56:12Z",
"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
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"example/go.mod",
"go.mod"
],
"largest_source_bytes": 8577,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"example/go.mod",
"go.mod"
],
"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": [
"go"
],
"dependencies": [],
"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": "syniol",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/68777073?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"makefile.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "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/25 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": 5,
"reason": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "ba65c3dd80a92bef2d9db2a9438b0c681145cf5f",
"ran_at": "2026-07-22T18:59:32Z",
"aggregate_score": 3.9,
"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-20T20:57:31Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T21:27:41Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/syniol/xyo-sdk-go",
"host": "github.com",
"name": "xyo-sdk-go",
"owner": "syniol"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 39,
"vitality": 73,
"community": 33,
"governance": 51,
"engineering": 77
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 59,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 6
},
"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": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "59 commits in the last year",
"points": 16,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 59
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v1.2.3",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 37
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"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 ~37 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 37
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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 (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"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": 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": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"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/25 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": 39,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "syniol",
"public_repos": 19,
"account_age_days": 2188
},
"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": "0 followers of syniol",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "syniol"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~5 yr old",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/syniol/xyo-sdk-go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"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": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": 77,
"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": "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": 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": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"ai",
"enrichment",
"financial",
"payment-transactions"
],
"has_wiki": false,
"homepage": "https://xyo.financial",
"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": "https://xyo.financial",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": "at_risk",
"name": "Security",
"value": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.9
},
"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/25 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": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.136,
"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": "8 of 59 human commits state their intent (structured subject or explanatory body)",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 8,
"sampled": 59
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"example/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 59",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 59
}
}
],
"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": "Go",
"largest_source_bytes": 8577,
"source_files_sampled": 6,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T18:59:44.493829Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/syniol/xyo-sdk-go.svg",
"full_name": "syniol/xyo-sdk-go",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}