Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 275,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 264866,
"Shell": 1562,
"PowerShell": 1738
},
"pushed_at": "2026-07-21T10:22:21Z",
"created_at": "2026-07-20T08:17:42Z",
"owner_type": "User",
"updated_at": "2026-07-21T10:22:23Z",
"description": "Companion CLI for the anthill agentic harness framework",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "Dwight-D",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/25592807?v=4",
"created_at": "2017-02-06T18:28:56Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 3459
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2026-07-21T10:22:08Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-07-20T12:13:08Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2026-07-20T11:48:16Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2026-07-20T11:34:42Z"
}
],
"recent_commits": [
{
"oid": "89b8ce4ab0aeab340f6f64691b65928e91d7c06d",
"body": "…c-class list\n\nPoint sync's create-blocklist comment at the filed issue and log the gap in\n.anthill/framework.md per the flag-upstream-don't-fork discipline.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: record upstream framework-gap (anthill#3) for the hardcoded syn…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-21T10:22:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a979ce97603a7a2734f6a990f04c3e95b5d3980f",
"body": "… sync)\n\nAfter reconciling the tracked units (skills + framework-invariant files),\nsync now runs a create-if-absent pass over the rest of the payload: any file\nmissing from the install is written verbatim (reported as `created`). A\ncreation cannot clobber anything, so it is always safe — this delive\n[…]\nng files are\nnever overwritten by this pass. The safe/disposable line is hardcoded pending\nan upstream per-file sync-class schema.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sync): create absent payload files (new scaffold content follows…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-21T10:19:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "919ff3f6f17c36efd98776d79a345b4a714794ef",
"body": "Project-owned change-type vocabulary, widened sync scope (framework-invariant\nfiles), and the re-embed at upstream 8fa21a2. See CHANGELOG.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "release: bump version to 0.0.5",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-21T10:03:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f559f3b4d2328eaa7c481ddd711288ad5b6f28ae",
"body": "Bump the pinned template from 3797138 to upstream ref 8fa21a2 and re-vendor\nthe delta verbatim:\n\n- new general-tier `sync` skill (skill count 10 -> 11);\n- updated `dispatch-loop`, `supervisor`, `wake-up` skills;\n- new `.anthill/dispatch/` subtree (README + seed-on-first-use runtime\n artifacts contr\n[…]\nE.md` to the sync allowlist; extend the structure and\nderived-install tests for the new subtree; refresh skill counts in the docs.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(template): re-embed framework at upstream anthill 8fa21a2",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-21T10:03:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "18411b7561e03541c8ae58ca6dadb154c8098ff8",
"body": "sync previously reconciled only .claude/skills/**; every other payload file\n(framework.md, READMEs, tools/ launchers, …) arrived only at scaffold time\nand was frozen thereafter. That left framework-invariant, stateless,\nupstream-owned files — identical across every install — unable to follow an\nupgr\n[…]\nws sync;\n project-owned never touched) in template + installed framework.md.\n- Update sync help text and BOOTSTRAP_CLI_SPEC §4.5.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sync): widen sync scope to framework-invariant non-skill files",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-21T08:25:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ebcf2ce16ce07741ba4477f72a4d83a2dfb8d052",
"body": "The CLI hardcoded an accepted change-type set and hard-rejected anything\noutside it (option, default, new-<primitive>, …) — contradicting the\nframework template's own bindings.md, which calls change-type \"your\ndomain's change-type vocabulary\". Bind the vocabulary to the project.\n\n- Declare change-ty\n[…]\nnfo change-type-vocab check that warns but never fails.\n- init seeds a domain-neutral starter vocabulary; template + docs updated.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: make change-type vocabulary project-owned, not a hardcoded enum",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-21T07:28:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e32ed19e3e1ff37da45c0cab35dd0da494222744",
"body": "Resolves #1. The general tier is now byte-identical to upstream with no\nexceptions.\n\nCLI logic:\n- doctor Section A checks every .claude/skills/* file byte-for-byte; drop the\n autonomous proceed-list / decisions-log exemption (delete skill.go).\n- sync is a plain verbatim re-copy; the only conflict c\n[…]\nmd, reconciled framework.md\nand CLAUDE.md. doctor --strict is green.\n\nDocs: add README.md and CHANGELOG.md; bump version to 0.0.4.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Retire autonomous skill adaptation regions; re-embed template at 3797138",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T19:43:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2a20934577c490b384893d5b173033412b25e384",
"body": "…ced-through\n\nLead the synced-through value with the pinned commit ref (ccd6807) instead of\nthe install date, so 'anthill doctor'/'sync' read it as the baseline. Clears the\ninformational sync-status 'behind' warning; doctor --strict is now green on this\ninstall.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(.anthill): record the embedded template ref in framework.md syn…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T13:58:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "766935f196ad0023d3261a132614250310c0cfc5",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "release: bump version to 0.0.3",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T12:13:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ac5d27126090dc09197ac69b3cdcc14746969de1",
"body": "…lid installs\n\n- close --done filed under the trailing '## Discarded' heading instead of\n '## Done' because AppendChangelog appended at EOF. Now it inserts under the\n section matching the disposition (done -> Done; discarded/removed ->\n Discarded), newest-first, creating the section if absent. in\n[…]\nxemption now drops\n that comment (and collapses residual blank lines) alongside the proceed-list.\nRegression tests for all three.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: close --done changelog filing + two doctor false-positives on va…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T12:07:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6afcc8a4dd1b16f61157aa60fd99ef530cd74043",
"body": "…> token\n\nA fully derived (valid) install failed doctor because the derivation-status\ncheck flagged every <angle-bracket> token, including legitimate format\ntemplates that survive derivation — record/filename templates\n(<yyyy-mm-dd>-<slug>.md), schema field descriptions, the worker-brief skeleton.\nN\n[…]\ner-free content, and confirm doctor --strict is green\nwhile permanent-format files keep their <...> tokens. Bump version to 0.0.2.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(doctor): derivation-status keys on template markers, not any <...…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T11:48:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "061466758dfa3b2c39c0fdc604c7a5ffef4af5c0",
"body": "…truthful manifest\n\nTwo bugs when scaffolding into an existing repo:\n- A pre-existing .gitignore (present in ~every real repo) was classified as a\n differing file and refused. Now the framework ignore rules are appended under\n idempotent sentinel markers, preserving the consumer's rules.\n- A singl\n[…]\ncts\n exactly what landed on disk. Adds a 'merged' category.\n\nRegression tests (unit + black-box) for both. Bump version to 0.0.1.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(scaffold): append to existing .gitignore + per-file refusal with …",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T11:34:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3336f09bfbc679c4dd50af376c8919e8cb98a7ab",
"body": "… (green, pending merge)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "agenda: record bootstrapping/integrity surface built on bootstrap-cli…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T10:18:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7ee42efb2032e45ee82e2b03f54b9e91a35cd39d",
"body": "…t impl\n\nFix tests (not impl) per spec-arbiter rulings:\n- init_doctor_test: healthy/sweep-order/answered-unapplied fixtures now build\n real scaffolded installs so Section A (install integrity) is healthy and each\n test isolates its intended Section B check; removed redundant TestDoctorHealthy.\n- s\n[…]\norce; dry-run asserts writes-nothing on a\n clean install.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Af8XknVAG4vRhUGbU2wNoh",
"is_bot": false,
"headline": "[bootstrap-test-reconcile] Reconcile 4 black-box tests to spec-correc…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T10:16:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "634fb09b66aef841b3f681542cfa5dbc2b332ce4",
"body": null,
"is_bot": false,
"headline": "bootstrap: merge black-box tests [bootstrap-tests]",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T10:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bbf3adefdd84191e6f4db43a9ca8e009e0afb04",
"body": null,
"is_bot": false,
"headline": "bootstrap: merge implementation [bootstrap-impl]",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T10:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "898cda0de65ceffd05220163e9396268266d18eb",
"body": "Adds the install-time / integrity command surface per docs/BOOTSTRAP_CLI_SPEC.md,\nbuilt on the existing internal/bootstrap embed foundation:\n\n- bootstrap [--open]: print BOOTSTRAP.md entrypoint + agent preamble (--json,\n platform browser open).\n- scaffold [--into|--force|--dry-run]: write embedded \n[…]\nlders don't fail `doctor` Section B / `validate --strict`.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Af8XknVAG4vRhUGbU2wNoh",
"is_bot": false,
"headline": "[bootstrap-impl] Implement bootstrapping & integrity CLI surface",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T10:08:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e1d18eb38eaa24e7aabc62528661a7ff1857c07e",
"body": "… surface\n\nSpec-complete tests for bootstrap, scaffold, version(template_ref), doctor\nSection A, and sync, driven by docs/BOOTSTRAP_CLI_SPEC.md. Expected to fail\nuntil the implementation lands (unknown command), then go green at merge.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Af8XknVAG4vRhUGbU2wNoh",
"is_bot": false,
"headline": "[bootstrap-tests] Add black-box e2e suite for bootstrapping/integrity…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T09:56:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "881cb6983b0a18bbeaf606985e941d0e22a5c374",
"body": "…ation\n\nVendors the pristine mechanical-scaffold payload (33 files: 9 skills, .anthill\nplaceholder tree, tools, CLAUDE.template.md, .gitignore) into\ninternal/bootstrap/template/ and embeds it via //go:embed all:. Records\nTemplateRef/TemplateRepo/BootstrapDocURL constants. Spec pin values filled.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "bootstrap: vendor pinned upstream template (ccd6807) + go:embed found…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T09:47:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e6bd487aa7d92bfe626a10616b2c2624d702850e",
"body": "…on/doctor/sync)\n\nDerived from the Anthill Bootstrapping node. Binary=anthill; merged two-section\ndoctor; go:embed all: for the pinned template (dotfile inclusion validated).\nOne external input pending: upstream template repo + tag to vendor/pin.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "spec: bootstrapping & integrity CLI surface (bootstrap/scaffold/versi…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T09:26:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a707f484e5d5366db28c7b6e8705e826111b2351",
"body": "…ude/worktrees\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "phase4: green suite; agenda records approved v1 contract; ignore .cla…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T09:16:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0e9d9668cc6f0cef774d1416ea5b16e13a44155d",
"body": "…rder check\n\n- backlog show: add --body/--no-body flag pair (spec 3.3, default include).\n Implementation had --body only, so --no-body errored with exit 2.\n- doctor: check the raw sweep-order names from workstreams.md against on-disk\n dirs (new Store.ListedSweepOrder) instead of SweepOrder(), whic\n[…]\ntected the mismatch\n (spec 3.15 integrity check, exit 3).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Af8XknVAG4vRhUGbU2wNoh",
"is_bot": false,
"headline": "[phase4-reconcile] fix backlog show --no-body flag and doctor sweep-o…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T09:13:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f8fdcbf99eeb909fa2709ba511644b051dabfd72",
"body": null,
"is_bot": false,
"headline": "phase3: merge black-box e2e test suite [cli-tests]",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T09:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ee89914cd920297510981fb1302d13afb922e3a",
"body": null,
"is_bot": false,
"headline": "phase3: merge CLI implementation [cli-impl]",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T09:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4bbfe063ccfed7c81f1e25058379f5e242bb627",
"body": "Implement every command in the CLI interface spec: backlog\n(new/list/show/set/next/claim/close/approve/validate), escalation\n(raise/list/show/answer/apply), and lifecycle helpers (init/doctor/validate).\n\n- File-backed stores with atomic temp-file+rename writes, validated before\n persist; YAML front\n[…]\n, intake->workstream move,\n CAS claim, strict validation.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Af8XknVAG4vRhUGbU2wNoh",
"is_bot": false,
"headline": "[cli-impl] Implement full Anthill backlog + escalation CLI",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T09:08:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0a0e1e3c94162d703d58a383082a600b8bbd6e22",
"body": "Comprehensive external-package (e2e_test) suite driven entirely by\ndocs/CLI_INTERFACE_SPEC.md (incl. the binding §7 answers). Stdlib only;\nbuilds the binary once in TestMain and asserts on exit codes, stdout/stderr,\nparsed --json, and file-system state against a hermetic per-test .anthill tree.\n\nCov\n[…]\nexpected to fail\nuntil the parallel implementation merges.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Af8XknVAG4vRhUGbU2wNoh",
"is_bot": false,
"headline": "[cli-tests] Add spec-driven black-box e2e test suite",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T09:04:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d27c1dc4243c801cdade4e76d62fb86097157371",
"body": "… go build output\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "spec: user answers to all 8 open questions; defer TUI; ignore .idea +…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T08:50:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e7c77e494434b286181ae6bc2eab7de950968398",
"body": "…ove verb); awaiting user go-ahead\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "agenda: record CLI interface review decisions (scope=both, gated appr…",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T08:39:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c3fb257f4853b54c3e0aae028f8f805aae7cfc09",
"body": "Self-contained design doc for the anthill Go CLI: schema-owner role,\nglobal conventions + exit-code table, full backlog/escalation command\ntree, frontmatter/id ownership, TUI + sqlite decisions, open questions.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "[cli-interface-spec] Add proposed Anthill CLI interface specification",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T08:35:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "982d1f7cb0950b8357a747762dc754f89f588cd9",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "harness: close stand-up-go-build-test-harness (done) -> CHANGELOG",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T08:30:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eb8c051b5a05bd520f8e3ec0afad427f8f81ddb6",
"body": "Initialize the Go module (github.com/Dwight-D/anthill-cli, go 1.26) and a\nminimal cobra-based CLI frontend: version package, root anthill command,\nand cmd/anthill entry point. Adds real unit tests for both packages plus a\nGitHub Actions CI workflow running go build/test on Go 1.26.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "[stand-up-go-build-test-harness] Bootstrap Go build/test harness",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T08:29:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "88ad852da2e575d606d740250d87d306f78db68d",
"body": "…CLI build pipeline + tech stack in agenda\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "harness: expedite build+test harness item to dev/ (approved); record …",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T08:27:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "61e985e51a3571b45f27919debce2d9fc19d74d7",
"body": "General tier: the 9 orchestration skills copied verbatim into .claude/skills/,\nplus the supervise.* launchers. Specific tier derived for this Go CLI project:\nproduct workstream `cli`, git checkout as the sole exclusive resource (worker\ncap 2, dispatch serial), go build/test evidence, propose-only posture. Seeded\nthe first dev backlog item (stand up the Go build+test harness) and a minimal\nalways-on CLAUDE.md.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Install Anthill harness + derive config for the Anthill CLI",
"author_name": "Max",
"author_login": null,
"committed_at": "2026-07-20T08:18:23Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 4,
"commits_last_year": 33,
"latest_release_at": "2026-07-21T10:22:08Z",
"latest_release_tag": "v0.0.5",
"releases_from_tags": true,
"days_since_last_push": 7,
"active_weeks_last_year": 1,
"days_since_latest_release": 7,
"mean_days_between_releases": 0.3
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/Dwight-D/anthill-cli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/Dwight-D/anthill-cli",
"is_deprecated": false,
"latest_version": "v0.0.5",
"repository_url": "https://github.com/Dwight-D/anthill-cli",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T10:22:08Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"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": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 16884,
"source_files_sampled": 55,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3015
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.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": 0,
"open_issues": 1,
"closed_ratio": 0.5,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": null,
"bot_contributors": 0,
"top_contributors": [],
"contributors_sampled": null,
"top_contributor_share": null
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 0,
"reason": "license file not 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": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "89b8ce4ab0aeab340f6f64691b65928e91d7c06d",
"ran_at": "2026-07-29T03:04:29Z",
"aggregate_score": 2.8,
"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-21T10:22:43Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2026-07-26T08:38:04Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Dwight-D/anthill-cli",
"host": "github.com",
"name": "anthill-cli",
"owner": "Dwight-D"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 28,
"vitality": 65,
"community": 12,
"governance": 55,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 33,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "33 commits in the last year",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 33
}
}
],
"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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.0.5",
"releases_from_tags": true,
"days_since_latest_release": 7,
"mean_days_between_releases": 0.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 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": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"merged_prs": 0,
"open_issues": 1,
"closed_issues": 1,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"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": 43,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "Dwight-D",
"public_repos": 17,
"account_age_days": 3459
},
"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": "2 followers of Dwight-D",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "Dwight-D"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~9 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/Dwight-D/anthill-cli"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 28,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 2.8
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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 not detected",
"points": 0,
"status": "missed",
"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": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 79,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.939,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3015
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "31 of 33 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 31,
"sampled": 33
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.879,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "29 of the last 33 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 29,
"sampled": 33
}
}
],
"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": 16884,
"source_files_sampled": 55,
"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/55 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 55,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Contributor list unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-29T03:04:33.205383Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/Dwight-D/anthill-cli.svg",
"full_name": "Dwight-D/anthill-cli",
"license_state": "absent",
"license_spdx": null
}