JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 155,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 205184,
"Shell": 5283
},
"pushed_at": "2026-07-16T05:12:31Z",
"created_at": "2026-06-27T05:50:41Z",
"owner_type": "User",
"updated_at": "2026-07-16T05:11:21Z",
"description": "JSON-first CLI wrapper over the Trakt API. Designed for LLM use.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Richard Larsen",
"type": "User",
"login": "corinthian",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/955804?v=4",
"created_at": "2011-08-03T05:44:46Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 5467
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-16T05:14:44Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2026-07-15T02:01:08Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2026-07-12T02:48:13Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-07-08T03:19:26Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-06-27T05:51:13Z"
}
],
"recent_commits": [
{
"oid": "d4f13f094da225e19e3367552a401fe6d3af1138",
"body": "…, --payload-file (#6)\n\nImplements the endorsed findings from the 2026-07-15 security review:\n\n- Remove cwd config.toml/tokens.json discovery; base_url must be https\n (http allowed for loopback only); reject userinfo; pin redirects to\n the original scheme+host on both HTTP clients (finding 1)\n- Re\n[…]\n(gomod + actions) and minimal CI: vet, test, govulncheck\n (finding 6)\n\n\nClaude-Session: https://claude.ai/code/session_01BxkzfPG8UAves1gGd31uum\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Security fixes v1.1.0: trust boundary, truthful revoke, atomic writes…",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-16T05:11:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "547c57acf2fb5d896994fc3dd435197054326ff4",
"body": "Audit follow-ups: TC-2 --llm examples + LOW fixes (v1.0.3)",
"is_bot": false,
"headline": "Merge pull request #5 from corinthian/fix/audit-followups",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-15T01:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad775ce855990377d4442373f2dac441ba6ac401",
"body": "Version bump for the TC-2/TC-4/TC-5/TC-6/TC-10 audit-followup fixes.\nbuild.sh greps this constant; not run here -- dist/ and the deployed\nbinary are untouched.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TjDH65bfvyr4DjhqagqGbF",
"is_bot": false,
"headline": "Bump to v1.0.3",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-15T01:43:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e769546bfd4bc82da596086cb71ef38646241aee",
"body": "…sist\n\nRefresh and LoginDevice both set the in-memory token and swallowed the\nstore.save error, so the running command succeeds -- but traktctl is a\nper-invocation CLI, so the in-memory token dies at process exit. The\nRefresh case is the sharp one: a refresh consumes the old refresh token at\nTrakt a\n[…]\nified by\nan automated test -- noted as a known limitation.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TjDH65bfvyr4DjhqagqGbF",
"is_bot": false,
"headline": "Fix TC-10: warn loudly when a refreshed/authorized token fails to per…",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-15T01:43:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fc1928e92f353168d0873c63b93b72b48b64ae5a",
"body": "calendarCmd only appended --days inside the `if start != \"\"` branch, so\n`calendar all-movies --days 30` (no --start) silently sent the bare\n/calendars/all/movies path and dropped the 30-day window.\n\nExtract a pure calendarPath(prefix, start, days, today) helper that defaults\nstart to today whenever \n[…]\ninistic tests cover days-only, neither, and both-explicit.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TjDH65bfvyr4DjhqagqGbF",
"is_bot": false,
"headline": "Fix TC-6: default calendar --start to today when --days is set",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-15T01:41:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "42a0c342ac8ce0d259f8890080c530284b30fdf6",
"body": "recommend hide-* and sync playback remove interpolate the raw --id straight\ninto the path, which Trakt only serves for a numeric trakt id -- unlike\nsearch id, they neither honour nor validate --id-type, so\n--id-type imdb --id tt0468569 silently built a path that 404s with no local\nhint the id-type w\n[…]\nft\non requireID since it legitimately routes on --id-type.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TjDH65bfvyr4DjhqagqGbF",
"is_bot": false,
"headline": "Fix TC-5: reject unsupported --id-type on trakt-id-only endpoints",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-15T01:41:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "07f4e1b4572c2ffab198429852c12d5b8a4e2b39",
"body": "userListNoBodyWrite (list-delete/list-like/list-unlike) targets a list via\n--list-id, but silently ignored --id the same way the payload writers used\nto before TC-1 -- a caller could believe --id selected the item. Add the\nsame rejectIDFlags guard used by the payload writers. Scoped to exactly\nthis \n[…]\nand that recommend hide-movie still accepts it unrejected.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TjDH65bfvyr4DjhqagqGbF",
"is_bot": false,
"headline": "Fix TC-4: reject stray --id on no-body list writers",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-15T01:40:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fcfa97c7cd659204f85876086c6821a1b6c1e770",
"body": "synthExamples switched to LocalFlags() to keep --id out of payload-writer\nexamples (TC-1), which correctly hid it but had no way to express the\nopposite case: a command that requires the inherited --id. Add an\nAnnotations[\"example_globals\"] opt-in that synthExamples unions into the\nexample ahead of \n[…]\nred by a load-bearing regression test on sync history add.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TjDH65bfvyr4DjhqagqGbF",
"is_bot": false,
"headline": "Fix TC-2: surface required global --id in --llm examples",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-15T01:36:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1aad5395b75096624af7f5ebe9af3b682ad234f3",
"body": "The guard, NOT_APPLIED/exit 6, meta.partial and scope-tagged --llm land in\n1.0.2; the skill was still written to the v1.0.1 contract and prescribed\n--id/--id-type for mutations — the exact pattern the guard now rejects.\n\n- app.go: Version 1.0.1 -> 1.0.2\n- SKILL.md: split read-lookups (--id) from mut\n[…]\nct would\nreport a write that changed nothing as a success.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_014a1Do94ZUpFw7X2HrG4vwV",
"is_bot": false,
"headline": "Bump to v1.0.2; rewrite the skill to the mutation contract",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-12T02:39:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6d25f46006f23218430c196e862ba6fb23a6da12",
"body": "Mutations take their body only from --payload, but --id/--id-type are\npersistent root flags every command inherits, so the payload writers\naccepted and silently discarded them -- and --llm's synthesized examples\nactively recommended `--id <id>` on commands that ignore it.\n\nPhase 1: reject --id/--id-\n[…]\nt() is unchanged and only the writers call\nemitMutation().\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_014a1Do94ZUpFw7X2HrG4vwV",
"is_bot": false,
"headline": "Fix mutation contract: reject ignored --id, fail loudly on no-op writes",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-12T01:45:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9d47d682555c3fe7100df3e2b48775e9523c3c07",
"body": "--default-user 'you' read as a working value in copy-paste; user-scoped\nreads already fall back to the authenticated 'me', so the examples drop\nthe flag and the config sample marks the key optional.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Wzw3iXV7862nzwcATiKKeK",
"is_bot": false,
"headline": "Add MIT license; drop default-user placeholder from setup examples",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-11T01:08:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ccdea4796f311a95fe34d7b0ecffdff33e997d63",
"body": "* Add public traktctl skill with self-improvement protocol\n\nShips .claude/skills/traktctl/ (SKILL.md + empty LESSONS.md template) so\nanyone can drop this into ~/.claude/skills/. SKILL.md is de-personalized\n(no Subtrakt/plexctl proper nouns, no habit facts) and gains a\nSelf-Improvement section (start\n[…]\n https://claude.ai/code/session_01Wzw3iXV7862nzwcATiKKeK\n\n---------\n\nCo-authored-by: Richard Larsen <955804+corinthian@users.noreply.github.com>\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Ship the Claude Code skill with self-improvement protocol (#4)",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-11T01:03:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "671bce14e6a64702edbd80442a8dd424cc080aa6",
"body": "- Drop the Subtrakt umbrella-project mention from the intro; it points at\n a private system public readers can't see.\n- Remove the Scope section: its group list and v2 deferrals duplicate the\n Command surface section verbatim, and it referenced a private Obsidian\n vault for docs readers can't rea\n[…]\ngitignore,\n not .git/info/exclude — a fresh clone only gets the former.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Wzw3iXV7862nzwcATiKKeK",
"is_bot": false,
"headline": "README: drop private-project references, fix stale git-exclude note",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-10T13:25:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5a318093bf2960ff2495238daa4f0474f042dd4c",
"body": "config.toml relocated out of repo root to ~/.config/traktctl/ (mode 0600).\nThe probe script's client_id/secret extraction used cut -d'\"' against a\nsingle-quoted TOML file, so it was already silently returning empty values.",
"is_bot": false,
"headline": "test: point live_probes at resolved config path, fix quote-char bug",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-10T13:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7193c7f12a16d3ca91088b8f036e246e72d773c7",
"body": "Now that v1.0.1 is tagged with the public module path,\n`go install github.com/corinthian/traktctl/cmd/traktctl@latest` resolves.\nOffer it as a from-source alternative to the prebuilt binary.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01EmrxtRVFHQgcHyX85KemyB",
"is_bot": false,
"headline": "README: add go install instructions",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-08T03:24:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "be4307cc967c536af78b538799169ebfbe175196",
"body": "Pin the gh-download commands and tarball/SHA256SUMS filenames to the\npublished v1.0.1 release (the module-rename release). Should have ridden\nwith the version bump in #3.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01EmrxtRVFHQgcHyX85KemyB",
"is_bot": false,
"headline": "README: bump install block to v1.0.1",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-08T03:22:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "de1c4a83ff8ffcd5b825b4ab3d605af6b21a1ec4",
"body": "Bump version to 1.0.1 for public-rename release",
"is_bot": false,
"headline": "Merge pull request #3 from corinthian/release/v1.0.1",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-08T03:17:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4323863daced3843733016800e62499f782c191",
"body": "package.sh wraps build.sh and emits the release/README artifact set —\nuniversal + per-arch macOS tarballs (each holding a `traktctl` binary)\nplus a SHA256SUMS file — using the exact `traktctl-<ver>-<arch>-macos`\nnaming the v1.0.0 release used. Verified: checksums validate and the\nuniversal tarball e\n[…]\nsh public\nclone — a real risk now that the repo is public.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01EmrxtRVFHQgcHyX85KemyB",
"is_bot": false,
"headline": "Add package.sh release packager and .gitignore",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-08T03:15:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bbf0a1ec48aad9dcc3aeeffa1943d84c702227f0",
"body": "First tagged release whose go.mod matches the public module path\n(github.com/corinthian/traktctl), so `go install .../cmd/traktctl@latest`\nresolves. No logic change vs v1.0.0 — the rename made v1.0.0's tag\nun-go-installable.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01EmrxtRVFHQgcHyX85KemyB",
"is_bot": false,
"headline": "Bump version to 1.0.1 for public-rename release",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-08T03:10:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cd0d67362b17f722a0a6e3685a852855df58e864",
"body": "README: drop private-repo framing now that repo is public",
"is_bot": false,
"headline": "Merge pull request #2 from corinthian/docs/readme-public",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-08T03:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66a15fc97e1e10aa37d7c078554aa0319c5982ec",
"body": "Repo is public, so the gh-only download rationale no longer holds. Link\nthe latest-release page and note the tarball can be grabbed directly.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01EmrxtRVFHQgcHyX85KemyB",
"is_bot": false,
"headline": "README: drop 'repo is private' framing now that repo is public",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-08T03:02:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ca3fa55f2dc252a81bc933a3aee612f37aeff85d",
"body": "Scrub personal identifiers for public consumption",
"is_bot": false,
"headline": "Merge pull request #1 from corinthian/docs/redact-pii",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-08T02:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ff19c2a4e0bfc61d92541bdd82744f1157ebdab",
"body": "Identity-only changes; no runtime logic altered (build/vet/test green).\n\nP1: rename Go module path github.com/rlarsen/traktctl ->\n github.com/corinthian/traktctl (go.mod + all imports), matching the\n public repo owner and fixing go-install/gettability.\nP2: genericize example identifiers\n - \n[…]\n - commands_test fixture: corinthian/Rex -> alice/Alice\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01EmrxtRVFHQgcHyX85KemyB",
"is_bot": false,
"headline": "Scrub personal identifiers from traktctl for public consumption",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-07-08T02:50:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cb3d473fc01f72c25de6dc78742c6662b2f57925",
"body": "- Quick start (auth cycle) near the top: config init --login -> auth status.\n- Command surface section documenting all 11 v1 groups and their verbs,\n sourced from the live `traktctl commands` tree.\n- Fix staleness: config added to v1 scope; tokens.json references corrected\n to Keychain (dev fallba\n[…]\n and live-test invocations\n updated; documented `traktctl completion`.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "README: add Quick start + Command surface, fix staleness",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-27T06:48:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3f9294ae726681ab150d7ed3f877d3f16fc6b9a3",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "Add install instructions for v1.0.0 release",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-27T05:51:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c852e9026b0e6557d8f4b03ab66a40eca1fa0bcd",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "Bump version to 1.0.0 for v1 release",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-27T05:48:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c2c4cf7168f2766ca5076a39f1146f4f6f572e74",
"body": "- test/live_test.go (build tag: live): one read per all 11 v1 groups,\n search-by-id, 204 handling, and ported live_probes.sh existence probes\n (bogus oauth/revoke + trakt:0 no-op sync probes). Skips when creds absent.\n- test/live_refresh_test.go (build tag: live && refresh): auth-refresh path,\n i\n[…]\ny build tags).\nAll three verified live against api.trakt.tv 2026-06-27.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "Add R7c live smoke suite + Phase 4 confirm-gate test",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-27T05:41:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "987fbdd62faa9e05035b08c426f3f69a6f76e92a",
"body": "Reserves the `media` name for the v2 Trakt media/* endpoint group.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "Merge rename-media-to-titles: mediaGroup -> titleGroup",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-27T02:50:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a8d086f76b713c2857cd12ae9f935371d43809c3",
"body": "The shared movie/show command builder was named mediaGroup, colliding\nwith Trakt's real `media/*` endpoint group (v2-deferred, spec L411).\nRenamed to titleGroup (\"title\" = a movie or show) and moved to\ntitles.go so the `media` name stays reserved for the v2 Trakt group.\nPure rename, no behavior change; callers in movie.go and show.go updated.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "Rename mediaGroup builder to titleGroup; media.go -> titles.go",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-27T02:46:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f6c5a381c02f322564699b7755755d4681c35b52",
"body": "Resolves all 8 ship-blockers from the v1 QA report:\n- R1: user group registers full command set (user.go)\n- R2: --terse emits one-line summaries via summarize() (app.go, summarize.go)\n- R3/R6: id-type validation rejects bad/unsupported types on /{id} reads (helpers.go)\n- R4/BUG-8: hardenGroup makes \n[…]\nrred by design.\nv1 QA/status HTML reports intentionally left untracked.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "Close v1 QA ship-blockers (R1–R6) + test coverage (R7a/R7b)",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-27T02:03:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c8a01522164234466cbe0c27f047a37a3e532a1c",
"body": "Closes the zero-to-working gap: nothing wrote config.toml, so a fresh machine\ncould create tokens (auth login) but not the credential file auth login needs.\n\n- config init: writes config.toml (0600) from the global credential flags;\n requires --client-id, refuses overwrite without --force, --login \n[…]\nerror,\noverwrite guard, and an init'd config drives a live public read.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "Add `config` group: init + path for from-scratch bootstrap",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-26T07:00:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "63cf09fce43cfdea5860450e3667b6ea66e1a7bf",
"body": "io.ReadAll returns a non-nil empty slice on 204, and an empty json.RawMessage\nfails to marshal (\"unexpected end of JSON input\"), so a successful 204 (e.g.\n`show next-episode` on an ended show) surfaced as an error envelope with exit 1.\n\nNormalize empty Data to nil once in output.Emit so every read p\n[…]\nhe\nempty-body, terse-empty, and ndjson cases, and a live 204 assertion.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "Fix 204/empty-body reads emitting a spurious error",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-26T06:46:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "57dc068a7d1f42e9d8cafee913f4d6536fb2a422",
"body": "Phases 3-6 of the build plan.\n\n- season/episode: --show/--season/--episode scoped reads\n- calendar: my-* (auth) and all-* (public) with --start/--days\n- recommend: movie/show recommendations + idempotent hide mutations\n- sync: activities, typed reads, and add/remove/settings/reorder mutations;\n rem\n[…]\n mutations.\nUniversal arm64+amd64 binary builds and signs via build.sh.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "Complete v1: season, episode, calendar, recommend, sync groups + polish",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-26T06:42:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c8620b6cf3bb465e4fe6c715f322691f142ab617",
"body": "Phases 0-2 + MVP gate of the Traktctl build plan.\n\n- output: {ok,data,meta}/{ok,error} envelope, exit-code mapping, error enum,\n JSON/--raw/--ndjson/--terse formatters\n- client: required headers (incl. User-Agent), error->exit mapping, --all\n auto-pagination with 100-page runaway cap, auto-refresh\n[…]\n 2.\n\nSecrets (config.toml, tokens.json) kept out via .git/info/exclude.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0157gyYJRM3a5EnhSswsXVbE",
"is_bot": false,
"headline": "Foundation: HTTP client, auth, output envelope, MVP command groups",
"author_name": "Richard Larsen",
"author_login": "corinthian",
"committed_at": "2026-06-26T06:36:27Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 5,
"commits_last_year": 34,
"latest_release_at": "2026-07-16T05:14:44Z",
"latest_release_tag": "v1.1.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 4,
"days_since_latest_release": 6,
"mean_days_between_releases": 4.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/corinthian/traktctl",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/corinthian/traktctl",
"is_deprecated": false,
"latest_version": "v1.1.0",
"repository_url": "https://github.com/corinthian/traktctl",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T05:11:16Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"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": 2
},
"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": 28504,
"source_files_sampled": 42,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.27.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 61
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 9,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/pelletier/go-toml/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.2"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.9"
},
{
"name": "github.com/zalando/go-keyring",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.8"
},
{
"name": "golang.org/x/time",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/pelletier/go-toml/v2",
"direct": true,
"version": "v2.4.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": true,
"version": "v1.0.9",
"ecosystem": "go"
},
{
"name": "github.com/zalando/go-keyring",
"direct": true,
"version": "v0.2.8",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": true,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "github.com/danieljoos/wincred",
"direct": false,
"version": "v1.2.3",
"ecosystem": "go"
},
{
"name": "github.com/godbus/dbus/v5",
"direct": false,
"version": "v5.2.2",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.27.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 5,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "corinthian",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/955804?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"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/24 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "d4f13f094da225e19e3367552a401fe6d3af1138",
"ran_at": "2026-07-23T03:11:03Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-16T09:14:16Z",
"oldest_open_prs": [
{
"number": 7,
"created_at": "2026-07-16T05:11:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2026-07-16T05:12:01Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-16T05:11:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/corinthian/traktctl",
"host": "github.com",
"name": "traktctl",
"owner": "corinthian"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 57,
"vitality": 68,
"community": 24,
"governance": 51,
"engineering": 51
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 34,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 4
},
"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": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "34 commits in the last year",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 34
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.1.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 4.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~4.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 4.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/6 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 6
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "corinthian",
"public_repos": 8,
"account_age_days": 5467
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of corinthian",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "corinthian"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~14 yr old",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/corinthian/traktctl"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": 51,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 58,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"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/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 3,
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 9 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 9
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 9,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 9,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"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": 68,
"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": "34 of 34 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 34,
"sampled": 34
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 77,
"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.853,
"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": 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": "29 of the last 34 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 29,
"sampled": 34
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 6,
"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": 28504,
"source_files_sampled": 42,
"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/42 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 42,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-23T03:11:11.113453Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/corinthian/traktctl.svg",
"full_name": "corinthian/traktctl",
"license_state": "standard",
"license_spdx": "MIT"
}