JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2593,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 1023184,
"Shell": 39286,
"Dockerfile": 719,
"Go Template": 13116
},
"pushed_at": "2026-07-18T16:51:30Z",
"created_at": "2026-07-17T22:45:00Z",
"owner_type": "Organization",
"updated_at": "2026-07-18T16:51:34Z",
"description": "Travel Token Messenger Bot",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "dev",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "TravelTokenMarketplace",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/283954434?v=4",
"created_at": "2026-05-12T10:14:31Z",
"is_verified": null,
"public_repos": 13,
"account_age_days": 73
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v13.1.0-rc.2",
"kind": "prerelease",
"published_at": "2026-07-13T19:36:23Z"
},
{
"tag": "v13.1.0-rc.1",
"kind": "prerelease",
"published_at": "2026-06-17T14:14:28Z"
},
{
"tag": "v13.0.0",
"kind": "major",
"published_at": "2026-06-01T11:59:56Z"
}
],
"recent_commits": [
{
"oid": "c49ae0ed0a37cb14e9add43546363a77d8b30729",
"body": null,
"is_bot": false,
"headline": "Rebranding Phase 7: unfreeze wire / storage / protocol keys (#7)",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-07-18T16:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd7bab2c57ca91aa93f3ae0a072dbc687ecf68f3",
"body": "* docs(plan): add Phase 7 (unfreeze wire/storage keys); expand Phase 6 scope (config key, CLAUDE.md, cmb paths, prose sweep)\n\nRecords this session's decisions: hard Camino->Base cutover means no mixed-version\nbots, so wire/storage back-compat is dropped. Reverses the spec's deliberately-\nunchanged w\n[…]\nUDE.md cited a nonexistent 'partner_plugin_port' config\nfield; the actual setting is 'partner_plugin.host' (host:port, default\nlocalhost:50051). Pre-existing doc bug on a line the prose sweep touched.",
"is_bot": false,
"headline": "Rebranding Phase 6: docs / config / prose (#6)",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-07-18T14:41:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea8dff1bf854af86e9fb1a683b3d0bfd1edfc9da",
"body": "…mes, buf module) (#5)\n\n* ci: GHCR-only publishing and rebrand build/image names to travel-token-messenger-bot\n\n* fix: match Dockerfile.plugin port env to the renamed Go reader\n\npp-mock/server/server.go reads TTMB_PARTNER_PLUGIN_MOCK_PORT (renamed from\nCMB_ in Phase 4), but Dockerfile.plugin still s\n[…]\n\nwith shell-safe quoting instead of interpolating the context value directly\ninto the run script (GitHub Actions security-hardening best practice).\nSame upload behavior. (CodeRabbit finding on PR #5.)",
"is_bot": false,
"headline": "Rebranding Phase 5: infra / CI / Docker (GHCR-only, image/binary rena…",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-07-18T13:04:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3916b0fab8d5ca89d1875cacd302414a531aa617",
"body": "… CMB → TTMB, cmd rename) (#4)\n\n* refactor: rebrand bot identifiers (CMAccount->TTMAccount, CMB->TTMB, cmd rename)\n\n* fix: freeze Matrix SignedMessage wire key across rebrand\n\npkg/matrix/events.go SignedMessageEventContent is untagged, so renaming\nthe Go field SenderCMAccountAddress -> SenderTTMAcco\n[…]\nAPI). Invoked with --version=v1.47.2 --do-not-validate\nso it makes zero api.github.com calls. Fixed two shellcheck findings\n(SC2155, SC2317) the protocol copy carried (protocol has no shellcheck job).",
"is_bot": false,
"headline": "Rebranding Phase 4: bot-internal identifiers (CMAccount → TTMAccount,…",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-07-18T09:55:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "923dd48f1591743a77729034fc7a669ef68b82fb",
"body": "…acts (cmaccount → ttmaccount) (#3)\n\nDrop the require+replace pair for chain4travel/camino-messenger-contracts\nand require github.com/TravelTokenMarketplace/travel-token-messenger-contracts/go/contracts\ndirectly. Rewrite import paths, package selectors, and abigen identifiers\n(cmaccount(manager) -> \n[…]\ns module path and\nlabel, and regenerate pkg/cm_accounts/mock_cm_accounts.go.\n\nThe bot's own CMAccount/cm_accounts/cmAccount identifiers are untouched;\nthey are a separate token owned by a later phase.",
"is_bot": false,
"headline": "Rebranding Phase 3: repoint contracts to travel-token-messenger-contr…",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-07-18T08:44:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dbea7f00925a92645ca482489cb884ade3cae0e6",
"body": "… ttm) (#2)\n\n* refactor: repoint protocol to ttm/messenger-protocol (cmp -> ttm)\n\nSwitch buf SDK from buf.build/gen/go/chain4travel/camino-messenger-protocol\nto buf.build/gen/go/ttm/messenger-protocol (release-13 content, pseudo-version\npinned to the current main commit). Rewrite all cmp/services an\n[…]\nvia\nreflection over the SDK's FQPN/message types, not by copying source\ndoc-comments, so the release's diagram-link comment injection stays\nconfined to the external SDK module and never surfaces here.",
"is_bot": false,
"headline": "Rebranding Phase 2: repoint protocol to ttm/messenger-protocol (cmp →…",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-07-18T00:06:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "86cdd7d90cde7bc2b4ed749ab58a157346f3f4e2",
"body": "…ot (#1)\n\n* docs: add TTM rebrand design spec\n\n* docs: add TTM rebrand implementation plan\n\n* refactor: rename Go module to travel-token-messenger-bot\n\n* fix: rename module path in codegen inputs missed by Phase 1 rename\n\nPhase 1 renamed the Go module path but globbed only *.go and scripts/,\nmissing\n[…]\n/pb/events/events.pb.go, whose raw descriptor bytes embed\nthe go_package path, to match the corrected .proto sources.\n\nproto/buf.yaml's buf module name is intentionally left untouched\n(Phase 5 scope).",
"is_bot": false,
"headline": "Rebranding Phase 1: rename Go module path to travel-token-messenger-b…",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-07-17T23:16:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f8b3dbc42384648f1c1a54cbc22f7e6200dfffd",
"body": null,
"is_bot": false,
"headline": "Fix contracts repo SHA (#6)",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-07-13T19:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f847f3a5e6f887dc64b53a9af57e0f99033664",
"body": null,
"is_bot": false,
"headline": "Update license and copyright notice (#5)",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-07-11T11:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f4cd785f75a2f2d74773fd9739ee61fa8b0995a",
"body": "…g (#4)\n\n* feat(ai): add claude agent file\n\n* feat(pp-mock): add meaningful startup logging and port hints\n\npp-mock previously printed only a terse \"Starting server on port\" line,\nand only to stdout from late in startup. Now it logs a clear startup\nsummary (port + source, events enabled, e2e test mo\n[…]\nonfig validation\n\n* docs(config): document token-visibility keys in example configs\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>\nCo-authored-by: VjeraTurk <vjera.turk@gmail.com>",
"is_bot": false,
"headline": "feat(pp-mock): opt-in realistic mint pricing for online manual testin…",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-07-11T10:20:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ae474e2a629981535edc2d37f44e1bf56b649a02",
"body": "…val (#3)\n\n* initial update to main readme file for adaption to Base and fee removal\n\n* small corrections\n\n* minor textual addition\n\n* docs: update README and config examples for Base Sepolia and fee removal\n\n* fix: release tags and URL for procotol\n\n* fix: formatting\n\n* small refinements\n\n* docs/config: resolve PR feedback for Base Sepolia migration\n\n* print extra info about downloads\n\n---------\n\nCo-authored-by: SamJaarsma <sam@samjaarsma.com>",
"is_bot": false,
"headline": "docs: update README and config examples for Base Sepolia and fee remo…",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-06-22T10:32:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a13a1abf1e501d72a1b31dd5565c2beef4df1863",
"body": "* ci: update docker hub workflow and add ghcr.io workflow\n\n* fix: prevent docker build failure in submodule environment\n\n* ci: add explicit read-only permissions to docker hub job\n\n* ci: sanitize branch/ref name for docker image tags\n\n* ci: set persist-credentials to false in checkout steps\n\n* fix: replace directory-based git check with git rev-parse in Dockerfile\n\n* ci: prevent shell command injection by using environment variables",
"is_bot": false,
"headline": "ci: update docker workflows and support GHCR (#2)",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-06-17T14:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f98591f124d1e98f130c3c4be9805da79710345e",
"body": "* Implement fee and cheque removal throughout bot submodule\n\n* fix: replace local path with remote ref for camino-messenger-contracts\n\nReplace the relative local path (../camino-messenger-contracts) in the\ngo.mod replace directive with a remote Go pseudo-version pointing to\nthe TravelTokenMarketplac\n[…]\nfied address to prevent transport-level metadata tampering.\n\n* chore: remove obsolete cheques signing from bot_key flag description\n\n* chore: dynamically resolve release org/repo and unpin ASB_VERSION",
"is_bot": false,
"headline": "Fee removal implementation (#1)",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-06-17T12:31:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0312f4c7c4875f16ffe661bd6d2bf773a16eff56",
"body": "* Extending tests README.MD to cover macOS and goLand\n\n* Coderabbitai comments\n\n* Coderabbitai comments",
"is_bot": false,
"headline": "Extending tests README.MD to cover macOS and goLand (#219)",
"author_name": "Vjera Turk",
"author_login": "VjeraTurk",
"committed_at": "2026-06-01T11:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63e6937e2c7e29e308b947e28e03593bbe9b802a",
"body": "* build: bump camino-messenger-protocol dependencies to latest (release-13)\n\n* feat: implement mock handlers and messaging support for CMP release-13\n\n* chore: bump bot version to v13 and implement internal cancellation v3\n\n* fix: remove unused typesv5 import in cancellation v3\n\n* build: update Go v\n[…]\n5): port remaining v4 activity services to v5 and adapt handlers/e2e tests\n\n* refactor(activity/v2): drop obsolete v2 activity generated files\n\n* fix: format\n\n* chore: go mod tidy\n\n* fix: format issue",
"is_bot": false,
"headline": "Update to CMP release-13 and bump bot version to 13 (#218)",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2026-06-01T10:50:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ffa69e7b13132f26d2ec4620d87c625814ce08c",
"body": null,
"is_bot": false,
"headline": "corrected bot name (#217)",
"author_name": "Vjera Turk",
"author_login": "VjeraTurk",
"committed_at": "2026-05-06T07:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc54d0eed9faf91f43e1671af44ecd60cf6fc8b7",
"body": "…figuration; gvm recommendation (#216)\n\n* Expand instructions for macOS user; submodule configuration; gvm reccomendation\n* introduce .env file for Homebrew\n* why install grep GNU; how to make env variables permanent;\n* Explicitly state supporting OSs",
"is_bot": false,
"headline": "Expand instructions for macOS users; submodule configuration; olm con…",
"author_name": "Vjera Turk",
"author_login": "VjeraTurk",
"committed_at": "2026-04-15T11:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57bc52af4cc81f0be879bd29a687cc1e1cf65450",
"body": "…ices mockdata (#215)",
"is_bot": false,
"headline": "Update cmp to v13, remove deprecated services, add accommodation serv…",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2026-01-06T14:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edc01781ec3dd75caa9cb0e7b14910e9e5600710",
"body": null,
"is_bot": false,
"headline": "Basic support for multiple bots per CM account (#211)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2026-01-06T14:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b442a7baf3bfe91fbc55e340a1e148d13ba37de9",
"body": null,
"is_bot": false,
"headline": "Cleanup error logging and fix some db errors (#213)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2026-01-05T11:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9150fe9ffd74b6afcf75d428c402e313d84e66e0",
"body": null,
"is_bot": false,
"headline": "Update license headers year from 2025 to 2026 (#214)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2026-01-05T11:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0add0bb71ccff8b30be21af3f21fa6c7d48dca6b",
"body": null,
"is_bot": false,
"headline": "Add back some of v3 activity attributes to v4 (#212)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-12-15T11:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41121915d5ba4bfd58126c3c5fb32e95684750d6",
"body": null,
"is_bot": false,
"headline": "E2E test: send many messages (#210)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-12-10T13:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb4d7105b10d3c53250968d1e8dba5fde8ea677f",
"body": null,
"is_bot": false,
"headline": "Don't push image to latest if pre-release (#209)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-12-04T18:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bdd33d22283c9b50fef2058d8ae4618aa7da24b",
"body": null,
"is_bot": false,
"headline": "Update golangci-lint from v1 to latest v2 (#208)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-12-04T18:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3399ba9c4b78d9615f26a5fc781935f0fbd646",
"body": null,
"is_bot": false,
"headline": "Support old database with native token cheques (#205)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-12-02T20:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "064ec795dd37a29ee7de9ae5bc1ba27fcf522ab8",
"body": null,
"is_bot": false,
"headline": "Fix periodic cash-in test random failure (#207)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-12-02T20:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b805162b4dd887acd64521f6e5089a99fa343a53",
"body": null,
"is_bot": false,
"headline": "PeriodicCashIn test network fee fix (#206)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-12-02T19:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa89f1f45fc1084b0dd083883ed8c72210e8a2e2",
"body": null,
"is_bot": false,
"headline": "Override cheque marshaling (#204)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-26T22:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0327baf60947d03597d6864ac668de59e1ab18",
"body": null,
"is_bot": false,
"headline": "Fix cheque handler db migration (#203)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-25T17:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbe2e574fe298166db6ff560c35a694629ac6f6e",
"body": null,
"is_bot": false,
"headline": "Update cmp dependency to v12 release (#202)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-25T15:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17c9ebc9e091fcf7eeb528c6c34591be8ea35453",
"body": null,
"is_bot": false,
"headline": "Improve response error handling (#200)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-19T13:06:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fb845d9c68865c36aeb477460a92f530998061d",
"body": null,
"is_bot": false,
"headline": "Improve cancellation v2 e2e test, fix missing response status (#199)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-17T12:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8edb3749c7220d41332bbdd5af500e9716bbd913",
"body": null,
"is_bot": false,
"headline": "Update version from v11 to v12 (#198)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-12T17:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e9867f20a6d804ea364fae99057f36a228afe8e",
"body": null,
"is_bot": false,
"headline": "Protovalidate messages on bot side, set message version (#197)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-12T15:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "507cf3c447c57e067366f9bf89bba38d88d78661",
"body": null,
"is_bot": false,
"headline": "Verify mint resp price, improve mint tests (#195)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-12T11:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd692fcd5a8d90574eac9e512423369b1dc18dc",
"body": null,
"is_bot": false,
"headline": "Support cancellation V2 service (#194)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-11T12:34:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6158e3ed3372163c8aba3b90ca4e82dd4a1bcb5",
"body": null,
"is_bot": false,
"headline": "Book V4 service e2e test (#193)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-09T00:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f9961d9240c604d425123faccf963a92c3d63ff",
"body": null,
"is_bot": false,
"headline": "Update cmp; Switch to v3 notifications (#192)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-08T10:01:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347beb02f5047025664b1d2166d50a02dbbdfb70",
"body": null,
"is_bot": false,
"headline": "Support ping V2 in pp-mock and e2e tests (#191)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-07T14:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a5a03577df02acaf8514ed3a87f2d40914f8fdd",
"body": null,
"is_bot": false,
"headline": "Improve seatMap pp-mock and e2e test to use actual mockdata (#190)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-06T18:05:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cde21193daa8984b656556425363232dbc34972a",
"body": "…ecks (#189)",
"is_bot": false,
"headline": "Update cmp; Update activity v4 tests, pp-mock, add mockdata sanity-ch…",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-05T19:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "151a9a5d2bdcc633b32f88182b551809397c4ff7",
"body": null,
"is_bot": false,
"headline": "Support transport v4 in pp-mock and e2e tests (#187)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-05T15:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "135a87a2dc42f3035122dc8c61b615e3b5eae2b3",
"body": null,
"is_bot": false,
"headline": "Cleanup; Fix accommodation e2e test \"modified-after\" (#188)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-05T11:18:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6cf949d336f8c5364952dded522f6fe00c17044",
"body": null,
"is_bot": false,
"headline": "Improve and enable periodic cash-in e2e test (#186)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-05T10:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ec8962f8c2ee0926734bf5cfc9d754cbaa189b9",
"body": null,
"is_bot": false,
"headline": "ERC-20 cheques (#176)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-04T14:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96e41e91dc43d165ec2ea863dfff945de7e87669",
"body": null,
"is_bot": false,
"headline": "Remove concurrent bots setup in e2e tests (#185)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-11-04T12:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf418bd80adc351b395939ce80efa8e48d6681ff",
"body": null,
"is_bot": false,
"headline": "Support activity v4 services (#184)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-10-31T19:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d510057ab813dc716a9515bebd9f5354969c1732",
"body": null,
"is_bot": false,
"headline": "Remove duplicated logging, remove unused mockdata jsons (#183)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-10-30T09:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9466949d302908b1604e8364d4c33be5288154b1",
"body": null,
"is_bot": false,
"headline": "SeatMap activity example and test (#182)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-10-29T14:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5bacce6a78266f4e0bf4a54e8c9079727df0c2c",
"body": null,
"is_bot": false,
"headline": "Support book v4 and accommodation v4 services (#181)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-10-27T15:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1600cd9bcd995f179c7ebd24b6ae81e8c5fa0991",
"body": null,
"is_bot": false,
"headline": "Add common helpers for v4 services and tests (#180)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-10-23T08:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b295e59321dc85b9cc6c5800532877e3547218",
"body": null,
"is_bot": false,
"headline": "Support error response header v4 (#179)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-10-22T15:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c157eafc38f1b7124f0886212870b12f6f1c9e64",
"body": null,
"is_bot": false,
"headline": "Update CMP and other dependencies (#178)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-10-22T09:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee33209ee32c67eb11e22a0843b4b3e576117d08",
"body": null,
"is_bot": false,
"headline": "Enable errors on commandline for wrong parameters (#177)",
"author_name": "Noc",
"author_login": "Noctunus",
"committed_at": "2025-09-16T09:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "497143f3464ce4042267ec5b49c0a0cff169eacb",
"body": "Co-authored-by: Noctunus <alexander.koch@chain4travel.com>",
"is_bot": false,
"headline": "Removed old license (#175)",
"author_name": "Noc",
"author_login": "Noctunus",
"committed_at": "2025-08-20T15:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71ae0f48fa96dc892a75026832d73b94a8677f16",
"body": "* Added license files and referenced them in the readme.\n* Fixed some typos and updated formatting\n\n---------\n\nCo-authored-by: Noctunus <alexander.koch@chain4travel.com>",
"is_bot": false,
"headline": "Added license files and referenced them in the readme. (#173)",
"author_name": "Noc",
"author_login": "Noctunus",
"committed_at": "2025-08-20T15:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b029462ff1ed7d70dcfabba96a2aacdc257b98d",
"body": null,
"is_bot": false,
"headline": "Unmarshal mockdata jsons with oneof with protojson (#172)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-08-08T13:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365d4c1f218830bd3a2a566d9ab6d89d0ba492c2",
"body": null,
"is_bot": false,
"headline": "SeatMapV4 pp-mock and e2e tests (#171)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-08-07T16:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a6f4ea089c2217e525d7bb641a8e67113666c18",
"body": null,
"is_bot": false,
"headline": "Make e2e tests bots setup in parallel (#170)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-08-05T16:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2f43bb4160b81edf9292e67c80c8804e8698ff8",
"body": null,
"is_bot": false,
"headline": "Update cmp dependency and add basic protovalidate features (#169)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-08-05T13:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fed0ada4f817c6578f302dda576586c888868c52",
"body": null,
"is_bot": false,
"headline": "Drop support for otel tracing, refactor metadata timestamps usage (#167)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-08-05T12:56:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f5fff8923edd32ef76b1fd1c4c77601ecace52d",
"body": null,
"is_bot": false,
"headline": "Activity E2E Tests and pp-mock (#109)",
"author_name": "Noel Koljanin",
"author_login": "nkoljanin",
"committed_at": "2025-07-16T15:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e873143ec00e3863d9a06eccb7bb1bc47a2ea9e3",
"body": null,
"is_bot": false,
"headline": "Fix pp mock search handlers (#166)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-07-16T14:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042cc9098210a6f5931e41fcf8e2dcd565fdf31a",
"body": null,
"is_bot": false,
"headline": "Move pp mock logging and events to interceptors (#165)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-07-16T13:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fd9e10106d314336488870b17d73f80dae8d93e",
"body": null,
"is_bot": false,
"headline": "Cash-In CMB & ASB e2e test (#134)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-07-15T10:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0121a3dbe58666bfc9548c19c05c498cd50101bd",
"body": null,
"is_bot": false,
"headline": "Verify chunk index in matrix event content (#164)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-07-07T15:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c582409aa39d1de6bd7ac09cabb37d0ce481844",
"body": null,
"is_bot": false,
"headline": "Verify cheque ToBot and ToCMAccount fields with ChequeHandler (#163)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-07-07T15:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a45b63581326ed5b8abcae343fded90fae36ef1",
"body": null,
"is_bot": false,
"headline": "Message encoding, e2e encryption, better matrix/core separation (#158)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-07-07T10:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b7b4c6af4f61d5e4ebc79639d3330358979ae1",
"body": null,
"is_bot": false,
"headline": "Cleanup some namings, imports and members visibility (#162)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-07-03T16:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a58628ee3da51ff90907880a856b6f6bf44294ab",
"body": null,
"is_bot": false,
"headline": "Improve message processor unit tests (#161)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-07-03T15:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e6daf6a72efd93e58b6d40c70a930e16fb7c4e9",
"body": null,
"is_bot": false,
"headline": "Cleanup metadata usage and transport (#160)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-07-03T14:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30e6676b05c82b978f8d19e30cf2231b73a592bc",
"body": null,
"is_bot": false,
"headline": "Split matrix event into message with metadata and chunk (#159)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-07-03T10:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc71c937ce8193361d3c15bdcd52ba84064752fc",
"body": null,
"is_bot": false,
"headline": "Remove matrix room encryption (#157)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-24T16:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f5e7eed4a39f401e19391379da9d7373a1156e9",
"body": null,
"is_bot": false,
"headline": "Refactor matrix messenger (#153)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-24T11:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d77b17869caf9ba5048fa30ff6778071d0890f5f",
"body": null,
"is_bot": false,
"headline": "Update Dockerfile.plugin to use pp-mock (#156)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-12T15:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "158b9109dca2fe01cad6f760c4f59efe43ca1582",
"body": null,
"is_bot": false,
"headline": "Add build deps to Dockerfile (#154)",
"author_name": "Ekrem Seren",
"author_login": "havan",
"committed_at": "2025-06-12T14:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b7c486bf5f41ccfaac394b39219416ba752308",
"body": null,
"is_bot": false,
"headline": "Fix bot version (#155)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-12T14:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37198a1ca68e9b5f76ef3d479efc4c6484cc8bb7",
"body": null,
"is_bot": false,
"headline": "Panic handing (#141)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-11T11:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1efc32e93e63228c37b54fd02dfd77ea7dc7ead1",
"body": null,
"is_bot": false,
"headline": "Allow e2e tests restart bots (#146)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-11T11:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce02325309de273e716119109e5f489cd472cbb9",
"body": null,
"is_bot": false,
"headline": "Fix matrix syncer shutdown deadlock (#150)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-10T22:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd936f6989013246f9950e42eca8d1d77f0345fe",
"body": null,
"is_bot": false,
"headline": "General cleanup (#142)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-10T21:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bdd64ca63da949a0de70a63a030edff42ed406e",
"body": null,
"is_bot": false,
"headline": "Don't print stack on warn in dev log (#151)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-10T21:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b473d355974a0d7d1a7cb9c76141fc48321edc9",
"body": null,
"is_bot": false,
"headline": "Improve app components start, stop and logging. (#147)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-10T15:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ba4c23d7a9fd3f79f2c572b1937558f66bfdd7f",
"body": null,
"is_bot": false,
"headline": "Replace hardcoded network fee with one from ASB repo (#148)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-10T14:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd2512ca20ee5337906127c9b50fa2b18371c5e",
"body": null,
"is_bot": false,
"headline": "Fix gRPC server error response interceptor (#149)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-10T14:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e16479beed52e922faa267b1061099874dfe9dc2",
"body": null,
"is_bot": false,
"headline": "Improve e2e tests stop-cleanup (#145)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-10T10:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31101d310926b09fcd924c70f1214273c2d16930",
"body": null,
"is_bot": false,
"headline": "Make setup failure fail whole test (#143)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-10T10:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd68f7a5ac1b180b40731e2992cf5b2b14fced94",
"body": null,
"is_bot": false,
"headline": "Add mockgen to clean-branch check ci (#144)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-10T10:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2189e6848dabfbb26ea0121411c4c600324c632",
"body": "* Caution for multiple bot private keys\n\n* Restart after adding/removing a service\n\n* fix formatting\n\n* formatting\n\n* Caution\n\n* correct script name",
"is_bot": false,
"headline": "Extends the README.md to cover cases of unintended use (#124)",
"author_name": "Vjera Turk",
"author_login": "VjeraTurk",
"committed_at": "2025-06-04T13:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d902d882f7c2ca1dfcae03dd55f5dae02a6bb4c8",
"body": null,
"is_bot": false,
"headline": "Add MaxAllowedServiceFee (#137)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-03T11:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f6731c779efe9f7437fd115423714a6fdd2481c",
"body": null,
"is_bot": false,
"headline": "Cleanup pp mock package names (#139)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-03T11:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67b23cece2c551543ab18eba3327f267279c9fa2",
"body": null,
"is_bot": false,
"headline": "CheckCancellationV1 pp mock and e2e test (#138)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-06-03T10:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca604370b2cb12b8267a75b21df98665a02b8b3c",
"body": null,
"is_bot": false,
"headline": "Booking token cancellation V1 (#86)",
"author_name": "Vjera Turk",
"author_login": "VjeraTurk",
"committed_at": "2025-06-03T10:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "601874e235cee31fa5bb877ce1d1671eb62a67e0",
"body": null,
"is_bot": false,
"headline": "Common response header and price handlers (#136)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-05-29T11:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7a936f234996155dc51a7e844c1dd7a7c2fb36b",
"body": "…en (#135)",
"is_bot": false,
"headline": "Improve naming, fix broken logging, remove unused code, pp-mock codeg…",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-05-28T14:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "513d09ddbdfedbbfb7a24220bc7cfa2d9676b125",
"body": null,
"is_bot": false,
"headline": "Add camino-matrix-app-service to e2e (#131)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-05-13T09:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d85fe2dc7298cf2ba7bb0ca7ac59fb4a21df0e",
"body": null,
"is_bot": false,
"headline": "Small cleanup (#133)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-05-13T09:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da78909fa7bac7953cd6890aecd764ba6719873",
"body": null,
"is_bot": false,
"headline": "Embed migration files into binary (#132)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-05-12T14:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eba998b36a4e8a72bbcfcbb8e0a473423a70163e",
"body": null,
"is_bot": false,
"headline": "Fix major version in module name (#130)",
"author_name": "evlekht",
"author_login": "evlekht",
"committed_at": "2025-05-08T14:29:28Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 62,
"latest_release_at": "2026-07-13T19:36:23Z",
"latest_release_tag": "v13.1.0-rc.2",
"releases_from_tags": true,
"days_since_last_push": 6,
"active_weeks_last_year": 20,
"days_since_latest_release": 11,
"mean_days_between_releases": 21.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/TravelTokenMarketplace/travel-token-messenger-bot/v13",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/TravelTokenMarketplace/travel-token-messenger-bot/v13",
"is_deprecated": false,
"latest_version": "v13.0.0",
"repository_url": "https://github.com/TravelTokenMarketplace/travel-token-messenger-bot",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-01T11:59:56Z",
"latest_version_yanked": null,
"days_since_latest_publish": 53
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"pp-mock/proto/events/events.proto",
"proto/readiness/readiness.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 27105,
"source_files_sampled": 210,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 8513
},
"dependencies": {
"manifests": [
"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": [
{
"name": "buf.build/gen/go/ttm/messenger-protocol/grpc/go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.2-00000000000000-2114a9de49cb.1"
},
{
"name": "buf.build/gen/go/ttm/messenger-protocol/protocolbuffers/go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11-00000000000000-2114a9de49cb.1"
},
{
"name": "buf.build/go/protovalidate",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/chain4travel/camino-matrix-app-service",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0-rc1"
},
{
"name": "github.com/chain4travel/caminogoeth-compat",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0-rc1"
},
{
"name": "github.com/ethereum/go-ethereum",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.16.4"
},
{
"name": "github.com/go-viper/mapstructure/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0"
},
{
"name": "github.com/golang-migrate/migrate/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.19.0"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/grpc-ecosystem/go-grpc-middleware/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.3.2"
},
{
"name": "github.com/hashicorp/golang-lru/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.7"
},
{
"name": "github.com/jmoiron/sqlx",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/jonboulle/clockwork",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "github.com/klauspost/compress",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.18.0"
},
{
"name": "github.com/mattn/go-sqlite3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.32"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.1"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.10"
},
{
"name": "github.com/spf13/viper",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.21.0"
},
{
"name": "github.com/sryoya/protorand",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20250114120907-8c1a8e3138f2"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "go.uber.org/mock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
},
{
"name": "go.uber.org/zap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.27.0"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.81.0"
},
{
"name": "github.com/TravelTokenMarketplace/travel-token-messenger-contracts/go/contracts",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260716095946-7255c5ece7da"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "maunium.net/go/mautrix",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.1"
}
],
"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": 7,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "evlekht",
"commits": 121,
"avatar_url": "https://avatars.githubusercontent.com/u/4592149?v=4"
},
{
"type": "User",
"login": "VjeraTurk",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/10518165?v=4"
},
{
"type": "User",
"login": "havan",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/18965?v=4"
},
{
"type": "User",
"login": "mo-c4t",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/117270519?v=4"
},
{
"type": "User",
"login": "Noctunus",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/6710543?v=4"
},
{
"type": "User",
"login": "knikos",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/14131271?v=4"
},
{
"type": "User",
"login": "nkoljanin",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/82367504?v=4"
},
{
"type": "User",
"login": "sk263",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/32486090?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.573
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"ghcr.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "32 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c49ae0ed0a37cb14e9add43546363a77d8b30729",
"ran_at": "2026-07-25T02:01:35Z",
"aggregate_score": 4.4,
"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-18T16:51:32Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-18T16:51:30Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/TravelTokenMarketplace/travel-token-messenger-bot",
"host": "github.com",
"name": "travel-token-messenger-bot",
"owner": "TravelTokenMarketplace"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 44,
"vitality": 75,
"community": 21,
"governance": 58,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 62,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 20
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "20/52 weeks with commits",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 20
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "62 commits in the last year",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 62
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v13.1.0-rc.2",
"releases_from_tags": true,
"days_since_latest_release": 11,
"mean_days_between_releases": 21.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~21.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 21.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 21,
"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": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.573
},
"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 57% of commits",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 7,
"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": "7/7 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "TravelTokenMarketplace",
"public_repos": 13,
"account_age_days": 73
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of TravelTokenMarketplace",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "TravelTokenMarketplace"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "13 public repos, account ~0 yr old",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 13
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/TravelTokenMarketplace/travel-token-messenger-bot/v13"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 53
},
"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 53 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 53
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "32 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 3
},
"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": "good",
"name": "AI Readiness",
"value": 81,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.97,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 8513
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "97 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 97,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"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 3",
"points": 3,
"status": "partial",
"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": 27105,
"source_files_sampled": 210,
"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/210 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 210,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"pp-mock/proto/events/events.proto",
"proto/readiness/readiness.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "pp-mock/proto/events/events.proto, proto/readiness/readiness.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "pp-mock/proto/events/events.proto, proto/readiness/readiness.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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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-25T02:01:48.248480Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/TravelTokenMarketplace/travel-token-messenger-bot.svg",
"full_name": "TravelTokenMarketplace/travel-token-messenger-bot",
"license_state": "custom",
"license_spdx": null
}