原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 361,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 311824,
"Shell": 1823,
"Makefile": 3355
},
"pushed_at": "2026-07-28T12:27:34Z",
"created_at": "2026-04-04T16:15:25Z",
"owner_type": "User",
"updated_at": "2026-07-28T12:28:29Z",
"description": "Production-ready infrastructure components for github.com/sunkek/samsara",
"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": "Nikita Zotov",
"type": "User",
"login": "sunkek",
"company": "HRB Software",
"location": "Armenia",
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/47845323?v=4",
"created_at": "2019-02-21T06:53:03Z",
"is_verified": null,
"public_repos": 7,
"account_age_days": 2714
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "b65535ce187f8dae409d2795dfb7a03f01e1fd2e",
"body": "…ware\n\nUse appended every call's arguments into one flat slice, which Start replayed as\na single app.Use. Fiber reads a string argument there as the path prefix for all\nhandlers in that call, so one path-scoped registration — Use(\"/docs/file.json\",\nstatic) — re-scoped auth, audit and tracing to that\n[…]\nant and an integration test\nasserting a guard still applies to an unrelated route — the latter fails on the\nprevious implementation.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(fiber): stop a path-scoped Use from unscoping other global middle…",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-28T12:26:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "df62a3e666cca80a51ae520d7064d4f4dfee4154",
"body": "SetNX could claim a key but not count it, so a shared-store fixed-window\ncounter (rate limits, quotas) was not expressible without extra round trips.\nIncr returns the post-increment value, and a missing key counting as 0 means\nthe first call returns 1 — the signal to arm the window TTL exactly once.\n\nBreaking for hand-written Client fakes: they must add the method.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(redis): add atomic Incr to the Client API",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-28T07:31:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fe9eb74ab97a6b5cca8142f5f570ad40685619d1",
"body": "Every existing module wraps a network dependency, so services wanting a\nlocal database had to hand-roll the lifecycle in main.go — the thing\nsamsara exists to prevent.\n\nBacked by pure-Go modernc.org/sqlite to keep CGO_ENABLED=0 builds\nworking. The DB interface mirrors postgresql's signatures so adap\n[…]\nion (writes queue in the\npool rather than racing the write lock) and foreign keys on, which bare\nSQLite leaves off for backwards compatibility.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "sqlite: add embedded SQLite component",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-20T10:38:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6179fe0c4d33b9bfadd124febbacf52af9e0e338",
"body": null,
"is_bot": false,
"headline": "docs: cut per-module release notes for 2026-07-20 versions",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-20T06:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ddb06feceb642cacac3bf2705c0a51697bf5ef8",
"body": "New module: HTTP server exposing a Prometheus registry (default\n:2112/metrics) with the samsara lifecycle, plus an Observer() bridge\nimplementing samsara.MetricsObserver to export supervisor telemetry\n(component up/down, restarts, health-check latency).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "prometheus: add metrics endpoint + supervisor telemetry observer",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-20T05:48:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "62e8df07a5ce2ecd0e715ac195d97ea8e17955db",
"body": "…er liveness in Health\n\n- RetryPolicy with exponential backoff, max retries, DLX routing (ErrDropToDLX)\n- SubscribeWithOptions: per-subscription queue args, queue type, retry config\n- Subscription setup errors no longer swallowed; returned to caller\n- Health reports dead consumers (channel/connection closure detection)\n- Internal retry tests; README docs for retry/DLQ and new options",
"is_bot": false,
"headline": "rabbitmq: add retry/DLQ policy, surface subscription failures, consum…",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-17T11:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "015236c20bd8dc885d9823155618e622f49d1ee5",
"body": null,
"is_bot": false,
"headline": "refactor(fiber): converge lifecycle on stopCh pattern",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-17T07:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65f35a96b9444c0ad24d44ac341d627b9221d1ed",
"body": null,
"is_bot": false,
"headline": "feat(grpc,grpcclient): TLS support (server creds, client creds, mTLS)",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-17T07:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de554a7004e0e4af1f887b20cf5a5882eb0db512",
"body": null,
"is_bot": false,
"headline": "feat(s3): add consumer-facing Storage interface",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-17T07:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0880802fbb10c0e42b1e97b005630e8e5f2ea84e",
"body": null,
"is_bot": false,
"headline": "feat(fiber,grpc): configurable shutdown/health/stop timeouts",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-17T07:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4b524d8496b956121477559aeaaafdd2074d940",
"body": "postgresql: \"postgres\" -> \"postgresql\"; grpcclient: \"grpc-client\" ->\n\"grpcclient\". Breaking for WithDependencies references; pin the old\nname with WithName to keep it.",
"is_bot": false,
"headline": "fix!: align default component names with module names",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-17T07:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47ce35bc7fd20e54275fb7ab856101716f4aaac7",
"body": "Every component now requires Debug/Info/Warn/Error. Breaking for\nconsumer adapters missing Debug or Warn. Close-timeout and\nTLS-verification-disabled messages moved to Warn.",
"is_bot": false,
"headline": "feat!: unify Logger interface across all components",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-07-17T07:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5e07bda581cbeb7a7d4dcf9bd35f312f1641627",
"body": "Exposes a race-free SET ... NX building block so consumers can claim a\nkey exactly once without an Exists+Set check-then-act gap. Returns true\nwhen the caller won the claim, false when the key already existed.\n\nImplemented via SetArgs{Mode:\"NX\"} (client.SetNX is deprecated in\ngo-redis); single atomic command, no Lua. Unblocks Shipper's\nrefresh-token single-use rotation.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "redis: add atomic SetNX set-if-absent primitive",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-06-22T11:28:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0262da07d8635f66f45135c8a39277016378db24",
"body": "Additive API so apps can let the broker own dead-lettering and the\nredelivery cap instead of an app-side retry-exchange workaround:\n\n- SubscribeWithOptions + SubscribeOptions{QueueArgs, QueueType} declare the\n work queue with x-dead-letter-exchange / x-delivery-limit / quorum type.\n- ErrDropToDLX s\n[…]\nbehaviour.\n- PublishWithHeaders stamps custom AMQP headers on a message.\n\nSubscribe/SubscribeWithKey and Publish/PublishWithType are unchanged.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "rabbitmq: add native dead-letter / redelivery support",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-06-20T20:41:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "15df6bf15053bd5960a21560848f7ee7a6ecfacb",
"body": "All Client operations (Set, Get, Del, Exists, Expire, TTL, Scan) called\ngetClient() and dereferenced the result without a nil check. When the\ncomponent has no live connection — before Start, after Stop, or while the\nsupervisor restarts it because Redis is down — getClient() returns nil and\nevery cal\n[…]\nrrNotReady sentinel and guard each operation (and reuse it in\nHealth) so callers get a detectable error and can fail open instead of\npanicking.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "redis: guard client ops against nil to prevent panic",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-06-17T07:12:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "192827c75493582197d58c3ee7a3e96a618ff28c",
"body": "Exposes fasthttp's per-connection header buffer via Config.ReadBufferSize,\nthreaded into gf.Config. Lets callers accept large headers (e.g. big Cookie)\nthat overflow the default 4096 buffer. Zero keeps the fasthttp default.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fiber: add ReadBufferSize for large request headers",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-06-11T14:37:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "085c8d97133bcec7e32871b5e070f7c66887fa91",
"body": "Config gains TrustProxy, TrustProxyConfig, ProxyHeader, and\nEnableIPValidation, threaded into gf.Config. When TrustProxy is true and\nthe immediate peer matches TrustProxyConfig, c.IP() reads ProxyHeader\ninstead of the socket remote address. Defaults preserve direct exposure.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fiber: expose TrustProxy for proxy-aware client IP",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-06-03T09:40:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b92964dda4e437c49d1508b53c03b82245598922",
"body": "Config gains TLS, TLSCAFile, TLSCertFile, TLSKeyFile, TLSServerName,\nTLSInsecureSkipVerify, and TLSMinVersion. Start builds a *tls.Config\nvia Config.tlsConfig() and wires it into redis.Options.TLSConfig.\nTLSServerName defaults to Host; TLSMinVersion accepts \"1.2\" (default)\nor \"1.3\". Client cert fiel\n[…]\nify is true.\n\nUnblocks connecting to TLS-only Redis instances (e.g. stage rag_redis\non port 16379 with self-signed CA and tls-auth-clients no).\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "redis: add TLS support",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-05-22T11:30:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ab8bd5cd79ce390329e6610a61c6facfbd8f0693",
"body": null,
"is_bot": false,
"headline": "Update changelog for fiber/rabbitmq/redis/s3 releases",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-05-20T12:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5ce67e3000d27bb59d5c59e3e2331ec4903225c",
"body": "Also snapshot getClient/getPresigner into a local at the top of each\noperation so the nil check and the call site can't race against Stop\nnulling the field between them.",
"is_bot": false,
"headline": "s3: nullify client and presigner on stop",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-05-20T12:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "538fa27b0ffedcf3ca1a3e790e26c0560fd88747",
"body": null,
"is_bot": false,
"headline": "redis: nullify client on stop",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-05-20T12:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5f790f72327cab29f5a462dbe8978d0a7e76d2",
"body": null,
"is_bot": false,
"headline": "rabbitmq: nullify conn and channel on stop",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-05-20T12:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "565e55ffc018df534033e0151381b6c66de59192",
"body": "Fiber's compress middleware calls c.Response().Body() in shouldSkip, which\ndrains a streaming body into a buffer before any byte hits the socket. This\ndefeats SendStreamWriter (SSE, chunked proxying) — clients receive the full\nresponse only after the stream ends.\n\nAdd CompressNext and DisableCompress to Config so callers can skip the\nmiddleware per-route or globally. The compress.Config{Next} hook runs before\nc.Next(), avoiding the drain.",
"is_bot": false,
"headline": "fiber: expose compress bypass for streamed responses",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-05-20T12:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5223fe9d321dae8147e8360899f9ef53caec851b",
"body": null,
"is_bot": false,
"headline": "Add ContentType and ContentLength to presign uploads",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-27T15:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9cd96402d7e6f048c9da59f3225baf5036e957e",
"body": null,
"is_bot": false,
"headline": "Update meta",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-09T16:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2130c0cc2db29c73c7869a009c9918b24eba035b",
"body": null,
"is_bot": false,
"headline": "Polish config and shutdown",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-09T16:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bcf8ce9a278e9e78a462a79754c10fde8f945fa",
"body": null,
"is_bot": false,
"headline": "Make sure post-start subs don't leak",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-09T16:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c59d8992297dd15001670b8cf169697974a899d2",
"body": null,
"is_bot": false,
"headline": "Nullify pool on stop",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-09T16:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f28528f0bc2f4f199e157fd36dacb8f56f56377f",
"body": null,
"is_bot": false,
"headline": "Rename health bucket",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-09T16:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c32e37a91d538ffe66a11ba5bf313f4d3c25503",
"body": "…server start",
"is_bot": false,
"headline": "Improve healthcheck and shutdown. Forbid route registration after web…",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-09T16:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69ce4e44f67af32c8f2e33fe3de360d5ad8690c5",
"body": null,
"is_bot": false,
"headline": "Fix failing integration test",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-09T06:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a057b47c3948c868ae970e54dfe24cbbdc86274",
"body": null,
"is_bot": false,
"headline": "Add gRPC client",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-09T06:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a33e9d8c0d642161b426cacdf8cd60f4b2b0963f",
"body": null,
"is_bot": false,
"headline": "Add readme",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-09T06:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c05f534eb2cd2e5b0a58dd97131a8747802cbe60",
"body": null,
"is_bot": false,
"headline": "Add grpc server",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-08T09:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44502c7ad9fd60504650ef3a1be35e8583ab7996",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-08T08:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eea3e3aa593abf7d448fdca41a6eb92fe7fbf53",
"body": null,
"is_bot": false,
"headline": "Fix S3 operations",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-08T07:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14523a286c5428eba512cd67d63ff4c3c559cb56",
"body": null,
"is_bot": false,
"headline": "Fix testing infra",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-07T16:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9d449500a8b886df586997d1816034225476138",
"body": null,
"is_bot": false,
"headline": "Add redis. Add S3",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-07T16:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4d25f6aea6514517d250ad9b6a7d59a395c1071",
"body": null,
"is_bot": false,
"headline": "Add fiber",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-05T13:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c540ef64db9d30b62d08a97b09645f22e58e5205",
"body": null,
"is_bot": false,
"headline": "Remove unneeded step",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-05T13:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f903a940d3aa27a191a36cdd2be7a2e67a6bd51",
"body": null,
"is_bot": false,
"headline": "Fix possible shutdown leaks",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-05T13:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "220de9f44e96795fa620a2555d5353d4afb77efb",
"body": null,
"is_bot": false,
"headline": "Add rabbitmq",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-05T07:56:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f772929d384b84dc8adf97daae5856714810d30",
"body": null,
"is_bot": false,
"headline": "Improve password safety. Improve pool usage resilience",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-05T02:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6d8cd5ff19acd1d3391c88f1365db3744104227",
"body": null,
"is_bot": false,
"headline": "Run gofmt -s",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-04T16:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a77e73eb4ccd35748bde29a4c9d3428f04dcb8f5",
"body": null,
"is_bot": false,
"headline": "Update badges",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-04T16:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f71f02dfa5d9ddbd3dac630f2e4d233d437be651",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Nikita Zotov",
"author_login": "sunkek",
"committed_at": "2026-04-04T16:18:53Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 46,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 9,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/sunkek/samsara-components/s3",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sunkek/samsara-components/s3",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/sunkek/samsara-components",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T06:36:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
},
{
"name": "github.com/sunkek/samsara-components/grpc",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sunkek/samsara-components/grpc",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/sunkek/samsara-components",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T06:36:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
},
{
"name": "github.com/sunkek/samsara-components/fiber",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sunkek/samsara-components/fiber",
"is_deprecated": false,
"latest_version": "v0.5.0",
"repository_url": "https://github.com/sunkek/samsara-components",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-28T12:26:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "github.com/sunkek/samsara-components/redis",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sunkek/samsara-components/redis",
"is_deprecated": false,
"latest_version": "v0.5.0",
"repository_url": "https://github.com/sunkek/samsara-components",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-28T07:31:23Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "github.com/sunkek/samsara-components/sqlite",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sunkek/samsara-components/sqlite",
"is_deprecated": false,
"latest_version": "v0.1.0",
"repository_url": "https://github.com/sunkek/samsara-components",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T10:38:13Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
},
{
"name": "github.com/sunkek/samsara-components/rabbitmq",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sunkek/samsara-components/rabbitmq",
"is_deprecated": false,
"latest_version": "v0.3.0",
"repository_url": "https://github.com/sunkek/samsara-components",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T06:36:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
},
{
"name": "github.com/sunkek/samsara-components/grpcclient",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sunkek/samsara-components/grpcclient",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/sunkek/samsara-components",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T06:36:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
},
{
"name": "github.com/sunkek/samsara-components/postgresql",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sunkek/samsara-components/postgresql",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/sunkek/samsara-components",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T06:36:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"fiber/go.mod",
"grpc/go.mod",
"grpcclient/go.mod",
"postgresql/go.mod",
"prometheus/go.mod",
"rabbitmq/go.mod",
"redis/go.mod",
"s3/go.mod",
"sqlite/go.mod"
],
"largest_source_bytes": 18801,
"source_files_sampled": 47,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2328
},
"dependencies": {
"manifests": [
"fiber/go.mod",
"grpc/go.mod",
"grpcclient/go.mod",
"postgresql/go.mod",
"prometheus/go.mod",
"rabbitmq/go.mod",
"redis/go.mod",
"s3/go.mod",
"sqlite/go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.80.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GO-2026-6061"
],
"fixed_version": "1.82.1",
"advisory_count": 2,
"oldest_advisory_days": 7
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.48.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2",
"GHSA-qpw4-5x99-6vjp",
"GHSA-rm3j-f69w-wqmq"
],
"fixed_version": "0.52.0",
"advisory_count": 27,
"oldest_advisory_days": 68
},
{
"name": "github.com/gofiber/fiber/v3",
"direct": true,
"version": "v3.1.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-35hp-hqmv-8qg8",
"GHSA-g5vh-55hw-rxm8",
"GHSA-gcfq-8gqf-4876",
"GHSA-qjv7-627w-8qjv",
"GO-2026-5069",
"GO-2026-5585",
"GO-2026-5886",
"GO-2026-5887",
"GO-2026-5912"
],
"fixed_version": "3.4.0",
"advisory_count": 9,
"oldest_advisory_days": 91
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.49.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "1.26.3",
"advisory_count": 9,
"oldest_advisory_days": 82
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.51.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "1.26.3",
"advisory_count": 9,
"oldest_advisory_days": 82
},
{
"name": "github.com/jackc/pgx/v5",
"direct": true,
"version": "v5.9.1",
"severity": "low",
"ecosystem": "go",
"cvss_score": 3.1,
"advisory_ids": [
"GHSA-j88v-2chj-qfwx",
"GO-2026-5004"
],
"fixed_version": "5.9.2",
"advisory_count": 2,
"oldest_advisory_days": 97
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.4",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5841"
],
"fixed_version": "1.18.7",
"advisory_count": 1,
"oldest_advisory_days": 1
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.35.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 67
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.36.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 67
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.40.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 67
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.41.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 67
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.29.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 14
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.33.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 14
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.34.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 14
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"unknown": 8,
"critical": 2,
"moderate": 3
},
"advisory_count": 66,
"affected_count": 14,
"assessed_count": 90,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 3
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/gofiber/contrib/v3/swaggo",
"manifest": "fiber/go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/gofiber/fiber/v3",
"manifest": "fiber/go.mod",
"ecosystem": "go",
"version_constraint": "v3.1.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "grpc/go.mod",
"ecosystem": "go",
"version_constraint": "v1.80.0"
},
{
"name": "github.com/georgysavva/scany/v2",
"manifest": "postgresql/go.mod",
"ecosystem": "go",
"version_constraint": "v2.1.4"
},
{
"name": "github.com/jackc/pgx/v5",
"manifest": "postgresql/go.mod",
"ecosystem": "go",
"version_constraint": "v5.9.1"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "prometheus/go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "github.com/rabbitmq/amqp091-go",
"manifest": "rabbitmq/go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "github.com/redis/go-redis/v9",
"manifest": "redis/go.mod",
"ecosystem": "go",
"version_constraint": "v9.18.0"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"manifest": "s3/go.mod",
"ecosystem": "go",
"version_constraint": "v1.41.5"
},
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"manifest": "s3/go.mod",
"ecosystem": "go",
"version_constraint": "v1.32.14"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/s3",
"manifest": "s3/go.mod",
"ecosystem": "go",
"version_constraint": "v1.98.0"
},
{
"name": "github.com/aws/smithy-go",
"manifest": "s3/go.mod",
"ecosystem": "go",
"version_constraint": "v1.24.2"
},
{
"name": "github.com/georgysavva/scany/v2",
"manifest": "sqlite/go.mod",
"ecosystem": "go",
"version_constraint": "v2.1.4"
},
{
"name": "modernc.org/sqlite",
"manifest": "sqlite/go.mod",
"ecosystem": "go",
"version_constraint": "v1.39.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"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.14",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/s3",
"direct": true,
"version": "v1.98.0",
"ecosystem": "go"
},
{
"name": "github.com/aws/smithy-go",
"direct": true,
"version": "v1.24.2",
"ecosystem": "go"
},
{
"name": "github.com/georgysavva/scany/v2",
"direct": true,
"version": "v2.1.4",
"ecosystem": "go"
},
{
"name": "github.com/gofiber/contrib/v3/swaggo",
"direct": true,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/gofiber/fiber/v3",
"direct": true,
"version": "v3.1.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgx/v5",
"direct": true,
"version": "v5.9.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "v1.23.2",
"ecosystem": "go"
},
{
"name": "github.com/rabbitmq/amqp091-go",
"direct": true,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "github.com/redis/go-redis/v9",
"direct": true,
"version": "v9.18.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.80.0",
"ecosystem": "go"
},
{
"name": "modernc.org/sqlite",
"direct": true,
"version": "v1.39.1",
"ecosystem": "go"
},
{
"name": "github.com/andybalholm/brotli",
"direct": false,
"version": "v1.2.0",
"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/credentials",
"direct": false,
"version": "v1.19.14",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
"direct": false,
"version": "v1.18.21",
"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.6",
"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.9",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sso",
"direct": false,
"version": "v1.30.15",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
"direct": false,
"version": "v1.35.19",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sts",
"direct": false,
"version": "v1.41.10",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/dgryski/go-rendezvous",
"direct": false,
"version": "v0.0.0-20200823014737-9f7001d12a5f",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonpointer",
"direct": false,
"version": "v0.22.4",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonreference",
"direct": false,
"version": "v0.21.4",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/spec",
"direct": false,
"version": "v0.22.3",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/conv",
"direct": false,
"version": "v0.25.4",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/jsonname",
"direct": false,
"version": "v0.25.4",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/jsonutils",
"direct": false,
"version": "v0.25.4",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/loading",
"direct": false,
"version": "v0.25.4",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/stringutils",
"direct": false,
"version": "v0.25.4",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/typeutils",
"direct": false,
"version": "v0.25.4",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/yamlutils",
"direct": false,
"version": "v0.25.4",
"ecosystem": "go"
},
{
"name": "github.com/gofiber/schema",
"direct": false,
"version": "v1.7.0",
"ecosystem": "go"
},
{
"name": "github.com/gofiber/utils/v2",
"direct": false,
"version": "v2.0.2",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgpassfile",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgservicefile",
"direct": false,
"version": "v0.0.0-20240606120523-5a60cdf6a761",
"ecosystem": "go"
},
{
"name": "github.com/jackc/puddle/v2",
"direct": false,
"version": "v2.2.2",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.4",
"ecosystem": "go"
},
{
"name": "github.com/kr/text",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/kylebanks/depth",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/ncruces/go-strftime",
"direct": false,
"version": "v0.1.9",
"ecosystem": "go"
},
{
"name": "github.com/philhofer/fwd",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.66.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.16.1",
"ecosystem": "go"
},
{
"name": "github.com/remyoudompheng/bigfft",
"direct": false,
"version": "v0.0.0-20230129092748-24d4a6f8daec",
"ecosystem": "go"
},
{
"name": "github.com/swaggo/files/v2",
"direct": false,
"version": "v2.0.2",
"ecosystem": "go"
},
{
"name": "github.com/swaggo/swag",
"direct": false,
"version": "v1.16.6",
"ecosystem": "go"
},
{
"name": "github.com/tinylib/msgp",
"direct": false,
"version": "v1.6.3",
"ecosystem": "go"
},
{
"name": "github.com/valyala/bytebufferpool",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/fasthttp",
"direct": false,
"version": "v1.69.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/atomic",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v2",
"direct": false,
"version": "v2.4.2",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.48.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20250620022241-b7579e27df2b",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.49.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.51.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.17.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.19.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.41.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.29.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.34.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.42.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260120221211-b8f7ae30c516",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.8",
"ecosystem": "go"
},
{
"name": "modernc.org/libc",
"direct": false,
"version": "v1.66.10",
"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"
}
],
"collected": true,
"truncated": false,
"total_count": 90,
"direct_count": 13,
"indirect_count": 77
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sunkek",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/47845323?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": null,
"reason": "no pull request found",
"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": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "23 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": 8,
"reason": "dependency not pinned by hash detected -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "32 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b65535ce187f8dae409d2795dfb7a03f01e1fd2e",
"ran_at": "2026-07-29T04:42:51Z",
"aggregate_score": 4.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T12:30:11Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sunkek/samsara-components",
"host": "github.com",
"name": "samsara-components",
"owner": "sunkek"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"security": 43,
"vitality": 41,
"community": 33,
"governance": 35,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 41,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 46,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "46 commits in the last year",
"points": 15,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 46
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "23 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": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 35,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"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": 42,
"inputs": {
"followers": 4,
"owner_type": "User",
"is_verified": null,
"owner_login": "sunkek",
"public_repos": 7,
"account_age_days": 2714
},
"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": "4 followers of sunkek",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "sunkek"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "7 public repos, account ~7 yr old",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 7
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/sunkek/samsara-components/s3",
"github.com/sunkek/samsara-components/grpc",
"github.com/sunkek/samsara-components/fiber",
"github.com/sunkek/samsara-components/redis",
"github.com/sunkek/samsara-components/sqlite",
"github.com/sunkek/samsara-components/rabbitmq",
"github.com/sunkek/samsara-components/grpcclient",
"github.com/sunkek/samsara-components/postgresql"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "8 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 8,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.1
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "23 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": "dependency not pinned by hash detected -- score normalized to 8",
"points": 4,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "32 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 90 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": 90
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "osv",
"advisories": 66,
"affected_packages": 14,
"assessed_packages": 90,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, moderate 3, low 1, unknown 8",
"direct_affected_packages": 3
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "3 affected: google.golang.org/grpc v1.80.0 (critical 9.1), github.com/gofiber/fiber/v3 v3.1.0 (moderate 6.5), github.com/jackc/pgx/v5 v5.9.1 (low 3.1)",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 3,
"packages": "google.golang.org/grpc v1.80.0 (critical 9.1), github.com/gofiber/fiber/v3 v3.1.0 (moderate 6.5), github.com/jackc/pgx/v5 v5.9.1 (low 3.1)"
}
}
],
"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": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 97 days ago",
"points": 32.3,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 97
}
}
],
"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": 90,
"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": 80,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.478,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2328
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, 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": "22 of 46 human commits state their intent (structured subject or explanatory body)",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 46
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.217,
"toolchain_manifests": [
"fiber/go.mod",
"grpc/go.mod",
"grpcclient/go.mod",
"postgresql/go.mod",
"prometheus/go.mod",
"rabbitmq/go.mod",
"redis/go.mod",
"s3/go.mod",
"sqlite/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "10 of the last 46 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 10,
"sampled": 46
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 8",
"points": 8,
"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": 18801,
"source_files_sampled": 47,
"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/47 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 47,
"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-29T04:42:55.395280Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sunkek/samsara-components.svg",
"full_name": "sunkek/samsara-components",
"license_state": "standard",
"license_spdx": "MIT"
}