JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 463121,
"has_wiki": false,
"homepage": "https://opctl.io",
"languages": {
"Go": 1073724,
"CSS": 1097,
"HTML": 319634,
"Shell": 37983,
"Makefile": 8127,
"Dockerfile": 393,
"JavaScript": 8794,
"TypeScript": 147776
},
"pushed_at": "2026-07-17T17:21:15Z",
"created_at": "2026-05-17T00:00:02Z",
"owner_type": "User",
"updated_at": "2026-07-17T17:13:21Z",
"description": "Free and open source automation platform",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"HTML"
]
},
"owner": {
"blog": null,
"name": "Scott Burkhalter",
"type": "User",
"login": "soultech67",
"company": null,
"location": "Seattle, WA",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12126879?v=4",
"created_at": "2015-04-26T19:40:58Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 4109
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.1.82",
"kind": "patch",
"published_at": "2026-07-17T17:21:15Z"
},
{
"tag": "v0.1.81",
"kind": "patch",
"published_at": "2026-07-15T21:07:43Z"
},
{
"tag": "v0.1.80",
"kind": "patch",
"published_at": "2026-06-27T21:13:32Z"
},
{
"tag": "v0.1.79",
"kind": "patch",
"published_at": "2026-06-03T21:32:55Z"
},
{
"tag": "v0.1.78",
"kind": "patch",
"published_at": "2026-06-01T17:31:51Z"
},
{
"tag": "v0.1.77",
"kind": "patch",
"published_at": "2026-05-17T23:00:48Z"
},
{
"tag": "v0.1.76",
"kind": "patch",
"published_at": "2026-05-17T20:23:29Z"
}
],
"recent_commits": [
{
"oid": "4b003ae9875f8bfe2bf6f01ac5c5fbe10e0b1fa8",
"body": "…ix, release guard (#8)\n\n## What\n\nFour fixes, releasing as **0.1.82** on merge (the create-release job\ncuts a release from the newest CHANGELOG entry on every push to main).\n\n### Fixed: nightly e2e failures (runs 44 & 45) — volumes event-shape bug\n`ContainerCall.Volumes` was the only container-call \n[…]\nlting release validates the fix on a\nreal loaded runner\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "0.1.82: update-hint noise, events -t/day units, volumes event-shape f…",
"author_name": "Scott Burkhalter",
"author_login": "soultech67",
"committed_at": "2026-07-17T17:13:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "edde0a5c015fdb86e64b9ae9f287a7d5cdd5b7e9",
"body": "## Summary\n\nAdds a `volumes` property to the container-call schema, mapping an\nabsolute container path to the name of a container-runtime-managed named\nvolume, rendered in the Docker runtime as `--mount\ntype=volume,source=<name>,target=<path>`:\n\n```yaml\nrun:\n container:\n image: { ref: postgres:1\n[…]\nld 5-arg signature; added the fork's `labels` arg\n\n---------\n\nSigned-off-by: gedis <gedis@remitly.com>\nCo-authored-by: gedis <gedis@remitly.com>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Container calls: volumes property for runtime-managed named volumes (#6)",
"author_name": "Scott Burkhalter",
"author_login": "soultech67",
"committed_at": "2026-07-15T20:59:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "98462a8d69b3d090a90b2c96aabe2fa3239c4afb",
"body": "## 🤖 Installing Claude Code GitHub App\n\nThis PR adds a GitHub Actions workflow that enables Claude Code\nintegration in our repository.\n\n### What is Claude Code?\n\n[Claude Code](https://claude.com/claude-code) is an AI coding agent that\ncan help with:\n- Bug fixes and improvements \n- Documentation upd\n[…]\nThere's more information in the [Claude Code action\nrepo](https://github.com/anthropics/claude-code-action).\n\nAfter merging this PR, let's try mentioning @claude in a comment on any\nPR to get started!",
"is_bot": false,
"headline": "Add Claude Code GitHub Workflow (#7)",
"author_name": "Scott Burkhalter",
"author_login": "soultech67",
"committed_at": "2026-07-15T19:51:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5389df58c18e7dd00827ea989cbaccd1e204a537",
"body": "… (#5)\n\n## Summary\n\nTwo related install/CLI robustness fixes.\n\n### Install / uninstall (`make.sh`, `Makefile`)\n- `backup_existing_opctl` now keys the backup to the version of the\nbinary being replaced (`opctl-<version>`) and skips only if **that exact\nversion** is already backed up. Previously it sk\n[…]\n`make uninstall` restores it without the\nmacOS SIGKILL.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Make install/uninstall backups version-safe; clarify no-progress hint…",
"author_name": "Scott Burkhalter",
"author_login": "soultech67",
"committed_at": "2026-06-27T21:05:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "eb7599872309011a7766637f15ccb4471ff1776d",
"body": "…um AI\n\nMakefile\n- Group targets into ##@ sections (Build & install, Run & debug,\n Test & release, Maintenance) and reorder targets to match — no\n recipe logic changed\n- Rewrite the help target's awk to render section headers from ##@\n markers and colorize/align the Variables list\n- Drop the per-\n[…]\nth an opctl header: logo image and\n \"Docker automation and workflows via composable ops!\" tagline\n- Add Lium AI to the users list\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Makefile: sectioned help output; README: restore opctl header, add Li…",
"author_name": "soultech67",
"author_login": "soultech67",
"committed_at": "2026-06-11T23:44:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c7392202a0e6548742354c4419c8d7c5613f79fd",
"body": "… (#4)\n\n## Summary\n\nStarted as \"split the test suite into its own CI `Test` check\" and grew\ninto a broader **0.1.79** round of fixes across auth, the macOS\nDNS/network lifecycle, container-management UX, `make install`, and CI.\nFull list in `CHANGELOG.md [0.1.79]`.\n\n## CI / test gating\n- Split the f\n[…]\n green\n(auth-scoped e2e + unit/integration/sdk suites).\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "0.1.79: auth, DNS/network-lifecycle, container UX, install & CI fixes…",
"author_name": "Scott Burkhalter",
"author_login": "soultech67",
"committed_at": "2026-06-03T21:25:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb6ab230cb4858c84f17c41879295e6c8e063dad",
"body": "…g (release iteration) (#3)\n\n## Summary\n\nRelease-iteration branch (`feat/iterate-on-release`) — **26 commits, 141\nfiles (+8.7k/-0.7k)** — covering container/daemon **observability**,\n**daemon stability** on macOS Docker Desktop, and **dev-experience\ntooling**. The most recent and largest cohesive ad\n[…]\nor the design, status, and\nthe remaining manual checks.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Container logging, daemon stability, and Docker dev-experience toolin…",
"author_name": "Scott Burkhalter",
"author_login": "soultech67",
"committed_at": "2026-06-01T17:24:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "833e0cb15b0a4dfd74c3caf321ddc603444448b6",
"body": "## Summary\n\n- Retargets every external \"release home\" reference for opctl from\nupstream `opctl/opctl` to the `soultech67/opctl` fork, now that the fork\nhas cut a release with a CI-bootstrappable `opctl-linux-amd64.tgz`.\n- Touches CI bootstrap, the CLI `self-update` default, JS SDK package\nmetadata, \n[…]\nSwagger Petstore link, the SDK\nsource links, and the \"Edit this page\" link.\n- [ ] Spot-check that README badges render against the fork.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)",
"is_bot": false,
"headline": "Point fork references at soultech67/opctl (#2)",
"author_name": "Scott Burkhalter",
"author_login": "soultech67",
"committed_at": "2026-05-17T22:53:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "906c406f19923579bcbd44d585ca75f6949a4a93",
"body": "…commands (#1)\n\n## Summary\n\nThis branch overhauls how opctl identifies and manages Docker containers\nit creates, then exposes that identification through new user-facing CLI\ncommands. It also makes the build/release pipeline aware that this repo\nis the `soultech67/opctl` fork.\n\n## What changed\n\n### \n[…]\ntech67/opctl/releases/latest/...`)\nresolves on the fork\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add container labels, identifier-rich names, and container ls/delete …",
"author_name": "Scott Burkhalter",
"author_login": "soultech67",
"committed_at": "2026-05-17T20:15:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6360c502da77a1bbb903f80054138f62dc49499c",
"body": "Bumps the go_modules group with 1 update in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git).\n\n\nUpdates `github.com/go-git/go-git/v5` from 5.12.0 to 5.17.1\n- [Release notes](https://github.com/go-git/go-git/releases)\n- [Commits](https://github.com/go-git/go-git/compar\n[…]\n- dependency-name: github.com/go-git/go-git/v5\n dependency-version: 5.17.1\n dependency-type: direct:production\n dependency-group: go_modules\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github.com/go-git/go-git/v5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-13T17:49:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4d59d53cd92c776708d66416823e935ed2e5b8c5",
"body": "os.OpenRoot fails if the directory doesn't exist. On a fresh install\n(e.g. first op install in CI), basePath hasn't been created yet.\nThe old code tolerated this because Clone would create it; our new\ncode fails immediately at OpenRoot.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Create basePath before os.OpenRoot to fix fresh-environment failures",
"author_name": "gedis",
"author_login": "gedi-remitly",
"committed_at": "2026-04-13T16:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ecfebeced60ad1128bee90684a3d04372f4ca4f5",
"body": "When the remote ls-remote call fails for a non-auth reason (network\nissue, rate limit, timeout), use the cached clone if one exists rather\nthan hard-failing. If no cache exists, proceed with a clone attempt.\n\nAlso skip writing the hash marker after a clone done without a confirmed\nremote hash, so the next resolve retries the remote check rather than\ntreating an unknown hash as authoritative.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fall back gracefully when resolveRemoteHash is unreachable",
"author_name": "gedis",
"author_login": "gedi-remitly",
"committed_at": "2026-04-13T16:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ca54fe79dd298f49f26ff09a7f906948a9963f6",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix git_test.go marker path computation to use relative path",
"author_name": "gedis",
"author_login": "gedi-remitly",
"committed_at": "2026-04-13T16:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e4655b0613152ef6256c81a2579c287bc3813953",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix indentation in git.go (spaces -> tabs)",
"author_name": "gedis",
"author_login": "gedi-remitly",
"committed_at": "2026-04-13T16:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f28e90ccca3324afc1afd3cafa50062f052f76c9",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use os.Root to prevent path traversal in git data provider",
"author_name": "gedis",
"author_login": "gedi-remitly",
"committed_at": "2026-04-13T16:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "96331e553fd739f73794356d65904d05a92c85e7",
"body": "bitnami removed all versioned tags from Docker Hub, keeping only latest.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use bitnami/git:latest in changelog find-in-diff op",
"author_name": "gedis",
"author_login": "gedi-remitly",
"committed_at": "2026-04-13T16:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2376fd4ec1eb408f18f7c39d7ba6c85a0bf1c40b",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add changelog entry for re-tagged git op re-fetch fix",
"author_name": "gedis",
"author_login": "gedi-remitly",
"committed_at": "2026-04-13T16:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0ebee5fd23c7bd3f9650f9cfa1ab0fb29d407c4a",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Revert createNodeIfNotExists.go stderr forwarding change",
"author_name": "gedis",
"author_login": "gedi-remitly",
"committed_at": "2026-04-13T16:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "be94032f6d7d639a5bc3467c7e7f6fa246c9b70e",
"body": "- Remove cache fallback: if resolveRemoteHash fails, return the error\n- Map transport.ErrAuthenticationRequired/ErrAuthorizationFailed to\n model.ErrDataProviderAuthentication/Authorization so the CLI re-prompts\n for credentials instead of silently failing\n- Forward node daemon stderr to CLI terminal via io.MultiWriter\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fail on git tag lookup errors and map auth errors to opctl model",
"author_name": "gedis",
"author_login": "gedi-remitly",
"committed_at": "2026-04-13T16:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3401162533340efb7deb7f1314edbc5351288786",
"body": "- Add remote hash resolution via git ls-remote to detect re-tagged commits\n- Re-clone atomically (via temp path) when the remote tag has moved\n- Fall back to cached clone when remote is unreachable\n- Add tests for cache-hit and stale-hash (re-tag) scenarios\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Support pull flag for re-tagged git ops",
"author_name": "gedis",
"author_login": "gedi-remitly",
"committed_at": "2026-04-13T16:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "440d8e2a5a0f0ac71be54437d2292ed571e5d714",
"body": null,
"is_bot": false,
"headline": "Update embedded container runtime to run as caller UID & GID",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-09-27T22:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d80cd19c561a96abd80fd5d84816ad8ad202306d",
"body": "Co-authored-by: chris-plucker <150185593+chris-plucker@users.noreply.github.com>\nSigned-off-by: Chris Dostert <chrisdostert@users.noreply.github.com>",
"is_bot": false,
"headline": "Update cli/cmd/ls.go",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-09-25T21:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faa50b053cf456a1370d986671a5f398f6ba02ab",
"body": null,
"is_bot": false,
"headline": "Fix examples in CLI ls and ui command",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-09-25T21:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac328d7c1fef1a82781bdf3c6bae1c329592d3c3",
"body": null,
"is_bot": false,
"headline": "Introduce embedded container runtime",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-09-17T18:32:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "163e420ca92c7dfb96cdc0ed8377e43b9a43e36b",
"body": null,
"is_bot": false,
"headline": "Upgrade webapp,website from react 18 to 19",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-09-02T20:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eee15b482118aaf3575d921332a74f5dd30c4a9",
"body": null,
"is_bot": false,
"headline": "Fix CLI validate command for remote ops plus doc touch ups",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-05-11T17:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a3b462ec5dedf483be25eebfa85399796d446ee",
"body": null,
"is_bot": false,
"headline": "Migrate CLI from mow.cli to cobra",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-04-11T19:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b1c296726c1e2ae242b6325f1e25fc9c186e173",
"body": null,
"is_bot": false,
"headline": "Support default auth for pulling ops via `opctl auth [...]`",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-04-10T14:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9315d2633800c2d0178cd624c05ba8de0ac105a",
"body": null,
"is_bot": false,
"headline": "Support specifying image.platform.arch in container calls",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-04-02T16:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "155cc1f46837790c9da3be8c7b1f346ca07d503a",
"body": "…o prior registrations not being cleaned up on container exit",
"is_bot": false,
"headline": "Fix accessing containers by name from opctl nodes stops working due t…",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-03-23T15:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f6950397138159f38bc335aba21082791c146ee",
"body": "Bumps the npm_and_yarn group with 1 update in the /examples/run-a-react-app directory: [express](https://github.com/expressjs/express).\n\n\nUpdates `express` from 4.18.2 to 4.21.2\n- [Release notes](https://github.com/expressjs/express/releases)\n- [Changelog](https://github.com/expressjs/express/blob/4\n[…]\ness/compare/4.18.2...4.21.2)\n\n---\nupdated-dependencies:\n- dependency-name: express\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump express",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-16T20:08:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "422758d8adb5203bbbad88da204baaa0e3c24f9f",
"body": "Bumps the npm_and_yarn group with 1 update in the /website directory: [express](https://github.com/expressjs/express).\n\n\nUpdates `express` from 4.18.1 to 4.21.2\n- [Release notes](https://github.com/expressjs/express/releases)\n- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)\n[…]\ness/compare/4.18.1...4.21.2)\n\n---\nupdated-dependencies:\n- dependency-name: express\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump express in /website in the npm_and_yarn group across 1 directory",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-16T19:09:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "78517ae3dad9b3d927809d5ccb17fc09c373b723",
"body": "Bumps the npm_and_yarn group with 1 update in the / directory: [express](https://github.com/expressjs/express).\n\n\nUpdates `express` from 4.18.2 to 4.21.2\n- [Release notes](https://github.com/expressjs/express/releases)\n- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)\n- [Com\n[…]\ness/compare/4.18.2...4.21.2)\n\n---\nupdated-dependencies:\n- dependency-name: express\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump express in the npm_and_yarn group across 1 directory",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-16T18:34:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "269d01500639a7302838c912c58977c23abb1a8e",
"body": "Bumps the npm_and_yarn group with 1 update in the / directory: [ejs](https://github.com/mde/ejs).\n\n\nUpdates `ejs` from 3.1.9 to 3.1.10\n- [Release notes](https://github.com/mde/ejs/releases)\n- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)\n\n---\nupdated-dependencies:\n- dependency-name: ejs\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ejs in the npm_and_yarn group across 1 directory",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-16T18:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01ade40864cd0dc6c65c13ae8b883d030e541839",
"body": "Bumps the go_modules group with 1 update in the / directory: gopkg.in/go-jose/go-jose.v2.\n\n\nUpdates `gopkg.in/go-jose/go-jose.v2` from 2.6.1 to 2.6.3\n\n---\nupdated-dependencies:\n- dependency-name: gopkg.in/go-jose/go-jose.v2\n dependency-type: indirect\n dependency-group: go_modules\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump gopkg.in/go-jose/go-jose.v2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-16T17:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7baec9b47205cd21d1e286248fed94e175aa2d5",
"body": "Bumps the go_modules group with 1 update in the / directory: [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose).\n\n\nUpdates `github.com/go-jose/go-jose/v3` from 3.0.2 to 3.0.3\n- [Release notes](https://github.com/go-jose/go-jose/releases)\n- [Changelog](https://github.com/go-jose/go-j\n[…]\n.v3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/go-jose/go-jose/v3\n dependency-type: indirect\n dependency-group: go_modules\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github.com/go-jose/go-jose/v3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-16T16:57:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e732746ea09e1193f81953c0ddf4b8ee170117a",
"body": "Bumps the npm_and_yarn group in /examples/run-a-react-app with 1 update: [tar](https://github.com/isaacs/node-tar).\n\n\nUpdates `tar` from 6.1.11 to 6.2.1\n- [Release notes](https://github.com/isaacs/node-tar/releases)\n- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)\n- [Commits]\n[…]\nde-tar/compare/v6.1.11...v6.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: tar\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tar in /examples/run-a-react-app in the npm_and_yarn group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-16T16:27:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "099ed7cbb3720ec212e4e1ee809b91c1b16d0533",
"body": null,
"is_bot": false,
"headline": "Fix container resolution from host on docker for mac 4.39.0+",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-03-16T15:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66da8afb51c0fb6ad80db64336a1b6bd39e0e7fd",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "Chris Plucker",
"author_login": "chris-plucker",
"committed_at": "2025-02-26T22:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "648c29ac694c47642bab18225f04a94a933295f6",
"body": null,
"is_bot": false,
"headline": "Add environment variables support for each option and argument",
"author_name": "Chris Plucker",
"author_login": "chris-plucker",
"committed_at": "2025-02-26T22:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a6e8efa34a0d60616901a24775fdafcd7e45fd2",
"body": "Bumps the npm_and_yarn group with 1 update: [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware).\n\n\nUpdates `webpack-dev-middleware` from 5.3.3 to 5.3.4\n- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)\n- [Changelog](https://github.com/webpack/webpa\n[…]\n3.3...v5.3.4)\n\n---\nupdated-dependencies:\n- dependency-name: webpack-dev-middleware\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump webpack-dev-middleware in the npm_and_yarn group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-13T20:40:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c87d2eadd186bfafd768e82f14fc35a5655426e2",
"body": "Bumps the npm_and_yarn group in /examples/run-a-react-app with 1 update: [follow-redirects](https://github.com/follow-redirects/follow-redirects).\n\n\nUpdates `follow-redirects` from 1.14.8 to 1.15.9\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\n- [Commits](https://g\n[…]\n/v1.14.8...v1.15.9)\n\n---\nupdated-dependencies:\n- dependency-name: follow-redirects\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump follow-redirects",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-13T16:33:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ca571ef93a81f6322ba8364fe25b6afccea8a3b",
"body": "Bumps the npm_and_yarn group in /website with 1 update: [follow-redirects](https://github.com/follow-redirects/follow-redirects).\n\n\nUpdates `follow-redirects` from 1.14.8 to 1.15.9\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\n- [Commits](https://github.com/follow-\n[…]\n/v1.14.8...v1.15.9)\n\n---\nupdated-dependencies:\n- dependency-name: follow-redirects\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump follow-redirects in /website in the npm_and_yarn group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-13T14:30:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c43bf92bb81fa434d13d5b796fd2578c68477db9",
"body": "Bumps the npm_and_yarn group with 1 update: [follow-redirects](https://github.com/follow-redirects/follow-redirects).\n\n\nUpdates `follow-redirects` from 1.15.2 to 1.15.9\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\n- [Commits](https://github.com/follow-redirects/fo\n[…]\n/v1.15.2...v1.15.9)\n\n---\nupdated-dependencies:\n- dependency-name: follow-redirects\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump follow-redirects from 1.15.2 to 1.15.9 in the npm_and_yarn group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-13T06:42:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "866e91dcd6fa5362e4935e472b6f1d73932b4d50",
"body": "Bumps the npm_and_yarn group with 1 update: [express](https://github.com/expressjs/express).\n\n\nUpdates `express` from 4.18.2 to 4.21.1\n- [Release notes](https://github.com/expressjs/express/releases)\n- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)\n- [Commits](https://githu\n[…]\ness/compare/4.18.2...4.21.1)\n\n---\nupdated-dependencies:\n- dependency-name: express\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump express from 4.18.2 to 4.21.1 in the npm_and_yarn group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-13T05:58:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d215a5020a4b6f05256b0d414fb6b077a7e07ca",
"body": "Bumps the go_modules group with 1 update in the / directory: [github.com/containers/image/v5](https://github.com/containers/image).\n\n\nUpdates `github.com/containers/image/v5` from 5.30.0 to 5.30.1\n- [Release notes](https://github.com/containers/image/releases)\n- [Commits](https://github.com/containe\n[…]\n---\nupdated-dependencies:\n- dependency-name: github.com/containers/image/v5\n dependency-type: direct:production\n dependency-group: go_modules\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github.com/containers/image/v5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-13T05:26:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f4743891df2fcd9461cef1edf3871849dcaf2d3f",
"body": null,
"is_bot": false,
"headline": "Automatic handling of mDNSResponder port conflict on OSX",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-02-10T23:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9ece8bf539ec813f1e1a058b0bda6669a4c6085",
"body": null,
"is_bot": false,
"headline": "Leverage native privilege escalation handling for self-update",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-02-10T22:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ca7e6df7f70ec7ff5092f7fdf7ba8628b3ea25",
"body": "…ate limiting)",
"is_bot": false,
"headline": "Move from dockerhub to github container registry for alpine use (no r…",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-02-10T21:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2789f861834b7df7492f5542e929fc3677303a01",
"body": null,
"is_bot": false,
"headline": "Native privilege escalation handling (i.e. no more calling with sudo)",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-02-09T02:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e7a4cc61cce5bc696a88aa5f08f18a1ecdc034e",
"body": null,
"is_bot": false,
"headline": "Fix release",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2025-02-08T20:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c0711a2128f910070e1bbc8084862be849d793f",
"body": null,
"is_bot": false,
"headline": "There Codacy. You happy?",
"author_name": "Caleb McCombs",
"author_login": "squatched",
"committed_at": "2025-02-06T21:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "772f7107bb97dee9681586ca53f1593421999d20",
"body": null,
"is_bot": false,
"headline": "Update Changelog",
"author_name": "Caleb McCombs",
"author_login": "squatched",
"committed_at": "2025-02-06T21:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c83b0c465dda14cca102f66a9d589b8c4b8a633a",
"body": "…t Supported",
"is_bot": false,
"headline": "Allow Failure In GPU Support Check To Just Mean GPU Passthrough Is No…",
"author_name": "Caleb McCombs",
"author_login": "squatched",
"committed_at": "2025-02-06T21:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b2f2cf34151fc9949c9d5c0e72eafc8dcf5390a",
"body": "Fix race condition pulling remote ops",
"is_bot": false,
"headline": "Fix 'opctl op install' command speed regression introduced in 0.1.48",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-25T21:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "145a1ee5dc6196fe6895df5daff15c4b5912f9fc",
"body": null,
"is_bot": false,
"headline": "Fix release notes with JSON special characters break release",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-18T21:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd669a1a96c4c3cdd3734b1cb6c92ebd068820bc",
"body": "…st (race condition)",
"is_bot": false,
"headline": "Fix 'No such container: opctl_[...]' errors if container exits too fa…",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-18T19:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "048e31f64d505dc091ba54f051a12584ab551b26",
"body": null,
"is_bot": false,
"headline": "Upgrade website docusaurus from 2 to 3 & simplify setup page",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-15T23:00:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5599af3949ef50e235e6bf00e0e48d87fc1b77e",
"body": null,
"is_bot": false,
"headline": "Fix executable bit not maintained within remote ops",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-14T04:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1bc3593445c00e026b74ac3eee812cfd3399009",
"body": null,
"is_bot": false,
"headline": "Only run tests on PR",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-14T04:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "011a9eec861ac27422eecb8dfa8a475ab51b0d1d",
"body": "Fix: Rate limit errors surfacing as \"image not found\" errors\n\nDon't log \"not found in graph\" to logs (noisy without value)\n\nFixed file initialization results in incorrect (empty) file data",
"is_bot": false,
"headline": "Fix 'opctl node kill' before you've ever run an op'",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-13T03:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "468b5f236e6dc24f5695ad4af3ec3004a707689c",
"body": "… sudo for node startup",
"is_bot": false,
"headline": "Release prep; Fix container dns names on linux & support passwordless…",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-12T02:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e2ee74966087a4c74ca48d95b5f086089182d4d",
"body": null,
"is_bot": false,
"headline": "Fix changelog/getLatestRelease op output casing",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-11T05:30:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84b392c4c03686007867a2dd359c26cc8e9b6386",
"body": null,
"is_bot": false,
"headline": "Fix release op",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-10T18:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a8f2cad89430c5ef698b3e55b55b7039fc82b97",
"body": null,
"is_bot": false,
"headline": "Use changelog for release details",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-10T18:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aceaa1874c3238d4e533a624c6b4f6bb4b3292f2",
"body": null,
"is_bot": false,
"headline": "Don't create dcg files as root",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-10T18:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0928d6edd6189b6472524f3b0341774b109ac623",
"body": null,
"is_bot": false,
"headline": "Ensure permissions on opctl data can't be broken by umask or setgid bit",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-07T18:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dd1d4472318bffc1ea926b2b9e4a81d0d913cec",
"body": null,
"is_bot": false,
"headline": "Access containers by their names from opctl nodes",
"author_name": "Chris Dostert",
"author_login": "chrisdostert",
"committed_at": "2024-11-04T22:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e8296ae71de8c6f0038c5999b15ff230968b439",
"body": null,
"is_bot": false,
"headline": "fix failed test from error formatting change and run build on PR",
"author_name": "Chris Plucker",
"author_login": "chris-plucker",
"committed_at": "2024-09-06T19:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b41ef2aace261b2e44f128577ed2d28e5f2323c",
"body": null,
"is_bot": false,
"headline": "fix error formatting",
"author_name": "Chris Plucker",
"author_login": "chris-plucker",
"committed_at": "2024-09-06T16:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "792175fbb6e63accd2a39bbee2a913fd93544486",
"body": null,
"is_bot": false,
"headline": "upadte changelog",
"author_name": "Chris Plucker",
"author_login": "chris-plucker",
"committed_at": "2024-09-06T16:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1373d2da276f40592ca647f7d92e9400c43ce2e",
"body": null,
"is_bot": false,
"headline": ": Fix long time to resolve if op does not exist",
"author_name": "Chris Plucker",
"author_login": "chris-plucker",
"committed_at": "2024-09-06T16:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76df47c1b117f7fae227e71dbf2c2087ecc51e7",
"body": "…reusable actions, fix check for existing image\n\nundo some random changes\n\nfix: whitespace",
"is_bot": false,
"headline": "Don't run duplicate builds, fix some warnings from older versions of …",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-24T17:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6671fc2ffcd89b8ce996cd101a78f7009c39d211",
"body": "create release from pr to test\n\nfail faster\n\ndont run e2e tests right now\n\nrun even fewer tests\n\nyeet\n\nyeet2\n\nyeet3\n\ndo nothing in build forn ow\n\nverbose output\n\nyeet4\n\nyeet5\n\nundo perms assignment\n\nyeet6\n\nyeet7\n\nyeet8\n\nyeet9\n\nyeet10\n\nyeet11\n\nyeet12\n\nyeet13\n\nyeet14\n\nyeet15\n\nyeet16\n\nyeet17\n\nyeet18\n\ny\n[…]\n file to op\n\ndont constrain version input for now\n\nadd built binaries for test runs\n\nDon't run duplicate builds, fix some warnings from older versions of reusable actions, fix check for existing image",
"is_bot": false,
"headline": "add write perms for github actions token",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-24T17:50:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7eb5056dea54a08b842d25494cc9b703ba634461",
"body": "# This is the 1st commit message:\n\nadd write perms for github actions token\n\n# This is the commit message #2:\n\ncreate release from pr to test\n\n# This is the commit message #3:\n\nfail faster\n\n# This is the commit message #4:\n\ndont run e2e tests right now\n\n# This is the commit message #5:\n\nrun even few\n[…]\n\n# This is the commit message #33:\n\nadd correct file to op\n\n# This is the commit message #34:\n\ndont constrain version input for now\n\n# This is the commit message #35:\n\nadd built binaries for test runs",
"is_bot": false,
"headline": "# This is a combination of 35 commits.",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-24T17:50:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "25034259fe96e8457df98b52fe741543131fee73",
"body": null,
"is_bot": false,
"headline": "codacy",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T19:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ebee8ebd3d106b464060a53fbfdc03eccf94f79",
"body": null,
"is_bot": false,
"headline": "lint changelog",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T19:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bde6d8a18b6ea2e1cde5fdca2107a70feeb1a35a",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T19:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2326e29d1798e32a2076ef5fcb1d1a276548de00",
"body": null,
"is_bot": false,
"headline": "automatically create a new release on merge to main",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T19:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d053e30f8362498988c7a7debfc165e4583975ce",
"body": "Co-authored-by: Chris Dostert <chrisdostert@users.noreply.github.com>\nSigned-off-by: Chris Spalding <chrissp@remitly.com>",
"is_bot": false,
"headline": "Update .opspec/release/op.yml",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50bf0d77a94d22a33c1a96a92579e250796773c9",
"body": "Co-authored-by: Chris Dostert <chrisdostert@users.noreply.github.com>\nSigned-off-by: Chris Spalding <chrissp@remitly.com>",
"is_bot": false,
"headline": "Update .opspec/release/op.yml",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5a943adf76de739c3b23938f6042907ff35fa36",
"body": "Co-authored-by: Chris Dostert <chrisdostert@users.noreply.github.com>\nSigned-off-by: Chris Spalding <chrissp@remitly.com>",
"is_bot": false,
"headline": "Update .opspec/release/op.yml",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5010992bcc05a1a8ad24344230a0de5f930967c7",
"body": "Co-authored-by: Chris Dostert <chrisdostert@users.noreply.github.com>\nSigned-off-by: Chris Spalding <chrissp@remitly.com>",
"is_bot": false,
"headline": "Update .opspec/release/op.yml",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18c4677cf3cf04f85fd04140939a68b5644c4df",
"body": "Co-authored-by: Chris Dostert <chrisdostert@users.noreply.github.com>\nSigned-off-by: Chris Spalding <chrissp@remitly.com>",
"is_bot": false,
"headline": "Update .opspec/release/to-ghcr/op.yml",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "154ec7c4c0bd849fbab80d9330755f6c8167f3e3",
"body": "Co-authored-by: Chris Dostert <chrisdostert@users.noreply.github.com>\nSigned-off-by: Chris Spalding <chrissp@remitly.com>",
"is_bot": false,
"headline": "Update .opspec/release/check.sh",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfa3640a369eb65a1034a1ececaa028bd4c91564",
"body": "Co-authored-by: Chris Dostert <chrisdostert@users.noreply.github.com>\nSigned-off-by: Chris Spalding <chrissp@remitly.com>",
"is_bot": false,
"headline": "Update .opspec/release/check.sh",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b20f2121c048d15151d804d1c604c1a3ae91a98",
"body": null,
"is_bot": false,
"headline": "fix op name",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d455363798b0230d678ac341845cbd949da116",
"body": null,
"is_bot": false,
"headline": "dont need gitconfig to get latest version",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff6ecdcdbb9b8a8515d26e978b5bc6f2078f9a8",
"body": null,
"is_bot": false,
"headline": "remove unused params",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f61cf439442e58012b6a3f0b6a61c76b61682f5",
"body": null,
"is_bot": false,
"headline": "simplify alreadyPublished usage",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a6bd3e8c649d3dee8b08024621d44605e777619",
"body": null,
"is_bot": false,
"headline": "fix CI",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99c6c879a1cc85a705a15ab139e9a161cb5da7c0",
"body": null,
"is_bot": false,
"headline": "move alreadyPublished up to release op",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25b86dda1f5e0752e289db42a3483a6b35c18969",
"body": null,
"is_bot": false,
"headline": "boolean instead of number",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8796df8a6b1c8cdd297dec20ed914c3aa46a4ff",
"body": null,
"is_bot": false,
"headline": "use opctl conditional",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aadaef5f39f808f69f2e3890af47ae0c5ba338d",
"body": null,
"is_bot": false,
"headline": "check for tag before releasing",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5535beca6a37b7c22365299d3374f035841612f0",
"body": null,
"is_bot": false,
"headline": "fix changelog/lint path",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e6555770c9cd476208173b7fccf5d6707626cf2",
"body": null,
"is_bot": false,
"headline": "reorganize changelog ops and move from docker to ghcr",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-18T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08519c1a262611bf9cce8809f99efe7cc652dfe6",
"body": null,
"is_bot": false,
"headline": "update CI",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-05T17:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29bfbc702111c2df35ba51df4a1ea1f7bb4ce6ce",
"body": null,
"is_bot": false,
"headline": "do not set default version in ops",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-06-05T17:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49dd87ba94715e258db935c6db7b86729d909b18",
"body": null,
"is_bot": false,
"headline": "only check for changelog in PRs",
"author_name": "Chris Spalding",
"author_login": "chris-spalding",
"committed_at": "2024-05-21T16:08:36Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 25,
"latest_release_at": "2026-07-17T17:21:15Z",
"latest_release_tag": "v0.1.82",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 12,
"days_since_latest_release": 9,
"mean_days_between_releases": 10.1
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/opctl/opctl",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/opctl/opctl",
"is_deprecated": false,
"latest_version": "v0.1.76",
"repository_url": "https://github.com/opctl/opctl",
"versions_count": 35,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-23T23:13:23Z",
"latest_version_yanked": null,
"days_since_latest_publish": 33
},
{
"name": "@opctl/sdk",
"exists": true,
"license": "MIT",
"keywords": [
"opctl"
],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@opctl/sdk",
"is_deprecated": false,
"latest_version": "0.0.0-alpha.5",
"repository_url": "https://github.com/opctl/sdk-js",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 49,
"first_published_at": "2019-04-12T03:18:49.538000Z",
"latest_published_at": "2019-06-17T00:28:51.166000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2597
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [
"api/openapi.yaml"
],
"has_devcontainer": false,
"typecheck_configs": [
"sdks/js/tsconfig.json",
"webapp/tsconfig.json"
],
"toolchain_manifests": [
".opspec/changelog/getLatestRelease/go.mod",
"examples/run-a-go-service/go.mod",
"go.mod"
],
"largest_source_bytes": 309786,
"source_files_sampled": 778,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5036
},
"dependencies": {
"manifests": [
"go.mod",
"package.json",
"webapp/package.json",
"website/package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "node-fetch",
"direct": true,
"version": "1.7.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-r683-j2x4-v87g"
],
"fixed_version": "3.1.1",
"advisory_count": 1,
"oldest_advisory_days": 1647
},
{
"name": "ajv",
"direct": true,
"version": "5.5.2",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.6,
"advisory_ids": [
"GHSA-2g4f-4pwh-qvx6",
"GHSA-v88g-cgmw-v5xw"
],
"fixed_version": "8.18.0",
"advisory_count": 2,
"oldest_advisory_days": 1627
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"moderate": 1
},
"advisory_count": 3,
"affected_count": 2,
"assessed_count": 40,
"malicious_count": 0,
"assessed_package": "npm:@opctl/sdk@0.0.0-alpha.5",
"unassessed_count": 0,
"direct_affected_count": 2
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/appdataspec/sdk-golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20170917062448-0c0ade7a92f7"
},
{
"name": "github.com/blang/semver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.5.1+incompatible"
},
{
"name": "github.com/containers/image/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.30.1"
},
{
"name": "github.com/dgraph-io/badger/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.1.0"
},
{
"name": "github.com/distribution/reference",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "github.com/docker/docker",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v27.3.1+incompatible"
},
{
"name": "github.com/docker/go-connections",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "github.com/fatih/color",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.0"
},
{
"name": "github.com/ghodss/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/glinton/ping",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.3"
},
{
"name": "github.com/go-delve/delve",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.25.2"
},
{
"name": "github.com/go-git/go-git/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.17.1"
},
{
"name": "github.com/golang-interfaces/github.com-gorilla-websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20190604222234-f7c71d63fecb"
},
{
"name": "github.com/golang-interfaces/ihttp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20170731143308-228dd9eedf13"
},
{
"name": "github.com/gorilla/handlers",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.1"
},
{
"name": "github.com/gorilla/mux",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.1"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "github.com/jfbus/httprs",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20180614100821-7861a1150846"
},
{
"name": "github.com/maxbrunsfeld/counterfeiter/v6",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v6.2.3"
},
{
"name": "github.com/miekg/dns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.55"
},
{
"name": "github.com/onsi/ginkgo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.16.6-0.20211014152641-f228134fe057"
},
{
"name": "github.com/onsi/gomega",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.34.1"
},
{
"name": "github.com/opencontainers/image-spec",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/peterh/liner",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/rhysd/go-github-selfupdate",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.3"
},
{
"name": "github.com/satori/go.uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/sethgrid/pester",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/shirou/gopsutil/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.25.1"
},
{
"name": "github.com/skratchdot/open-golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20200116055534-eef842397966"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.1"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.6"
},
{
"name": "github.com/xeipuuv/gojsonschema",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.47.0"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.18.0"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.37.0"
},
{
"name": "golang.zx2c4.com/wireguard",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20231211153847-12269c276173"
},
{
"name": "golang.zx2c4.com/wireguard/wgctrl",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230429144221-925a1e7659e6"
},
{
"name": "gopkg.in/natefinch/lumberjack.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.2.1"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.3"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.3"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.3"
},
{
"name": "@emotion/css",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^11.1.3"
},
{
"name": "@types/react-modal",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^3.16.3"
},
{
"name": "ace-builds",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.12"
},
{
"name": "buffer",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.3"
},
{
"name": "js-yaml",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^3.14.1"
},
{
"name": "path-browserify",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.1"
},
{
"name": "react",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^19.1.1"
},
{
"name": "react-ace",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^14.0.1"
},
{
"name": "react-autosuggest",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^10.0.4"
},
{
"name": "react-dom",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^19.1.1"
},
{
"name": "react-easy-panzoom",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^0.4.4"
},
{
"name": "react-modal",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^3.16.1"
},
{
"name": "react-router-dom",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^5.2.0"
},
{
"name": "react-toastify",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^11.0.5"
},
{
"name": "reboot.css",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.4"
},
{
"name": "typescript",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.3"
},
{
"name": "uuid",
"manifest": "webapp/package.json",
"ecosystem": "npm",
"version_constraint": "^8.3.1"
},
{
"name": "@docusaurus/core",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^3.8.1"
},
{
"name": "@docusaurus/plugin-google-analytics",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^3.8.1"
},
{
"name": "@docusaurus/preset-classic",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^3.8.1"
},
{
"name": "@mdx-js/react",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^3.1.1"
},
{
"name": "classnames",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^2.5.1"
},
{
"name": "prism-react-renderer",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^2.4.0"
},
{
"name": "react",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^19.1.1"
},
{
"name": "react-dom",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^19.1.1"
},
{
"name": "@codefresh-io/docker-reference",
"manifest": "sdks/js/package.json",
"ecosystem": "npm",
"version_constraint": "^0.0.5"
},
{
"name": "@types/node-fetch",
"manifest": "sdks/js/package.json",
"ecosystem": "npm",
"version_constraint": "^2.3.2"
},
{
"name": "ajv",
"manifest": "sdks/js/package.json",
"ecosystem": "npm",
"version_constraint": "^6.12.3"
},
{
"name": "node-fetch",
"manifest": "sdks/js/package.json",
"ecosystem": "npm",
"version_constraint": "^2.6.1"
},
{
"name": "typescript",
"manifest": "sdks/js/package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.3"
},
{
"name": "universal-websocket-client",
"manifest": "sdks/js/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 8,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "chrisdostert",
"commits": 858,
"avatar_url": "https://avatars.githubusercontent.com/u/2335774?v=4"
},
{
"type": "User",
"login": "apexskier",
"commits": 106,
"avatar_url": "https://avatars.githubusercontent.com/u/329222?v=4"
},
{
"type": "User",
"login": "chris-spalding",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/151668951?v=4"
},
{
"type": "User",
"login": "gedi-remitly",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/119447800?v=4"
},
{
"type": "User",
"login": "soultech67",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/12126879?v=4"
},
{
"type": "User",
"login": "gunnarg-remitly",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/45185818?v=4"
},
{
"type": "User",
"login": "chris-plucker",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/150185593?v=4"
},
{
"type": "User",
"login": "lmarszal",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/26798897?v=4"
},
{
"type": "User",
"login": "psamaan",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/4834419?v=4"
},
{
"type": "User",
"login": "squatched",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/6540300?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.81
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"claude-code-review.yml",
"claude.yml",
"nightly-cli-e2e.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"yarn.lock"
],
"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": "8 out of 8 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/30 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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": "193 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4b003ae9875f8bfe2bf6f01ac5c5fbe10e0b1fa8",
"ran_at": "2026-07-27T16:48:29Z",
"aggregate_score": 2.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T11:16:12Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T17:13:12Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/soultech67/opctl",
"host": "github.com",
"name": "opctl",
"owner": "soultech67"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 33,
"vitality": 66,
"community": 12,
"governance": 48,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 25,
"human_commit_share": 0.86,
"days_since_last_push": 9,
"active_weeks_last_year": 12
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "25 commits in the last year",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 25
}
}
],
"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": 7,
"latest_release_tag": "v0.1.82",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 10.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~10.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 10.1
}
}
],
"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": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 17,
"top_contributor_share": 0.81
},
"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 81% of commits",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 81
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"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": "good",
"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": 72,
"inputs": {
"merged_prs": 8,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"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": "8/8 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 36,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "soultech67",
"public_repos": 3,
"account_age_days": 4109
},
"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": "1 followers of soultech67",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "soultech67"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~11 yr old",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://opctl.io",
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://opctl.io",
"points": 15,
"status": "met",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 2.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": "8 out of 8 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/30 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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "193 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Matched the npm:@opctl/sdk@0.0.0-alpha.5 runtime dependency closure — what installing the published package pulls in — 40 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@opctl/sdk@0.0.0-alpha.5",
"assessed": 40
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 64,
"inputs": {
"source": "osv",
"advisories": 3,
"affected_packages": 2,
"assessed_packages": 40,
"unassessed_packages": 0,
"affected_by_severity": "high 1, moderate 1",
"direct_affected_packages": 2
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "2 affected: node-fetch 1.7.3 (high 8.8), ajv 5.5.2 (moderate 5.6)",
"points": 9.1,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "node-fetch 1.7.3 (high 8.8), ajv 5.5.2 (moderate 5.6)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 1647 days ago",
"points": 29.4,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 1647
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 40,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"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": 77,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.302,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5036
},
"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": "26 of 86 human commits state their intent (structured subject or explanatory body)",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 26,
"sampled": 86
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"sdks/js/tsconfig.json",
"webapp/tsconfig.json"
],
"agent_commit_share": 0.18,
"toolchain_manifests": [
".opspec/changelog/getLatestRelease/go.mod",
"examples/run-a-go-service/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0.14
},
"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": "sdks/js/tsconfig.json, webapp/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "sdks/js/tsconfig.json, webapp/tsconfig.json"
}
}
],
"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": "18 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 18,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "14 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 14,
"sampled": 100
}
}
],
"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": 309786,
"source_files_sampled": 778,
"oversized_source_files": 1
},
"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": "1/778 source files over 60KB",
"points": 54.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 778,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"api/openapi.yaml"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "api/openapi.yaml",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "api/openapi.yaml"
}
}
],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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": [
"Community profile unavailable",
"go package 'github.com/opctl/opctl' points at a different repository (https://github.com/opctl/opctl); excluded from ecosystem scoring",
"npm package '@opctl/sdk' points at a different repository (https://github.com/opctl/sdk-js); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T16:48:48.153879Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/soultech67/opctl.svg",
"full_name": "soultech67/opctl",
"license_state": "standard",
"license_spdx": "MIT"
}