Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"cli",
"devtools",
"golang",
"kubernetes",
"kubernetes-deployment",
"orchestration"
],
"is_fork": false,
"size_kb": 160,
"has_wiki": true,
"homepage": "https://kubeorch.dev",
"languages": {
"Go": 91793,
"Shell": 9511,
"Makefile": 5247,
"Batchfile": 3538,
"JavaScript": 6467,
"PowerShell": 4434
},
"pushed_at": "2026-06-23T08:39:31Z",
"created_at": "2025-08-16T15:59:20Z",
"owner_type": "Organization",
"updated_at": "2026-06-23T08:39:35Z",
"description": "orchcli — the KubeOrch CLI for initializing, deploying, and managing Kubernetes clusters from the terminal",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://kubeorch.dev/",
"name": "KubeOrch",
"type": "Organization",
"login": "KubeOrch",
"company": null,
"location": "India",
"followers": 59,
"avatar_url": "https://avatars.githubusercontent.com/u/226450382?v=4",
"created_at": "2025-08-14T05:16:54Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 352
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2026-06-23T07:09:22Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2026-06-23T06:35:22Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2026-06-23T06:31:23Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2026-04-14T18:54:56Z"
},
{
"tag": "v0.0.4.1",
"kind": "other",
"published_at": "2026-04-14T17:56:07Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-04-14T17:25:31Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2025-09-06T05:19:37Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-08-27T10:28:10Z"
}
],
"recent_commits": [
{
"oid": "0137b97d18f44403180e135bcf6a793ecea4204d",
"body": "Replace raw.githubusercontent.com URLs with kubeorch.dev/install.*\nnow that the landing page proxies these via Next.js rewrites.",
"is_bot": false,
"headline": "docs: use kubeorch.dev short URLs for install scripts",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-06-23T08:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12beb2b199881ca1e6ce9a4c35db9357a6244d94",
"body": "Binaries were dynamically linked to glibc, causing them to fail on\nAlpine/musl-based systems with \"not found\" errors. Setting CGO_ENABLED=0\nproduces fully static binaries that work on any Linux distro. Also added\n-s -w ldflags to strip debug info and reduce binary size.",
"is_bot": false,
"headline": "fix: build static binaries with CGO_ENABLED=0",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-06-23T07:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a898607e968b2ad16880478872ae3abc8304f2b4",
"body": "The WriteStream was created before following GitHub's 302 redirect,\nthen closed on redirect and never reopened - resulting in a 0-byte\nbinary. Now the WriteStream is only created after the final 200\nresponse.",
"is_bot": false,
"headline": "fix: postinstall download redirect handling",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-06-23T06:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0269fbb80263d29b7d20de4a0a7072011626f12",
"body": "- Add install.ps1 (Windows PowerShell) and install.cmd (Windows CMD)\n for native installation similar to curl install on macOS/Linux\n- Fix npm postinstall: wrong repo name (KubeOrchestra -> KubeOrch),\n missing Windows .exe handling, download validation\n- Add npm/bin/orchcli wrapper script (was mis\n[…]\n- Remove Scoop bucket auto-update job from release workflow\n- Update README with native install methods\n- Add Docker-based installation test script\n- Fix .gitignore: scope orchcli pattern to root only",
"is_bot": false,
"headline": "fix: native install scripts, fix broken npm package",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-06-23T06:29:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c3cf13fdb6b9dceba6d8e2613fdfa013f4bdc481",
"body": "Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "docs: add contributing link, standardize license format",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-28T05:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f4ac518f3ab060876b4d65c4cd44f88d6768bb7",
"body": "ci: auto-update scoop bucket on release",
"is_bot": false,
"headline": "Merge pull request #48 from KubeOrch/feat/auto-update-scoop-bucket",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-21T15:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d247e2a74c5c107dea87a963f4e54ef0f73cfa",
"body": "Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "chore: remove task planning artifacts",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-21T14:23:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4abc50f8a785a1c2df9bfadac61db37b4cb7cbeb",
"body": "- Add update-scoop-bucket job to release workflow\n- Downloads checksums.txt from release to get Windows exe SHA256\n- Updates KubeOrch/scoop bucket manifest with new version and hash\n- Commits directly to scoop repo main branch\n\nThis automates the Scoop bucket update process that was previously manual.\n\nSigned-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "ci: auto-update scoop bucket on release",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-21T09:32:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5fcf4754e57f95febe05b582eb7e30580e091a2",
"body": "Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "ci: use Node 24 + npm@latest for OIDC trusted publishing support",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-14T18:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a26886db792fe843832a9d416a78e794041c97f7",
"body": "…C flow\n\nSigned-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "ci: restore registry-url for OIDC, unset NODE_AUTH_TOKEN to force OID…",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-14T18:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d81e332f9ca72e7c7677d4a1adc2d0d654f4c4",
"body": "Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "ci: remove registry-url from setup-node to allow OIDC trusted publishing",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-14T18:04:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d035edf93562a37b9029bf8f75fa6f5f5dfa42f0",
"body": "Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "ci: switch npm publish to trusted publishers (OIDC) — no more tokens",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-14T17:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fef77ea47672b8fa1cf7e45e7d96c91495c3dcfc",
"body": "fix: embed compose files, fix PostgreSQL refs, align Go module path",
"is_bot": false,
"headline": "Merge pull request #46 from KubeOrch/fix/embed-compose-and-bugs",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-14T17:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efcfd03e3b8cba7aa6b1f433133fa05b0b6f8722",
"body": "…urity\n\n- Embed all docker-compose files into binary via go:embed so\n orchcli init writes them to docker/ — fixes broken init+start flow\n- Fix Go module path: github.com/kubeorchestra/cli → github.com/kubeorch/cli\n to match GitHub org; fixes version injection via ldflags in releases\n- Replace all \n[…]\npose/env files\n (0644 is intentional — these files contain no secrets)\n- Fix Windows CI: add shell: bash to steps using bash syntax\n\nFixes #45\n\nSigned-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "fix: embed compose files, fix module path, MongoDB refs, lint and sec…",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-14T17:01:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7ec6beeb50edb2fcfc6ecd743de18f231bc45cf6",
"body": "docs: replace Cloud Native badge with CNCF Aspiring",
"is_bot": false,
"headline": "Merge pull request #44 from KubeOrch/fix/badge-update",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-06T17:55:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8abc5e4e61c2d74f0e47466d14eb80873464f90",
"body": "Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "docs: replace Cloud Native badge with CNCF Aspiring",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-04-06T17:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d8d8a21a98a9455994efe94dc116e6d2751ee25",
"body": "test: add command tests for stop, restart, logs, exec, start",
"is_bot": false,
"headline": "Merge pull request #43 from KubeOrch/test/command-tests",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-03-24T15:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88eaee994d87c1fe848f78b25c43a885a8184286",
"body": "Adds 11 new test cases:\n- TestStopCommand, TestStopWithVolumes, TestStopWithoutInit\n- TestRestartCommand, TestRestartSpecificService, TestRestartWithoutInit\n- TestLogsCommand, TestLogsWithService, TestLogsWithoutInit\n- TestExecWithValidService\n- TestStartWithDetach\n\nIncludes setupProductionProject helper for consistent test setup.\nTotal command tests: 8 → 19.\n\nCloses #39\n\nSigned-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "test: add command tests for stop, restart, logs, exec, start",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-03-24T15:32:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cfe80a191f9327c7ec94f31db4c92cd5f9cad20",
"body": "fix: make tests platform-agnostic for Windows support",
"is_bot": false,
"headline": "Merge pull request #42 from KubeOrch/fix/windows-tests",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-03-24T15:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07f92e79188010511916e9161da1358203e3cf48",
"body": "- Add CreateMockCommand helper that creates .bat files on Windows,\n shell scripts on Unix\n- Add MockPATH helper using os.PathListSeparator\n- Fix cmd_test.go to use platform-aware mocks instead of shell scripts\n- Fix config_test.go to use os.TempDir() instead of hardcoded Unix paths\n- Remove os.Symlink usage that requires admin on Windows\n- Add Windows to CI test matrix\n\nCloses #38\n\nSigned-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "fix: make tests platform-agnostic for Windows support",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-03-24T15:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "377493e3ed6def815dbf8cbf9e0d0b808aacd628",
"body": "Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "fix: break long lines to satisfy lll linter (max 140 chars)",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-03-24T15:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce08bcd9049042a7e9e0ec5937f024aad8989bdc",
"body": "refactor: extract common installer helpers to reduce duplication",
"is_bot": false,
"headline": "Merge pull request #41 from KubeOrch/refactor/installers",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-03-24T15:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "616428b1774688e5cd7cda5840493dcc9b948816",
"body": "Adds isDebian(), hasHomebrew(), runCommand(), runShell(), installViaApt(),\nand installViaBrew() helpers. Refactors installNodeJS, installGo, installGit,\ninstallDocker, and installDockerCompose to use shared helpers.\n\nReduces ~200 lines of duplicated OS detection and package manager logic.\n\nCloses #40\n\nSigned-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>",
"is_bot": false,
"headline": "refactor: extract common installer helpers to reduce duplication",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2026-03-24T15:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "185c9e59175235af38bca5d50950476529cc8774",
"body": null,
"is_bot": false,
"headline": "Fix linting issues: create constants for repeated strings",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-09-06T05:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcaa8d5c3b8da204eaf171afb3923c77962f7ee8",
"body": "…ion to 0.0.3",
"is_bot": false,
"headline": "Update organization name from KubeOrchestra to KubeOrch and bump vers…",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-09-06T04:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63c1f5d4f428074d220ea3b2be19c9813b6c8384",
"body": "…-mongo\n\nfeat: migrate from PostgreSQL to MongoDB (#29)",
"is_bot": false,
"headline": "Merge pull request #34 from KubeOrchestra/feature/migrate-postgres-to…",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T16:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c22a3d77980e798bd3ae2745d3b8e3fc990d8b2",
"body": "- Replace PostgreSQL with MongoDB 8.0 (latest stable) in all docker-compose files\n- Remove MongoDB authentication for simpler development setup\n- Update CLI status command to check MongoDB health with specific '{ ok: 1 }' check\n- Update CLI debug command for MongoDB connectivity testing\n- Simplify connection strings: mongodb://mongodb:27017/kubeorchestra\n- Update container names and health checks for MongoDB",
"is_bot": false,
"headline": "feat: migrate from PostgreSQL to MongoDB (#29)",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T16:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38450dca9355f26f6e4d19266d03e7768330111a",
"body": "- Replace PostgreSQL with MongoDB in all docker-compose files\n- Update CLI status command to check MongoDB health\n- Update CLI debug command for MongoDB connectivity testing\n- Use MongoDB connection strings instead of PostgreSQL\n- Update container names and health checks for MongoDB",
"is_bot": false,
"headline": "feat: migrate from PostgreSQL to MongoDB (#29)",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T16:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cd8458e91eed2426c5e952d872e1e1a567b51ab",
"body": "- Added badges for license and cloud-native status\n- Expanded features section to highlight key functionalities\n- Included a documentation section with links to relevant resources",
"is_bot": false,
"headline": "docs: update README with features and documentation sections",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T15:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfaac187b1c2f0cf43b2f60393af58368d12a7ba",
"body": "fix: orchcli init now clones repos in user's current directory",
"is_bot": false,
"headline": "Merge pull request #32 from KubeOrchestra/fix/project-location-config",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T15:06:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c822193a4b319b7b367a9a627a4587ca2366ab",
"body": "- Refactor config tests to use actual SaveConfig/LoadConfig functions\n- Fix unchecked error returns from fileLock.Unlock()\n- Format test files with gofmt -s\n- Update test workflow to use Go 1.22 only",
"is_bot": false,
"headline": "fix: improve config tests and fix linting issues",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T15:04:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8ee0876a51a06f8993ef8991b4ef77d95e71227",
"body": "- Implement file locking using github.com/gofrs/flock\n- Protect config read-modify-write operations from race conditions\n- Add comprehensive tests for concurrent config access\n- Ensure atomic writes to prevent data corruption",
"is_bot": false,
"headline": "feat: add file locking for concurrent config access",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T14:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3313a524f77d35281391292ccac74696f99a2fbb",
"body": "- Standardized directory permission settings using constants for better readability\n- Enhanced error handling in directory creation functions\n- Updated comments for clarity and future use of the removeProjectConfig function",
"is_bot": false,
"headline": "refactor: improve directory creation and code clarity",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T14:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12a0153c0d459d4cb64721ab36d73e6dfe8f38a1",
"body": "- Renamed configuration-related functions to use PascalCase for consistency\n- Adjusted directory and file permission settings for improved security\n- Simplified conditional logic in various functions for better readability\n- Updated tests to reflect changes in function names and configurations",
"is_bot": false,
"headline": "refactor: standardize function naming and improve permission settings",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T14:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab43b04526a6c7c51705f7b69fd60a2ed2c47079",
"body": "- Added config management system to track project locations\n- Store project paths in orchcli-config.json next to executable\n- All commands (start, stop, logs, etc.) now use config to find projects\n- Support for multiple projects in different directories\n- Repos are cloned in user's current directory, not CLI install location\n\nFixes permission issues and enables proper project organization",
"is_bot": false,
"headline": "fix: orchcli init now clones repos in user's current directory",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T14:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419dfcdf62a0aedf7a995c01200adc596791c4d8",
"body": "feat: add concurrent operations for improved performance",
"is_bot": false,
"headline": "Merge pull request #30 from KubeOrchestra/feat/concurrent-operations",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-31T13:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f9ef7a54ce3d9b3303f9ede69a3ae5a326ebe20",
"body": "- Implement concurrent repo cloning in init command\n- Add parallel dependency installation (npm and go mod)\n- Create progress bars for long-running operations\n- Add comprehensive error aggregation\n- Include unit tests for concurrent operations\n- Fix all linting issues (field alignment, formatting)\n\nFixes #28",
"is_bot": false,
"headline": "feat: add concurrent operations for improved performance",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-30T21:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61e009d4488ca519b3a0d90d4d798fbb3ead5202",
"body": "- Implement concurrent repo cloning in init command\n- Add parallel dependency installation (npm and go mod)\n- Create progress bars for long-running operations\n- Add comprehensive error aggregation\n- Include unit tests for concurrent operations\n\nFixes #28",
"is_bot": false,
"headline": "feat: add concurrent operations for improved performance",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-30T20:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7caec0b0168a1669b08924502fd1ff876ecd496e",
"body": "Feat/improved dev exp",
"is_bot": false,
"headline": "Merge pull request #25 from KubeOrchestra/feat/improved-dev-exp",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-30T18:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c0e7b32e87333933bc4139f13a69f5ea0a0b662",
"body": "- Create install.sh script similar to popular tools like Trivy\n- Support curl and wget for downloading\n- Auto-detect OS and architecture (Linux, macOS, Windows)\n- Support custom installation directory via ORCHCLI_INSTALL_DIR\n- Support specific version installation via ORCHCLI_VERSION\n- Add uninstall option with --uninstall flag\n- Include file size validation to detect download errors\n- Update README with Quick Install as recommended method",
"is_bot": false,
"headline": "feat: add universal install script for easy CLI installation",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T12:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4724a5c6414924a12a06a6373d90c2a48f8a0504",
"body": "- Add exit-code: 0 to Trivy to not fail builds on vulnerabilities\n- Show Trivy results in table format for visibility\n- Add -no-fail flag to gosec scanner\n- Filter to only show fixable and high-severity issues\n- Security scans now informational only, won't block CI",
"is_bot": false,
"headline": "fix: make security scans non-blocking and informational",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T11:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "355b980d4115bc72fe2437f4f388a1bedc21bf79",
"body": "- Remove duplicate workflow runs by not triggering on feat/* pushes\n- Add security-events write permission for security scan uploads\n- Make security uploads non-blocking with continue-on-error\n- Prevents duplicate runs on PRs (only runs on pull_request event)",
"is_bot": false,
"headline": "fix: improve GitHub Actions workflows",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T11:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab401c1de7734f0e22c2e2187880ff27c520a82",
"body": "- Fix test workflow to use --version flag instead of version command\n- Disable G204 gosec warnings globally as all exec.Command uses are safe\n- Commands are either from fixed allowlists or validated inputs",
"is_bot": false,
"headline": "fix: correct test workflow and disable G204 gosec warnings",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T11:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31a0388f1ab2bc1e79522c7d0f48f938c37b29eb",
"body": "…ion\"\n\nThis reverts commit 607af08dd9987014745b345ef94a17a9ee298d02.",
"is_bot": false,
"headline": "Revert \"fix: move nosec comments to inline format for proper recognit…",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T11:32:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "607af08dd9987014745b345ef94a17a9ee298d02",
"body": "- Change #nosec comments from separate line to inline\n- Ensures golangci-lint properly recognizes security exclusions",
"is_bot": false,
"headline": "fix: move nosec comments to inline format for proper recognition",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T11:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef455f443dc9d7253f7b7adabafe04143d915013",
"body": "- Add #nosec comments for safe command execution\n- Add package comments for test packages\n- Fix struct field alignment for optimal memory layout\n- Format code with gofmt -s",
"is_bot": false,
"headline": "fix: resolve linting issues for golangci-lint v1.61.0",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T11:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20a95570fe8d14eb1d1c8215d5892c68b3209bba",
"body": "- Remove invalid 'uniq-by-line' field from issues section\n- Remove unsupported 'allow-leading-space' from nolintlint\n- Fix mnd linter settings structure",
"is_bot": false,
"headline": "fix: correct golangci-lint configuration for v1.61.0",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T10:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f253ac7b6d3b3b2f358e655a65cf0f7381744b5d",
"body": "feat: implement service management commands and docker orchestration",
"is_bot": false,
"headline": "Merge pull request #14 from KubeOrchestra/feat/core-functions",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T10:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59e1d45b900446502535bfa501734ddf127a9c7c",
"body": null,
"is_bot": false,
"headline": "chore: prepare v0.0.2 release with automated workflows",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T10:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0f94133040071e2f74201b93b55073e40d234a",
"body": "…and create .npmignore for build artifacts",
"is_bot": false,
"headline": "feat: add npm scripts for post-installation and package preparation, …",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T09:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaf1927eb713e0df8548441060d9c717783f90cb",
"body": "…s in Makefile, and improve command structure in CLI files",
"is_bot": false,
"headline": "chore: update dependencies in go.mod and go.sum, enhance test command…",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T08:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db64c2f97f9a07102d8df2b51bed151c51ebea22",
"body": "Feat: add dependency installation if not present",
"is_bot": false,
"headline": "Merge pull request #13 from KubeOrchestra/feat/deps",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-27T07:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a68797f97503d58912d8e6b6e55f77fa813fcca4",
"body": "feat: implement init command with fork support for development workflows",
"is_bot": false,
"headline": "Merge pull request #12 from KubeOrchestra/feat/setup",
"author_name": "Rishi Chirchi",
"author_login": "rishichirchi",
"committed_at": "2025-08-25T19:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8400ad48d9f12dc26294cbdd19656ab1f8e6cde0",
"body": "…t workflows and error handling",
"is_bot": false,
"headline": "docs: update README and Docker configurations for improved developmen…",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-25T18:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1601a9758cea10e66461cc1d4693368b8107ea98",
"body": "…hestration",
"is_bot": false,
"headline": "chore: remove deprecated Dockerfiles and update README for Docker orc…",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-25T17:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63148f9add4490901bad71cae4b970ead07d4eec",
"body": null,
"is_bot": false,
"headline": "feat: enhance OrchCLI with new commands and improved Docker integration",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-25T17:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5411eab88b53dc79a80abeaa2f31479ef78e137a",
"body": "…ctions",
"is_bot": false,
"headline": "fix: update command usage in setup instructions and remove unused fun…",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-25T16:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7956e302e3aeedda6858d0cbba4951b68cc21f8e",
"body": null,
"is_bot": false,
"headline": "feat: add auto-install feature for missing dependencies in setup",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-25T16:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e26987854345f5daf6cfc9abb81fae9b3bfdba",
"body": null,
"is_bot": false,
"headline": "feat: add init command to set up KubeOrchestra development environment",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-25T15:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba9aa136c94d1354846b31afe3356caa03bab873",
"body": "initialize Go project structure with Cobra CLI framework",
"is_bot": false,
"headline": "Merge pull request #11 from KubeOrchestra/feat/setup",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-25T15:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c13063c1033dc37c48402f39aafa57b89a9bc5",
"body": null,
"is_bot": false,
"headline": "chore: enhance docker setup for better development workflow",
"author_name": "mohit-nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-25T15:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9682897001cbaf2420ba93a230bb1be00cde629",
"body": "…nt setup",
"is_bot": false,
"headline": "chore: refine docker configuration for improved development environme…",
"author_name": "mohit-nagaraj",
"author_login": "mohit-frai",
"committed_at": "2025-08-24T15:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f688976dda3022090fa788b847fbfb23b33c78e5",
"body": "…nimal commands",
"is_bot": false,
"headline": "feat: add docker files to orchestrate the dev env environment with mi…",
"author_name": "mohit-nagaraj",
"author_login": "mohit-frai",
"committed_at": "2025-08-24T06:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "930752322b10acf945440aebcd8f87ec0c59073b",
"body": null,
"is_bot": false,
"headline": "docs: update general info guide n think how to proceed on this",
"author_name": "mohit-nagaraj",
"author_login": "mohit-frai",
"committed_at": "2025-08-24T05:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "012366294408a78e87dc9b94ab7ddd5b0b935740",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Mohit Nagaraj",
"author_login": "mohit-nagaraj",
"committed_at": "2025-08-16T15:59:20Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 65,
"latest_release_at": "2026-06-23T07:09:22Z",
"latest_release_tag": "v0.0.8",
"releases_from_tags": false,
"days_since_last_push": 38,
"active_weeks_last_year": 10,
"days_since_latest_release": 38,
"mean_days_between_releases": 42.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/kubeorch/cli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/kubeorch/cli",
"is_deprecated": false,
"latest_version": "v0.0.8",
"repository_url": "https://github.com/kubeorch/cli",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-23T07:08:19Z",
"latest_version_yanked": null,
"days_since_latest_publish": 38
},
{
"name": "@kubeorch/cli",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"kubeorch",
"kubernetes",
"orchestration",
"cli",
"developer-tools",
"devops",
"docker",
"container"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@kubeorch/cli",
"is_deprecated": false,
"latest_version": "0.0.8",
"repository_url": "https://github.com/KubeOrch/cli",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 81,
"first_published_at": "2025-09-06T05:19:42.648000Z",
"latest_published_at": "2026-06-23T07:09:26.417000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 38
}
]
},
"popularity": {
"forks": 3,
"stars": 11,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 14759,
"source_files_sampled": 26,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.22.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 70
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 10,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/gofrs/flock",
"direct": false,
"version": "v0.12.1",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": false,
"version": "v1.9.1",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.6",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 0,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 14,
"open_issues": 4,
"closed_ratio": 0.879,
"closed_issues": 29,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mohit-nagaraj",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/105775899?v=4"
},
{
"type": "User",
"login": "mohit-frai",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/220362382?v=4"
},
{
"type": "User",
"login": "rishichirchi",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/121502242?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.938
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"golangci-lint.yml",
"issue-command-bot.yaml",
"release-and-publish.yml",
"test.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
"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/22 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": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 1,
"reason": "SAST tool is not run on all commits -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 8,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0137b97d18f44403180e135bcf6a793ecea4204d",
"ran_at": "2026-08-01T05:23:30Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-23T08:39:53Z",
"oldest_open_prs": [
{
"number": 33,
"created_at": "2025-08-31T16:23:04Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-04-21T15:52:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 35,
"created_at": "2025-09-01T09:15:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2025-09-01T09:15:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2025-09-01T09:15:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2026-04-16T07:12:02Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/KubeOrch/cli",
"host": "github.com",
"name": "cli",
"owner": "KubeOrch"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 61,
"vitality": 62,
"community": 48,
"governance": 60,
"engineering": 87
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"commits_last_year": 65,
"human_commit_share": 1,
"days_since_last_push": 38,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 38 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 38
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "65 commits in the last year",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 65
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.0.8",
"releases_from_tags": false,
"days_since_latest_release": 38,
"mean_days_between_releases": 42.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 38 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 38
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~42.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 42.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 40,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 40 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 40
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"forks": 3,
"stars": 11,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "11 stars",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 11
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"packages": [
"github.com/kubeorch/cli",
"@kubeorch/cli"
],
"dependents": null,
"ecosystems": "go, npm",
"total_downloads": null,
"monthly_downloads": 81
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "81 downloads/month across go, npm",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 81,
"ecosystems": "go, npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.938
},
"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 94% of commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"merged_prs": 14,
"open_issues": 4,
"closed_issues": 29,
"issue_closed_ratio": 0.879,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "88% of issues closed",
"points": 41.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 88
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "14/14 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 14,
"decided": 14
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/22 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"followers": 59,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "KubeOrch",
"public_repos": 6,
"account_age_days": 352
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "59 followers of KubeOrch",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 59,
"login": "KubeOrch"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~0 yr old",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/kubeorch/cli",
"@kubeorch/cli"
],
"ecosystems": "go, npm",
"any_deprecated": false,
"min_days_since_publish": 38
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on go, npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "go, npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 38 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 38
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 87,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"cli",
"devtools",
"golang",
"kubernetes",
"kubernetes-deployment",
"orchestration"
],
"has_wiki": true,
"homepage": "https://kubeorch.dev",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://kubeorch.dev",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 61,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/22 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": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 10 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 10
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 10,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 10,
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 66,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.938,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "61 of 65 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 61,
"sampled": 65
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 65",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 65
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 14759,
"source_files_sampled": 26,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/26 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 26,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.14.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-01T05:23:43.264472Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/KubeOrch/cli.svg",
"full_name": "KubeOrch/cli",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}