Public record
Software health reportschema 0.27.0 · metrics 1.13.0 · 2026-07-27 14:24 UTC

bborbe / cron

Go library for robust cron job scheduling with multiple execution strategies, Prometheus metrics, and reliability features

GoBSD-2-Clause★ 1 star⑂ 2 forkssince Nov 2016View on GitHub ↗

bborbe/cron holds a health index of 61 out of 100, placing it in the Moderate band. It scores highest on Engineering Quality (90/100) and lowest on Community & Adoption (24/100). It was last updated 7 days ago. A single contributor accounts for most of its recent work.

61
overall / 100
Moderate

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At risk ceiling of 49. AI Readiness sits outside the overall score.

61
Excellent85-100Exemplary; meets essentially all checked criteria
Good70-84Healthy; minor gaps
Moderate50-69Acceptable with notable gaps; review recommended
At risk30-49Significant weaknesses; adoption warrants caution
Critical1-29Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

Ownership

Benjamin BorbePersonal account
30 followers206 public repossince Nov 2011Seibert Group GmbH

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publish
Gogithub.com/bborbe/cronv1.8.22-447 days ago

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

83Good · 22% of overall
How it's scored
36/36Push recency — last push 7 days ago
17.3/36Commit cadence — 25/52 weeks with commits
16.6/18Commit volume — 69 commits in the last year
10/10OpenSSF Scorecard: Maintained — 21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year69
human_commit_share1
days_since_last_push7
active_weeks_last_year25
How it's scored
16.2/27Ships releases — 44 version tags (no GitHub releases)
36/36Release recency — latest release 7 days ago
27/27Release cadence — a release every ~11.2 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count44
latest_release_tagv1.8.22
releases_from_tagsyes
days_since_latest_release7
mean_days_between_releases11.2
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

24Critical · 18% of overall
How it's scored
0/60Stars — 1 stars
0/25Forks — 2 forks
0/15Watchers — 1 watchers
Inputs used
forks2
stars1
watchers1
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (BSD-2-Clause)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
has_contributingno
has_issue_templateno
has_code_of_conductno
has_pull_request_templateno

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

57Moderate · 24% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
1.6/22.5Commit distribution — top contributor authored 93% of commits
4.1/13.5Contributor breadth — 3 contributors
6/10OpenSSF Scorecard: Contributors — project has 2 contributing companies or organizations -- score normalized to 6
Inputs used
bus_factor1
contributors_sampled3
top_contributor_share0.929
How it's scored
0/46.8Issue resolution — no issues or no data
35.3/38.3PR acceptance — 12/13 decided PRs merged
0/15OpenSSF Scorecard: Code-Review — Found 2/25 approved changesets -- score normalized to 0
Inputs used
merged_prs12
open_issues0
closed_issues0
issue_closed_ratio
closed_unmerged_prs1
Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
10.7/25Owner reach — 30 followers of bborbe
25/25Track record — 206 public repos, account ~14 yr old
Inputs used
followers30
owner_typeUser
is_verified
owner_loginbborbe
public_repos206
account_age_days5,369
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.
How it's scored
25/25Published & resolvable — 1 package(s) on go
35/35Publish recency — latest publish 7 days ago
20/20Version history — 44 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagesgithub.com/bborbe/cron
ecosystemsgo
any_deprecatedno
min_days_since_publish7

Engineering Quality

Are baseline engineering and documentation practices in place?

90Excellent · 20% of overall
How it's scored
24/24CI workflows — 3 workflow(s)
24/24Tests present
16/16Linter config — .golangci.yml
0/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 2 out of 2 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configno

Documentation

100Excellent
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage site — https://pkg.go.dev/github.com/bborbe/cron
10/10Repository description
10/10Topics — 8 topics
10/10Wiki
Inputs used
topicsgo, golang, cron, scheduler, job-scheduler, prometheus, metrics, library
has_wikiyes
homepagehttps://pkg.go.dev/github.com/bborbe/cron
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

45At risk · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
2.5/2.5CI-Tests — 2 out of 2 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 2/25 approved changesets -- score normalized to 0
1.5/2.5Contributors — project has 2 contributing companies or organizations -- score normalized to 6
0/10Dangerous-Workflow — dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
7.5/7.5Maintained — 21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
0/5Packaging — no data
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate3.1
Excluded from scoring (no data or not applicable): packaging, signed_releases. Remaining weights renormalized.
How it's scored
35/35Direct dependencies free of known advisories — no direct dependency carries a known advisory
0/25Indirect dependencies free of known advisories — transitive set not separable from development and test dependencies in this scope
0/40No advisories left outstanding — no advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages36
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 36 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.

AI Readiness

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.

58Moderate · 0% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
18.7/40Legible commit history — 35 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.35
agent_instruction_files
agent_instruction_max_bytes
How it's scored
18/18One-command bootstrap — Makefile, cmd/cron-expression-tester/Makefile
22/22Automated tests
11/11Lint / format config — .golangci.yml
11/11Static type checking — Go (statically typed)
10/10Reproducible environment — lockfile
0/10Demonstrated agent practice — no agent-authored commits among the last 100
0/8Automated maintenance — no automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfilesgo.sum
has_dockerfileno
typed_languageyes
bootstrap_filesMakefile, cmd/cron-expression-tester/Makefile
has_devcontainerno
has_linter_configyes
typecheck_configs
agent_commit_share0
toolchain_manifestsgo.mod
dependency_bot_commit_share0
How it's scored
45/45Type-checkable code — Go (statically typed)
55/55Manageable file sizes — 0/29 source files over 60KB
Inputs used
primary_languageGo
largest_source_bytes6,811
source_files_sampled29
oversized_source_files0

Key facts

1GitHub stars
3contributors
69commits, last 12 months
7days since last push
44releases
1bus factor
0open issues
Gopackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

Star and fork history 0 ★ / 2 ⇿
0Stars
2Forks

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

111222212026-022026-022026-02
OpenSSF Scorecard 3.1 / 10
3.1aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-07-27 14:24 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
10CI-Tests2 out of 2 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 2/25 approved changesets -- score normalized to 0
6Contributorsproject has 2 contributing companies or organizations -- score normalized to 6
0Dangerous-Workflowdangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 10
RegistryPackageVersion constraintManifest
Gogithub.com/bborbe/errorsv1.5.16go.mod
Gogithub.com/bborbe/runv1.9.30go.mod
Gogithub.com/bborbe/sentryv1.9.22go.mod
Gogithub.com/bborbe/servicev1.10.5go.mod
Gogithub.com/bborbe/timev1.27.5go.mod
Gogithub.com/golang/glogv1.2.5go.mod
Gogithub.com/onsi/ginkgo/v2v2.32.0go.mod
Gogithub.com/onsi/gomegav1.42.1go.mod
Gogithub.com/prometheus/client_golangv1.23.2go.mod
Gogithub.com/robfig/cron/v3v3.0.1go.mod
All dependencies 36

