JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 151,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 21279,
"Makefile": 285
},
"pushed_at": "2026-07-17T14:45:41Z",
"created_at": "2025-12-05T16:51:38Z",
"owner_type": "User",
"updated_at": "2026-07-17T14:46:13Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "FUJIWARA Shunichiro",
"type": "User",
"login": "fujiwara",
"company": null,
"location": "Kanagawa, Japan",
"followers": 422,
"avatar_url": "https://avatars.githubusercontent.com/u/67804?v=4",
"created_at": "2009-03-27T12:12:27Z",
"is_verified": null,
"public_repos": 246,
"account_age_days": 6325
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2026-07-17T14:47:26Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-06-20T08:27:46Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-05-01T12:24:46Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-12T08:03:50Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-02-08T02:35:36Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-01-03T08:37:50Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-01-02T02:16:41Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-01-01T16:09:38Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-01-01T15:59:45Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-12-05T18:09:40Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-12-05T17:46:38Z"
}
],
"recent_commits": [
{
"oid": "b98e7ef3027671a3577f79d8e00cdc3c2e6dfa35",
"body": "Release for v0.3.3",
"is_bot": false,
"headline": "Merge pull request #47 from fujiwara/tagpr-from-v0.3.2",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-07-17T14:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2f11b98cd21014526ab48d47aaa89598a095eb4",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-17T14:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f0d8a8c65a7cee421e414065ea5e3d5be78acc3",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-17T14:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be68f8533e4545ccc3688f00b81ccb55338f8621",
"body": "…s/setup-go-6.5.0\n\nBump actions/setup-go from 6.4.0 to 6.5.0",
"is_bot": false,
"headline": "Merge pull request #44 from fujiwara/dependabot/github_actions/action…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-07-17T14:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b46aa1d6783be748898e01f9b26e34a2b3f11b6",
"body": "…/sacloud/sakumock-0.6.0\n\nBump github.com/sacloud/sakumock from 0.4.0 to 0.6.0",
"is_bot": false,
"headline": "Merge pull request #45 from fujiwara/dependabot/go_modules/github.com…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-07-17T14:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c5a6c5b49ccf00112eb6e9eaab2e6a1ea426242",
"body": "Send Version as null instead of 0 when unveiling the latest secret",
"is_bot": false,
"headline": "Merge pull request #46 from fujiwara/fix-unveil-version-null",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-07-17T14:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12975999ff2f5902c2a59310ad29f19a5c1cd992",
"body": "The Secret Manager API now rejects Version: 0 with 422, apparently\nsince the version-retention change applied on 2026-07-16. The API\nspec defines Version as a nullable integer, so send null to request\nthe latest version and a number only for explicit versions.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nSigned-off-by: fujiwara <fujiwara.shunichiro@gmail.com>",
"is_bot": false,
"headline": "Send Version as null instead of 0 when unveiling the latest secret",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-07-17T14:18:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ca8484c49b10fcc0cc1fdf26e4729dd2a014c56",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16)\n\n---\nupdated\n[…]\n- dependency-name: actions/setup-go\n dependency-version: 6.5.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 6.4.0 to 6.5.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T11:56:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e8eb5d0dacf8ccc59c46d5c6750f76301d553cb",
"body": "Bumps [github.com/sacloud/sakumock](https://github.com/sacloud/sakumock) from 0.4.0 to 0.6.0.\n- [Release notes](https://github.com/sacloud/sakumock/releases)\n- [Changelog](https://github.com/sacloud/sakumock/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/sacloud/sakumock/compare/v0.4.0...v0.\n[…]\ny-name: github.com/sacloud/sakumock\n dependency-version: 0.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github.com/sacloud/sakumock from 0.4.0 to 0.6.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T11:56:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6232b8449b362398b3d8b9cddd6c33c37b2cdfd",
"body": "Release for v0.3.2",
"is_bot": false,
"headline": "Merge pull request #40 from fujiwara/tagpr-from-v0.3.1",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-06-20T08:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b1f3955a617e24e5d1ba89dc7dc6ba562d6134",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-20T08:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5057d431b1c706d494460263dc8250c4c45ec8a7",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-20T08:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d639b78b6f01b14e3c6ceae8afc2da5545a4057f",
"body": "…aser/goreleaser-action-7.2.2\n\nBump goreleaser/goreleaser-action from 7.2.1 to 7.2.2",
"is_bot": false,
"headline": "Merge pull request #35 from fujiwara/dependabot/github_actions/gorele…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-06-20T08:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c05d6c3f5ae46991c3c85379278972b058fc4e15",
"body": "…/tagpr-1.20.0\n\nBump Songmu/tagpr from 1.18.3 to 1.20.0",
"is_bot": false,
"headline": "Merge pull request #38 from fujiwara/dependabot/github_actions/Songmu…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-06-20T08:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "824af276fa337b79adf92d98047476336bcb821a",
"body": "Replace SDK dependency with sacloud/sacloud-sdk-go",
"is_bot": false,
"headline": "Merge pull request #39 from fujiwara/replace-sdk-sacloud-sdk-go",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-06-20T08:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f314f7b6de394a0017da304cbca4037e13d61a",
"body": "Pushing to a PR branch triggered both the push and pull_request events,\nrunning CI twice. Limit push to main so non-main branches run only via\nthe pull_request event.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: fujiwara <fujiwara.shunichiro@gmail.com>",
"is_bot": false,
"headline": "Run test workflow on push only for main branch",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-06-20T08:21:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c38dd9b08d97255aab2173754dbf98422e3c83a",
"body": "The secretmanager-api-go and saclient-go packages were consolidated into\nthe unified sacloud-sdk-go module with a compatible API, so only import\npaths change. Also switch the test mock to the single-package sakumock\nmodule, which removes the old SDK from the dependency tree entirely.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: fujiwara <fujiwara.shunichiro@gmail.com>",
"is_bot": false,
"headline": "Replace SDK dependency with sacloud/sacloud-sdk-go",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-06-20T08:20:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0a32191d21213c5401f6ac054734b71595959dfb",
"body": "Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.18.3 to 1.20.0.\n- [Release notes](https://github.com/songmu/tagpr/releases)\n- [Changelog](https://github.com/Songmu/tagpr/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/songmu/tagpr/compare/9bbb945b2fb025126186661e27d55485e3fc6df6.\n[…]\ns:\n- dependency-name: Songmu/tagpr\n dependency-version: 1.20.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Songmu/tagpr from 1.18.3 to 1.20.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T10:45:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd03779164e20b62accc1ea868d65687a87fc711",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.2.1 to 7.2.2.\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8...5daf1e\n[…]\n-name: goreleaser/goreleaser-action\n dependency-version: 7.2.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T10:45:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f942c8366cfc6714a01a4153983d60e21b9570f",
"body": "Release for v0.3.1",
"is_bot": false,
"headline": "Merge pull request #28 from fujiwara/tagpr-from-v0.3.0",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-05-01T12:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d46cb78c3519aa55a25a60eb90ce21685560945",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-01T12:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a312ebb559ec45320e1a2371554a3e935f922b",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-01T12:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36ae88a35216f0dfd0b5d9eb5d3eea9819fbb142",
"body": "Bump Go module dependencies",
"is_bot": false,
"headline": "Merge pull request #32 from fujiwara/dependabot-consolidated",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-05-01T12:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40ebec6a8e2013de651737f5ca24b368bfb15e6c",
"body": "Consolidate the three open Dependabot bumps into a single update so\nthey go through one CI run:\n\n- github.com/google/go-jsonnet 0.21.0 -> 0.22.0 (#26)\n- github.com/sacloud/saclient-go 0.3.5 -> 0.3.7 (#25)\n- github.com/sacloud/secretmanager-api-go 0.4.0 -> 0.4.1 (#24)\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\nSigned-off-by: fujiwara <fujiwara.shunichiro@gmail.com>",
"is_bot": false,
"headline": "Bump Go module dependencies",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-05-01T12:20:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8a0a95e2b7aafb6eda74ca1677ce7da18a68c04d",
"body": "Build releases with Go 1.26",
"is_bot": false,
"headline": "Merge pull request #31 from fujiwara/release-go-1.26",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-05-01T12:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4134049d38bf14f2398ea756e2266db485c8cb62",
"body": "Bump the Go version used by the release workflow from 1.25 to 1.26 so\nthat release binaries are produced with the same toolchain that CI\ntests against.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\nSigned-off-by: fujiwara <fujiwara.shunichiro@gmail.com>",
"is_bot": false,
"headline": "Build releases with Go 1.26",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-05-01T12:18:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "09315ae03a33d9c9374ffefbdad9014e68bc13c3",
"body": "Add Go 1.26 to the test matrix so the project keeps passing as the\ncurrent Go release. Also reorder steps so that actions/checkout runs\nbefore actions/setup-go, otherwise setup-go cannot read go.mod and the\nmodule cache key it derives from it stays cold.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\nSigned-off-by: fujiwara <fujiwara.shunichiro@gmail.com>",
"is_bot": false,
"headline": "Test against Go 1.25 and 1.26, run checkout before setup-go",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-05-01T12:16:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eb48a2a17ee435582c906927a249bfe95ea62ec2",
"body": "Pin GitHub Actions to commit SHAs",
"is_bot": false,
"headline": "Merge pull request #29 from fujiwara/pin-github-actions",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-05-01T12:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f2a31c61c826849e69ebce6b009693df1f55fa",
"body": "Run pinact to replace floating tag references with pinned commit SHAs\non all actions/checkout, actions/setup-go, Songmu/tagpr, and\ngoreleaser/goreleaser-action usages, so that workflow runs are not\nexposed to upstream tag movement.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\nSigned-off-by: fujiwara <fujiwara.shunichiro@gmail.com>",
"is_bot": false,
"headline": "Pin GitHub Actions to commit SHAs",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-05-01T12:14:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "502cc4b85d10e7f987fa32a0d68bd9470963cdf2",
"body": "Replace in-repo localserver with sakumock",
"is_bot": false,
"headline": "Merge pull request #27 from fujiwara/replace-localserver-with-sakumock",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-05-01T12:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934423b49178001e88db914c3f7ee04bcfe98550",
"body": "The SecretManager mock that lived in localserver/ has been moved to\ngithub.com/sacloud/sakumock so that it can be shared across SAKURA\nCloud tools. This drops the in-repo mock and the standalone\nsakura-secrets-localserver command, switches tests to\nsakumock/secretmanager.NewTestServer, and updates the README to point\nusers at the sakumock-secretmanager binary.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\nSigned-off-by: fujiwara <fujiwara.shunichiro@gmail.com>",
"is_bot": false,
"headline": "Replace in-repo localserver with sakumock",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-05-01T12:10:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8408cef329a758b79281e639ff1d861c766ec882",
"body": "Release for v0.3.0",
"is_bot": false,
"headline": "Merge pull request #23 from fujiwara/tagpr-from-v0.2.0",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-03-12T08:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bb52f5fd311223d7bfcd69047c79b5c3b550d6a",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-12T08:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f301fb8afc24f308a95c58c5a9fe0e3b0b249eb0",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-12T08:00:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1074258fd015905c83715cd61ed8a78471e4f61",
"body": "…/sacloud/saclient-go-0.3.1\n\nBump github.com/sacloud/saclient-go from 0.2.6 to 0.3.1",
"is_bot": false,
"headline": "Merge pull request #19 from fujiwara/dependabot/go_modules/github.com…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-03-12T08:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "855c4f75d8cd345ff466fddcc31628d30e28f49d",
"body": "Bumps [github.com/sacloud/saclient-go](https://github.com/sacloud/saclient-go) from 0.2.6 to 0.3.1.\n- [Release notes](https://github.com/sacloud/saclient-go/releases)\n- [Changelog](https://github.com/sacloud/saclient-go/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/sacloud/saclient-go/compa\n[…]\name: github.com/sacloud/saclient-go\n dependency-version: 0.3.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github.com/sacloud/saclient-go from 0.2.6 to 0.3.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-12T07:59:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "93d974c59b65c23b86b8117be2b432fad99e43ec",
"body": "…aser/goreleaser-action-7\n\nBump goreleaser/goreleaser-action from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #18 from fujiwara/dependabot/github_actions/gorele…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-03-12T07:58:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3459d1cf1237f55a9d225ea5b1081881770d4432",
"body": "…/x/sys-0.41.0\n\nBump golang.org/x/sys from 0.40.0 to 0.41.0",
"is_bot": false,
"headline": "Merge pull request #20 from fujiwara/dependabot/go_modules/golang.org…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-03-12T07:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3568d76ee81656caef25e23bcc3f3100d43c214",
"body": "Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.40.0 to 0.41.0.\n- [Commits](https://github.com/golang/sys/compare/v0.40.0...v0.41.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sys\n dependency-version: 0.41.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/sys from 0.40.0 to 0.41.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-12T07:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6caaaaba18c5f422cd2bc0dbdc21989037091aea",
"body": "…/alecthomas/kong-1.14.0\n\nBump github.com/alecthomas/kong from 1.13.0 to 1.14.0",
"is_bot": false,
"headline": "Merge pull request #21 from fujiwara/dependabot/go_modules/github.com…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-03-12T07:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ed9f0b249118f787e2cb8ab1bc4cc3e5a41b9e5",
"body": "Add SecretNativeFunction for Jsonnet integration",
"is_bot": false,
"headline": "Merge pull request #22 from fujiwara/add-jsonnet-native-function",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-03-12T07:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f5ba0082e7737544b09f20263b06b1530d31573",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Jsonnet native function documentation to README",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-03-12T07:54:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6b480c06cfb71018b000eed00999e1b0b10ebc7e",
"body": "Uses localserver to test actual secret reading through Jsonnet evaluation,\nincluding latest version, specific version, and not-found cases.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add integration test for SecretNativeFunction with Jsonnet VM",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-03-12T07:52:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dafbcc84981fbdedc75d92dd2cb58ca31a1abf49",
"body": "Export a Jsonnet native function that reads secrets from SAKURA Cloud\nSecret Manager. This allows mqbridge and simplemq-subscriber to share\nthe implementation instead of duplicating it.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add SecretNativeFunction for Jsonnet integration",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-03-12T07:48:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2fdcc0c08cb517d721d15937b425032ec394dda5",
"body": "Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong) from 1.13.0 to 1.14.0.\n- [Commits](https://github.com/alecthomas/kong/compare/v1.13.0...v1.14.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/alecthomas/kong\n dependency-version: 1.14.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github.com/alecthomas/kong from 1.13.0 to 1.14.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-01T11:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f92cbff1f771e6a3af6d01dd973e8e0acc2c71ba",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6 to 7.\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: goreleaser/goreleaser-action\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 goreleaser/goreleaser-action from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-01T11:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f008479322fb07e0e34564efea6a82c48a93a045",
"body": "Release for v0.2.0",
"is_bot": false,
"headline": "Merge pull request #16 from fujiwara/tagpr-from-v0.1.2",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-02-08T02:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2026704ff635ae6bd398c419aa976fe051c8c323",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-08T02:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f390635a5d752924685be9eb30dca9cc9447c465",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-08T02:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9d8c86880f3eedca75a529f52bfca3213fb86f",
"body": "Add local SecretManager server for development",
"is_bot": false,
"headline": "Merge pull request #17 from fujiwara/feature/localserver",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-02-08T02:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60abc4f3a2b04c6f1f250591368e0f9567c29348",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use t.Context() instead of context.Background() in tests",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-02-08T02:31:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9269d5892e931f16fca8df18b602b28fd1759791",
"body": "Verify API compatibility through the actual secretmanager-api-go SDK\ninstead of raw HTTP requests.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rewrite localserver tests to use SDK client",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-02-08T02:27:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1f1925fbc00b8723e8e77ba65d20d5786752cbe8",
"body": "Replace manual path parsing with ServeMux method+path patterns.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Refactor to Go 1.22+ pattern-based routing",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-02-08T02:24:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "74d801d459b7c22f98ff37adc25852bfee617b80",
"body": "In-memory server implementing the SAKURA Cloud SecretManager API.\nSupports secret CRUD with versioning and simple XOR encryption.\nUseful for local development and testing without cloud credentials.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add local SecretManager server for development",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-02-08T02:11:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf3a00ad8f615885f0e680e41c3cdec0cd76ac50",
"body": "…/x/sys-0.40.0\n\nBump golang.org/x/sys from 0.39.0 to 0.40.0",
"is_bot": false,
"headline": "Merge pull request #13 from fujiwara/dependabot/go_modules/golang.org…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-02-08T01:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1934e1b3b9ff6ed69a665799810d23e3df8e6bbd",
"body": "Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.39.0 to 0.40.0.\n- [Commits](https://github.com/golang/sys/compare/v0.39.0...v0.40.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sys\n dependency-version: 0.40.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/sys from 0.39.0 to 0.40.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-08T01:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75f4842a68a0775ac9ebe322ee77b48426c6e0e",
"body": "Update secretmanager-api-go v0.2.1 to v0.3.1",
"is_bot": false,
"headline": "Merge pull request #15 from fujiwara/update/secretmanager-api-go-v0.3.1",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-02-08T01:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02a77a4cc50e8cf96dd9c0462046635edbf62583",
"body": "go.mod now requires go 1.25.5.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Drop Go 1.24 from CI matrix",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-02-08T01:34:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bfaafd44c49aba6d8fdbe39784ac24bfdea6165d",
"body": "saclient-go treats SAKURA_* as current active and SAKURACLOUD_* as legacy.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update README to reflect SAKURA_* as primary env vars",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-02-08T01:32:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "70e231a3276afcc9e930b624e9315893a3f34fea",
"body": "saclient-go handles both SAKURA_* and SAKURACLOUD_* env vars natively.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove setEnvForCompatibility",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-02-08T01:32:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6d1382c5888a7cbbd79146abf6c1d7d293a1220b",
"body": "Adapt to breaking change in sm.NewClient() which now requires\na saclient.ClientAPI argument (from saclient-go).\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update secretmanager-api-go v0.2.1 to v0.3.1",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-02-08T01:30:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8124c0f8203a76168113700db064cd9be8aa18f2",
"body": "Release for v0.1.2",
"is_bot": false,
"headline": "Merge pull request #12 from fujiwara/tagpr-from-v0.1.1",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-01-03T08:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1be82b0f094e5331c85f174beab1ea4e75ed505c",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-03T08:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22bbceae34cf800bf11a8c66400069addb0b344c",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-03T08:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f850d3a544de5e5f71f076d23fc9313005e86467",
"body": "set SAKURA_* envs to SAKURACLOUD_*",
"is_bot": false,
"headline": "Merge pull request #11 from fujiwara/fix/compat",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-01-03T08:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07b96f91eb13d47c4d73fe4d06776fe2afb06bbe",
"body": null,
"is_bot": false,
"headline": "set SAKURA_* envs to SAKURACLOUD_*",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-01-03T08:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6492312f479fb9cd20cc7d0d052be2a727a76604",
"body": "Release for v0.1.1",
"is_bot": false,
"headline": "Merge pull request #10 from fujiwara/tagpr-from-v0.1.0",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-01-02T02:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2472559dcd414bd4537a1461982efededcb55049",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-02T02:15:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9615feef6494c835f7f57ddd06a9dfed888d4f14",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-02T02:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe61be30cc4d36f322e581cf0196efe457c553f2",
"body": "Sanitize invalid characters in export env key",
"is_bot": false,
"headline": "Merge pull request #9 from fujiwara/sanitize-export-env-key",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-01-02T02:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea08104aa90734a64d936f900258a5ba5daf1e0",
"body": "Replace characters that are invalid for environment variable names\n(non-alphanumeric except underscore) with underscores.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Sanitize invalid characters in export env key",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-01-02T02:14:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3a1e1889f9b5ba7c52be7ed471cdcc1b199b4b38",
"body": "Release for v0.1.0",
"is_bot": false,
"headline": "Merge pull request #8 from fujiwara/tagpr-from-v0.0.3",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-01-01T16:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65275e756cd7a9cdde8a384a5af656c85f496376",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-01T16:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d227dc40af069678508b8239ba195ed8a3923a8c",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-01T16:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "477281db4e1bed6c71b3165ba1794c5ee451577b",
"body": "Add ExportEnvs function for library usage",
"is_bot": false,
"headline": "Merge pull request #7 from fujiwara/export-envs-func",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-01-01T16:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bf4d5b1b10464006a7108cb60d9835b314e1d93",
"body": "- Extract ExportEnvs as a public function\n- Return map[string]string instead of []string\n- Document Go library usage in README\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ExportEnvs function for library usage",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-01-01T16:06:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6d133f845b08552c72a561ed6599178b76ddb4b7",
"body": "Release for v0.0.3",
"is_bot": false,
"headline": "Merge pull request #6 from fujiwara/tagpr-from-v0.0.2",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-01-01T15:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8ec07d381f43ce37da29a6ac8ba0eb5e4c48427",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-01T15:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00aca0f1765240bde555f739ec1b2c363f9ede5d",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-01T15:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fb7d88c564ad2dd446ecdcfa930424ec7dce190",
"body": "…/checkout-6\n\nBump actions/checkout from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #1 from fujiwara/dependabot/github_actions/actions…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-01-01T15:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "492e61efce278ef68f9f45d283b0c6f4b4300a3e",
"body": "…x/sys-0.39.0\n\nBump golang.org/x/sys from 0.38.0 to 0.39.0",
"is_bot": false,
"headline": "Merge pull request #4 from fujiwara/dependabot/go_modules/golang.org/…",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-01-01T15:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "833a17431e80104a056fd1835f226160b80a9d7d",
"body": "Change export --name format to support inline options",
"is_bot": false,
"headline": "Merge pull request #5 from fujiwara/export-name-param-format",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2026-01-01T15:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3b81258188da00b17cc0eb314151dc238725b0a",
"body": "- New format: name[:version][:json][:prefix]\n- Remove --from-json flag in favor of inline :json option\n- Add prefix support for environment variable names\n- Environment variable names are now uppercased\n- Add tests for parseNameParam function\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Change export --name format to support inline options",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2026-01-01T15:51:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ad1be890e8d029340a157edf118a5d3e76feb865",
"body": "Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.38.0 to 0.39.0.\n- [Commits](https://github.com/golang/sys/compare/v0.38.0...v0.39.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sys\n dependency-version: 0.39.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/sys from 0.38.0 to 0.39.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-01T11:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7befd5dd7915e8b4d156549a1d82ff79e30e23b",
"body": "Release for v0.0.2",
"is_bot": false,
"headline": "Merge pull request #3 from fujiwara/tagpr-from-v0.0.1",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2025-12-05T18:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2583bed3defbdc1a74d995731db69a0ef3198994",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-05T18:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee62d32aba4f386990906d3a2fca46ca6813b86",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-05T18:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30a91710c3b9070eea48e9f9447c30478ef82cec",
"body": null,
"is_bot": false,
"headline": "get --value-only",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2025-12-05T18:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59b9ce12fd14111a3b20617e9e1f735e204b4f2c",
"body": "Release for v0.0.1",
"is_bot": false,
"headline": "Merge pull request #2 from fujiwara/tagpr-from-v0.0.0",
"author_name": "FUJIWARA Shunichiro",
"author_login": "fujiwara",
"committed_at": "2025-12-05T17:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5da33adfd43e5dd1f08c4150c1adc7f3d08cc8a9",
"body": null,
"is_bot": true,
"headline": "[tagpr] update CHANGELOG.md",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-05T17:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4810a9876bf0fa2250434294c0528ed8e3f73eb1",
"body": null,
"is_bot": true,
"headline": "[tagpr] prepare for the next release",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-05T17:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee31247ca8b62a8e20a8e85db5a868395b5a9ac6",
"body": null,
"is_bot": false,
"headline": "more",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2025-12-05T17:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe91a7eb457b593871d8a82f918f7f317d7ae01",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2025-12-05T17:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cbe081d7f007c7bf756f1ee956657393056f8a3",
"body": null,
"is_bot": false,
"headline": "secret export <commands>",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2025-12-05T17:31:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14680b24db98fdb34ac96e2d72ed15c2fc61acc4",
"body": null,
"is_bot": false,
"headline": "fix link",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2025-12-05T17:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4d34b32a7cf4671bdcad21869b313fea8772d08",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2025-12-05T17:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2582cae98207cd892989cb57f5ac0d7b74ab054b",
"body": null,
"is_bot": false,
"headline": "add export",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2025-12-05T17:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "117fa4902d9d47ab98fdb2060301134117297e53",
"body": null,
"is_bot": false,
"headline": "subcommand",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2025-12-05T16:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a56e9a16bc7c843375f1f78035075381b9ff55",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\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/v5...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\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/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-05T16:52:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e18f075793ca9a694e75f7c83286d622ca9cf8b2",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "fujiwara",
"author_login": "fujiwara",
"committed_at": "2025-12-05T16:51:07Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 101,
"latest_release_at": "2026-07-17T14:47:26Z",
"latest_release_tag": "v0.3.3",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 10,
"days_since_latest_release": 4,
"mean_days_between_releases": 24.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/fujiwara/sakura-secrets-cli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/fujiwara/sakura-secrets-cli",
"is_deprecated": false,
"latest_version": "v0.3.3",
"repository_url": "https://github.com/fujiwara/sakura-secrets-cli",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T14:45:29Z",
"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": "2025-12-06",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_stars": 1
},
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [
"openapi.json"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 4624,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1666
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/Songmu/prompter",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.1"
},
{
"name": "github.com/alecthomas/kong",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.0"
},
{
"name": "github.com/google/go-jsonnet",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.22.0"
},
{
"name": "github.com/sacloud/sacloud-sdk-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.1-beta.2"
},
{
"name": "github.com/sacloud/sakumock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.44.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 36,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "fujiwara",
"commits": 68,
"avatar_url": "https://avatars.githubusercontent.com/u/67804?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"tagpr-release.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "11 out of 13 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/6 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "22 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b98e7ef3027671a3577f79d8e00cdc3c2e6dfa35",
"ran_at": "2026-07-22T02:59:10Z",
"aggregate_score": 4.7,
"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-17T14:45:49Z",
"oldest_open_prs": [
{
"number": 41,
"created_at": "2026-07-01T11:56:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2026-07-01T11:56:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 43,
"created_at": "2026-07-01T11:56:22Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-17T14:45:29Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/fujiwara/sakura-secrets-cli",
"host": "github.com",
"name": "sakura-secrets-cli",
"owner": "fujiwara"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 47,
"vitality": 79,
"community": 24,
"governance": 58,
"engineering": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 101,
"human_commit_share": 0.67,
"days_since_last_push": 4,
"active_weeks_last_year": 10
},
"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": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "101 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 101
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v0.3.3",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 24.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"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 ~24.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 24.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 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": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"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 4 contributing companies or organizations",
"points": 10,
"status": "met",
"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": 59,
"inputs": {
"merged_prs": 36,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 8
},
"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": "36/44 decided PRs merged",
"points": 31.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 36,
"decided": 44
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/6 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": 67,
"inputs": {
"followers": 422,
"owner_type": "User",
"is_verified": null,
"owner_login": "fujiwara",
"public_repos": 246,
"account_age_days": 6325
},
"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": "422 followers of fujiwara",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 422,
"login": "fujiwara"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "246 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 246
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/fujiwara/sakura-secrets-cli"
],
"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": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": 54,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "11 out of 13 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4.7
},
"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": "11 out of 13 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/6 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "22 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 82,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.821,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1666
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "55 of 67 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 55,
"sampled": 67
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 89,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.22,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.11
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "22 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 22,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "11 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 11,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 4624,
"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
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"openapi.json"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "openapi.json",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "openapi.json"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:59:27.038141Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/fujiwara/sakura-secrets-cli.svg",
"full_name": "fujiwara/sakura-secrets-cli",
"license_state": "standard",
"license_spdx": "MIT"
}