Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"aes-gcm",
"argon2",
"cli",
"devops",
"encryption",
"go",
"golang",
"password-manager",
"secrets",
"security",
"github",
"gitlab",
"private",
"secrets-management",
"vault"
],
"is_fork": false,
"size_kb": 178,
"has_wiki": false,
"homepage": "https://github.com/PapaDanielVi/ostrakon#readme",
"languages": {
"Go": 98582,
"Shell": 2351,
"Makefile": 716,
"PowerShell": 2615
},
"pushed_at": "2026-07-18T22:52:28Z",
"created_at": "2026-05-24T10:59:12Z",
"owner_type": "User",
"updated_at": "2026-07-17T14:50:43Z",
"description": "Secure CLI tool for managing secrets in a private GitHub/Gitlab repository with client-side encryption. uses Argon2id and AES-256-GCM to protect your secrets.",
"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": "PapaDanielVi",
"type": "User",
"login": "PapaDanielVi",
"company": null,
"location": null,
"followers": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/31484965?v=4",
"created_at": "2017-08-30T17:11:10Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 3252
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.13",
"kind": "patch",
"published_at": "2026-07-17T14:11:06Z"
},
{
"tag": "v0.1.12",
"kind": "patch",
"published_at": "2026-07-12T18:45:51Z"
},
{
"tag": "v0.1.11",
"kind": "patch",
"published_at": "2026-06-05T08:18:32Z"
},
{
"tag": "v0.1.10",
"kind": "patch",
"published_at": "2026-06-03T10:37:01Z"
},
{
"tag": "v0.1.9",
"kind": "patch",
"published_at": "2026-06-03T09:16:30Z"
},
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2026-06-03T09:04:23Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2026-06-03T08:29:42Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-06-03T08:03:44Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-06-02T19:41:41Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-06-02T19:39:03Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-06-02T19:27:07Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-02T19:05:21Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-02T12:37:40Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2026-05-31T18:28:11Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2026-05-31T10:56:27Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-05-31T09:04:41Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-05-31T08:54:32Z"
},
{
"tag": "v0.0.2-beta",
"kind": "prerelease",
"published_at": "2026-05-31T08:41:03Z"
}
],
"recent_commits": [
{
"oid": "a4e7850b2e21b1c58f5c5d630c0b94fc0bf71109",
"body": "Adds an `update-token` command so an expired or rotated access token can be\nreplaced without shredding all secrets and re-running init. The new token is\nverified against the repository before it replaces the stored one, so an\ninvalid token leaves the existing configuration untouched.\n\nRefactors the provider factory to add NewClientWithToken, which builds a client\nfrom the stored config but with a caller-supplied token. NewClient now delegates\nto it. Works for both GitHub and GitLab.",
"is_bot": false,
"headline": "feat: add update-token command to rotate an expired token",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-07-17T14:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce1f73c236f0dfdf0c1b5634579c7b931c5b786",
"body": "…-x-061f77608e\n\nBump the golang-x group with 2 updates",
"is_bot": false,
"headline": "Merge pull request #10 from PapaDanielVi/dependabot/go_modules/golang…",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-07-12T18:43:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46d0847273b0a855881e522c8621630cf69db3b2",
"body": "Bumps the golang-x group with 2 updates: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/term](https://github.com/golang/term).\n\n\nUpdates `golang.org/x/crypto` from 0.53.0 to 0.54.0\n- [Commits](https://github.com/golang/crypto/compare/v0.53.0...v0.54.0)\n\nUpdates `golang.org\n[…]\n/term\n dependency-version: 0.45.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-x\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the golang-x group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-11T22:52:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a69ea54fc302411db86f1682577359371b62a49c",
"body": "ci: require maintainer approval for PR workflows",
"is_bot": false,
"headline": "Merge pull request #9 from PapaDanielVi/ci/require-maintainer-approval",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-21T08:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8ad959f5986f07a06c5886073c5c353689fac20",
"body": "…ions/checkout-7\n\nBump actions/checkout from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #8 from PapaDanielVi/dependabot/github_actions/act…",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-21T08:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e53906455ff0277cf17c8ea530b5018d807aaeb4",
"body": null,
"is_bot": false,
"headline": "ci: require maintainer approval for PR workflows",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-21T08:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cf1fee51273fe65e338643c311f7e56f3c12cc1",
"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-20T22:52:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "89ef4b40b40aa96dc90b25f6c54a7224c5d5d521",
"body": "…x-da987142b9\n\nBump the golang-x group with 2 updates",
"is_bot": false,
"headline": "Merge pull request #7 from PapaDanielVi/dependabot/go_modules/golang-…",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-14T05:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf8d2cf7e52c90d003e7e68352443548f7d96234",
"body": "Bumps the golang-x group with 2 updates: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/term](https://github.com/golang/term).\n\n\nUpdates `golang.org/x/crypto` from 0.52.0 to 0.53.0\n- [Commits](https://github.com/golang/crypto/compare/v0.52.0...v0.53.0)\n\nUpdates `golang.org\n[…]\n/term\n dependency-version: 0.44.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-x\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the golang-x group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-13T22:52:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ec336476f9963a4223a079f68312ebb29d77b3c9",
"body": null,
"is_bot": false,
"headline": "fix github issue",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-05T08:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa6c4c85bc9f9c0c5e1a55351cba1f0f12c82a7e",
"body": null,
"is_bot": false,
"headline": "move install scripts for windows and linux",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-03T11:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecd19b8a7ce7fafd2e5a7dfb0105959c1d3c80fa",
"body": null,
"is_bot": false,
"headline": "update goreleaser",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-03T10:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e3cb91869ab2dd719797752bfcb5e1153759e27",
"body": null,
"is_bot": false,
"headline": "update goreleaser",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-03T09:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73723ea2d56f2f8d97be15484468df6124a5861e",
"body": null,
"is_bot": false,
"headline": "update goreleaser",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-03T09:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b9477349581e0f30f11187f0cc65eae0d357214",
"body": null,
"is_bot": false,
"headline": "update goreleaser",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-03T08:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2acf554765a383846658f1d92c7bc9a3f3a54749",
"body": null,
"is_bot": false,
"headline": "update goreleaser",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-03T08:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c824e09602b94e1f67a1d5f2adf50515377cf173",
"body": null,
"is_bot": false,
"headline": "add install scripts for windows and linux",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-03T08:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4a15fc8717f2562ddca2b1a6babc4a96b3213a7",
"body": null,
"is_bot": false,
"headline": "fix golangci-lint issues",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T19:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd1eea62a2ff8092f1e1c1299d93fb1288e93a5",
"body": null,
"is_bot": false,
"headline": "fix some panics",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T19:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4649221c4dd748befe1b394cd17ab247037b793",
"body": null,
"is_bot": false,
"headline": "fix error shown twice and also format golang files",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T19:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f167cb54f18c17e200a157bdb153d9d63b50f910",
"body": null,
"is_bot": false,
"headline": "fix an issue in github api calls",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T19:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84a78d29f754610f93c265f3e20b900a5e715da8",
"body": "add gitlab provider",
"is_bot": false,
"headline": "Merge pull request #6 from PapaDanielVi/gitlab-provider",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T12:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55ed3c64762b5475bf375878e9999e3b7620205",
"body": null,
"is_bot": false,
"headline": "fix some lint issues",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T12:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "775a009ac67525f8bb00dbccc1563af6988ccef9",
"body": null,
"is_bot": false,
"headline": "fix gitlab issue",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T12:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f3419561b0e96fba54d54261a43e7257730b6bd",
"body": null,
"is_bot": false,
"headline": "update CLAUDE.md",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T12:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14377c0c614f560dd6feb56d2225dc0b9ba2f176",
"body": null,
"is_bot": false,
"headline": "update a few files",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T12:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d423332ff4401d1536d35c5dc2219d3e27d6ce56",
"body": null,
"is_bot": false,
"headline": "fix some issues releated to gitlab",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T12:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d92a6e422f83fba31b4eab52be7a8b329368455b",
"body": null,
"is_bot": false,
"headline": "fix some issues",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T12:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e1ad3018ef241f04a991d2552a0da27308b64cf",
"body": null,
"is_bot": false,
"headline": "add verbose and fix the path issue",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-02T11:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0325bc7f69fd4a758d888bf037b6461edd498a42",
"body": null,
"is_bot": false,
"headline": "add AGENTS.md",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-01T10:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c6fbb6656790fb9ba925e5fa76073ee6e38f20",
"body": null,
"is_bot": false,
"headline": "fix golangci-lint issues",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-01T09:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5515897a67f1389de6f8c65be7cd55d2b94ad38d",
"body": null,
"is_bot": false,
"headline": "add gitlab provider",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-01T08:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1d7403c590dc524c38f477e540323a134b83af9",
"body": null,
"is_bot": false,
"headline": "update readme.md",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-06-01T06:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bda4bd1d8ba33aa34b038e2b2b75c14432a85cba",
"body": "New phase",
"is_bot": false,
"headline": "Merge pull request #5 from PapaDanielVi/new-phase",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T18:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a17b13e9b1dea1798a8aa391e606d86999a3915",
"body": null,
"is_bot": false,
"headline": "update CLAUDE.md",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T18:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "662b97485046cf8ba1fd75cbeb2b54cd0f2d7d54",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T18:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "673388445f45e90f02ce3db738bfe780f446e8c1",
"body": null,
"is_bot": false,
"headline": "update and fix some issues",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T18:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "974ffbc37b2436e67a80a4f0ec47f334b8a96ce3",
"body": null,
"is_bot": false,
"headline": "update shred command. add write command. add edit command",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T16:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ece125c5a1090d4bb2ae438717d92737ab196d84",
"body": null,
"is_bot": false,
"headline": "no password prompt for add and some updates",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T14:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e6a24be44717e4e962622ce71209ce07d2204ff",
"body": null,
"is_bot": false,
"headline": "update README and CLAUDE",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T11:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e7310802245d4821f351874e262b918e88f1660",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T11:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a7e949df9e59e8a440e306c982edf6f47e8457f",
"body": null,
"is_bot": false,
"headline": "update commands",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T10:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d52e86d3a1daded2e8296ff763c4d598255c622",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T09:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd56c37cdc1018bebf064c8edb2574de93ba8820",
"body": "- Add professional badges for Go version, release, license, CI\n- Add table of contents for better navigation\n- Create CHANGELOG.md for release tracking\n- Remove duplicate line about secure encryption",
"is_bot": false,
"headline": "docs: add README badges, table of contents, and CHANGELOG",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T08:47:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bc94e3ba0d0085bbb1a54db1dd2771c58a7dd68",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T08:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c29c1e7a5ddc9d5e6df41cb72b50e509d9d3e8f",
"body": null,
"is_bot": false,
"headline": "update goreleaser",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T08:36:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9b296bbc538401762b083330eceebb48c2b1af1",
"body": null,
"is_bot": false,
"headline": "write tests",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-31T08:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6d42228fd4e138c3c74fc3075c8750518831107",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-30T18:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3bb8d8c6ff48d119fe3fe9f63c2ee0e501ce5a5",
"body": null,
"is_bot": false,
"headline": "fix some issues related to golangci-lint",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-30T17:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb242af5215603f870c6e5836ae6f9949d1c8e0f",
"body": null,
"is_bot": false,
"headline": "a lot of changes",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-30T12:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eb0f2d7adc3d52092d377c99f885f52bb4b6e09",
"body": null,
"is_bot": false,
"headline": "add version and other changes",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-30T11:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b2174513a850067f8fb0d3ff2bdc0b454eb8d55",
"body": null,
"is_bot": false,
"headline": "update goreleaser config",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-30T10:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f6796cd7bbf91b278b0afacfe157d110742302",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-30T10:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e56188c169a68cd682bec310186215a5096789c",
"body": null,
"is_bot": false,
"headline": "add the set global master password command",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-30T10:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86060c18abefd600652c8879ff4ba1cdccc239be",
"body": null,
"is_bot": false,
"headline": "fix some issues",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-30T08:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23916fab5226d4238823e30ebd03ab7a0398badd",
"body": null,
"is_bot": false,
"headline": "fist plan implementation",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-30T08:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3b268e3e4eb43975491927ab96fec360e005436",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "PapaDanielVi",
"author_login": "PapaDanielVi",
"committed_at": "2026-05-24T10:59:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 57,
"latest_release_at": "2026-07-17T14:11:06Z",
"latest_release_tag": "v0.1.13",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 7,
"days_since_latest_release": 10,
"mean_days_between_releases": 5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/PapaDanielVi/ostrakon",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/PapaDanielVi/ostrakon",
"is_deprecated": false,
"latest_version": "v0.1.13",
"repository_url": "https://github.com/PapaDanielVi/ostrakon",
"versions_count": 20,
"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:09:00Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 0,
"stars": 5,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 15201,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5655
},
"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/google/go-github/v68",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v68.0.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/zalando/go-keyring",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.8"
},
{
"name": "gitlab.com/gitlab-org/api/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.46.0"
},
{
"name": "go.uber.org/mock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.54.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.45.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": 1,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "PapaDanielVi",
"commits": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/31484965?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "5 out of 5 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/15 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a4e7850b2e21b1c58f5c5d630c0b94fc0bf71109",
"ran_at": "2026-07-27T17:05:42Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T22:52:26Z",
"oldest_open_prs": [
{
"number": 11,
"created_at": "2026-07-18T22:52:29Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-12T18:43:23Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/PapaDanielVi/ostrakon",
"host": "github.com",
"name": "ostrakon",
"owner": "PapaDanielVi"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 45,
"vitality": 65,
"community": 41,
"governance": 47,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"commits_last_year": 57,
"human_commit_share": 0.947,
"days_since_last_push": 8,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "57 commits in the last year",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 57
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v0.1.13",
"releases_from_tags": false,
"days_since_latest_release": 10,
"mean_days_between_releases": 5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 41,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 0,
"stars": 5,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"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": 43,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 4
},
"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": "6/10 decided PRs merged",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/15 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": 54,
"inputs": {
"followers": 54,
"owner_type": "User",
"is_verified": null,
"owner_login": "PapaDanielVi",
"public_repos": 15,
"account_age_days": 3252
},
"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": "54 followers of PapaDanielVi",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 54,
"login": "PapaDanielVi"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~8 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/PapaDanielVi/ostrakon"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"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 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 5 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": 65,
"inputs": {
"topics": [
"aes-gcm",
"argon2",
"cli",
"devops",
"encryption",
"go",
"golang",
"password-manager",
"secrets",
"security",
"github",
"gitlab",
"private",
"secrets-management",
"vault"
],
"has_wiki": false,
"homepage": "https://github.com/PapaDanielVi/ostrakon#readme",
"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": "https://github.com/PapaDanielVi/ostrakon#readme",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "15 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 15
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4.5
},
"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": "5 out of 5 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/15 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 74,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.167,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5655
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "9 of 54 human commits state their intent (structured subject or explanatory body)",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 9,
"sampled": 54
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"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": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.053
},
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 57",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 57
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 57 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 57
}
}
],
"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": 15201,
"source_files_sampled": 23,
"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/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T17:05:53.997636Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/PapaDanielVi/ostrakon.svg",
"full_name": "PapaDanielVi/ostrakon",
"license_state": "standard",
"license_spdx": "MIT"
}