Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"golang",
"library",
"utilities"
],
"is_fork": false,
"size_kb": 206,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 217829,
"Makefile": 595
},
"pushed_at": "2026-07-15T06:30:28Z",
"created_at": "2023-08-03T10:57:08Z",
"owner_type": "User",
"updated_at": "2026-07-15T06:27:54Z",
"description": "Go utilities",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Vu Ky",
"type": "User",
"login": "vukyn",
"company": null,
"location": "Vietnam",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/88317698?v=4",
"created_at": "2021-08-02T09:36:15Z",
"is_verified": null,
"public_repos": 25,
"account_age_days": 1814
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.41.0",
"kind": "minor",
"published_at": "2026-07-15T06:27:49Z"
},
{
"tag": "v1.40.0",
"kind": "minor",
"published_at": "2026-07-13T06:21:16Z"
},
{
"tag": "v1.39.0",
"kind": "minor",
"published_at": "2026-07-10T08:44:08Z"
},
{
"tag": "v1.38.0",
"kind": "minor",
"published_at": "2026-06-30T13:51:56Z"
},
{
"tag": "v1.37.0",
"kind": "minor",
"published_at": "2026-06-30T07:20:49Z"
}
],
"recent_commits": [
{
"oid": "e03d40062101390f4621cdff66dd40f2def13df2",
"body": "* fix: bump Go toolchain and dependencies (CVE-2026-29181, CVE-2026-42505, CVE-2026-4970)\n\n- Upgrade go.opentelemetry.io/otel to v1.41.0 (fixes CVE-2026-29181 DoS, High)\n- Add toolchain go1.26.5 (fixes crypto/tls ECH leak CVE-2026-42505 + os symlink escape CVE-2026-4970)\n- Update file write/open per\n[…]\ncryp/aes/aes_test.go, bun/migrate/migrate_test.go\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Security fixes & Fiber v3 side-by-side packages (#31)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-07-15T06:27:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "23932e25af3f2e297d38a6a6bd46d0ff51649275",
"body": "HasAny() reports whether any group has a live member; Counts() returns\nper-group live counts (omitting empty groups) in one lock pass. Lets\nconsumers idle-gate background loops on in-memory presence instead of\npolling the DB. Backs rainy's listener sampler reducing Neon compute.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(presence): add HasAny and Counts to Tracker (#30)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-07-13T06:21:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6644941d77cd470c2d685deb08041a3ae6d858f2",
"body": "New kuery/storage/r2 package: aws-sdk-go-v2 S3 client for a single\nCloudflare R2 bucket (Put, PutMultipart, Delete, PublicURL). Backs the\nrainy lite-mode STORAGE_MODE=r2 storage seam. Adds aws-sdk-go-v2 direct\ndeps at medioa2's pinned versions.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(storage): add single-bucket R2 client package (#29)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-07-10T08:44:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "702771edf2be23328cc1e82a29443e264456f153",
"body": "The Fiber error funnel's 5xx server-side logging now goes through the kuery structured zerolog logger (leveled, pkg=http field) instead of stdlib log.Printf; affects all services' 5xx error logs on their next kuery bump.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(http): log 5xx via kuery zerolog instead of stdlib log (#28)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-30T13:51:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a390538f32c4eafe6741a20dfa98b6ef608312d0",
"body": "Additive SDK fields (IncludeRawKey, RawKey) so callers can request the raw R2\nobject key for direct public-CDN URLs. Backward compatible (defaults off).\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(medioa): add opt-in include_raw_key upload flag (#27)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-30T07:20:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4500033ef583f05a5e5af5fa7ebea47780a8bd47",
"body": "Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: ignore code-review-graph cache (#5)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-23T13:39:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e2db075c4a61c13423702f04ba06d548f47fde0d",
"body": "…fter baseline (#26)\n\n- http/fiber.Err: log 5xx pkgErr.Error detail server-side and return a generic\n \"internal server error\" body so DB/internal messages never leak to clients\n- bun/migrate.Run: compute the next migration id from max(id) over all rows\n instead of the last row of an unordered SELE\n[…]\nr, so the first incremental migration run after a baseline (which\n stamps ids 1..N) collided on migrations_pkey (SQLSTATE 23505).\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(http,migrate): mask 5xx error detail + fix migrate id collision a…",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-21T21:33:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a86a218b16d2fc8990fd689c2f767bd09a10f467",
"body": "pkgHttp.Err's default branch (untyped/unexpected errors) returned err.Error()\nraw to the client — leaking internals (e.g. the asn1 jwt private-key parse\nerror showed up in the login 500 response body). Now that branch logs the\nreal error server-side ([http] 500 <method> <url>: <err>, visible in serv\n[…]\nges) are\nunchanged — still surface their message.\n\nPlatform-wide (all services use this funnel). Verified go build + go vet clean.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(http): mask internal 500 errors, log detail server-side (#25)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-21T20:28:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f2ffba33d5ac0ec5f10408c38c8bafecfaad9a1d",
"body": "Add normalizePEM: converts literal `\\n` escape sequences to real newlines before pem.Decode, so an RS256 key stored as a single-line env var / fly.io secret (which doesn't expand backslashes the way godotenv does) still parses. No-op for well-formed PEM. Applied in both parseRSAPrivateKey and parseR\n[…]\ne key: asn1: structure error` 500 on login when the deployed key secret had literal \\n.\n\nVerified: go build + go test ./jwt/ pass.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(jwt): tolerate \\n-escaped PEM keys + clearer parse errors (#24)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-21T20:09:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "994e66cb0d6e057b7c92910f04ef2eab15384c7b",
"body": "ILike returns ILIKE on Postgres (case-insensitive) and LIKE on SQLite\n(already case-insensitive for ASCII). LowerLike folds both column and\npattern to lower case for portable exact-ish matching when no dialect\nhandle is available. Fixes SQLite-no-ILIKE search call sites across\nisme and rainy.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(query): add dialect-aware ILike/LowerLike search helpers (#23)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-21T14:10:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f256bda89d6fb7989ff9569d27260f6d08652d10",
"body": "…ng (#22)\n\nIntroduces kuery/bun/db package: Open(Config) (*bun.DB, error) factory that\nselects SQLite (sqliteshim) or Postgres (pgdriver) based on config. Adds\npgdialect/pgdriver/sqlitedialect/sqliteshim v1.2.16 to go.mod. Makes\nmigration bookkeeping dialect-aware (Postgres branch ready for rainy#N).\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(bun/db): add dialect-aware connection factory for dual-DB plumbi…",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-20T20:47:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3af801b0c8c1a773a8a11a5b9a5db39b187c5ca9",
"body": "- UploadPrivate: single-shot POST /api/v1/public/storage/upload/private (force private)\n- Delete: owner-scoped DELETE /api/v1/public/storage/{fileID}\n- Serve rainy DB backup (private) + prune remote (delete)\n- Refactored: shared uploadTo helper; existing behavior preserved (18 tests pass)\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(medioa): add UploadPrivate + Delete SDK (#21)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-20T18:37:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f366f6fc6df2f53ab5dd48abc8b3213a4f95e99d",
"body": "This reverts commit f6f10256ddb28eaec0f478d9373c4e6d365cb91a.",
"is_bot": false,
"headline": "Revert \"feat(medioa): require Visibility on UploadInput (#19)\" (#20)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-20T18:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6f10256ddb28eaec0f478d9373c4e6d365cb91a",
"body": "Add Visibility string field to UploadInput. Validated as non-empty in\nboth Upload() and UploadChunked() before any I/O — no silent default so\ncallers are forced to be explicit (\"public\" or \"private\"). Sent as the\nvisibility form field on single-shot upload and on chunked commit.\nUpdate all test-call sites to pass Visibility: \"public\"; TestUploadNilFile\nunchanged (File check fires first).\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(medioa): require Visibility on UploadInput (#19)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-20T14:25:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "48124fa1dd6c55ee5016e20d799d026d0957924a",
"body": "…icity (#18)\n\nMigrations and their bookkeeping rows now commit or roll back together\ninside a single transaction. Previously, Up/Down ran on the raw DB while\nthe history insert/delete ran outside — a failed migration could leave\npartial schema state with no rollback.\n\nBREAKING: Migration.Up and Migr\n[…]\nDB (interface\nsatisfied by both *bun.DB and bun.Tx) instead of *bun.DB. Consumers\nmust update their migration function signatures.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bun/migrate): thread transaction through migration steps for atom…",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-17T20:04:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f3e1b9202eb5afa6678e687ab360bf141bd1ceec",
"body": "Extract common DB migration logic into a reusable kuery/bun/migrate package for use across services.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(bun): add dialect-agnostic migrate runner package (#17)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-17T08:10:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0da90dc8800f15cd2a13a49408e507ca072fdb00",
"body": "Reusable group→member→TTL presence and heartbeat tracker for rainy\nlive-station feature's live listener count. Chosen over memz/kuery-cache\nbecause their flat keyspace cannot efficiently count group members.\n\nPackage API: Touch/Count/Members/Remove/Stop; sync.RWMutex, injectable\nclock, background TTL sweep goroutine. 12 table tests with fake-clock\ndriver, passes go test -race.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(presence): add in-process presence tracker (#16)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-17T07:33:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "86924b90b7dc91bfc2f8837030b7ef0c28be0d07",
"body": "FoldVN normalizes text (NFD + strip combining marks + đ/Đ→d + lowercase) so a query typed without diacritics matches accented data via a denormalized *_search column. Promotes golang.org/x/text to a direct dep.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(text): add FoldVN for diacritic-insensitive Vietnamese search (#15)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-16T12:13:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "21fc8ebdd8484517cbc2213b490fd480450f887e",
"body": "…DER BY (#14)\n\nOrder() mis-parses multi-column/expression default sorts (e.g. \"position IS\nNULL, position ASC, created_at DESC\") as one column+direction → bun slog\n\"unsupported sort direction\" + dropped sort; OrderExpr passes the raw\nexpression. SortBy (user input) path unchanged.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bun/query): use OrderExpr for default sort to allow expression OR…",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-16T11:26:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3435688df4a279ab211a90dff3a2b022c4b3afa7",
"body": "Allows clients to opt-in to total record count computation via the count=true\nquery parameter, avoiding unnecessary COUNT queries when totals are not needed.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(http/base): add Count opt-in flag to Pagination (#13)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-15T17:34:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "07348f1bf2698962d52e1520c561b8b79d2d781e",
"body": "Add a response-only Total field to the Pagination struct to allow\nlist endpoints to return the total record count for client pagination UI.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(http/base): add Total to Pagination for list counts (#12)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-15T17:32:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "754e7362e964b16d9ce2e2ddd0b56a70d027e1e6",
"body": "Stdlib-only client mirroring kuery/medioa. Includes Config{BaseURL,APIKey,HTTPClient,Timeout}; raw-key Authorization header; typed Get/Set/Del/List + GetUsage; envelope decode + sentinel errors (ErrUnauthorized/ErrForbidden/ErrNotFound/ErrTooManyRequests). Ready for future service integration.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(memz): add HTTP-client SDK for the memz cache/usage API (#11)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-15T08:52:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "135305feed3248a4527960c082bcab09ee98b090",
"body": "…(#10)\n\nAdd new methods Has, GetWithTTL, SetNX, Range, Keys to the cache package.\nAll existing signatures (Set, Get, Delete, Close) remain unchanged for\nbackward compatibility. TTL semantics updated: ttl <= 0 now stores a permanent\nentry (never expires), removing the previous 5-minute default. Backed by otter\nv2 (GetEntryQuietly, SetIfAbsent, Entry.ExpiresAfter, All/Keys iter.Seq).\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cache): add Has/GetWithTTL/SetNX/Range/Keys, ttl<=0 = permanent …",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-15T06:45:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7a1e3ce7eead29704946f4e051da0515a36e2b9b",
"body": "…) (#9)\n\nDB-agnostic engine — Engine (Register/Start/Reload/Stop) + Schedule (Cron/Daily/Weekly) + Job/IReloader/ScheduleProvider contracts + ValidateCron/ValidateSpec/FromSpec helpers; persistence and job bodies remain per-service; isme & medioa2 will import it.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scheduler): generic gocron scheduler engine (extracted from isme…",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-12T15:34:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "52734e9081e970a98ee48f0c81ec526d5b698854",
"body": "Introduce a new, dependency-clean medioa package: a typed Go SDK for\nmedioa2's public upload and read API. Zero non-stdlib imports keep kuery\nlightweight and the SDK as the single source of truth for the contract.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add medioa HTTP SDK for public storage client (#8)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-11T09:10:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d0bcac9c709ce991e58906cc419a5d4dadc6da54",
"body": "… model (#7)\n\nReplace flat roles/perms claim structure with app-scoped resource_access model:\n- claims: new WithResourceAccess/WithAudience/GetPermsForApp/HasPermForApp APIs, removed WithPerms/WithIsAdmin/WithRoles\n- ctx: removed is_admin/roles helpers, added SetPermsToFiberCtx/SetTokenIDToFiberCtx\n\n[…]\neware\n\nBreaking change: v1.17.0 post-merge; consumed by isme/medioa2/rainy. After tagging, prune v1.12.1 per 5-tag retention rule.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(claims/ctx/rbac): rewrite to app-owned resource_access claim…",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-08T10:31:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "46d97203565454759960606196b46cd73f5a86ef",
"body": "Cache[K,V] with per-entry TTL backed by otter/v2 — extracted from isme's local cache/ (shared-code rule) and generified.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add generic in-memory cache package (#6)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-07T17:26:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8814e20a1a3868bd7aa8ba673e84fb958564c53f",
"body": "Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add Argon2id password hashing with bcrypt migration support (#4)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-07T05:38:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d20152036a10b0723263b3e315d09c59dfb0e258",
"body": "Add unit tests for v1.14.0 RBAC additions and core modules. These are the first tests in the repo and provide coverage for claims, JWT, and RBAC functionality.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add claims/jwt/rbac coverage",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-06T17:01:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "288e24b73ebc441dfed4cc90968cb997206c09b9",
"body": "- Add perms/roles/adm claim keys and builder methods to claims\n- Implement GenerateJWTFromClaims (HS256) and GenerateJWTWithRSAPrivateKeyFromClaims (RS256) for prebuild claims\n- Add perms/roles context keys and getters to ctx, fiber locals propagation\n- Implement Forbidden (403) response handler\n- Add new rbac package with Perm formatter and RequirePermission/RequireAnyPermission middleware with admin bypass\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add RBAC middleware and permission claims support",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-06T16:35:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fa5ed0cbf022cd65ef68e9be60e74f0a151da6c0",
"body": "…(#3)\n\n- file.go: change os.ModePerm → 0750 for MkdirAll (G301: prevent\n world-writable dirs); explicit blank assign for os.Remove (G104).\n- uid.go: document HashMD5 warning (G401: cryptographically broken).\n- go.mod: bump go directive from 1.25.0 → 1.26.4 (stdlib advisories).\n\nTested: go build ./..., go vet ./..., go mod tidy pass.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(security): resolve gosec/go vet findings and update go directive …",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-06T14:40:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5a026255814294101024d6d47f101635ea32cf8f",
"body": "Resolves 9 dependabot alerts (2 critical):\n- fiber/v2 2.52.10 -> 2.52.13 (predictable UUID fallback, route param DoS, AutoFormat XSS)\n- x/crypto 0.24.0 -> 0.52.0 (ssh auth bypass, KEX DoS, ssh/agent panic, unbounded memory)\n- x/net 0.25.0 -> 0.55.0 (XSS, IPv6 zone-ID proxy bypass)\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: bump fiber, x/crypto, x/net for security advisories (#2)",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-05T17:55:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0d1887d84419c1da2d0f2e80c7f8cf2d41edda1a",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add CLAUDE.md, fix stale /v2 install path in README",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-05T17:49:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "79bb90cca178ed5a56f03b49a1deb54fda0509ed",
"body": "…ceful, recover) (#1)\n\nConsolidates the shared pkg/ folders from isme, medioa2, and rainy services into\nthe kuery monorepo. Adds new packages: claims, jwt, ctx, bun/{hooks,query},\nrecover, and replaces graceful/shutdown.go with enhanced GracefulShutdown API.\n\nBreaking: ShutDownSlowly removed (use Gr\n[…]\next(), preventing double-write errors.\n\nNew dependencies:\n- golang-jwt/jwt/v5 v5.3.0\n- sarulabs/di/v2 v2.5.2\n- uptrace/bun v1.2.16\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: consolidate shared service packages (claims, jwt, ctx, bun, gra…",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2026-06-05T17:22:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8830d78af11e1747b0a4cbd3bd2639f828f8288a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:vukyn/kuery",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2026-01-06T19:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b9d738b4735bee6dccda8db77a2672e6baffbb5",
"body": null,
"is_bot": false,
"headline": "feat: add configuration option to disable line numbers in log output",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2026-01-06T19:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d0e7b80d2df69489f60026758356d73c6dad081",
"body": "…nt existing error functions",
"is_bot": false,
"headline": "feat: add Forbidden function to handle 403 error responses and docume…",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2025-12-25T12:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1d9b3484bd9103804efd3d272528ead21bf924d",
"body": "…sponse for 401 status",
"is_bot": false,
"headline": "fix: enhance error handling in Err function to return Unauthorized re…",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2025-12-17T18:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ff2a4a4573ed372100d75f79a6df01418936e01",
"body": null,
"is_bot": false,
"headline": "refactor: simplify Unauthorized function by removing error parameter",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2025-12-17T18:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d009ba25b2d2f93a76583106cf342b1601e3c60b",
"body": null,
"is_bot": false,
"headline": "feat: implement Unauthorized function for 401 error handling",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2025-12-17T18:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "842092b603aefab918b5edc8270fc7661b068ef7",
"body": null,
"is_bot": false,
"headline": "feat: add Unauthorized function to handle 401 error responses",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2025-12-17T13:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5784370535118522528de3f72082c92152898f0b",
"body": null,
"is_bot": false,
"headline": "feat: add Forward function to handle response errors",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2025-12-17T12:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3401d4c60f60d459621e83511c342735c864486f",
"body": null,
"is_bot": false,
"headline": "feat: pkg for http",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2025-12-17T12:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d633a0a6891e0ea78b5cd656966e8dd67b4d7ca",
"body": null,
"is_bot": false,
"headline": "feat: add Zerolog method to Logger interface",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2025-12-04T17:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce45403ecafe026ada8ad58d8fc1458b8a47ef40",
"body": null,
"is_bot": false,
"headline": "refactor: package log",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2025-09-11T17:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62d4c51e6237c090df3014de27b8ceffa9b43b24",
"body": null,
"is_bot": false,
"headline": "update Makefile",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2025-09-09T16:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86098158a0e4a69292e0fb1bbb56c416f2245ad9",
"body": null,
"is_bot": false,
"headline": "refactor: logger with interface",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2025-09-09T16:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "856ff4b8e0bae9b84c49d2b7db6e9c9e0a4c35f6",
"body": null,
"is_bot": false,
"headline": "feat: add more logger function",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2025-08-26T16:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d901616381744884fadc71020b7398cb7eb683",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2025-08-25T16:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5331e48abb410ab33563a7113dc6aa9a3de66299",
"body": null,
"is_bot": false,
"headline": "major update",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2025-08-25T16:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdacef70ebef61515b1025e45d2f3783c782d98d",
"body": null,
"is_bot": false,
"headline": "update gitignore",
"author_name": "vukyn",
"author_login": "vukyn",
"committed_at": "2024-11-01T09:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cf70d2a1a9de65095a48e7669258a7299a50906",
"body": null,
"is_bot": false,
"headline": "feat: gin middleware for rate limiter",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2024-10-23T16:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcba91322b5cd79a6556cf5690d3c53e4f481053",
"body": null,
"is_bot": false,
"headline": "fix: skip caller frame to 3",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2024-10-23T15:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc2ece393b7e3be5a2e66c74e49947394b591505",
"body": null,
"is_bot": false,
"headline": "update package",
"author_name": "vukynpro",
"author_login": "vukyn",
"committed_at": "2024-10-23T15:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee3940e3445d0601de4424afd77438ab73cc4a81",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:vukyn/kuery",
"author_name": "vukyn",
"author_login": "vukyn",
"committed_at": "2024-10-23T11:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0010733cad4a7d0dd3a7154fc464f36c785f565",
"body": null,
"is_bot": false,
"headline": "major fix",
"author_name": "vukyn",
"author_login": "vukyn",
"committed_at": "2024-10-23T11:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e896a7036823f4d08c18fa8b356df9a661ad993f",
"body": null,
"is_bot": false,
"headline": "remove pkg http",
"author_name": "vukyn",
"author_login": "vukyn",
"committed_at": "2024-10-23T09:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df8a63ac758d72fb14553d11b34296d720985a7a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2024-07-09T06:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ffbed01b9b23dc7c089427eae20b26309f5c95a",
"body": null,
"is_bot": false,
"headline": "refactor and add new packages",
"author_name": "vukyn",
"author_login": "vukyn",
"committed_at": "2024-06-21T07:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5800f023717df07df63047a7db90bd54ceec82d4",
"body": null,
"is_bot": false,
"headline": "feat: add advance color style log",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2024-04-12T19:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4d000d9633ac8ded5dfdc300ae15af7cecefb3f",
"body": null,
"is_bot": false,
"headline": "chore: remove unused package",
"author_name": "vukyn",
"author_login": "vukyn",
"committed_at": "2024-03-12T11:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69879e65e31e902acf8fc79f8e497a58a702ea56",
"body": null,
"is_bot": false,
"headline": "refactor: split package -> conflict syscall by OS",
"author_name": "vukyn",
"author_login": "vukyn",
"committed_at": "2024-03-12T11:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afbb8075dffb10ca7576b339dd3789bd7556c46b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:vukyn/kuery",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2024-03-07T15:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a9de4e88297602fc29ca90d40e885fb4d81a84",
"body": null,
"is_bot": false,
"headline": "fix: color log",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2024-03-07T15:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97a2673821189210172d5f7b62fadfb423fb58a0",
"body": null,
"is_bot": false,
"headline": "feat: get abs directory func",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2024-02-29T11:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b8ac337a2867f3693d0a3382aca325a89ad3da2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:vukyn/kuery",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2024-02-28T15:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac6bcccc08f6ca0bf10984ed7c1695fe1659668b",
"body": null,
"is_bot": false,
"headline": "add color log",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2024-02-28T15:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f932a5f61900e0e4cb2c16ac97e6adf4563f056",
"body": null,
"is_bot": false,
"headline": "fix abspath",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2024-02-27T03:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8822d30e382bf739d6c26bb83fa86766363ab07",
"body": null,
"is_bot": false,
"headline": "change package name",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2024-02-27T03:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd7429c240a0b3d602660b89c495e062e9d22c9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:vukyn/go-kuqery",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2024-02-27T03:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e7e0d5fa8105d22cc10f3334fadd74a4b6e9b24",
"body": null,
"is_bot": false,
"headline": "check hidden file or folder",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2024-02-27T03:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "497bb8ac4248677a0388f5ef9b5ea2b9ab5d9717",
"body": null,
"is_bot": false,
"headline": "add log package",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2024-02-26T15:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b067d42cefa1e7e7a39939c06983dda403b9b0a3",
"body": null,
"is_bot": false,
"headline": "minor update",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2024-01-12T15:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82f4258bc1f6b930f3362aafe1ddd969460be2c7",
"body": null,
"is_bot": false,
"headline": "update library",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2024-01-12T15:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84274c4ed547c4bcbeb1cb29e2320a2f706f2a0a",
"body": null,
"is_bot": false,
"headline": "add makefile",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-12-05T07:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5a25f48bfd7cb6b2374db2c5cb8fe89cbe4a3e3",
"body": null,
"is_bot": false,
"headline": "add condition",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-12-05T07:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b745335f859e8295fc893acdd3759bf765a2cbb",
"body": null,
"is_bot": false,
"headline": "add new query function",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-12-05T07:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d70f3c1b6979a14568eb5ce7c6fa27b97c971165",
"body": null,
"is_bot": false,
"headline": "update go mod",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-11-30T11:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f8e3c37e07ff2a899eb1dd54308180d894cac06",
"body": null,
"is_bot": false,
"headline": "add http request call",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-11-30T11:47:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700223feca4cfeed8b5fc23b892acc4e8725ca3c",
"body": null,
"is_bot": false,
"headline": "init file util",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-11-10T11:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24b16beabe2138ca0661777a3f18008add577aa4",
"body": null,
"is_bot": false,
"headline": "refactor folder",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-11-01T11:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "675ced65bfc3ab97b4163c76b7a7238378521c3c",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-11-01T10:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dffaa7f90f5bf22a0fbf058f4f4b302c201246f",
"body": null,
"is_bot": false,
"headline": "update datetime conversion",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-11-01T10:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce27206f1d98e480c51aca8b391ff6de6fc7bed1",
"body": null,
"is_bot": false,
"headline": "add math functions",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-10-25T04:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2917841200ebb81d17d811afe82011d47c1ef727",
"body": null,
"is_bot": false,
"headline": "add pretty log",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-08-16T07:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cea02433fca05ea09444a801b3221face46d2edd",
"body": null,
"is_bot": false,
"headline": "generate function",
"author_name": "Vu Ky",
"author_login": "vukyn",
"committed_at": "2023-08-14T15:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ab31578d6443f47f631233cb9c437abe2995ddd",
"body": null,
"is_bot": false,
"headline": "fix query",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-08-09T06:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb8b6d8924bca1dcbdafa3e85ec25e161dcf5d9e",
"body": null,
"is_bot": false,
"headline": "init",
"author_name": "kyndv",
"author_login": null,
"committed_at": "2023-08-03T10:57:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 50,
"latest_release_at": "2026-07-15T06:27:49Z",
"latest_release_tag": "v1.41.0",
"releases_from_tags": true,
"days_since_last_push": 6,
"active_weeks_last_year": 13,
"days_since_latest_release": 6,
"mean_days_between_releases": 3.7
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/vukyn/kuery",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/vukyn/kuery",
"is_deprecated": false,
"latest_version": "v1.41.0",
"repository_url": "https://github.com/vukyn/kuery",
"versions_count": 62,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-15T06:27:49Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 14552,
"source_files_sampled": 68,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3920
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/gofiber/fiber/v2",
"direct": true,
"version": "v2.52.13",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-gcfq-8gqf-4876"
],
"fixed_version": "3.3.0",
"advisory_count": 1,
"oldest_advisory_days": 19
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.53.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 14
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 7
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2,
"moderate": 1
},
"advisory_count": 3,
"affected_count": 3,
"assessed_count": 100,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 3
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/asaskevich/govalidator",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230301143203-a9d515a09cc2"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.41.5"
},
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.32.3"
},
{
"name": "github.com/aws/aws-sdk-go-v2/credentials",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.3"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/s3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.97.3"
},
{
"name": "github.com/didip/tollbooth/v7",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v7.0.2"
},
{
"name": "github.com/gin-gonic/gin",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "github.com/go-co-op/gocron/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.21.2"
},
{
"name": "github.com/gofiber/fiber/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.52.13"
},
{
"name": "github.com/gofiber/fiber/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.4.0"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/maypok86/otter/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.3.0"
},
{
"name": "github.com/oklog/ulid/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.1.0"
},
{
"name": "github.com/robfig/cron/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "github.com/rs/zerolog",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.34.0"
},
{
"name": "github.com/sarulabs/di/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.5.2"
},
{
"name": "github.com/uptrace/bun",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.16"
},
{
"name": "github.com/uptrace/bun/dialect/pgdialect",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.16"
},
{
"name": "github.com/uptrace/bun/dialect/sqlitedialect",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.16"
},
{
"name": "github.com/uptrace/bun/driver/pgdriver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.16"
},
{
"name": "github.com/uptrace/bun/driver/sqliteshim",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.16"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.53.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.46.0"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.38.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/asaskevich/govalidator",
"direct": true,
"version": "v0.0.0-20230301143203-a9d515a09cc2",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"direct": true,
"version": "v1.41.5",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"direct": true,
"version": "v1.32.3",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/credentials",
"direct": true,
"version": "v1.19.3",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/s3",
"direct": true,
"version": "v1.97.3",
"ecosystem": "go"
},
{
"name": "github.com/didip/tollbooth/v7",
"direct": true,
"version": "v7.0.2",
"ecosystem": "go"
},
{
"name": "github.com/gin-gonic/gin",
"direct": true,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "github.com/go-co-op/gocron/v2",
"direct": true,
"version": "v2.21.2",
"ecosystem": "go"
},
{
"name": "github.com/gofiber/fiber/v2",
"direct": true,
"version": "v2.52.13",
"ecosystem": "go"
},
{
"name": "github.com/gofiber/fiber/v3",
"direct": true,
"version": "v3.4.0",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"direct": true,
"version": "v5.3.0",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/maypok86/otter/v2",
"direct": true,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/oklog/ulid/v2",
"direct": true,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/robfig/cron/v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "github.com/rs/zerolog",
"direct": true,
"version": "v1.34.0",
"ecosystem": "go"
},
{
"name": "github.com/sarulabs/di/v2",
"direct": true,
"version": "v2.5.2",
"ecosystem": "go"
},
{
"name": "github.com/uptrace/bun",
"direct": true,
"version": "v1.2.16",
"ecosystem": "go"
},
{
"name": "github.com/uptrace/bun/dialect/pgdialect",
"direct": true,
"version": "v1.2.16",
"ecosystem": "go"
},
{
"name": "github.com/uptrace/bun/dialect/sqlitedialect",
"direct": true,
"version": "v1.2.16",
"ecosystem": "go"
},
{
"name": "github.com/uptrace/bun/driver/pgdriver",
"direct": true,
"version": "v1.2.16",
"ecosystem": "go"
},
{
"name": "github.com/uptrace/bun/driver/sqliteshim",
"direct": true,
"version": "v1.2.16",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.46.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "github.com/andybalholm/brotli",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream",
"direct": false,
"version": "v1.7.8",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
"direct": false,
"version": "v1.18.15",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/configsources",
"direct": false,
"version": "v1.4.21",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
"direct": false,
"version": "v2.7.21",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/ini",
"direct": false,
"version": "v1.8.4",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/v4a",
"direct": false,
"version": "v1.4.22",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
"direct": false,
"version": "v1.13.7",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/checksum",
"direct": false,
"version": "v1.9.13",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
"direct": false,
"version": "v1.13.21",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/s3shared",
"direct": false,
"version": "v1.19.21",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/signin",
"direct": false,
"version": "v1.0.3",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sso",
"direct": false,
"version": "v1.30.6",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
"direct": false,
"version": "v1.35.11",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sts",
"direct": false,
"version": "v1.41.3",
"ecosystem": "go"
},
{
"name": "github.com/aws/smithy-go",
"direct": false,
"version": "v1.24.2",
"ecosystem": "go"
},
{
"name": "github.com/bytedance/sonic",
"direct": false,
"version": "v1.11.6",
"ecosystem": "go"
},
{
"name": "github.com/bytedance/sonic/loader",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/cloudwego/base64x",
"direct": false,
"version": "v0.1.4",
"ecosystem": "go"
},
{
"name": "github.com/cloudwego/iasm",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/gabriel-vasile/mimetype",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/gin-contrib/sse",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-pkgz/expirable-cache/v3",
"direct": false,
"version": "v3.0.0",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/locales",
"direct": false,
"version": "v0.14.1",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/universal-translator",
"direct": false,
"version": "v0.18.1",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/validator/v10",
"direct": false,
"version": "v10.20.0",
"ecosystem": "go"
},
{
"name": "github.com/goccy/go-json",
"direct": false,
"version": "v0.10.2",
"ecosystem": "go"
},
{
"name": "github.com/gofiber/schema",
"direct": false,
"version": "v1.8.0",
"ecosystem": "go"
},
{
"name": "github.com/gofiber/utils/v2",
"direct": false,
"version": "v2.1.1",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/inflection",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jonboulle/clockwork",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "v1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.19.0",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/cpuid/v2",
"direct": false,
"version": "v2.2.7",
"ecosystem": "go"
},
{
"name": "github.com/kr/pretty",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/leodido/go-urn",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.15",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.22",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.16",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-sqlite3",
"direct": false,
"version": "v1.14.34",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "v0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/ncruces/go-strftime",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml/v2",
"direct": false,
"version": "v2.2.2",
"ecosystem": "go"
},
{
"name": "github.com/philhofer/fwd",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/puzpuzpuz/xsync/v3",
"direct": false,
"version": "v3.5.1",
"ecosystem": "go"
},
{
"name": "github.com/remyoudompheng/bigfft",
"direct": false,
"version": "v0.0.0-20230129092748-24d4a6f8daec",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "v1.14.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/tinylib/msgp",
"direct": false,
"version": "v1.6.4",
"ecosystem": "go"
},
{
"name": "github.com/tmthrgd/go-hex",
"direct": false,
"version": "v0.0.0-20190904060850-447a3041c3bc",
"ecosystem": "go"
},
{
"name": "github.com/twitchyliquid64/golang-asm",
"direct": false,
"version": "v0.15.1",
"ecosystem": "go"
},
{
"name": "github.com/ugorji/go/codec",
"direct": false,
"version": "v1.2.12",
"ecosystem": "go"
},
{
"name": "github.com/valyala/bytebufferpool",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/fasthttp",
"direct": false,
"version": "v1.72.0",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/msgpack/v5",
"direct": false,
"version": "v5.4.1",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/tagparser/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.41.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.41.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/arch",
"direct": false,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20260218203240-3dfff04db8fa",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.56.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.34.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "mellium.im/sasl",
"direct": false,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "modernc.org/libc",
"direct": false,
"version": "v1.68.0",
"ecosystem": "go"
},
{
"name": "modernc.org/mathutil",
"direct": false,
"version": "v1.7.1",
"ecosystem": "go"
},
{
"name": "modernc.org/memory",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "modernc.org/sqlite",
"direct": false,
"version": "v1.46.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 100,
"direct_count": 25,
"indirect_count": 75
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 31,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "vukyn",
"commits": 70,
"avatar_url": "https://avatars.githubusercontent.com/u/88317698?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"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": 0,
"reason": "0 out of 28 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e03d40062101390f4621cdff66dd40f2def13df2",
"ran_at": "2026-07-22T03:19:56Z",
"aggregate_score": 2.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-15T06:28:23Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-15T06:27:50Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vukyn/kuery",
"host": "github.com",
"name": "kuery",
"owner": "vukyn"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 39,
"vitality": 77,
"community": 12,
"governance": 51,
"engineering": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"commits_last_year": 50,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 13
},
"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": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "50 commits in the last year",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 50
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.41.0",
"releases_from_tags": true,
"days_since_latest_release": 6,
"mean_days_between_releases": 3.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"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 ~3.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 1,
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 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": 31,
"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": "31/31 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 31,
"decided": 31
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "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": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "vukyn",
"public_repos": 25,
"account_age_days": 1814
},
"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": "1 followers of vukyn",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "vukyn"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "25 public repos, account ~4 yr old",
"points": 20.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 25
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/vukyn/kuery"
],
"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": "62 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 62
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "0 out of 28 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"golang",
"library",
"utilities"
],
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 28 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "3 existing vulnerabilities detected",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 100 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"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 100
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 77,
"inputs": {
"source": "osv",
"advisories": 3,
"affected_packages": 3,
"assessed_packages": 100,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1, unknown 2",
"direct_affected_packages": 3
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "3 affected: github.com/gofiber/fiber/v2 v2.52.13 (moderate 5.3), golang.org/x/crypto v0.53.0 (unknown), golang.org/x/text v0.38.0 (unknown)",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 3,
"packages": "github.com/gofiber/fiber/v2 v2.52.13 (moderate 5.3), golang.org/x/crypto v0.53.0 (unknown), golang.org/x/text v0.38.0 (unknown)"
}
}
],
"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 has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"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": 100,
"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
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 82,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.602,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3920
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "53 of 88 human commits state their intent (structured subject or explanatory body)",
"points": 32.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 53,
"sampled": 88
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.375,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "33 of the last 88 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 33,
"sampled": 88
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 14552,
"source_files_sampled": 68,
"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/68 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 68,
"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-22T03:20:10.821386Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vukyn/kuery.svg",
"full_name": "vukyn/kuery",
"license_state": "absent",
"license_spdx": null
}