Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 82,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 45484,
"Makefile": 1653
},
"pushed_at": "2026-07-17T20:16:04Z",
"created_at": "2026-02-27T16:30:52Z",
"owner_type": "User",
"updated_at": "2026-07-17T20:32:01Z",
"description": "Automatically tames ever-growing Go caches",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MPL-2.0",
"default_branch": "main",
"license_spdx_raw": "MPL-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://medium.com/@dirk.avery/",
"name": "Dirk Avery",
"type": "User",
"login": "YakDriver",
"company": "@hashicorp",
"location": "Virginia",
"followers": 87,
"avatar_url": "https://avatars.githubusercontent.com/u/31492422?v=4",
"created_at": "2017-08-30T22:52:12Z",
"is_verified": null,
"public_repos": 98,
"account_age_days": 3247
},
"license": {
"state": "standard",
"spdx_id": "MPL-2.0",
"raw_spdx": "MPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-17T20:16:04Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-17T17:52:57Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-11T22:08:55Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-27T18:33:28Z"
}
],
"recent_commits": [
{
"oid": "2d23b14d96eb78a915c15acd985d824800a284cd",
"body": "f version and schedule safety",
"is_bot": false,
"headline": "Merge pull request #12 from YakDriver/f-version-and-schedule-safety",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T20:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7aa06f6944eb1ba5e3d0668316727e2dc6416fb",
"body": "Proxy installs carry no VCS metadata, so go install module@vX reports the\nversion exactly; only source-tree builds append a commit hash. Addresses\nPR review feedback about the doc wording.",
"is_bot": false,
"headline": "Clarify version() doc: commit suffix only on source-tree builds",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T20:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee2659b34d44b1831896946cbc9b9081ae4247f",
"body": null,
"is_bot": false,
"headline": "Document --version, proxy-based update check, and schedule safety",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T18:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1dc7486119c8d7197d0be4c95c82b02c444d3cd",
"body": "--schedule now targets the cachegoat on PATH (the one go install\noverwrites) so upgrades are picked up without re-scheduling, and warns\nif the running binary isn't on PATH. --recommend flags when the\nscheduled binary differs from the installed one.",
"is_bot": false,
"headline": "Schedule the PATH binary and warn on scheduled/installed drift",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T18:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d8d8a221e53ab9789f1635185d8a0e73a7a4e8c",
"body": "Replace the hardcoded version constant with runtime/debug build info, so\nan installed binary always reports the version it was installed at (no\nconstant to bump). Add a --version flag. Move the update check off the\nGitHub API and onto the Go module proxy (honoring GOPROXY), and run it\nonly under --recommend so routine and scheduled runs stay silent and\noffline.",
"is_bot": false,
"headline": "Derive version from build info; check updates via module proxy",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T18:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c7e3ca5098b91a69ecdf5195ac3f013c0360f4e",
"body": "Fix intermittent cache issues",
"is_bot": false,
"headline": "Merge pull request #11 from YakDriver/f-keep-warm",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T17:50:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "724d2a8d57e3c4546230f68830b222bb184489e3",
"body": null,
"is_bot": false,
"headline": "README: note macOS/Linux support and invite platform interest via issue",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T17:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7cc88a93aafcb196ebc52cf827568287345fc06",
"body": "The fallback fileATime returned ModTime, which keep-warm preserves, so\nevery idle file stayed idle and got re-touched on every run without ever\nconverging. Report the current time instead so keep-warm skips these\nplatforms entirely (they have no /tmp cleaner and cachegoat does not\nschedule on them).",
"is_bot": false,
"headline": "Make keep-warm a no-op on platforms without real atime",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T17:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89efa2ccd8968ec50e2b732a186a1acb59040cfa",
"body": "Lead with why cachegoat exists (unbounded cache growth, antivirus scan\nthrash, set-and-forget cleanup). Add a troubleshooting section for the\nhalf-populated cache state that surfaces as 'no such file or directory',\nincluding when it's more likely (tuned timings, post-vacation, missed\nruns) and the go clean fix.",
"is_bot": false,
"headline": "README: add elevator pitch and troubleshooting for cache pruning",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T17:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc809f88f79f3126f6fa7b0e081753d41bd30b4",
"body": "- Correct docs/README: Chtimes advances atime and ctime, only mtime is\n preserved (not 'only atime')\n- Surface unreadable/missing cache paths in keep-warm instead of logging a\n success-looking no-op summary\n- Guard access-time tests with //go:build darwin || linux, since fileATime\n falls back to ModTime elsewhere and the assertions wouldn't hold",
"is_bot": false,
"headline": "Address PR review feedback",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T17:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5e0d34b9b15d278750f2f1954af2be3897cea2",
"body": "Only the destructive purge is deferred while a build runs; keep-warm now\nruns regardless, since refreshing access times is harmless mid-build and\nis when idle deps most need protecting. Lower the idle threshold to 1 day\nfor two days of margin before the 3-day cleaner. goBuildActive is now a\nvar so the behavior is testable.",
"is_bot": false,
"headline": "Run keep-warm during active builds; refresh after 1 idle day",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T17:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8843d8b367ef284eff0154025d6f28edba72a740",
"body": null,
"is_bot": false,
"headline": "Document keep_warm behavior",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T16:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7dc2bebbf41bdb3588beda7dfb4dcc713a2e205",
"body": "Refresh the access time of idle files in the build and module caches so\nmacOS tmp_cleaner (and Linux systemd-tmpfiles) don't prune them and leave\nGo with a half-populated, unbuildable module cache. Only idle files are\ntouched and modification times are preserved. Runs after the size-based\npurge and skips any cache that was just purged, so it never competes with\ncachegoat's primary job or adds disk usage.",
"is_bot": false,
"headline": "Keep idle cache files warm to survive OS temp cleaners",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T16:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1171cb8f0cd65b83a110529a23bfe79239c9e98",
"body": null,
"is_bot": false,
"headline": "Add keep_warm config option (default true)",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T16:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0546b7ce599d76b221f8f6e357ce7ca7f1b154a6",
"body": "…s/setup-go-7\n\nBump actions/setup-go from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #9 from YakDriver/dependabot/github_actions/action…",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-17T15:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc32f01d8b9a687f18435ddf8ff589ff430e8b9b",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T07:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea9337e845b1b48e52ce074a0fcc78709ba21cc2",
"body": "…s/checkout-7\n\nBump actions/checkout from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #7 from YakDriver/dependabot/github_actions/action…",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-08T22:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4c4d497e16dfe9a3199d5fea7a4deafd5569423",
"body": "…s/cache-6\n\nBump actions/cache from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #8 from YakDriver/dependabot/github_actions/action…",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-07-08T22:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6627ae4447afed827ad99e00d20d60e365b860d7",
"body": "Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/cache from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T07:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "262701eb47a1c850ed66ffd96a4592f0d6d0e02b",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-19T07:04:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb7480981ecccab4b768487e180d76e487e35a7d",
"body": "Update readme",
"is_bot": false,
"headline": "Merge pull request #6 from YakDriver/fix-cache-integrity",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T22:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49b7c1b53cce6f90a20b2e0968b2a0465fd74cb",
"body": "- Explain that --recommend can automatically update shell profiles\n- Highlight one-click scheduling capability\n- Emphasize it's a complete interactive setup experience",
"is_bot": false,
"headline": "Document interactive setup features in --recommend flag",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T22:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a67e3b7190cb407a9ed1c3d49ad0a5b996892b39",
"body": "Fix cache integrity",
"is_bot": false,
"headline": "Merge pull request #5 from YakDriver/fix-cache-integrity",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T22:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f3733cdc23121a3eba5d41d8d14ce91432f2d3d",
"body": null,
"is_bot": false,
"headline": "Fix errcheck lints: ignore fmt.Scanln return values",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T22:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ce6d5aa26b058351211b110a28055579ed5909a",
"body": null,
"is_bot": false,
"headline": "make fmt",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T21:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0878c8533115ba263a08b9abccb19e0e852eeb04",
"body": "- Add support for more shell profiles: .zprofile, .zshenv, .bash_login, .tcshrc, .cshrc, .kshrc\n- Add fish shell support with proper 'set -x' syntax detection and replacement\n- Handle fish config at ~/.config/fish/config.fish\n- Maintain backward compatibility with existing bash/zsh export syntax",
"is_bot": false,
"headline": "Expand shell profile file support",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T20:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34b180940f5234b1afc4f9925331a21e6e82fd47",
"body": "- Add separate interactive prompts for cache path updates and scheduling\n- Remove early return so both features can be configured in one session\n- Integrate Schedule() function directly into recommend workflow\n- Provide clear success/failure feedback for scheduling\n- Make recommend the complete setup tool for cachegoat",
"is_bot": false,
"headline": "Make recommend a one-stop configuration shop",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T20:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac25c53065636e211244203f07cd82c4e4c20221",
"body": "- Prompt user to apply CrowdStrike recommendations including profile updates\n- Smart profile file detection and updating (.bashrc, .zshrc, .profile, .bash_profile)\n- Regex-based replacement of existing export statements\n- Fallback to 'go env -w' if no profile files contain cache variables\n- Clear feedback about what was updated and next steps",
"is_bot": false,
"headline": "Add interactive cache path updating to recommendations",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T20:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd72bda45ec1affed7c07016ab97301702c2261",
"body": "- CACHEGOAT_* env vars now have highest priority (override everything)\n- ~/.cachegoat.yml comes second\n- go env GOCACHE/GOMODCACHE comes third\n- GOCACHE/GOMODCACHE env vars are fallback only\n- Update documentation to reflect correct precedence",
"is_bot": false,
"headline": "Fix configuration precedence order",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T20:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "636aa7c019a24a523777df2d73254dd871cd1aab",
"body": "- Add comments showing path fields default to 'go env' values\n- Clarify that users only need to specify paths for custom locations",
"is_bot": false,
"headline": "Document that cache paths are optional",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T20:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2854b653b02e41178ebf0d14ef547d1d44f240d1",
"body": "- Remove MaxAgeDays from CacheConfig struct since all-or-nothing cleanup doesn't use it\n- Update README to remove age-based pruning references\n- Fix tests to match new behavior\n- Clean up configuration examples",
"is_bot": false,
"headline": "Remove unused MaxAgeDays configuration",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T20:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f94e9bdfe708605ecfb68c7947d4a363070443de",
"body": null,
"is_bot": false,
"headline": "Fix errcheck lint: ignore resp.Body.Close() error",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T20:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8960439192e2d86e48684ff5332611408f8d579f",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.2.0",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T20:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebcf5811457a6a62585ca006b83f1f48a01bfc50",
"body": "- Check GitHub releases API for latest version on startup\n- Warn users if newer version is available\n- Fail silently on network errors with 3s timeout",
"is_bot": false,
"headline": "Add version update notification",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T20:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba5f4c9ec797dac3af3e5337ecd514dbf4d628c",
"body": "- Replace unsafe partial file deletion with 'go clean -cache' and 'go clean -modcache'\n- Eliminates 'no required module provides package' errors caused by cache corruption\n- Update tests to reflect new safe behavior\n- Fixes issue #4",
"is_bot": false,
"headline": "Fix cache integrity issues by using Go native cache cleaning",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-03-11T20:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f756481fa3ff28cfe5560b66d98c1cb78834bba8",
"body": "Add unit tests for config and cleaner packages",
"is_bot": false,
"headline": "Merge pull request #3 from YakDriver/add-tests",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-02-27T18:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf68fca74a1a3f6ee83ee4b0e7cb2b07b9ff1fd8",
"body": null,
"is_bot": false,
"headline": "Add unit tests for config and cleaner packages",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-02-27T18:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "979e9eea0709d2de92c07d580d98493e16ab47af",
"body": "Update README with all commands and features",
"is_bot": false,
"headline": "Merge pull request #2 from YakDriver/update-readme",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-02-27T18:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cbb1ff0512d1bf973861c4ee9514b448bcdb539",
"body": null,
"is_bot": false,
"headline": "Add help",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-02-27T18:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebaa3f03971f7eda354fa2bb98d43c4333794847",
"body": null,
"is_bot": false,
"headline": "Update README with all commands and features",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-02-27T17:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "804f142bf230d0dac5915cf622e2d07331700b75",
"body": "Initial implementation: Go cache cleanup tool",
"is_bot": false,
"headline": "Merge pull request #1 from YakDriver/feature/initial-implementation",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-02-27T17:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853a2fd01ce16a669f3474a6bafbed0632017856",
"body": null,
"is_bot": false,
"headline": "Fix remaining errcheck issues",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-02-27T17:53:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e558fdfbd48868114e356901e15828b1d80b14c8",
"body": null,
"is_bot": false,
"headline": "Fix errcheck linter issues",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-02-27T17:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ee49f78bae6c95008e71c4ad40ca0bb576df1d",
"body": "- CLI with --dry-run, --force, --config, --recommend, --schedule, --unschedule\n- YAML config support (~/.cachegoat.yml) with env var overrides\n- Build cache: full purge when threshold exceeded\n- Mod cache: age-based pruning to preserve recent downloads\n- Build protection: skips cleanup if go build/t\n[…]\n launchd (macOS), systemd/cron (Linux)\n- Recommendations: CrowdStrike detection, /tmp suggestions\n- CI: GitHub Actions with lint, vet, staticcheck, vulncheck\n- Dependabot for gomod and actions updates",
"is_bot": false,
"headline": "Initial implementation: Go cache cleanup tool",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-02-27T17:42:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9430b7aafe85fdeb29e5fa7b113df7c4c595adcb",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Dirk Avery",
"author_login": "YakDriver",
"committed_at": "2026-02-27T16:30:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 45,
"latest_release_at": "2026-07-17T20:16:04Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 6,
"days_since_latest_release": 4,
"mean_days_between_releases": 46.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/YakDriver/cachegoat",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/YakDriver/cachegoat",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/YakDriver/cachegoat",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T20:13:28Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2026-02-27",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_stars": 1
},
"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": [
"GNUmakefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 10203,
"source_files_sampled": 15,
"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": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 10,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "YakDriver",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/31492422?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "7 out of 7 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 0/4 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "20 commit(s) and 1 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": "2d23b14d96eb78a915c15acd985d824800a284cd",
"ran_at": "2026-07-22T07:08:48Z",
"aggregate_score": 5.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T20:14:09Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T20:13:28Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/YakDriver/cachegoat",
"host": "github.com",
"name": "cachegoat",
"owner": "YakDriver"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 63,
"vitality": 76,
"community": 24,
"governance": 59,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 45,
"human_commit_share": 0.933,
"days_since_last_push": 4,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "45 commits in the last year",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 45
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "20 commit(s) and 1 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": 92,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 46.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~46.7 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 46.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"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": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MPL-2.0"
}
}
],
"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": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 10,
"open_issues": 0,
"closed_issues": 2,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/10 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/4 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": 61,
"inputs": {
"followers": 87,
"owner_type": "User",
"is_verified": null,
"owner_login": "YakDriver",
"public_repos": 98,
"account_age_days": 3247
},
"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": "87 followers of YakDriver",
"points": 14,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 87,
"login": "YakDriver"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "98 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 98
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/YakDriver/cachegoat"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 63,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.4
},
"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 is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "7 out of 7 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 0/4 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "20 commit(s) and 1 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 1 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": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"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": 1,
"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": 63,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.667,
"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": "28 of 42 human commits state their intent (structured subject or explanatory body)",
"points": 35.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 42
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"GNUmakefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.067
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "GNUmakefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "GNUmakefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 45",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 45
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 45 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 45
}
}
],
"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": 10203,
"source_files_sampled": 15,
"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/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T07:09:01.949489Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/YakDriver/cachegoat.svg",
"full_name": "YakDriver/cachegoat",
"license_state": "standard",
"license_spdx": "MPL-2.0"
}