Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"blast-radius",
"golang",
"incident-response",
"offensive-security",
"red-team",
"security-tools",
"security-triage"
],
"is_fork": false,
"size_kb": 422,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 985183
},
"pushed_at": "2026-07-22T21:13:02Z",
"created_at": "2026-06-08T22:59:33Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T21:14:19Z",
"description": "Detection tells you a key is real; geiger tells you whether it's dangerous.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://puck.security/",
"name": "Puck Security",
"type": "Organization",
"login": "puck-security",
"company": null,
"location": null,
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/273833715?v=4",
"created_at": "2026-04-05T17:36:35Z",
"is_verified": null,
"public_repos": 4,
"account_age_days": 113
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-07-07T19:14:52Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2026-07-06T20:02:53Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-07-01T21:43:46Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-06-30T16:11:08Z"
},
{
"tag": "v1.4.3",
"kind": "patch",
"published_at": "2026-06-22T17:22:25Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2026-06-22T17:07:24Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2026-06-22T16:41:02Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-06-22T16:04:17Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-06-15T23:28:58Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-06-15T14:48:37Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-06-12T14:57:46Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-06-10T21:56:23Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-06-10T20:00:35Z"
}
],
"recent_commits": [
{
"oid": "b2df4c645aca8aad4e826ddbaffa9ec645692d55",
"body": "…dius (#5)\n\n* feat(dynatrace): validate tokens via v2 lookup + scope-based blast radius\n\n* fix(dynatrace): constrain the env-var tenant to Dynatrace hosts\n\nThe raw-blob branch filtered the tenant through dtTenantRe, but the env-var\nbranch did not, so DT_ENV_URL=<anything> aimed the token at that hos\n[…]\nalready blocks this; a recognizer that knows\nits vendor's host shape should not emit an off-vendor host to begin with.\n\n---------\n\nCo-authored-by: Noah <9147048-noah-adversis@users.noreply.gitlab.com>",
"is_bot": false,
"headline": "feat(dynatrace): validate tokens via v2 lookup + scope-based blast ra…",
"author_name": "Stefan",
"author_login": "beer4code",
"committed_at": "2026-07-22T21:13:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05fea7594020e1ffe39c1a03c4bb618fb005cd42",
"body": "Endpoint guards lived at individual call sites (recipe.renderBase, per-module\nresolveEndpoint), so a module that resolved its own host routed around them.\n32 f[\"endpoint\"] uses did exactly that, several in Authenticate hooks that run\nbefore Recon and never reach renderBase — a planted SPLUNK_URL sti\n[…]\nPolicy fails the build if a new module\n skips the declaration\n\nDocs in README, modules/doc.go, and a PR template checklist item.\n\nCo-authored-by: Noah <9147048-noah-adversis@users.noreply.gitlab.com>",
"is_bot": false,
"headline": "feat(recognize): enforce endpoint policy centrally (#7)",
"author_name": "Noah Potti",
"author_login": "noahpotti",
"committed_at": "2026-07-22T20:40:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4180652f117dfa940f17c16534981d8bcf0cb619",
"body": "* fix(recon): bind endpoints to their own service; validate base URLs\n\nEndpoint env vars were pooled in one global list, so whichever appeared\nfirst (GRAFANA_URL, VAULT_ADDR, ...) became the base URL for every\nname-routed credential in the blob. A planted URL therefore sent an\nunrelated real token t\n[…]\n v0.39.0\n\nClears GO-2026-5970 reported by govulncheck. Pulls golang.org/x/sync to\nv0.21.0 as a resolution side effect.\n\n---------\n\nCo-authored-by: Noah <9147048-noah-adversis@users.noreply.gitlab.com>",
"is_bot": false,
"headline": "fix(recon): bind endpoints to their own service; validate base URLs (#6)",
"author_name": "Noah Potti",
"author_login": "noahpotti",
"committed_at": "2026-07-21T21:42:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd8a4ba11eecad29943ebd1b02c74aa583c544bc",
"body": "…eturn",
"is_bot": false,
"headline": "fix(browser): satisfy errcheck — explicitly ignore filepath.WalkDir r…",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-07-07T19:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c52a4f4fc7dfd550d4ae08bb5e72e0c343b81674",
"body": "… triage) (#4)\n\n* feat: --browser — model malicious browser-extension impact\n\nNew --browser mode (peer of --env/--metadata) for Chrome/Edge on the current OS,\nanswering \"impact given a malicious extension\" in two halves:\n\n- capability: score each installed extension's permission union (cookies + bro\n[…]\ne enrichment) and land at INFO/LOW.\n\n* docs: document --browser/--all, Chromium-family coverage, cookie-metadata scope\n\n---------\n\nCo-authored-by: Noah <9147048-noah-adversis@users.noreply.gitlab.com>",
"is_bot": false,
"headline": "feat(browser): model malicious browser-extension impact (CursedChrome…",
"author_name": "Noah Potti",
"author_login": "noahpotti",
"committed_at": "2026-07-07T18:50:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac03a7b0bf46a4e08ca8535ce2fc906dbb6cdc44",
"body": "… privilege\n\nRecognition: gitleaks only matches Netlify tokens next to the literal netlify\nkeyword with a lowercase-only capture, missing the prefixed format (nfp_ PAT,\nnfc_ CLI, nfo_ OAuth, nfu_ app, nfb_ build) and bare tokens. Add a recognizer\nkeyed on the distinctive nf?_ prefix and the NETLIFY_\n[…]\ns\nfull account privilege. Add a force-multiplier scope finding stating this, an\n/accounts call that flags team Owners (account admin), on top of the existing\nsites count and readable-build-env signal.",
"is_bot": false,
"headline": "feat(netlify): recognize prefixed tokens + flag unscoped full-account…",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-07-06T19:26:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "364d3656043d7e55f58bdc6c5a7a7d2fb76ca4d1",
"body": "A Filestack api key ships in front-end JS by design, so a leak is only notable\nwhen the app has Security disabled (a misconfiguration), and even then it is not\na crown-jewel secret. Probe the security state first, then flag: security-off →\nwarn (MEDIUM, was force-multiplier/HIGH), security-on → info. The app secret\nstays a force multiplier (it is the real secret).",
"is_bot": false,
"headline": "fix(filestack): drop severity — an api key is a public client id",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-07-06T19:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "071f95c576a163e63d235f32d4fb5ceedd9e55e9",
"body": "Filestack has no distinctive api-key shape, so recognition anchors on the\nfilestack keyword (var/config/SDK-init) and cdn.filestackcontent.com URLs rather\nthan brittle exact var names. The module probes read-only: an unsigned metadata\nread reveals whether the app%s Security feature is on — off (the \n[…]\nd served from the victim account (force multiplier). The app secret signs\npolicies for read/write/remove on any handle → full file control; confirmed via a\nsigned stat policy. Categorized under cloud.",
"is_bot": false,
"headline": "feat: recognize + validate Filestack credentials (api key + app secret)",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-07-06T19:02:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6fe0492d5995770d19de77645e36bf475ff9ad3d",
"body": "The blast-radius tier and score were computed only for the text output.\nExpose them in --json as well so JSON consumers get them directly instead\nof re-deriving from the flag fields.\n\nCo-authored-by: Noah <9147048-noah-adversis@users.noreply.gitlab.com>",
"is_bot": false,
"headline": "feat(json): add tier and score to --json output (#3)",
"author_name": "Noah Potti",
"author_login": "noahpotti",
"committed_at": "2026-07-01T21:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec5d4fad34fb0162855d3754b983e2a72e50fe1",
"body": "… --live\n\nThe ssh_private_key module fingerprinted keys but explicitly punted on whether a\nkey works anywhere (\"needs a login attempt (excluded)\"). Since a key%s #1 use is\ngit remotes, add a --live probe: attempt SSH auth as git@ to GitHub/GitLab/\nBitbucket and report which accept it and as whom (de\n[…]\nh\ncommits = supply-chain risk). Read-only auth test, no repo writes; dials via the\nmetadata guard; locked/encrypted keys still defer. Tested against an in-process\nSSH server + banner-parse unit tests.",
"is_bot": false,
"headline": "feat: SSH keys — confirm git host access (GitHub/GitLab/Bitbucket) on…",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-30T14:15:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d6090eb10888a62c5a0d3202db577d7f96eaabc6",
"body": "Bedrock API keys are bearer tokens (AWS_BEARER_TOKEN_BEDROCK), not SigV4 access\nkeys. gitleaks matched the ABSK/bedrock-api-key- shapes but they were unmapped,\nso they showed as unknown. Add a bedrock module: Authorization: Bearer against\nthe regional control plane, validated read-only via ListFound\n[…]\n and\nflag the billable model access the key grants. Map both gitleaks rules and add a\nrecognizer keyed on the var name + prefix for tokens the length/entropy gate\nmisses. Categorized under ai + cloud.",
"is_bot": false,
"headline": "feat: recognize + validate Amazon Bedrock API keys",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-22T20:54:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "693b2d28ff264894b1da566b85999391ace0dd6c",
"body": "Piping nuclei WITHOUT -j sends human output (lines like \"[template-id] …\"),\nwhich the adapter could not parse, so it silently reported \"no credentials\nrecognized\". Now it returns an actionable error pointing at -j. A real -j run\nwith no findings yields empty input and is still treated as a clean no-op.",
"is_bot": false,
"headline": "fix: --from-nuclei errors clearly when input is not nuclei JSON",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-22T17:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "779b74d178966ee8cd0ed69b32f6768c15a6e787",
"body": "…sian info module\n\nCloudflare: a user-scoped /user/tokens/verify 401s for an account/zone-scoped\ntoken that is live against /zones, and the recipe stopped at that whoami 401 and\ndeclared the key DEAD. Add an opt-in MultiScope flag: such modules keep probing\nother scopes after a whoami 401 and are on\n[…]\n(Basic auth needs all three). Add a no-network atlassian info module so\nit types with guidance instead of __unknown__; it stays silent when email + site\nare present (jira/confluence validate it then).",
"is_bot": false,
"headline": "fix: do not bury live-but-scoped Cloudflare tokens as DEAD; add Atlas…",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-22T16:53:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a9692280f168e8de01222d26378135e4ed92b7a",
"body": "Cloudflare: gitleaks only matched a bare 40-char value next to the literal\nword \"cloudflare\", so most CLOUDFLARE_API_TOKEN=... lines (and all prefixed\ncfat_/cfut_ tokens) went unrecognized. Add a custom recognizer (prefix shape +\nvar name + global key/email) routing to the existing cloudflare module\n[…]\nl:token + {endpoint},\n/wiki/rest/api/user/current + space count). A shared ATLASSIAN_* credential now\nsurfaces both Jira and Confluence reach. Add an itsm category (jira, confluence,\nivanti, snipeit).",
"is_bot": false,
"headline": "feat: recognize Cloudflare API tokens + first-class Confluence support",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-22T16:26:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d0cba9c2ebe20317c22d5420a25cba22f95bba5",
"body": "The flag was registered but missing from the hand-written usage() text, so it\ndid not appear in geiger -h. Add it to the flags list and an example.",
"is_bot": false,
"headline": "docs: list --from-nuclei in the help/usage output",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-22T16:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "012f0990455233dbb688c2e77a323b4a12bbfdbc",
"body": "feat: --from-nuclei adapter with response-body ingestion",
"is_bot": false,
"headline": "Merge pull request #2 from puck-security/feat/from-nuclei",
"author_name": "Noah Potti",
"author_login": "noahpotti",
"committed_at": "2026-06-22T14:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "255e2c558c313619b862695d927c5e939f6ab69d",
"body": "Ingest nuclei JSONL: re-type each extracted value with geiger's recognizer,\nuse matched-at as provenance (title, cross-URL dedup/correlation, and a new\n\"internet-exposed endpoint\" exposure class). Also parse the response body\nwhen present so multi-field credentials (AWS key+secret, connection string\n[…]\nnly carry one value.\n\n- internal/pipeline/batch.go: FromNuclei + nucleiBody\n- internal/pipeline/exposure.go: http(s) URL exposure class\n- cmd/geiger/main.go: --from-nuclei flag wiring\n- tests + README",
"is_bot": false,
"headline": "feat: --from-nuclei adapter with response-body ingestion",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-22T14:07:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7779be2ec5c5c12f7690c63826c57648bb05f21b",
"body": "Feat/workos module",
"is_bot": false,
"headline": "Merge pull request #1 from puck-security/feat/workos-module",
"author_name": "Noah Potti",
"author_login": "noahpotti",
"committed_at": "2026-06-15T23:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "214bfee8a24fbff48584c2aa3a5379e1b5fa1077",
"body": null,
"is_bot": false,
"headline": "docs: list WorkOS in the Identity, SSO & directory catalog",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T21:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eabaac6c78ee43c2fa4d1d92e62d5e3f031c20e0",
"body": "… non-vacuous\n\nThe padded fixture routed to gitleaks generic-api-key, not stripe, making the\nregression assertion trivially true. Real WorkOS keys are key_+26-char ULID =\n30 bytes = 40 unpadded base64 chars, which gitleaks does flag as stripe. Add a\nrecognize-package guard proving the collision is real so the test can't silently\ngo vacuous.",
"is_bot": false,
"headline": "test: use realistic unpadded WorkOS key so Stripe-suppression test is…",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T19:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7e865f963138c6b1e6d6d773884b4e9bc0e55f4",
"body": null,
"is_bot": false,
"headline": "chore: gitignore superpowers planning docs (not for public repo)",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T19:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "503302ae591ee0998c33bcd4648e366d6d54c068",
"body": null,
"is_bot": false,
"headline": "modules: regression test — WorkOS key no longer misattributed to Stripe",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T18:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a35a5ab7075108e651856ac47c5221ce96af61",
"body": null,
"is_bot": false,
"headline": "modules: assert org-id and directory-connections in WorkOS recon test",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T18:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29858261a50e04ba9ee73fd9df1db6486b0846d0",
"body": null,
"is_bot": false,
"headline": "modules: WorkOS recon recipe test (org/sso/directory/user, flags)",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T18:34:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f58756646b3629bd4ef724bd9f5869f19267f0",
"body": "…ve-key test, comment",
"is_bot": false,
"headline": "modules: WorkOS review fixes — deterministic label, tighter regex, li…",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T18:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da2c7f74adb021e856511652729e0c41a7933eeb",
"body": "… context)",
"is_bot": false,
"headline": "modules: WorkOS recognizer + module (structural sk_ decode, client_id…",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T18:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8dd01ed030a25b886de17a86eca666cba63264",
"body": null,
"is_bot": false,
"headline": "recognize: guard suppressOverridden against self-override",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T18:02:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34e16640e205cfea4b06078f230b82ecad2deebc",
"body": "…t hits",
"is_bot": false,
"headline": "recognize: general Overrides field to suppress misattributed broad-ne…",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T17:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "802861252a7b2610a1a586df899074dd17c64fde",
"body": "…iage them\n\nA new input mode (sibling to --env) that reads this instance's own identity from\nthe cloud metadata service and feeds it through the normal read-only recon\npipeline — the post-exploitation \"what can this box reach?\" answered read-only.\n\n- Requires --live: the metadata fetch is a network \n[…]\nor, Azure per-resource, k8s files+env, Alibaba RAM, DO user-data,\nOCI cert) asserting each harvested blob recognizes as the right module; CLI gate\ntest. README How-to + flags + coverage table updated.",
"is_bot": false,
"headline": "feat: --metadata — harvest cloud instance-metadata credentials and tr…",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-15T14:34:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e9193766eba9ce94268e7e116e60aecdc7e4652f",
"body": "Redeeming a user session's refresh token is an active sign-in (it writes an\nEntra / Cloud audit-log entry and may rotate the token), not a read-only GET —\nso it no longer happens at the plain --live tier.\n\n- azure_msal: --live reads Graph off a still-valid cached access token; an\n expired token is \n[…]\nntrusive-gated (unchanged).\n\nAdds gcp_adc_test.go and rewrites azure_msal_test.go for the three paths\n(cached-token read-only / --intrusive refresh / gated+hinted). README --intrusive\nsection updated.",
"is_bot": false,
"headline": "recon: gate user refresh-token redemption behind --intrusive",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-12T14:33:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "12addf9297ba17cb74ef5cbf8856bd79ed266c40",
"body": "- on an interactive TTY, reverse the sorted results so CRITICAL/HIGH land at\n the bottom (above the summary) instead of scrolling off the top of a long\n scan. Piped/redirected/-o/--json stay highest-first so | head, pagers,\n saved reports, and NDJSON consumers are unchanged. --no-reverse opts out.\n- show 'by puck.security · <version>' under the wordmark on --help, and\n 'by puck.security' under the version on --version.",
"is_bot": false,
"headline": "cli: worst-last on a terminal + puck.security byline",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-11T14:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c22b2734fe95c1d694b015cbb5eaecb6cef293",
"body": "- lead with the 'live / reach / how bad' positioning tagline\n- static badges (MIT, release, go 1.25+, read-only) with a dynamic-swap note\n- hand-authored terminal demo SVG (assets/geiger-demo.svg) replacing the text sample\n- lead the Tutorial with AWS example keys that actually recognize (the all-x\n ghp_ token fell through to generic_secret — bad first impression)\n- new 'Where geiger fits' section: honest comparison vs gitleaks/TruffleHog/GitGuardian",
"is_bot": false,
"headline": "docs: add landing-page layer to README",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-11T13:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fe09ef713c00af9dd6c8bc549300667b1178317",
"body": "11 cold libc/sqlite recompiles per run was redundant — goreleaser still\ncross-compiles every target on release. Keeps linux/amd64, darwin/arm64,\nwindows/amd64 to catch OS/arch-specific breakage.",
"is_bot": false,
"headline": "ci: trim push/PR cross-compile matrix to 3 representative targets",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-10T21:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac3d8cd2b6d5b3b129bd694fe7d6d5b15c972bb6",
"body": null,
"is_bot": false,
"headline": "docs: fix typo (anythin -> anything)",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-10T21:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "735a6157f6b1c225106c0d260f73c6794efcb349",
"body": "Three issues surfaced testing geiger against a real Firefox profile.\n\n- parse: skip KV/JSON/INI parsing of binary content (NUL byte present,\n non-SQLite) so the name-based recognizers stop turning cert-store bytes\n (security_state/data.safe.bin) into bogus vars flagged as generic_secret.\n Raw is \n[…]\ns as narrow/safe.\n- run: reword the harvest finding to name the \"harvested via <module>\"\n label rather than the misleading \"triaged below\" (re-triaged children\n sort by blast radius, not adjacency).",
"is_bot": false,
"headline": "fix: binary false-positives, Firefox login inventory, AWS reach floor",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-10T21:10:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6216e8a700a2174385e5a1efc1a61be091b6a43",
"body": "- bump github.com/ulikunitz/xz v0.5.12 -> v0.5.15 (GO-2025-3922)\n- pin toolchain go1.25.11 (latest 1.25 patch; clears stdlib crypto/tls advisories)\n- reusable checks.yml (tidy/gofmt/vet/race-test, golangci-lint, govulncheck)\n- CI and Release both call it; goreleaser runs only after checks pass",
"is_bot": false,
"headline": "ci: gate release on checks + fix govulncheck",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-10T19:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b759bd80d3002dc1a41fbe110534f4cf34fdee6",
"body": null,
"is_bot": false,
"headline": "initial",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-10T18:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d690f2e9aeda2d856812eb45d2d1d2f7fff7f8d",
"body": null,
"is_bot": false,
"headline": "Initial commit: geiger — read-only credential blast-radius triage CLI",
"author_name": "Noah",
"author_login": null,
"committed_at": "2026-06-09T22:44:47Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 38,
"latest_release_at": "2026-07-07T19:14:52Z",
"latest_release_tag": "v1.7.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 5,
"days_since_latest_release": 20,
"mean_days_between_releases": 2.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/puck-security/geiger",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/puck-security/geiger",
"is_deprecated": false,
"latest_version": "v1.7.0",
"repository_url": "https://github.com/puck-security/geiger",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-07T19:02:34Z",
"latest_version_yanked": null,
"days_since_latest_publish": 20
}
]
},
"popularity": {
"forks": 2,
"stars": 34,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"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": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 31852,
"source_files_sampled": 185,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/ClickHouse/clickhouse-go/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.46.0"
},
{
"name": "github.com/DATA-DOG/go-sqlmock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.2"
},
{
"name": "github.com/alicebob/miniredis/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.38.0"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.41.12"
},
{
"name": "github.com/go-sql-driver/mysql",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "github.com/gocql/gocql",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.0"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.1"
},
{
"name": "github.com/jackc/pgx/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.10.0"
},
{
"name": "github.com/microsoft/go-mssqldb",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.2"
},
{
"name": "github.com/redis/go-redis/v9",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v9.20.0"
},
{
"name": "github.com/sijms/go-ora/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.9.0"
},
{
"name": "github.com/zricethezav/gitleaks/v8",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v8.30.1"
},
{
"name": "go.mongodb.org/mongo-driver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.17.9"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.52.0"
},
{
"name": "modernc.org/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.52.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "noahpotti",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/244786870?v=4"
},
{
"type": "User",
"login": "beer4code",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/102912454?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.857
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"checks.yml",
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 8,
"reason": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"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 1/19 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": 6,
"reason": "4 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b2df4c645aca8aad4e826ddbaffa9ec645692d55",
"ran_at": "2026-07-28T11:05:43Z",
"aggregate_score": 3.1,
"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-22T21:16:18Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T21:13:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/puck-security/geiger",
"host": "github.com",
"name": "geiger",
"owner": "puck-security"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 54 is calibrated to 56 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 54,
"calibrated": 56,
"calibration": "2026-08-02"
}
}
],
"value": 56,
"inputs": {
"security": 31,
"vitality": 68,
"community": 40,
"governance": 52,
"calibration": "2026-08-02",
"engineering": 72,
"ai_readiness": 63,
"weighted_overall_raw": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 68,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 38,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "38 commits in the last year",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 38
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 13,
"latest_release_tag": "v1.7.0",
"releases_from_tags": false,
"days_since_latest_release": 20,
"mean_days_between_releases": 2.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 20 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 20
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"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": "weak",
"name": "Community & Adoption",
"value": 40,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"forks": 2,
"stars": 34,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "34 stars",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 34
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"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": 52,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.857
},
"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 86% of commits",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 86
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"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": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/7 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"followers": 4,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "puck-security",
"public_repos": 4,
"account_age_days": 113
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "4 followers of puck-security",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "puck-security"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "4 public repos, account ~0 yr old",
"points": 5.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 4
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/puck-security/geiger"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 20
},
"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 20 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 20
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 72,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"blast-radius",
"golang",
"incident-response",
"offensive-security",
"red-team",
"security-tools",
"security-triage"
],
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.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": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/19 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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "4 existing vulnerabilities detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 63,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.947,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "36 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 38",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 38
}
}
],
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 31852,
"source_files_sampled": 185,
"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/185 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 185,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [],
"labels": [],
"scores": {
"library": 3
},
"primary": null,
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
}
],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T11:05:56.844616Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/puck-security/geiger.svg",
"full_name": "puck-security/geiger",
"license_state": "standard",
"license_spdx": "MIT"
}