Full resolved dependency set from the GitHub dependency graph: 10 direct and 26 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
Gogithub.com/bborbe/errorsv1.5.16direct
Gogithub.com/bborbe/runv1.9.30direct
Gogithub.com/bborbe/sentryv1.9.22direct
Gogithub.com/bborbe/servicev1.10.5direct
Gogithub.com/bborbe/timev1.27.5direct
Gogithub.com/golang/glogv1.2.5direct
Gogithub.com/onsi/ginkgo/v2v2.32.0direct
Gogithub.com/onsi/gomegav1.42.1direct
Gogithub.com/prometheus/client_golangv1.23.2direct
Gogithub.com/robfig/cron/v3v3.0.1direct
Gogithub.com/bborbe/argument/v2v2.12.32indirect
Gogithub.com/bborbe/collectionv1.20.16indirect
Gogithub.com/bborbe/mathv1.3.12indirect
Gogithub.com/bborbe/parsev1.10.16indirect
Gogithub.com/bborbe/validationv1.4.16indirect
Gogithub.com/beorn7/perksv1.0.1indirect
Gogithub.com/cespare/xxhash/v2v2.3.0indirect
Gogithub.com/getsentry/sentry-gov0.47.0indirect
Gogithub.com/go-logr/logrv1.4.3indirect
Gogithub.com/go-task/slim-sprig/v3v3.0.0indirect
Gogithub.com/google/go-cmpv0.7.0indirect
Gogithub.com/google/pprofv0.0.0-20260507013755-92041b743c96indirect
Gogithub.com/masterminds/semver/v3v3.5.0indirect
Gogithub.com/munnerz/goautonegv0.0.0-20191010083416-a7dc8b61c822indirect
Gogithub.com/pkg/errorsv0.9.1indirect
Gogithub.com/prometheus/client_modelv0.6.2indirect
Gogithub.com/prometheus/commonv0.68.0indirect
Gogithub.com/prometheus/procfsv0.20.1indirect
Gogo.yaml.in/yaml/v3v3.0.4indirect
Gogolang.org/x/modv0.37.0indirect
Gogolang.org/x/netv0.56.0indirect
Gogolang.org/x/syncv0.21.0indirect
Gogolang.org/x/sysv0.46.0indirect
Gogolang.org/x/textv0.39.0indirect
Gogolang.org/x/toolsv0.47.0indirect
Gogoogle.golang.org/protobufv1.36.11indirect
Dependency advisories 0

This repository publishes no package the index resolves, so its own dependency graph was assessed — 36 packages, which also include development and test pins that never ship: 0 carry known advisories, of which 0 are direct.

