Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"asobi",
"cli",
"deployment",
"developer-tools",
"game-backend",
"gamedev",
"go",
"golang"
],
"is_fork": false,
"size_kb": 148,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 141298,
"Lua": 7214,
"Shell": 3681,
"PowerShell": 3537
},
"pushed_at": "2026-07-24T18:48:52Z",
"created_at": "2026-04-04T13:01:17Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T18:49:23Z",
"description": "Asobi CLI — deploy, manage, and scaffold games on the Asobi engine",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "widgrensit",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/65490302?v=4",
"created_at": "2020-05-17T10:41:45Z",
"is_verified": null,
"public_repos": 30,
"account_age_days": 2262
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2026-07-24T18:50:17Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2026-07-24T17:54:27Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-07-16T22:03:17Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-16T21:39:28Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-14T06:12:36Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-13T22:52:02Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-07-02T21:33:05Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-02T20:30:22Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-02T19:58:37Z"
}
],
"recent_commits": [
{
"oid": "21fff4a1495237de89edf5367de76ac4db63410f",
"body": "Deploy previously uploaded whatever .lua files it found with no checks, so a\nbroken bundle (nested config.lua, a syntax error, or a mislaid guest_auth) only\nsurfaced as a silently-dead environment. Validate the bundle the way the engine\nloads it, and fail at the developer's machine with a clear mess\n[…]\n bundle, and guest_auth must be a top-level\n global (the engine ignores it as a table field).\n\nAdds gopher-lua; validate_test.go covers all three (incl. the exact broken\nconfig that motivated this).",
"is_bot": false,
"headline": "feat(deploy): validate the bundle before upload (#49)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-24T18:48:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "34a5637785881aa130df0b28abc43005e96e6b1b",
"body": "On Windows filepath.Rel yields backslash-separated paths, which were used\nverbatim as zip entry names. The engine then writes them as literal\nbackslash-named files, so config.lua/match.lua are never found at their\nexpected paths - guest_auth silently stays off and game modes never load.\n\nNormalise e\n[…]\nan explicit ReplaceAll at the zip-writing choke point\n(ToSlash is a no-op when the OS separator is already '/', so the ReplaceAll\nis what makes it cross-platform and testable). Adds a regression test.",
"is_bot": false,
"headline": "fix(deploy): normalise bundle paths to forward slashes (#48)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-24T17:50:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "981a8b59a33a42d92fa125e5ce5f2980b59ea0b4",
"body": "Cut Actions minutes (org is on the 3000/mo budget):\n- add `concurrency` (cancel-in-progress) so a burst of pushes to a PR costs one run not N\n- skip on docs-only changes (`**.md`, `docs/**`)\n- drop `windows-latest` from the per-PR CI matrix (Windows runners bill at 2x); keep ubuntu. Windows coverage can move to release.yml if we want it before publishing a binary.",
"is_bot": false,
"headline": "ci: cancel superseded runs and skip docs-only changes (#47)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-24T04:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aec256d11a2c5fecc4047f4b8d2372bc3b4b989",
"body": "* feat: encrypt CLI credentials at rest on Windows via DPAPI (#27)\n\nOn Windows the 0600 file mode only sets the read-only attribute; it\ncreates no ACL, so ~/.asobi/credentials.json (access/refresh tokens,\ndevice secret) sat in the clear, readable by SYSTEM or an Administrator.\nOn Unix the mode is an\n[…]\nhe\n was read. Set USERPROFILE alongside HOME.\n- TestNotify / TestNotifySkips had the same HOME-only setup; pin\n USERPROFILE too so they stay hermetic and don't touch the real cache\n dir on Windows.",
"is_bot": false,
"headline": "feat: encrypt CLI credentials at rest on Windows via DPAPI (#27) (#45)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-20T20:56:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2860c55601a8a865d3b6a7072fa667c1a9b4fda5",
"body": "ZipScripts used w.Create, which leaves the entry mtime at the zero value\nand encodes to the invalid DOS date 1980-00-00 (month 0, day 0). Switch\nto CreateHeader with a fixed valid timestamp (the DOS epoch) so bundle\narchives are well-formed for any consumer and byte-reproducible across\nbuilds. Method stays Deflate.",
"is_bot": false,
"headline": "fix: emit valid, reproducible zip timestamps in bundle (#34) (#44)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-20T20:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7bd02103800b10bc59830e2a124a81982577d5b",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb9\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#42)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T19:59:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "998b82051d2fa9ea0f703f377d8ec02cb16b4090",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.5.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/924ae3a1cded613372ab5595356fb5720e22ba16...b7ad1dad31e06c5925ef5d2fc7ad053ef454303e)\n\n---\nupdated\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci(deps): bump actions/setup-go from 6.5.0 to 7.0.0 (#43)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T19:57:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0e6596301b0fe3f462e63c3b5ef750c097de8c16",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.50.0 to 0.54.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.50.0...v0.54.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.54.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "deps(deps): bump golang.org/x/crypto from 0.50.0 to 0.54.0 (#36)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87f65f27d30ac9bca8d966119c8b6cc95ed2aa49",
"body": "Three doc-vs-code drifts found while writing the asobi.dev CLI page:\n\n- deploy --ephemeral / --json: never implemented (cmdDeploy only takes\n <env-name> [dir] [--game]). Removed from the command table; the CI section\n now uses the real create -> deploy -> destroy flow with the env id from\n 'env l\n[…]\n the CLI posts the bundle directly with the stored access token\n (auto-refreshing if expired); it does not mint a per-deploy key via a\n /internal/cli/mint-key endpoint. Corrected 'How deploy works'.",
"is_bot": false,
"headline": "fix: remove documented-but-unimplemented CLI surface (#41)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-19T11:18:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae6665cbfbbbdb957d5fb467aebdcce2e3c540db",
"body": "Extend `asobi init --template` with local genre starters\n(arena, chat, turn-based, world) alongside the existing engine\ndemos. A genre scaffolds a runnable lua/match.lua shaped for that\nstyle of game - real-time movement + combat, a chat room,\nserver-enforced turn order, or a persistent world - so a\n[…]\n Go string consts,\nso the Lua stays real and luac-checkable. The default `asobi init`\nstill scaffolds the basic starter; init now leads its next-steps with\n`asobi dev` to run locally before deploying.",
"is_bot": false,
"headline": "feat: add genre starters to asobi init --template (#40)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-18T08:16:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "04dc1859585822158929b213dbdb860d4557cb20",
"body": "The update notifier ran only at the end of main(), so any command that\nexited via fatal() (e.g. `asobi health` against a down backend) called\nos.Exit before the notice - and os.Exit skips deferred work, so a\nmain-level defer wouldn't help either. New users, whose early commands\noften fail, never got\n[…]\nepoint that emits the notice\nfirst; fatal() and the direct os.Exit sites now go through it. Add a\nwriter seam (notifyUpdateTo) and a hermetic test driving the failing-\ncommand path off a seeded cache.",
"is_bot": false,
"headline": "fix: surface update notice even when a command fails (#39)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-16T22:00:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f022b2e696ea2f1ff43b22e761ee32bb033881b",
"body": "sdk_demo_backend v0.2.0 adds a \"party\" mode so config.lua demonstrates\nthe multi-mode manifest. Bump the pinned Ref and extend the network e2e\nto assert the backend template ships a manifest mapping more than one\nmode (match.lua + party.lua), guarding against a single-mode regression.",
"is_bot": false,
"headline": "chore: bump backend template to v0.2.0 (multi-mode manifest) (#38)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-16T21:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b91619f462fc8abc7417a2a510867c579548ddea",
"body": "* feat: update notifier and `asobi upgrade` self-update\n\nPhase A - notifier: after a command runs, print a one-line stderr notice\nwhen a newer release exists. Best-effort and non-blocking - consults a\n~/.asobi/version_check.json cache (refreshed at most once/24h), stays silent\non any error, on ASOBI\n[…]\nng the\nASOBI_SIGNING_KEY secret (a PEM ed25519 private key). Verified end to end\nwith a local snapshot build: the produced signature verifies against the\nembedded public key and tampering is rejected.",
"is_bot": false,
"headline": "feat: update notifier and `asobi upgrade` self-update (#37)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-14T06:11:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "274f4baae8a30fb7b841e8808fa5897d853678ba",
"body": "Scaffolds a complete runnable backend (fetches sdk_demo_backend by pinned\ntag) - docker-compose.yml, the lua/config.lua mode manifest, and all\nASOBI_* env vars - alongside the existing engine templates. Bare `asobi\ninit` stays managed/Lua-first; the fuller backend is opt-in.\n\nAlso document `asobi dev`, config.lua (multiple modes), and the backend\ntemplate in the starter README.",
"is_bot": false,
"headline": "feat: add `asobi init --template backend` (#35)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-12T22:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7375764f57ce8386182d3295ef10267ac06a2dfc",
"body": "The demos now bundle their arena server lua/, so init --template + asobi dev\nis a complete recipe. Bump Ref v0.1.0 -> v0.2.0 and assert the bundled\nlua/match.lua in the e2e fetch test.",
"is_bot": false,
"headline": "chore: bump templates to v0.2.0 (self-contained demos) (#33)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-07T11:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94732be4778a9f5533ed279a9869a95c807d196b",
"body": "One command boots Postgres + the asobi_lua runtime via Docker Compose,\nmounts your Lua (lua/ or game/), streams logs, and serves the API + WS on\nlocalhost. The no-account, no-key self-host loop: pairs with 'asobi init'.\n\nThin orchestrator in internal/dev - writes a managed compose to\n.asobi/dev-comp\n[…]\norts it, so control-plane commands keep zero Docker dependency. Docker\nmissing/stopped yields an actionable message; Ctrl+C lets Compose stop\ncleanly. Flags: --port (default 8084), --dir.\n\nCloses #30.",
"is_bot": false,
"headline": "feat: asobi dev - run a local backend for your Lua game (#32)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-07T08:47:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1b68652272dc4963e605d73b1a29cf933f1e94d4",
"body": "* feat: asobi init --template <engine> scaffolder\n\nFetch a runnable client+backend demo (defold|godot|unity) into a fresh\ndir, so first success needs no glue. Templates are the existing demo repos\npinned by immutable commit (single source of truth, no parallel templates);\neach demo's README document\n[…]\nnged.\n\nCloses #29.\n\n* feat: pin templates to v0.1.0 release tags\n\nThe demo repos now auto-cut tags via a release workflow, so pin by tag\ninstead of commit SHA (asobi-{defold,godot,unity}-demo v0.1.0).",
"is_bot": false,
"headline": "feat: asobi init --template <engine> scaffolder (#31)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-07T08:06:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "936171385dd1d014f3a0e67e976158ac70b1b2aa",
"body": "* feat: add Windows install path (PowerShell script, winget, scoop)\n\nWindows users had to download a zip from Releases and wire up PATH by\nhand while Linux/macOS got a one-line installer. Bring Windows to parity:\n\n- install.ps1: mirrors install.sh (checksum verify, ASOBI_VERSION /\n ASOBI_INSTALL_DI\n[…]\n where Go maps file modes only to the read-only attribute.\nState honestly that Windows relies on the inherited user-profile ACL and\nthat DPAPI encryption-at-rest is tracked as a hardening enhancement.",
"is_bot": false,
"headline": "Windows install path: PowerShell installer, winget, scoop (#28)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-06T20:19:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aeafd59efb0a2c6c5210f580dd14eb8678bbf8cf",
"body": "asobi deploy is a pull model: the CLI uploads the bundle to saas over its\nBearer access token (auth.DeployBundle), saas stores it, and the engine\npulls its own bundle with x-engine-key. The CLI never holds an engine\ncredential. These paths were orphaned (no callers):\n\n- main.go: resolveDeployCredent\n[…]\ne_test.go: the two MintKey tests\n\nRemoves the ephemeral cli_deploy key-mint client surface. build/vet/test\ngreen. First step of the credential-model cleanup (server-side mint/\nvalidate routes follow).",
"is_bot": false,
"headline": "refactor: remove dead direct-to-engine deploy + key-mint paths (#26)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-03T13:30:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b25289551c3bd472c06455e3df53ed33e83c3d7f",
"body": "* fix: asobi health resolves the environment endpoint\n\nhealth silently fell back to the default http://localhost:8090 whenever the\nlogin didn't bind an engine URL, so a SaaS user with a running environment\ngot a confusing connection-refused. It also only accepted status \"ok\",\nwhile engines report \"h\n[…]\nirectory, silently\nignoring any new file under it (main_test.go never got committed). Anchor it\nto /asobi so only the root build artifact is ignored, and add the health\nhelper tests that were dropped.",
"is_bot": false,
"headline": "fix: asobi health resolves the environment endpoint (#25)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-02T21:24:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c64d0aceb49ca42ddd8e0fe0bcdc6cd49a6232b",
"body": "Bump actions/checkout v4 -> v7.0.0 and actions/setup-go v5 -> v6.5.0\n(both now run on Node 24) to clear the Node-20 deprecation warning in CI\nand release runs. goreleaser-action already current.",
"is_bot": false,
"headline": "chore: bump action pins to Node-24 releases (#24)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-02T20:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed76044a8202cbaefd165c0700b02ced329b7263",
"body": "The scaffold's next-steps (CLI output and generated README) went login ->\nuse -> deploy, but deploy targets an existing environment. A first-time user\nfollowing them hit a deploy failure with no env. Insert 'asobi create <env>'\nand align the deploy path across both surfaces (cd into the dir, then 'lua').",
"is_bot": false,
"headline": "fix: asobi init next-steps skip env creation (#23)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-02T20:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a30b8f66ae65a2894e82baa76ece2e4e3352799",
"body": "Add goreleaser-based release automation and a one-line installer so\nfirst-time users install a prebuilt binary instead of needing a Go\ntoolchain.\n\n- version/commit/date vars stamped via ldflags; new asobi version command\n- .goreleaser.yaml (v2) cross-compiles 6 targets, tar.gz/zip archives,\n sha256\n[…]\n triggers on v* tags, runs goreleaser\n- install.sh (POSIX, shellcheck-clean) detects OS/arch, verifies checksum,\n installs to ~/.local/bin\n- README: lead with curl | sh, keep from-source as secondary",
"is_bot": false,
"headline": "feat: cross-platform release pipeline and curl|sh installer (#22)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-02T19:56:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e6d497e628fae159ace6bec4a41cb8da017879a9",
"body": "Add a client-side game dimension so tenant-scoped CLI tokens can target a\nspecific game per env operation, and an `asobi init` command to scaffold a\nminimal working server-Lua game.\n\nGame selection:\n- `asobi games` lists the tenant's games (GET /internal/cli/games), marking\n the active one.\n- `asob\n[…]\nut/tick/get_state) and a\n README, refusing to overwrite, then prints deploy next steps. Lua-only, no\n Dockerfile.\n\nAdds a new resize command and tests for games/env-query threading and the\nscaffold.",
"is_bot": false,
"headline": "feat: gcloud-style game selection and asobi init scaffold (#21)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-02T19:50:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "89379f1d4ea30888bcebfe2940f33a4bbe3cbd94",
"body": "defaultSaasURL was https://saas.asobi.dev and the README said app.asobi.dev;\nneither resolves. A user running `asobi login` with no --saas-url hit a dead\nhost and could not authenticate. console.asobi.dev is the live console (200);\nthe CLI login approval page is served there at /dashboard/cli/login.",
"is_bot": false,
"headline": "fix: default CLI to console.asobi.dev (the live host) (#20)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-02T18:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbc4279eb3d3093609b182e561c5881845a4aaa4",
"body": "Matches the coordinated asobi_saas change.\n\nF5 (device-code phishing): login no longer opens a session-bound URL.\nIt prints the server-issued user_code and points the user at the\nverification page; the user types the code there. Nothing the CLI hands\noff contains a session id, so a pre-bound approva\n[…]\n(device_secret)\ninstead of the spoofable hostname (device_fingerprint), which is now\nonly a display label.\n\nAdds a Go test asserting refresh sends device_secret and no longer\nsends device_fingerprint.",
"is_bot": false,
"headline": "fix(login): type-the-code approval + device-secret refresh binding (#19)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-01T16:04:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "870f6249a43e225cd43ffcb93622a17212dcdf32",
"body": "The README and SECURITY.md claim \"TLS is always required\" and \"no\n--insecure flag\", but nothing enforced it: `asobi login --saas-url\nhttp://...` and `asobi config set url http://...` were accepted, running\nthe device-login exchange (client pubkey, and later the refresh token)\nover cleartext. Combine\n[…]\nt.\n\nAdd config.RequireSecureURL: https is always allowed; http only for\nloopback hosts (localhost / 127.0.0.1 / ::1) so local dev keeps working.\nEnforce it in `asobi login` and `asobi config set url`.",
"is_bot": false,
"headline": "fix(login): enforce https for non-localhost URLs (#18)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-07-01T15:09:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ddd3369fe69344bb603c75cf55250cd02853cb90",
"body": "README's command list and its usage examples had drifted away from\nthe actual CLI. From an onboarding audit:\n\n- `asobi deploy game/` doesn't work — deploy requires an env name:\n `asobi deploy <env-name> [dir]`. Fixed the hosted and self-hosted\n quickstart snippets, and added `asobi create prod` before the\n first deploy.\n- Command table was missing `create`, `stop`, `start`, `delete`,\n and plain `envs`. Added. Clarified that `destroy` and `env list`\n are the scripting/CI variants.",
"is_bot": false,
"headline": "docs: sync command table with main.go (#11)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-04-20T19:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7a0babaeb4665ed303aebee09d46e23f7bf628",
"body": null,
"is_bot": false,
"headline": "fix: create URL POST /envs (was /envs/create) (#10)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-04-19T12:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee21fa1c3373cf2955ac8ad4bac3402b1c9fe5d",
"body": null,
"is_bot": false,
"headline": "fix: simplify login for flat env model — tenant only (#9)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-04-19T12:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c019a765c5e4e5bf64d0f8a8fcd8143ce6e3fb0",
"body": "* feat: add environment management commands\n\nNew commands for the flat environment model:\n asobi create <name> [--size xs|s|m|l]\n asobi stop <name>\n asobi start <name>\n asobi delete <name>\n asobi envs\n\nTalks to saas /internal/cli/envs/* endpoints. Uses existing login\ncredentials (device-code fl\n[…]\n bundle\n3. Uploads to saas /internal/cli/envs/<name>/deploy\n4. saas stores in Postgres + bumps generation\n\nReplaces the old engine-direct deploy flow.\n\n* fix: update default saas URL to saas.asobi.dev",
"is_bot": false,
"headline": "fix: default saas URL to saas.asobi.dev (#8)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-04-19T08:45:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e05d48f7cbd2600e5953ee78ef161e0592ff964",
"body": "New commands for the flat environment model:\n asobi create <name> [--size xs|s|m|l]\n asobi stop <name>\n asobi start <name>\n asobi delete <name>\n asobi envs\n\nTalks to saas /internal/cli/envs/* endpoints. Uses existing login\ncredentials (device-code flow). Old deploy/destroy/env commands kept\nfor backward compat.",
"is_bot": false,
"headline": "feat: add environment management commands (#7)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-04-17T19:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bf6214dfca6e0993dbf25892c2ff3af7bfb1566",
"body": "…s (#4)\n\n- Add SECURITY.md with private vulnerability reporting policy\n- Add dependabot.yml for GitHub Actions and Go modules\n- Pin actions/checkout and actions/setup-go to SHA (was @v4/@v5)\n\nAddresses cross-cutting security review (2026-04-14).\nLICENSE already present.",
"is_bot": false,
"headline": "chore(security): hardening pass — SECURITY.md, dependabot, pin action…",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-04-14T20:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaa114fb9d9c14a04ec814d457c9ec79c6e51e71",
"body": "* feat: ephemeral deploy, destroy, env list commands\n\nAdds CLI support for ephemeral environment lifecycle:\n\n- asobi deploy --ephemeral [--name N] [--json] — create fresh env (1h TTL)\n- asobi destroy <env_id> — delete env and revoke its keys (idempotent)\n- asobi env list [--ephemeral] [--json] — lis\n[…]\nLua bundles can take longer than 30s\nto compile; bump timeout to 5min. Some engine versions return empty\nbody on success — treat 2xx empty body as success.\n\n* ci: add Go CI workflow (vet, build, test)",
"is_bot": false,
"headline": "feat: ephemeral deploy, destroy, env list commands (#3)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-04-14T09:48:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d19fe69e81f9df66ccf5b93cf1bf01fea2827507",
"body": "* feat: ECDH crypto package for device-code login\n\nAdds internal/auth/crypto.go with the Go side of the asobi-cli\ndevice-code login protocol. Uses standard primitives only:\n\n - crypto/ecdh P-256 for key agreement (NIST SP 800-56A)\n - golang.org/x/crypto/hkdf SHA256 for key derivation (RFC 5869)\n \n[…]\nwith login flow, security model, and usage guide\n\nDocuments the full CLI: login/logout/whoami, deploy with ephemeral\nkeys, self-hosted fallback, credential storage, and the ECDH device-\ncode protocol.",
"is_bot": false,
"headline": "feat: ECDH crypto + module rename + LICENSE (#2)",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-04-12T05:54:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a980901f126451e3aea060ddafa42208115a6067",
"body": "Go CLI for deploying and managing games on the Asobi engine.\n\nCommands:\n- asobi deploy <dir> — collect .lua files and POST to /internal/deploy\n- asobi health — check engine is reachable\n- asobi config set <key> <value> — store url and api_key in ~/.asobi/\n- asobi config show — display current config\n\nTested end-to-end: deployed 8 Space Corsairs Lua scripts via CLI.",
"is_bot": false,
"headline": "feat: initial CLI with deploy, health, and config commands",
"author_name": "Daniel Widgren",
"author_login": "Taure",
"committed_at": "2026-04-09T09:15:04Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 36,
"latest_release_at": "2026-07-24T18:50:17Z",
"latest_release_tag": "v0.3.4",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 7,
"days_since_latest_release": 2,
"mean_days_between_releases": 2.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/widgrensit/asobi-cli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/widgrensit/asobi-cli",
"is_deprecated": false,
"latest_version": "v0.3.4",
"repository_url": "https://github.com/widgrensit/asobi-cli",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-24T18:48:46Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 22702,
"source_files_sampled": 35,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.54.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.47.0"
},
{
"name": "github.com/yuin/gopher-lua",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.2"
}
],
"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": 36,
"open_issues": 1,
"closed_ratio": 0.8,
"closed_issues": 4,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Taure",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/216711?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"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": "30 out of 30 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/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "27 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"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": 8,
"reason": "5 out of the last 5 releases have a total of 5 signed artifacts.",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "21fff4a1495237de89edf5367de76ac4db63410f",
"ran_at": "2026-07-27T18:37:56Z",
"aggregate_score": 6.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T17:34:49Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-24T18:48:46Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 46,
"created_at": "2026-07-23T17:27:39Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/widgrensit/asobi-cli",
"host": "github.com",
"name": "asobi-cli",
"owner": "widgrensit"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 65,
"vitality": 78,
"community": 24,
"governance": 55,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 36,
"human_commit_share": 0.917,
"days_since_last_push": 2,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "36 commits in the last year",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 36
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "27 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.3.4",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 2.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "5 out of the last 5 releases have a total of 5 signed artifacts.",
"points": 8,
"status": "partial",
"details": [],
"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": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"merged_prs": 36,
"open_issues": 1,
"closed_issues": 4,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 8
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "36/44 decided PRs merged",
"points": 31.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 36,
"decided": 44
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"followers": 3,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "widgrensit",
"public_repos": 30,
"account_age_days": 2262
},
"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": "3 followers of widgrensit",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "widgrensit"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "30 public repos, account ~6 yr old",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 30
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/widgrensit/asobi-cli"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2
},
"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 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 65,
"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": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"asobi",
"cli",
"deployment",
"developer-tools",
"game-backend",
"gamedev",
"go",
"golang"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 65,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 6.5
},
"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": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 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/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "27 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "5 out of the last 5 releases have a total of 5 signed artifacts.",
"points": 6,
"status": "partial",
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"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": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 67,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "33 of 33 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 33,
"sampled": 33
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.083
},
"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": 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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 36",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 36
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 36 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 36
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 22702,
"source_files_sampled": 35,
"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/35 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 35,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T18:38:12.064381Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/widgrensit/asobi-cli.svg",
"full_name": "widgrensit/asobi-cli",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}