No known advisories affect the assessed dependencies.

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable
{
  "data": {
    "repo": {
      "topics": [
        "go",
        "golang",
        "cron",
        "scheduler",
        "job-scheduler",
        "prometheus",
        "metrics",
        "library"
      ],
      "is_fork": false,
      "size_kb": 6554,
      "has_wiki": true,
      "homepage": "https://pkg.go.dev/github.com/bborbe/cron",
      "languages": {
        "Go": 51996,
        "Makefile": 4533
      },
      "pushed_at": "2026-07-19T19:38:05Z",
      "created_at": "2016-11-23T12:35:23Z",
      "owner_type": "User",
      "updated_at": "2026-07-19T19:38:09Z",
      "description": "Go library for robust cron job scheduling with multiple execution strategies, Prometheus metrics, and reliability features",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "BSD-2-Clause",
      "default_branch": "master",
      "license_spdx_raw": "BSD-2-Clause",
      "primary_language": "Go",
      "significant_languages": [
        "Go"
      ]
    },
    "owner": {
      "blog": "http://www.benjamin-borbe.de",
      "name": "Benjamin Borbe",
      "type": "User",
      "login": "bborbe",
      "company": "Seibert Group GmbH",
      "location": "Germany - Wiesbaden ",
      "followers": 30,
      "avatar_url": "https://avatars.githubusercontent.com/u/1193284?v=4",
      "created_at": "2011-11-14T10:16:14Z",
      "is_verified": null,
      "public_repos": 206,
      "account_age_days": 5369
    },
    "license": {
      "state": "standard",
      "spdx_id": "BSD-2-Clause",
      "raw_spdx": "BSD-2-Clause",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v1.8.22",
          "kind": "patch",
          "published_at": "2026-07-19T19:37:55Z"
        },
        {
          "tag": "v1.8.21",
          "kind": "patch",
          "published_at": "2026-07-09T16:33:47Z"
        },
        {
          "tag": "v1.8.20",
          "kind": "patch",
          "published_at": "2026-07-04T12:06:29Z"
        },
        {
          "tag": "v1.8.19",
          "kind": "patch",
          "published_at": "2026-07-04T11:50:31Z"
        },
        {
          "tag": "v1.8.18",
          "kind": "patch",
          "published_at": "2026-06-03T07:53:28Z"
        },
        {
          "tag": "v1.8.17",
          "kind": "patch",
          "published_at": "2026-05-07T22:42:43Z"
        },
        {
          "tag": "v1.8.16",
          "kind": "patch",
          "published_at": "2026-04-30T21:33:24Z"
        },
        {
          "tag": "v1.8.15",
          "kind": "patch",
          "published_at": "2026-04-28T20:41:58Z"
        },
        {
          "tag": "v1.8.14",
          "kind": "patch",
          "published_at": "2026-04-22T19:42:19Z"
        },
        {
          "tag": "v1.8.13",
          "kind": "patch",
          "published_at": "2026-04-09T19:18:31Z"
        },
        {
          "tag": "v1.8.12",
          "kind": "patch",
          "published_at": "2026-04-01T08:39:59Z"
        },
        {
          "tag": "v1.8.11",
          "kind": "patch",
          "published_at": "2026-03-31T20:37:01Z"
        },
        {
          "tag": "v1.8.10",
          "kind": "patch",
          "published_at": "2026-03-31T05:59:33Z"
        },
        {
          "tag": "v1.8.9",
          "kind": "patch",
          "published_at": "2026-03-30T05:51:02Z"
        },
        {
          "tag": "v1.8.8",
          "kind": "patch",
          "published_at": "2026-03-20T14:30:20Z"
        },
        {
          "tag": "v1.8.7",
          "kind": "patch",
          "published_at": "2026-03-19T08:36:34Z"
        },
        {
          "tag": "v1.8.6",
          "kind": "patch",
          "published_at": "2026-03-19T08:34:02Z"
        },
        {
          "tag": "v1.8.5",
          "kind": "patch",
          "published_at": "2026-03-06T22:00:58Z"
        },
        {
          "tag": "v1.8.4",
          "kind": "patch",
          "published_at": "2026-03-05T12:08:49Z"
        },
        {
          "tag": "v1.8.3",
          "kind": "patch",
          "published_at": "2026-02-12T23:40:27Z"
        },
        {
          "tag": "v1.8.2",
          "kind": "patch",
          "published_at": "2026-02-03T08:56:47Z"
        },
        {
          "tag": "v1.8.1",
          "kind": "patch",
          "published_at": "2026-01-13T16:53:48Z"
        },
        {
          "tag": "v1.8.0",
          "kind": "minor",
          "published_at": "2025-12-05T22:24:15Z"
        },
        {
          "tag": "v1.7.3",
          "kind": "patch",
          "published_at": "2025-11-28T09:07:28Z"
        },
        {
          "tag": "v1.7.2",
          "kind": "patch",
          "published_at": "2025-11-11T08:57:47Z"
        },
        {
          "tag": "v1.7.1",
          "kind": "patch",
          "published_at": "2025-10-18T11:17:35Z"
        },
        {
          "tag": "v1.7.0",
          "kind": "minor",
          "published_at": "2025-10-12T07:55:58Z"
        },
        {
          "tag": "v1.6.1",
          "kind": "patch",
          "published_at": "2025-09-10T13:52:55Z"
        },
        {
          "tag": "v1.6.0",
          "kind": "minor",
          "published_at": "2025-09-10T13:48:16Z"
        },
        {
          "tag": "v1.5.3",
          "kind": "patch",
          "published_at": "2025-07-28T08:15:26Z"
        },
        {
          "tag": "v1.5.2",
          "kind": "patch",
          "published_at": "2025-07-28T07:08:59Z"
        },
        {
          "tag": "v1.5.1",
          "kind": "patch",
          "published_at": "2025-07-28T06:35:20Z"
        },
        {
          "tag": "v1.5.0",
          "kind": "minor",
          "published_at": "2025-07-28T06:28:54Z"
        },
        {
          "tag": "v1.4.0",
          "kind": "minor",
          "published_at": "2025-07-28T05:52:33Z"
        },
        {
          "tag": "v1.3.1",
          "kind": "patch",
          "published_at": "2025-07-22T08:20:35Z"
        },
        {
          "tag": "v1.3.0",
          "kind": "minor",
          "published_at": "2025-03-30T16:08:50Z"
        },
        {
          "tag": "v1.2.4",
          "kind": "patch",
          "published_at": "2025-03-19T08:08:11Z"
        },
        {
          "tag": "v1.2.3",
          "kind": "patch",
          "published_at": "2025-02-04T13:36:33Z"
        },
        {
          "tag": "v1.2.2",
          "kind": "patch",
          "published_at": "2024-12-25T09:20:40Z"
        },
        {
          "tag": "v1.2.1",
          "kind": "patch",
          "published_at": "2024-12-24T14:25:42Z"
        },
        {
          "tag": "v1.2.0",
          "kind": "minor",
          "published_at": "2024-11-03T13:19:34Z"
        },
        {
          "tag": "v1.1.0",
          "kind": "minor",
          "published_at": "2024-04-17T12:05:51Z"
        },
        {
          "tag": "v1.0.1",
          "kind": "patch",
          "published_at": "2024-04-17T11:53:30Z"
        },
        {
          "tag": "v1.0.0",
          "kind": "major",
          "published_at": "2024-03-26T12:36:49Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "c2de1e3024174256a1074b1921be381f88c82bfa",
          "body": null,
          "is_bot": false,
          "headline": "release v1.8.22",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-07-19T19:37:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8551a9f9221c3ed7b060d4399813edb7af1cc7b1",
          "body": "fix(deps): bump golang.org/x/text to v0.39.0 (CVE-2026-56852)",
          "is_bot": false,
          "headline": "Merge pull request #13 from bborbe/fix/update-go-0ccabe0",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-07-19T19:36:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0fc0dd070fd28581074a4658e96356343fcc607d",
          "body": null,
          "is_bot": false,
          "headline": "fix: add conventional prefix to x/text changelog entry",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-07-19T19:19:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9c14a5885c3df9378bbd70b0f7baf3972162b5fd",
          "body": null,
          "is_bot": false,
          "headline": "fix(deps): bump golang.org/x/text to v0.39.0 (CVE-2026-56852)",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-07-19T15:47:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0ccabe06ae6b3e2d175f0f7990eb0252a555f42d",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump deps",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-07-09T16:33:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9a594c31c99c8bdc13a613300973d0b3341d051e",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump deps",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-07-04T12:06:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4ba0e2392dd98a3d0c0655d7307c8a326a2d0951",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump deps, improve vulncheck/test tooling",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-07-04T11:50:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cb76d941a3e2dbf5b0e2ca513abe214c8ce190c3",
          "body": "fix: modernize vulncheck pattern + add TESTFLAGS_RACE",
          "is_bot": false,
          "headline": "Merge pull request #12 from bborbe/fix/modernize-vulncheck",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-06-20T13:19:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "75c7a91ab02e83f670db0cae2067f97f70846f4b",
          "body": "…d rm\n\nLocal pr-review (go-quality-assistant) flagged: if the recipe is interrupted\nbetween 'ERR=$(mktemp)' and the explicit 'rm -f', the temp file leaks.\nReplace the two explicit rm -f calls with 'trap rm -f \"$ERR\" EXIT INT TERM'\nso the cleanup fires on normal exit, SIGINT, or SIGTERM.",
          "is_bot": false,
          "headline": "fix(vulncheck): trap on temp file to survive Ctrl-C between mktemp an…",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-06-20T12:58:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dd3ee6717abd1fbe970a006be41d2b7446122e44",
          "body": "…n panic\n\nImprove the vulncheck pipeline per maintainer-watcher's CHANGES_REQUESTED\nreview on #12: the previous '2>/dev/null' swallowed ALL stderr, masking\nreal errors (network, bad args, permissions). New pattern:\n\n- Capture govulncheck stderr to a temp file\n- If exit code != 0 AND stderr does not \n[…]\nns would have been emitted as JSON on stdout first)\n\nThis preserves the original motivation (survive the x/tools panic that\nbreaks govulncheck on generics) while no longer masking legitimate\nfailures.",
          "is_bot": false,
          "headline": "address PR review: surface real govulncheck errors, swallow only know…",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-06-20T12:43:55Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1ee0dfb4f517f72583af0b377be8e70fab8ac2f0",
          "body": "cron already had tools.env and pinned tool versions; this catches up the\ntwo remaining canonical bits:\n- Replace hardcoded jq-eq vulncheck filter with overridable VULNCHECK_IGNORE\n  variable; route govulncheck through 2>/dev/null | jq so the x/tools v0.46.0\n  'ForEachElement called on type containing *types.TypeParam' panic no longer\n  fails the build.\n- Add TESTFLAGS_RACE block: default -race=false, opt in via ENABLE_RACE=true.",
          "is_bot": false,
          "headline": "fix: modernize vulncheck pattern + add TESTFLAGS_RACE",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-06-20T10:12:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9c50b7dac4636805ee49b41c0f7519938eb04a91",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump deps",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-06-03T07:53:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "07bbcb852ec45d70213d0b8337c055b83004cb5d",
          "body": "…ctory.yaml autoRelease=false (github-releaser owns release)",
          "is_bot": false,
          "headline": "feat: add .maintainer.yaml (autoRelease + autoApprove); flip .dark-fa…",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-05-31T10:03:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c85adf99f5f2eef5d06c7cceeccffcc182933715",
          "body": "…ump deps\n\nerrcheck/gosec fatal under Go 1.26 with \"internal error: package X\nwithout types was imported from Y\" — they load packages without\nNeedDeps. golangci-lint embeds both with the correct loader.\n\n.golangci.yml replaced with canonical go-skeleton config (v2 schema,\nproper linters.exclusions, depguard banning pkg/errors).\n\nReplaced github.com/pkg/errors with stdlib errors in test (errors.Is\nin place of errors.Cause).\n\nBumped x/sys + x/net + x/crypto to clear vulnerabilities.",
          "is_bot": false,
          "headline": "chore: drop standalone errcheck + gosec; standardize .golangci.yml; b…",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-05-25T19:52:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "36c3035e2a68973d7fd314b1ab6955e6ffa32a09",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump deps",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-05-07T22:42:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eb667fe8fe8b8581d2801738d04a695925ed87a8",
          "body": null,
          "is_bot": false,
          "headline": "move prompt to completed",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-04-30T21:33:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f5636f34b22c42115e98c52850426634f12ba03c",
          "body": null,
          "is_bot": false,
          "headline": "release v1.8.16",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-04-30T21:33:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "039cc7e071b6a86ae028bd5dde3699239b98ab87",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump bborbe/service→v1.9.10",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-04-30T21:23:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "86480d3ab09d664e35a4c80e39b1afab91f8bdea",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump bborbe deps (warm-prep)",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-04-30T21:22:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "894a5642a54105c7914502c984daef8bf31c83e2",
          "body": "…bug)",
          "is_bot": false,
          "headline": "fix: pin osv-scanner to v2.3.1 (bridging fix for upstream buildtools …",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-04-30T19:19:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e27edfa703636afdaeb42e059ac58050c0adfa38",
          "body": null,
          "is_bot": false,
          "headline": "update dependencies",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-04-28T20:41:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "32df11dc460812901df8780a88e4fe625451407d",
          "body": null,
          "is_bot": false,
          "headline": "update dependencies",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-04-22T19:42:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4a082f74cab8a548d27a4a4847e8e62d0900d5bf",
          "body": null,
          "is_bot": false,
          "headline": "update dependencies",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-04-09T19:18:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c7e1a12092ee9c3781b730518c3ab45fd4362ed9",
          "body": null,
          "is_bot": false,
          "headline": "use HOST_CACHE_DIR for Go cache mounts",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-04-09T17:23:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5712932aa37a39a47c80710a92d3bca466e36945",
          "body": null,
          "is_bot": false,
          "headline": "update dependencies",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-04-01T08:39:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "39ba892134104dc863807f43dd5a88a4ffc9e71e",
          "body": null,
          "is_bot": false,
          "headline": "Release v1.8.11",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-31T20:37:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "da454d9ada15391fd7fa9041623fbd410c867809",
          "body": null,
          "is_bot": false,
          "headline": "add unreleased changelog entry",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-31T20:31:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c8e10119e1ec0c54193b390e470a1996c67e39fe",
          "body": null,
          "is_bot": false,
          "headline": "update Go dependencies for security fixes",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-31T20:26:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "57bc9369edf02a284c46b847c40a11ab9f7a2a82",
          "body": null,
          "is_bot": false,
          "headline": "release v1.8.10",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-31T05:59:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c130a8c9eb8ab0f1694dae9a0ea0bbff1ae44b89",
          "body": null,
          "is_bot": false,
          "headline": "update dependencies",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-30T05:51:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "789ec178d9364aae628b70cbcacc8f86c6db83b3",
          "body": null,
          "is_bot": false,
          "headline": "allow parallel golangci-lint runners",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-27T13:33:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9d6fd8352cbd5ba5379dd7624012d90146f7ca59",
          "body": null,
          "is_bot": false,
          "headline": "release v1.8.8",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-20T14:30:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0416876a432a6d1b0eab9388531d100e3371204c",
          "body": null,
          "is_bot": false,
          "headline": "move prompt to completed",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-20T14:30:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0e72cdb16acd9ee37ecef9d6a2091f49955c9bb9",
          "body": null,
          "is_bot": false,
          "headline": "setup dark-factory config and directories",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-20T12:46:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a8fc488f893cca2769935d6aac0e01c93216b42e",
          "body": null,
          "is_bot": false,
          "headline": "update dependencies",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-19T08:36:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c6c68212ea3f7aa72acc4f215d76320436ba2c9a",
          "body": null,
          "is_bot": false,
          "headline": "release v1.8.6",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-19T08:34:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9c8fbec052fa9a930212e904b3bc3f3178d5189d",
          "body": "…15558\n\nfix: upgrade github.com/docker/cli to v29.2.1",
          "is_bot": false,
          "headline": "Merge pull request #11 from openclaw-for-ben/fix/docker-cli-cve-2025-…",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-10T12:42:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cf6076e17a88a02df51912a5ad6d4ac781c3dd9e",
          "body": null,
          "is_bot": false,
          "headline": "fix: update Go to 1.26.1",
          "author_name": "Bens PersonalAssistant",
          "author_login": "openclaw-for-ben",
          "committed_at": "2026-03-10T12:31:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "34d782b626f4520a7bb94f43917911fafa3ab0bf",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade github.com/docker/cli to v29.2.1",
          "author_name": "Bens PersonalAssistant",
          "author_login": "openclaw-for-ben",
          "committed_at": "2026-03-10T12:17:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "809daa5834159a0b41841c43e910ff9790540090",
          "body": null,
          "is_bot": false,
          "headline": "update dependencies",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-06T22:00:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c9571f7d4006d1ae2642d17a117adcdcf5e84f8a",
          "body": null,
          "is_bot": false,
          "headline": "update dependencies",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-05T12:08:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6d1eefbe2a6d18885dcf6ffc684e99806242ac91",
          "body": "fix: resolve Dependabot vulnerabilities in dependencies",
          "is_bot": false,
          "headline": "Merge pull request #10 from openclaw-for-ben/fix/security-deps-2026-03",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-03-03T16:45:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "da1baa911908ec0fd5929dd886b1663847636088",
          "body": null,
          "is_bot": false,
          "headline": "fix: update vulnerable deps (go-sdk/circlcron)",
          "author_name": "Bens PersonalAssistant",
          "author_login": "openclaw-for-ben",
          "committed_at": "2026-03-03T16:12:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "98167cc944a5cd874eca6da9fd29857d7d78e882",
          "body": null,
          "is_bot": false,
          "headline": "release v1.8.3",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-02-12T23:40:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b592c47ca62a8554bd0f3ae3aee3171f33225909",
          "body": "Update Go to 1.26.0",
          "is_bot": false,
          "headline": "Merge pull request #9 from localclaw-for-ben/update/go-1.26.0",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-02-12T23:33:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1483957516d227104d4d9a78562e9dc0179867e3",
          "body": null,
          "is_bot": false,
          "headline": "Update Go to 1.26.0",
          "author_name": "LocalClaw",
          "author_login": "localclaw-for-ben",
          "committed_at": "2026-02-12T22:45:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a17561d6f4f63fd6e87bd19c66e5ca0dafeca40a",
          "body": "Co-authored-by: Benjamin Borbe <benjamin.borbe@gmail.com>",
          "is_bot": false,
          "headline": "use go-version-file in CI workflow (#6)",
          "author_name": "localclaw-for-ben",
          "author_login": "localclaw-for-ben",
          "committed_at": "2026-02-12T08:02:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3f60d65fbd0c2a3c71143421b9442e1170d0fcb0",
          "body": "bump go-git/v5 to v5.16.5 (fix GHSA-37cx-329c-33x3)",
          "is_bot": false,
          "headline": "Merge pull request #7 from localclaw-for-ben/fix/go-git-vuln",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-02-12T07:41:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8c66a6ca36a8d257afb5759daa0e49ef25335211",
          "body": null,
          "is_bot": false,
          "headline": "bump go-git/v5 to v5.16.5 (fix GHSA-37cx-329c-33x3)",
          "author_name": "LocalClaw",
          "author_login": "localclaw-for-ben",
          "committed_at": "2026-02-11T21:36:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1ee33a76e57c37dbb33eaf6cca41ed8885e3e1c7",
          "body": null,
          "is_bot": false,
          "headline": "Update GitHub Actions to latest versions (#5)",
          "author_name": "openclaw-for-ben",
          "author_login": "openclaw-for-ben",
          "committed_at": "2026-02-09T13:43:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d7e718bf7dc4d66a70ce24ab9d4fa53ec8904ebc",
          "body": "- checkout: v4 → v6\n- setup-go: v5 → v6\n- codecov: v4 → v5",
          "is_bot": false,
          "headline": "Update GitHub Actions to latest versions",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-02-09T12:07:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7e9d4433090e9f5b55b3a10c835d72fa1346558a",
          "body": "- Trigger: 'claude-review' label (manual opt-in)\n- Skips fork PRs automatically (can't access secrets)\n- Matches go-skeleton/log/errors pattern",
          "is_bot": false,
          "headline": "Switch to label-triggered Claude review workflow",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-02-09T10:42:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "662d745e302c4a81e6f5cac6cb8c591ada726ccf",
          "body": "Update Go to 1.25.7 and dependencies",
          "is_bot": false,
          "headline": "Merge pull request #4 from openclaw-for-ben/update-go-1.25.7",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-02-07T02:30:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9544aed4d44cd6ce55f288ca6e1075f9b285ca94",
          "body": null,
          "is_bot": false,
          "headline": "update Go 1.25.7 and dependencies",
          "author_name": "Bens PersonalAssistant",
          "author_login": "openclaw-for-ben",
          "committed_at": "2026-02-06T23:37:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ca4d453bc75aeda0c90f24ef2fa01b5318b4c1a0",
          "body": null,
          "is_bot": false,
          "headline": "update Go 1.25.5 and dependencies",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2026-01-13T16:53:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d61e7e07275205481593f349d31bd98142c8dce",
          "body": null,
          "is_bot": false,
          "headline": "update go and deps",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-12-05T22:24:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f8a8cdc9eeb66349c636ec7de4b0bac3161d768c",
          "body": null,
          "is_bot": false,
          "headline": "update dependencies to latest versions",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-11-28T09:07:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9db8be82603b80a6f8eafd0c78c5e19c897fc666",
          "body": null,
          "is_bot": false,
          "headline": "release version v1.7.2",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-11-11T08:57:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "232eaa2d36a572e20f840b36a520cad3299235e5",
          "body": null,
          "is_bot": false,
          "headline": "release version v1.7.1",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-10-18T11:17:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9fea77fa0badbc98943cf6f06b29f51227ae61f9",
          "body": null,
          "is_bot": false,
          "headline": "release version 1.7.0",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-10-12T07:55:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7529495af5eb94c7f4c8d34de35270b68ad227cb",
          "body": null,
          "is_bot": false,
          "headline": "release version 1.6.1",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-09-10T13:52:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8837d688c0d80de4a5310884d8bd13b2f0a2e210",
          "body": null,
          "is_bot": false,
          "headline": "add godoc",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-09-10T13:48:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9b031489baff1bd76c7961a210640e87845be622",
          "body": null,
          "is_bot": false,
          "headline": "fix wrap with options usage",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-09-10T13:30:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2b3d0ccff9d2a62043a2a622c5c451980d9b5788",
          "body": "…tion times",
          "is_bot": false,
          "headline": "add duration metrics with ObserveDuration for tracking cron job execu…",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-28T08:15:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b353758a34938b146ca9dc187c2f4f5616f4f777",
          "body": null,
          "is_bot": false,
          "headline": "add cron duration",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-28T07:57:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "89025c3532cd6163b808f7c1a985563978481c02",
          "body": "- Update NewCronJob and NewIntervalCron to use libtime.Duration\n- Fix WrapWithTimeout to accept libtime.Duration directly\n- Improve API consistency across all factory functions\n- Update all tests to use libtime.Duration",
          "is_bot": false,
          "headline": "migrate all functions to use libtime.Duration consistently",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-28T07:08:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "94e847c528dc255cad1a88d0101fed0a8254216a",
          "body": "- Add centralized WrapWithOptions() function for cleaner wrapper management\n- Rename CronJobOptions to Options for simpler API\n- Improve test coverage to 95.4%\n- Maintain backward compatibility with existing factory functions",
          "is_bot": false,
          "headline": "add WrapWithOptions function and rename CronJobOptions to Options",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-28T06:35:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "70bd9371aade5824de3d4d928f5bfc4647844ca2",
          "body": null,
          "is_bot": false,
          "headline": "add options",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-28T06:28:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "04f72d4e235941c7d6d4917db816b99ff94c0ef1",
          "body": null,
          "is_bot": false,
          "headline": "add wraps and improvements",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-28T05:52:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "901aae87ed53066e71f5b46688334dbd32968bce",
          "body": "Improve GitHub workflow security with user authorization",
          "is_bot": false,
          "headline": "Merge pull request #3 from bborbe/improve-github-workflow",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-22T12:41:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8c8e0bcd86328970eef677ef60f5e2718d994d21",
          "body": "Simplified the complex authorization logic by:\n- Creating a separate check-auth job for authorization and trigger validation\n- Using bash case statements for cleaner event type handling\n- Separating concerns: authorization check vs trigger phrase detection\n- Making the logic more readable and maintainable\n- Reducing the complex if condition to a simple job dependency check",
          "is_bot": false,
          "headline": "refactor authorization logic into separate job",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-22T12:35:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "10c2a6bb6992c10c2e303ab145160c04f442b085",
          "body": "Fixed the authorization check in claude.yml to handle different GitHub event types correctly:\n- Use github.event.pull_request.author_association for PR-related events\n- Use github.event.issue.author_association for issue-related events\n- Prevents workflow failures when accessing non-existent fields",
          "is_bot": false,
          "headline": "fix authorization logic for different event types",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-22T12:25:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "edf4e525a3390622c9412b262be58f43721b38b6",
          "body": "Added user authorization checks to both Claude workflows to restrict access to trusted users (bborbe and users with COLLABORATOR, MEMBER, or OWNER associations). This prevents unauthorized users from triggering Claude actions on pull requests and issues.",
          "is_bot": false,
          "headline": "add user authorization to github workflows",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-22T12:10:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "382e8d6190e7f339a1115a3dab869c87763bb87a",
          "body": "add timeouts",
          "is_bot": false,
          "headline": "Merge pull request #2 from bborbe/improve-github-workflow",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-22T12:04:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "00127536bf11cce6481f2c9281dc36be3a2ccd77",
          "body": null,
          "is_bot": false,
          "headline": "add timeouts",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-22T12:01:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "26784af973ddb65c2a211598358dcb83e6614cd3",
          "body": "…6828\n\nAdd Claude Code GitHub Workflow",
          "is_bot": false,
          "headline": "Merge pull request #1 from bborbe/add-claude-github-actions-175317252…",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-22T08:22:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "751fbfac87e4b43af367151f4fd8bb0707bf8f75",
          "body": null,
          "is_bot": false,
          "headline": "Update Claude Code Review workflow",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-22T08:22:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1ba1caf3bc902489f34c357ea1ca9efcc6e8047e",
          "body": null,
          "is_bot": false,
          "headline": "Update Claude PR Assistant workflow",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-22T08:22:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "478405801901f7271a34f7e3e3c10f55c0f6f36f",
          "body": null,
          "is_bot": false,
          "headline": "add github workflows and rename wait cron to interval cron",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-07-22T08:20:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a75169d631c700453798635ab394e067020e7089",
          "body": null,
          "is_bot": false,
          "headline": "remove vendor",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-03-30T16:08:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "60e011a7df9030c5144dfc86d3b388f7c08bcb62",
          "body": null,
          "is_bot": false,
          "headline": "go mod update",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-03-19T08:08:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "416143def0874fcae773f356fcc3d1f8f8119b4f",
          "body": null,
          "is_bot": false,
          "headline": "go mod update",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2025-02-04T13:36:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "625d57dc1b2273cf32e8523c5aa31ebc3461211f",
          "body": null,
          "is_bot": false,
          "headline": "go mod update",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-12-25T09:20:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc96eaf26a3e09f6668639e3e6480821a98ed0ab",
          "body": null,
          "is_bot": false,
          "headline": "go mod update",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-12-24T14:25:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4cf5e1bbc94204112a85c00529158c2bd65f7e49",
          "body": null,
          "is_bot": false,
          "headline": "remove action",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-11-03T13:19:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "456eb2d852fbe05ee3473844e78c81efa1bbd811",
          "body": null,
          "is_bot": false,
          "headline": "add cmd for test cron expression easy",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-11-03T13:18:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1f924f73189c3afcfbd0ebdccc84e261ce1ba589",
          "body": null,
          "is_bot": false,
          "headline": "add cron expression type",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-11-03T13:18:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d6fbce35b3c2c8b09c8fa2dfa2197b5c809fcfeb",
          "body": null,
          "is_bot": false,
          "headline": "add cron expression type",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-11-03T13:15:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "98e1cf0383fe0efb525e937f34083809023b47d2",
          "body": null,
          "is_bot": false,
          "headline": "go mod update",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-11-03T13:06:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bfd24f8c8f1207767cd394694a4582b92e39dfa1",
          "body": null,
          "is_bot": false,
          "headline": "refactor and return context cancel",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-04-17T12:05:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "61f3ab374f1e5b0bdd4d508863788bda983d5d88",
          "body": null,
          "is_bot": false,
          "headline": "go mod update",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-04-17T11:53:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8c1fd5122a91346b50053057803c6a5badadfce7",
          "body": null,
          "is_bot": false,
          "headline": "refactor",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-04-17T11:51:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2d19284c46ade100e437f36235f342f180e28e2d",
          "body": null,
          "is_bot": false,
          "headline": "go mod update",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2024-03-26T12:36:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "88d3f6aca4fcc50ac5c80a20c72fc1b9d660777b",
          "body": null,
          "is_bot": false,
          "headline": "go mod update",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2023-11-02T13:46:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1955a47a340edb67d420dd81d321e73eb468ca1b",
          "body": null,
          "is_bot": false,
          "headline": "stop server first",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2023-04-04T13:34:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7a5add4c91184e970353e7b782288b1908128ee5",
          "body": null,
          "is_bot": false,
          "headline": "safe cron shutdown",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2023-04-04T12:46:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "086e5c962ff286647e7171c3609f697e040c1499",
          "body": null,
          "is_bot": false,
          "headline": "update makefile",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2023-01-02T10:20:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9d074fc69f2864a36cc2c6c04e16da4f3224ebb1",
          "body": null,
          "is_bot": false,
          "headline": "go mod upgrade",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2023-01-02T10:10:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9c1e6d7fc10f63ade71e433859329b8297060330",
          "body": null,
          "is_bot": false,
          "headline": "update to github.com/robfig/cron/v3",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2020-03-12T20:39:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "86fa05aa99dff533abc6b190217eacd9d2003992",
          "body": null,
          "is_bot": false,
          "headline": "remove jenkinsfile",
          "author_name": "Benjamin Borbe",
          "author_login": "bborbe",
          "committed_at": "2018-08-29T20:21:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 44,
      "commits_last_year": 69,
      "latest_release_at": "2026-07-19T19:37:55Z",
      "latest_release_tag": "v1.8.22",
      "releases_from_tags": true,
      "days_since_last_push": 7,
      "active_weeks_last_year": 25,
      "days_since_latest_release": 7,
      "mean_days_between_releases": 11.2
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 42,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "github.com/bborbe/cron",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "go",
          "matches_repo": true,
          "registry_url": "https://pkg.go.dev/github.com/bborbe/cron",
          "is_deprecated": false,
          "latest_version": "v1.8.22",
          "repository_url": "https://github.com/bborbe/cron",
          "versions_count": 44,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-19T19:37:55Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 7
        }
      ]
    },
    "popularity": {
      "forks": 2,
      "stars": 1,
      "watchers": 1,
      "fork_history": {
        "days": [
          {
            "date": "2026-02-06",
            "count": 1
          },
          {
            "date": "2026-02-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": [
        "Makefile",
        "cmd/cron-expression-tester/Makefile"
      ],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [
        "go.mod"
      ],
      "largest_source_bytes": 6811,
      "source_files_sampled": 29,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "go.mod"
      ],
      "advisories": {
        "error": null,
        "scope": "repository_graph",
        "source": "osv",
        "findings": [],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 36,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 0,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "go"
      ],
      "dependencies": [
        {
          "name": "github.com/bborbe/errors",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.5.16"
        },
        {
          "name": "github.com/bborbe/run",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.9.30"
        },
        {
          "name": "github.com/bborbe/sentry",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.9.22"
        },
        {
          "name": "github.com/bborbe/service",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.10.5"
        },
        {
          "name": "github.com/bborbe/time",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.27.5"
        },
        {
          "name": "github.com/golang/glog",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.5"
        },
        {
          "name": "github.com/onsi/ginkgo/v2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v2.32.0"
        },
        {
          "name": "github.com/onsi/gomega",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.1"
        },
        {
          "name": "github.com/prometheus/client_golang",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.23.2"
        },
        {
          "name": "github.com/robfig/cron/v3",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v3.0.1"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "github.com/bborbe/errors",
            "direct": true,
            "version": "v1.5.16",
            "ecosystem": "go"
          },
          {
            "name": "github.com/bborbe/run",
            "direct": true,
            "version": "v1.9.30",
            "ecosystem": "go"
          },
          {
            "name": "github.com/bborbe/sentry",
            "direct": true,
            "version": "v1.9.22",
            "ecosystem": "go"
          },
          {
            "name": "github.com/bborbe/service",
            "direct": true,
            "version": "v1.10.5",
            "ecosystem": "go"
          },
          {
            "name": "github.com/bborbe/time",
            "direct": true,
            "version": "v1.27.5",
            "ecosystem": "go"
          },
          {
            "name": "github.com/golang/glog",
            "direct": true,
            "version": "v1.2.5",
            "ecosystem": "go"
          },
          {
            "name": "github.com/onsi/ginkgo/v2",
            "direct": true,
            "version": "v2.32.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/onsi/gomega",
            "direct": true,
            "version": "v1.42.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/prometheus/client_golang",
            "direct": true,
            "version": "v1.23.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/robfig/cron/v3",
            "direct": true,
            "version": "v3.0.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/bborbe/argument/v2",
            "direct": false,
            "version": "v2.12.32",
            "ecosystem": "go"
          },
          {
            "name": "github.com/bborbe/collection",
            "direct": false,
            "version": "v1.20.16",
            "ecosystem": "go"
          },
          {
            "name": "github.com/bborbe/math",
            "direct": false,
            "version": "v1.3.12",
            "ecosystem": "go"
          },
          {
            "name": "github.com/bborbe/parse",
            "direct": false,
            "version": "v1.10.16",
            "ecosystem": "go"
          },
          {
            "name": "github.com/bborbe/validation",
            "direct": false,
            "version": "v1.4.16",
            "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/getsentry/sentry-go",
            "direct": false,
            "version": "v0.47.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/go-logr/logr",
            "direct": false,
            "version": "v1.4.3",
            "ecosystem": "go"
          },
          {
            "name": "github.com/go-task/slim-sprig/v3",
            "direct": false,
            "version": "v3.0.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/google/go-cmp",
            "direct": false,
            "version": "v0.7.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/google/pprof",
            "direct": false,
            "version": "v0.0.0-20260507013755-92041b743c96",
            "ecosystem": "go"
          },
          {
            "name": "github.com/masterminds/semver/v3",
            "direct": false,
            "version": "v3.5.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/munnerz/goautoneg",
            "direct": false,
            "version": "v0.0.0-20191010083416-a7dc8b61c822",
            "ecosystem": "go"
          },
          {
            "name": "github.com/pkg/errors",
            "direct": false,
            "version": "v0.9.1",
            "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.68.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/prometheus/procfs",
            "direct": false,
            "version": "v0.20.1",
            "ecosystem": "go"
          },
          {
            "name": "go.yaml.in/yaml/v3",
            "direct": false,
            "version": "v3.0.4",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/mod",
            "direct": false,
            "version": "v0.37.0",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/net",
            "direct": false,
            "version": "v0.56.0",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/sync",
            "direct": false,
            "version": "v0.21.0",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/sys",
            "direct": false,
            "version": "v0.46.0",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/text",
            "direct": false,
            "version": "v0.39.0",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/tools",
            "direct": false,
            "version": "v0.47.0",
            "ecosystem": "go"
          },
          {
            "name": "google.golang.org/protobuf",
            "direct": false,
            "version": "v1.36.11",
            "ecosystem": "go"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 36,
        "direct_count": 10,
        "indirect_count": 26
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 0,
        "merged_prs": 12,
        "open_issues": 0,
        "closed_ratio": null,
        "closed_issues": 0,
        "closed_unmerged_prs": 1
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "bborbe",
          "commits": 104,
          "avatar_url": "https://avatars.githubusercontent.com/u/1193284?v=4"
        },
        {
          "type": "User",
          "login": "openclaw-for-ben",
          "commits": 5,
          "avatar_url": "https://avatars.githubusercontent.com/u/259869104?v=4"
        },
        {
          "type": "User",
          "login": "localclaw-for-ben",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/260965567?v=4"
        }
      ],
      "contributors_sampled": 3,
      "top_contributor_share": 0.929
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "ci.yml",
        "claude-code-review.yml",
        "claude.yml"
      ],
      "has_docs_dir": true,
      "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": 10,
            "reason": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 0,
            "reason": "Found 2/25 approved changesets -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 6,
            "reason": "project has 2 contributing companies or organizations -- score normalized to 6",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 0,
            "reason": "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": "21 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": 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": 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": 10,
            "reason": "0 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "c2de1e3024174256a1074b1921be381f88c82bfa",
        "ran_at": "2026-07-27T14:24:48Z",
        "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-19T19:42:06Z",
      "oldest_open_prs": [],
      "last_merged_pr_at": "2026-07-19T19:36:33Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": []
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/bborbe/cron",
    "host": "github.com",
    "name": "cron",
    "owner": "bborbe"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 61,
      "inputs": {
        "security": 45,
        "vitality": 83,
        "community": 24,
        "governance": 57,
        "engineering": 90
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 83,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "good",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "commits_last_year": 69,
              "human_commit_share": 1,
              "days_since_last_push": 7,
              "active_weeks_last_year": 25
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 7 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 7
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "25/52 weeks with commits",
                "points": 17.3,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 25
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "69 commits in the last year",
                "points": 16.6,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 69
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "name": "Release discipline",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 88,
            "inputs": {
              "releases_count": 44,
              "latest_release_tag": "v1.8.22",
              "releases_from_tags": true,
              "days_since_latest_release": 7,
              "mean_days_between_releases": 11.2
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "44 version tags (no GitHub releases)",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "version_tags_no_releases",
                    "params": {
                      "count": 44
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 7 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 7
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~11.2 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 11.2
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "excellent",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "maintained",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 7,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 7 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 7
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "critical",
        "name": "Community & Adoption",
        "value": 24,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "critical",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 1,
            "inputs": {
              "forks": 2,
              "stars": 1,
              "watchers": 1,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "1 stars",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "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": 50,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (BSD-2-Clause)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "BSD-2-Clause"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 57,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "critical",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 21,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 3,
              "top_contributor_share": 0.929
            },
            "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 93% of commits",
                "points": 1.6,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 93
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "3 contributors",
                "points": 4.1,
                "status": "partial",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 2 contributing companies or organizations -- score normalized to 6",
                "points": 6,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "moderate",
            "name": "Issue & PR responsiveness",
            "note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "issue_resolution"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 66,
            "inputs": {
              "merged_prs": 12,
              "open_issues": 0,
              "closed_issues": 0,
              "issue_closed_ratio": null,
              "closed_unmerged_prs": 1
            },
            "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": "12/13 decided PRs merged",
                "points": 35.3,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 12,
                      "decided": 13
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 2/25 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "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": 57,
            "inputs": {
              "followers": 30,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "bborbe",
              "public_repos": 206,
              "account_age_days": 5369
            },
            "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": "30 followers of bborbe",
                "points": 10.7,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 30,
                      "login": "bborbe"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "206 public repos, account ~14 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 206
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 14
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "github.com/bborbe/cron"
              ],
              "ecosystems": "go",
              "any_deprecated": false,
              "min_days_since_publish": 7
            },
            "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 7 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 7
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "44 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 44
                    }
                  }
                ],
                "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": "excellent",
        "name": "Engineering Quality",
        "value": 90,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 84,
            "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": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
                "points": 20,
                "status": "met",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "excellent",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "topics": [
                "go",
                "golang",
                "cron",
                "scheduler",
                "job-scheduler",
                "prometheus",
                "metrics",
                "library"
              ],
              "has_wiki": true,
              "homepage": "https://pkg.go.dev/github.com/bborbe/cron",
              "has_readme": true,
              "has_docs_dir": true,
              "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": 25,
                "status": "met",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": "https://pkg.go.dev/github.com/bborbe/cron",
                "points": 15,
                "status": "met",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": "8 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 8
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "at_risk",
        "name": "Security",
        "value": 45,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "at_risk",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 31,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "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": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 2/25 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 2 contributing companies or organizations -- score normalized to 6",
                "points": 1.5,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "dangerous workflow patterns detected",
                "points": 0,
                "status": "missed",
                "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": "21 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 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": "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": "0 existing vulnerabilities detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "excellent",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 36 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "indirect_dependencies_free_of_known_advisories",
                    "no_advisories_left_outstanding"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "advisories_scope_repository",
                "params": {
                  "assessed": 36
                }
              },
              {
                "code": "advisories_repo_graph_caveat",
                "params": {}
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "source": "osv",
              "advisories": 0,
              "affected_packages": 0,
              "assessed_packages": 36,
              "unassessed_packages": 0,
              "affected_by_severity": "none",
              "direct_affected_packages": 0
            },
            "components": [
              {
                "key": "direct_dependencies_free_of_known_advisories",
                "name": "Direct dependencies free of known advisories",
                "detail": "no direct dependency carries a known advisory",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "no_direct_advisories",
                    "params": {}
                  }
                ],
                "max_points": 35
              },
              {
                "key": "indirect_dependencies_free_of_known_advisories",
                "name": "Indirect dependencies free of known advisories",
                "detail": "transitive set not separable from development and test dependencies in this scope",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "advisories_scope_not_separable",
                    "params": {}
                  }
                ],
                "max_points": 25
              },
              {
                "key": "no_advisories_left_outstanding",
                "name": "No advisories left outstanding",
                "detail": "no advisory carries a publication date",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "advisories_no_publication_date",
                    "params": {}
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "malicious_dependencies",
            "band": "excellent",
            "name": "Malicious dependencies",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "source": "osv",
              "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
              "packages": [],
              "red_flag": false,
              "assessed_packages": 36,
              "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": 3
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "moderate",
        "name": "AI Readiness",
        "value": 58,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "critical",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 19,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.35,
              "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": "35 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 18.7,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 35,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "good",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 72,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "go.sum"
              ],
              "has_dockerfile": false,
              "typed_language": true,
              "bootstrap_files": [
                "Makefile",
                "cmd/cron-expression-tester/Makefile"
              ],
              "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": "Makefile, cmd/cron-expression-tester/Makefile",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "Makefile, cmd/cron-expression-tester/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": ".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 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "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": "excellent",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "primary_language": "Go",
              "largest_source_bytes": 6811,
              "source_files_sampled": 29,
              "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/29 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 29,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
      }
    ],
    "metrics_version": "1.13.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-27T14:24:56.814358Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bborbe/cron.svg",
  "full_name": "bborbe/cron",
  "license_state": "standard",
  "license_spdx": "BSD-2-Clause"
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v1.13.0, schema v0.27.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsGo.