JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1163,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 511615,
"HCL": 5697
},
"pushed_at": "2026-07-24T16:55:22Z",
"created_at": "2026-07-16T11:48:03Z",
"owner_type": "User",
"updated_at": "2026-07-24T16:55:25Z",
"description": "Multi-cloud tool to bring existing (brownfield) cloud infrastructure under Terraform: enumerate → born-correct export → reconcile into a plan-clean module repo → package. Go; GCP + Azure (legacy/powershell-azure branch).",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "cyberproaustin",
"company": null,
"location": null,
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/145161843?v=4",
"created_at": "2023-09-15T20:15:55Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 1043
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2026-07-24T16:55:20Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2026-07-24T15:03:31Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-07-24T13:42:49Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-07-23T21:38:07Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2026-07-23T19:31:05Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2026-07-23T18:58:45Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2026-07-20T21:44:20Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-20T15:53:29Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-20T14:40:39Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-19T01:31:32Z"
}
],
"recent_commits": [
{
"oid": "2237ac6bade5481de9fae6f2c3d2ff3a1d565c34",
"body": "… Windows\n\nProven by running aztfexport standalone on the failing resource group: with no\nshared cache it loads the provider and imports fine. The crashes only happened under\nTerraLift, which set a shared TF_PLUGIN_CACHE_DIR in v1.3.0. Terraform's plugin cache\nis not concurrency-safe, and aztfexport\n[…]\nhe speedup later once this is confirmed stable on Windows.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01D9fVCwwJrwHExtf14jc53A",
"is_bot": false,
"headline": "fix(azure): remove shared provider cache that corrupted the binary on…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-24T16:55:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d2955cc165ce5355f25459046d40b8873ddcfa81",
"body": "…nt export\n\nRoot cause, from a real Windows run's aztfexport-map.log: whole resource groups\nfailed to export with \"%1 is not a valid Win32 application\" / \"Failed to read any\nlines from plugin's stdout\", plus a cleanup \"the process cannot access the file\nbecause it is being used by another process\". \n[…]\norm.\n\nNeeds validation on a real Windows subscription run.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01D9fVCwwJrwHExtf14jc53A",
"is_bot": false,
"headline": "fix(azure): eliminate Windows provider-cache corruption from concurre…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-24T15:03:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b99a2d9bea2f70475f04ed58ba0309f881dffa22",
"body": "…ermissions\n\nOwner-level runs still list resources under \"Mapped, but not exported\", but the\nreport asserted insufficient permissions as the usual cause — misleading when the\ncaller can perform every action. For a privileged principal the real causes are\nthe azurerm provider being unable to import c\n[…]\n point at the log, -v, and\n TERRALIFT_EXPORT_PARALLELISM.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01D9fVCwwJrwHExtf14jc53A",
"is_bot": false,
"headline": "fix(azure): surface why resources fail to export instead of blaming p…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-24T13:42:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0cfac589a462fb77637f950e07fa598bfbc4474a",
"body": "…ix web/sites kind and gap reporting (#4)\n\nShare the Terraform provider plugin cache on non-importing passes and export resource groups concurrently; resolve Microsoft.Web/sites by kind; exclude the SQL master system DB; split coverage gaps into permission failures vs unsupported types. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf+fix(azure): share provider cache, parallelize resource groups, f…",
"author_name": "cyberproaustin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-23T21:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac4d014bff63c0a12a3291e8ba88e7ad6251a736",
"body": "…utput (#3)\n\naztfexport re-rooted a relative -o against its own cwd, writing the mapping to a nested path TerraLift couldn't read -> 'export produced no resource groups'. Absolutize the export dir. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(azure): absolutize per-RG export dir so aztfexport doesn't nest o…",
"author_name": "cyberproaustin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-23T19:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bcac11cc2616b00a29535ba6532b888092604bc",
"body": "…ubscription (#2)\n\nAuto-install the resource-graph CLI extension non-interactively (Phase 2 EOF crash) and restore canonical resource-group casing so aztfexport finds resources (Phase 3 'no resource groups'). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(azure): make terralift clone work on a fresh Windows box / real s…",
"author_name": "cyberproaustin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-23T18:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4507b6369759948238bdbf7249a8062d923066f",
"body": "Six findings from a five-reviewer pass over the v1.1.0..v1.2 changes, all fixed and\nregression-tested; the security review found no exploitable issues.\n\n- aws/export.go: cross-stack IAM role rewiring assigned data-source labels via\n naming.Sanitize with last-write-wins, so two distinct role names s\n[…]\ned complete; they now log at Verbose via\n a shared tryAws helper.\n\nRe-validated live plan-clean on all three clouds: AWS 31 (cross-refs + authored SFN\nexercised), Azure 7, GCP 5. All seeds torn down.",
"is_bot": false,
"headline": "fix: address multi-agent code review (v1.2.1)",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T21:44:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7fd9cd360fb113467b40cf2983f6ba409351e5f4",
"body": "Adds TestIntegrationGCP and TestIntegrationAzure alongside the AWS test, so all\nthree clouds share the seed -> onboard -> assert-plan-clean -> teardown regression\nnet. Generalizes the shared harness: terraformSeed now takes input variables and\nonboardUntil takes extra onboard flags (Azure scopes to \n[…]\n attempt), Azure PASS (1 attempt), GCP\nplan-clean=5 after 2 attempts - onboardUntil absorbed Cloud Asset Inventory's\nindexing lag (the firewall and bucket indexed between sweeps). All seeds torn down.",
"is_bot": false,
"headline": "test: extend integration harness to GCP and Azure",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T18:37:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1470f046ff0250fdcc0e0990ccc5df2d06a34953",
"body": "…ean -> teardown)\n\nCodifies the previously-manual validation loop as a build-tagged Go suite\n(//go:build integration), so it never runs in `go test ./...` or CI (it needs\ncloud credentials and creates billable resources). The harness builds the\nterralift binary, applies a Terraform seed, onboards th\n[…]\nd live against AWS: all seed types present on the first attempt,\nplan-clean=31 remainder=0 failed=0, seed torn down with no leak.\n\nRun: go test -tags=integration -v -timeout 40m ./test/integration/...",
"is_bot": false,
"headline": "test: add live integration harness (seed -> onboard -> assert-plan-cl…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T15:53:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46ce8d3eba8d421e75bd061082b53b8a02d1b639",
"body": "Add the Neptune DB-instance branch to the RDS-engine enricher (rds:db with engine\nneptune -> aws_neptune_cluster_instance; the cluster branch already existed).\nEnumerate aws_organizations_policy_attachment (one per policy target, imports by\n\"target-id:policy-id\") in the Organizations supplemental enumerator. The attachment\nwas validated plan-clean end-to-end against a live org; Neptune is unit-tested (its\nengine-disambiguation path is proven live by DocumentDB).",
"is_bot": false,
"headline": "feat(aws): finish Neptune and Organizations policy-attachment coverage",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T15:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54c48a3675b35fdd7217ae988bf9cf3e434bb4ee",
"body": "IAM roles land in the global stack while the resources that reference them\n(Step Functions, ECS, CodeBuild, ...) are regional, so per-stack reference rewiring\ncannot connect them and role_arn shipped as a dangling literal. Now a regional\nstack that references an onboarded role emits a `data \"aws_iam\n[…]\nle.<x>.arn. Roles that are not onboarded (service-linked, excluded)\nstay literal. Validated plan-clean end-to-end against live AWS (Step Functions\nrole_arn -> data source): plan-clean=26, remainder=0.",
"is_bot": false,
"headline": "feat(aws): cross-stack IAM role references via data sources",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T15:20:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8689a0f865a7486d589e2a115ba15e41ae2c489c",
"body": "Make runAws a substitutable package var so the supplemental enumerators and the\nRDS-engine enricher can be unit-tested with a fake CLI. Add tests for\nenumSecurityHub, enumOrganizations, enumIdentityStore, and enrichRDSEngines, which\nwere previously validated only against live AWS. Add a GitHub Actions CI workflow\nthat runs gofmt, vet, build, and test on push and pull request.",
"is_bot": false,
"headline": "test(aws): unit-test supplemental enumerators + add CI",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T14:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a771d348dfb06a5f856f051392c2bfd9181c1a7b",
"body": "Explain in how-it-works.md how enumerated resources are classified into Terraform\ntypes, how ambiguous inventory types are disambiguated (GCP by location, AWS rds by\nengine), and how services the inventory does not index (SecurityHub, Organizations,\nIdentity Center) are onboarded via supplemental enumeration. Note the coverage\nbreadth in the README. Add the two remaining Azure coverage-map entries\n(analysis_services_server, ssh_public_key).",
"is_bot": false,
"headline": "docs: document coverage classification and supplemental enumeration",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T14:40:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "def505ab92cd506d1e079de240aecaab40afc9eb",
"body": "Add an Identity Center enumerator to the supplemental mechanism: sso-admin\nlist-instances resolves the identity store, then identitystore list-users /\nlist-groups / list-group-memberships -> aws_identitystore_user / _group /\n_group_membership. These import by the composite \"identity-store-id/resourc\n[…]\nbyARN override). All global; no-op if Identity Center is\ndisabled. Validated plan-clean end-to-end against a live identity store (2 users, a\ngroup, a membership): plan-clean=28, remainder=0, failed=0.",
"is_bot": false,
"headline": "feat(aws): IAM Identity Center coverage via supplemental enumeration",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T14:35:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "999411405898585e8e8513b55aaf7dd24c141728",
"body": "Add an Organizations enumerator to the supplemental mechanism (Resource Explorer\nindexes no organizations types): describe-organization ->\naws_organizations_organization, list-roots + recursive\nlist-organizational-units-for-parent -> aws_organizations_organizational_unit,\nlist-policies (custom only)\n[…]\n org (organization + 2 nested OUs + an SCP): plan-clean=27,\nremainder=0. aws_organizations_account is mapped but not round-tripped here (creating\na throwaway member account is infeasible to clean up).",
"is_bot": false,
"headline": "feat(aws): Organizations coverage via supplemental enumeration",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T14:29:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "529186739eee70fa07f8243c62ee38a86517a5cb",
"body": "Resource Explorer does not index every service (SecurityHub and Access Analyzer\nare fully absent), so those resources never entered the inventory. Add a\nsupplemental-enumeration step to the AWS enumerate flow: per-service enumerators\nthat inject RE-blind resources via direct describe/list calls, alo\n[…]\nes regions the\naccount actually uses; no-op where SecurityHub is disabled. Validated plan-clean\nend-to-end against live AWS (account + 2 standards subscriptions): plan-clean=26,\nremainder=0, failed=0.",
"is_bot": false,
"headline": "feat(aws): supplemental enumeration + SecurityHub coverage",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T13:08:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ba80df2156fceaff6c7fbe6a5fbea70754a4fb8",
"body": "…roups by location\n\nCloud Asset Inventory reports one asset type for the zonal, regional, and global\nvariants. Add location resolution for Autoscaler (zone -> google_compute_autoscaler,\nregion -> google_compute_region_autoscaler) and NetworkEndpointGroup (region ->\ngoogle_compute_region_network_endpoint_group, e.g. a serverless NEG; global ->\ngoogle_compute_global_network_endpoint_group). Validated plan-clean end-to-end\nagainst a live GCP project (coverage 7/7, 0 gaps).",
"is_bot": false,
"headline": "feat(gcp): classify autoscaler and regional/global network endpoint g…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T12:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbeea1fbe6abc873ef47b90f8457e57271923a44",
"body": "Map cloudformation:stack -> aws_cloudformation_stack. Resource Explorer reports the\nstack ARN whose last segment is the stack UUID, so derive the born-correct name and\nthe import id from the stack NAME (the path segment before the UUID). The provider\nnormalizes template_body, so no further curation is needed. Validated plan-clean\nend-to-end against live AWS: plan-clean=24, remainder=0, failed=0.",
"is_bot": false,
"headline": "feat(aws): add CloudFormation stack adoption",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T12:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ac8aeca8a2262c9d89be428fe8803d7f101ea2b",
"body": "…stacks\n\nResource Explorer reports DocumentDB (and Neptune) under the shared rds:cluster and\nrds:db types, so a DocumentDB cluster was mapped to aws_rds_cluster and failed to\nimport. Add enrichRDSEngines: one describe-db-clusters / describe-db-instances per\nregion resolves the engine and reclassifie\n[…]\ntack that\nthe plan oracle reported as failed. Skip laying out empty containers.\n\nValidated plan-clean end-to-end against live AWS (DocumentDB cluster + instance):\nplan-clean=26, remainder=0, failed=0.",
"is_bot": false,
"headline": "feat(aws): DocumentDB coverage via engine disambiguation; skip empty …",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T04:00:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aabf771d69a1fdb2085693a70dd89d497dddd2a9",
"body": "Map codebuild:project, codedeploy:application, and codepipeline:pipeline (all\nimport by name, so the default derivation handles the import id). generate-config-out\nover-emits an invalid 0 for unset optionals (codebuild concurrent_build_limit >= 1,\ncodepipeline action timeout_in_minutes 5-86400), which fails the schema range check;\ndrop those zeros in the prune. Validated plan-clean end-to-end against live AWS:\nplan-clean=27, remainder=0, failed=0.",
"is_bot": false,
"headline": "feat(aws): add codebuild, codedeploy, and codepipeline coverage",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T03:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e9592859bdcea40dc33e62b4da3acccc6b1e933",
"body": "…tion\n\nCloud Asset Inventory reports one asset type for the global, regional, and zonal\nvariants of several compute resources, so a regional internal load balancer was\nmisclassified as its global Terraform type, failed to import, and was dropped to a\ngap. Resolve the concrete type from the resource \n[…]\nkendService,\nHealthCheck, UrlMap, TargetHttpProxy (region -> region_*) and Disk (region ->\nregion_disk). Validated plan-clean end-to-end against a live GCP project:\ncoverage 10/10, 0 gaps, plan-clean.",
"is_bot": false,
"headline": "feat(gcp): classify regional load-balancer and disk resources by loca…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T03:16:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0e805a9152683d9dca45382833770a1592ba601",
"body": "Framework (behavior-preserving refactor):\n- Extract the generate-config-out curation into internal/hcl: ScanAddrs,\n ImportBlock/SplitByGenerated, Prune, DropBlocksByName, WalkResourceBlocks,\n Blockify, Tail. All three providers migrated onto them; duplicated helpers\n removed.\n- Add internal/enumk\n[…]\non block,\n and author the definition from AWS's literal stored string to avoid a\n jsonencode whitespace import diff.\n\nAdds unit and characterization tests throughout. build/vet/gofmt/test all green.",
"is_bot": false,
"headline": "feat: shared curation engine + AWS autoscaling/step-functions coverage",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-20T03:05:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8c5ce7c048863d67f3cd15eca3106450f66f216b",
"body": "Release TerraLift under the MIT License and point the README at it.",
"is_bot": false,
"headline": "chore: add MIT license",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-19T01:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "904164a9a3c81e04db9b50428b0027c2b3a1c5ba",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "cyberproaustin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-19T01:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d669338a91f50306534e907e5145db4bcd584a7",
"body": "Resolve the version from the module build info that Go embeds, so\n`go install <pkg>@v1.0.0` reports v1.0.0 with no build flags. A tagged release\nbuild can still override it with -ldflags. Document version pinning in the README.",
"is_bot": false,
"headline": "fix(cli): report the release version from build info",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-19T01:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c1dce61bc7d1107b7f877bd48f88a4ad7f4d1c6",
"body": "Rewrite the README for the finished multi-cloud tool and add getting-started,\ncommands, and how-it-works guides covering install, per-cloud auth, the run\noutput, the six phases, both modes, secrets handling, and the clone limits.\nAdd an author/contact section.",
"is_bot": false,
"headline": "docs: comprehensive README and user guides",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-19T01:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aed4c4ed57046d7bedca7ebe5f78df2ee910025",
"body": "Restructure the CLI onto cobra: `onboard` (adopt in place) and `clone`\n(re-targetable migration copy) subcommands, plus `version` and `banner`,\nall with --double-dash flags, per-cloud --scope-type defaults, and clear\nrequired-flag errors. Add a sunrise banner (a field going brown to green)\nshown on an interactive terminal and suppressible with --no-banner.",
"is_bot": false,
"headline": "feat(cli): cobra subcommands with double-dash flags + startup banner",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-19T01:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b8771db2f818b521e77bf90639f262542c8c77",
"body": "Ports all three cloud providers to Go and hardens the full round-trip against\nlive infrastructure: plan-clean adoption on all three clouds, born-correct\nimport blocks, the reconcile.Rewire full-reference redesign, secrets-review\nflagging, and per-cloud brownfield mega-seeds. Validated live on GCP, AWS, and\nAzure; code + security reviewed.",
"is_bot": false,
"headline": "Merge feat/aws-go-provider: multi-cloud Go rewrite (AWS/GCP/Azure)",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-18T23:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a7eb6a77aae650725bd8ede927d2663d933509c",
"body": "Addresses the LOW findings from the finishing code + security review:\n\n- Intersect import.tf against the authored HCL: only emit an import block for a\n state address that has a matching resource block. aztfexport runs with -k\n (tolerate partial failures), so a resource could land in state without \n[…]\n.\n- Unit tests for writeImportBlocksFromState (managed-only, id-required,\n generated-intersection, index_key, template-escaping, no data-plane leak) and\n the role-assignment id casing normalization.",
"is_bot": false,
"headline": "fix(azure): harden import-block generation from final review + add tests",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-18T23:37:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e2252274e793488464003c76b1f2269057f758df",
"body": "… ID casing\n\nLive round-trip on a real Azure subscription surfaced two adoption breaks:\n\n1. The shipped repo had NO import blocks for the main resources — aztfexport\n adopts by importing into a state file that TerraLift never ships (it holds\n data-plane secrets), so `terraform plan` on the repo \n[…]\nhe\n plan aborts with \"the ID was missing the `roleAssignments` element\".\n\nCorrectness oracle for the Azure stacks went from plan-clean=0/remainder=69/\nfailed=2 to plan-clean=69/remainder=0/failed=0.",
"is_bot": false,
"headline": "fix(azure): ship import blocks for adoption + correct role-assignment…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-18T21:54:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1f40a70337d604f826cc456b8b5d2a4b334de7b1",
"body": "… recreation\n\nLive fresh-project round-trip across GCP/AWS/Azure. Adoption is 0-change\nplan-clean against the live environment; recreation clones everything short\nof documented platform limits (gen2-function source artifacts, public-DNS\ndomain ownership, service-agent CMEK grants).\n\nRewire redesign:\n[…]\nith URI-embedded credential detection and an identifier\nallowlist; HCL template-escape hardening on hand-authored resources.\n\ntestdata: large brownfield mega-seeds per cloud for round-trip exercising.",
"is_bot": false,
"headline": "feat: harden multi-cloud round-trip to plan-clean adoption + clonable…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-18T14:41:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "474fea84e41e6a826cae71f886c37f4f9a203f26",
"body": "An honest audit found several advertised-but-inert features. Addressed all:\n\n- GCP Preflight was a stub (\"not implemented\"); implemented gcp/preflight.go\n (gcloud+terraform detection, auth check, project resolution) — validated live.\n- --migration was a no-op (flag set, never read): wired reconcile\n[…]\nes extraction) documented as intentional.\n- Removed the stale \"skeleton pipeline complete (phase logic pending)\" message.\n\n+pipeline tests (migrateStack, oracleStackCopy). Build, vet, all tests green.",
"is_bot": false,
"headline": "fix: wire the dead/no-op features found in the completeness audit",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T21:14:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "df35d36dadc3bc70dd7ba30064acbc4420df10a6",
"body": "…test\n\nLive spot-test against the Eutaxia sub (30-type seed) confirmed the coverage +\ncontrol-plane boundary: Key Vault secret/key and storage container/queue/table/\nshare are excluded (data-plane), the secret VALUE never lands in generated HCL,\ncoverage 100%, exposure detection caught the 0.0.0.0/0\n[…]\n leaks ~224MB /tmp working dirs per invocation\n(TerraLift strips TF_PLUGIN_CACHE_DIR to avoid the lock-corruption bug, so each\nexport re-downloads the provider) — should contain + clean these per run.",
"is_bot": false,
"headline": "fix(azure): exclude aztfexport-over-discovered built-ins; Azure spot-…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T20:37:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a7384e2f2822dd99a69318a3b115523b2cea2815",
"body": "…P spot-test\n\nLive spot-test against a throwaway project validated the coverage sweep:\n156/159 CAI resources tf-mapped, path-shaped import IDs correct (artifact\nregistry, bigquery table, kms crypto key, subnetwork all verified), 119\ngenerate-config-out over-emits pruned, stack passes terraform valid\n[…]\ncarries the numeric\n zone id, not the zone NAME, so a correct import id can't be derived — excluded\n and documented rather than emitting a broken import block.\n\nAdds testdata/gcp-stress seed. Green.",
"is_bot": false,
"headline": "fix(gcp): exclude auto-created CryptoKeyVersion + DNS record sets; GC…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T19:49:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c044850c983d4de0ed0e4ec231ee447496076c0f",
"body": "Systematic coverage-classification expansion from a per-service-family research\nsweep (docs/coverage/azure-1..4-*.md, 510 rows against the hashicorp/azurerm\nprovider docs + Azure resource-provider docs).\n\n- coverage.go: azureTypeToTFExtra adds 310 ARM-type -> representative azurerm type\n mappings (\n[…]\nly;\n documents the many-azurerm-per-ARM-type cases and the data-plane exclusions.\n\nCompletes the native-resource coverage sweep for all three clouds\n(AWS 251 + GCP 188 + Azure 342 classified). Green.",
"is_bot": false,
"headline": "feat(azure): full native-resource-type coverage sweep (342 ARM types)",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T19:17:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f853ac6fbaf6363150f452612ca71f37f808869",
"body": "Systematic coverage expansion from a per-service-family research sweep\n(docs/coverage/gcp-1..4-*.md, 276 rows against the hashicorp/google provider\ndocs + GCP Cloud Asset Inventory supported asset types).\n\n- coverage.go: assetTypeToTFExtra adds 169 CAI assetType -> google_* mappings\n (map now cover\n[…]\n checklist + 9 documented no-import gaps.\n\nPath-shaped GCP import IDs are derived from the CAI asset name; per-type formats\nare recorded in the batch tables and confirmed via live spot-testing. Green.",
"is_bot": false,
"headline": "feat(gcp): full native-resource-type coverage sweep (188 types)",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T18:56:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8299d44c4ab44a431a1f3ae8bdc24ab2ea751b4",
"body": "Systematic coverage expansion from a per-service-family research sweep\n(docs/coverage/aws-1..4-*.md, 427 rows researched against the hashicorp/aws\nprovider docs + AWS Resource Explorer supported types).\n\n- coverage.go: awsTypeToTFExtra adds 193 Resource Explorer type -> aws_* mappings\n (map now cov\n[…]\naign runbook.\n\nA wrong/stale map entry is inert (won't match a real resource); import-ID\nmis-classifications and over-emit curation are confirmed by live spot-testing.\nBuild, vet, and all tests green.",
"is_bot": false,
"headline": "feat(aws): full native-resource-type coverage sweep (251 types)",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T18:28:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e04606abd03bea3ca32db01fb99d6b3919957663",
"body": "…w-hardened\n\nThird cloud for TerraLift, reaching parity with GCP/Azure. AWS Resource Explorer\nfloor -> born-correct native import blocks + `terraform plan -generate-config-out`\n(the GCP path; no external tool). Live-validated end to end against a real\naccount with a destroy->rebuild round-trip (plan\n[…]\nraform validate` clean, redaction\nverified (no seed secrets in generated HCL). Seeds in testdata/{aws-seed,aws-stress}.\n19 AWS unit tests. Branch based on the Azure provider (shared-pipeline changes).",
"is_bot": false,
"headline": "feat(aws): AWS provider (Go) — enumerate + born-correct export, revie…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T17:57:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "afb701d6c6ed74205ac203ce0708f6a27e293708",
"body": "…ive)\n\nPorts the PowerShell AzTfOnboard Azure onboarding into the Go/TerraLift\narchitecture, reaching parity with the GCP provider. Validated end to end\nagainst a live subscription; the generated stack passes `terraform validate`.\n\nAzure provider (internal/providers/azure/):\n- enumerate: Resource Gr\n[…]\nr-resource import broke under TF_PLUGIN_CACHE_DIR (\"Required\n plugins are not installed\") -> stripped from the child env\n\nNew unit tests across azure/pipeline/util; go build, vet, and test all green.",
"is_bot": false,
"headline": "feat(azure): port the Azure provider to Go (all 6 phases, validated l…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T16:22:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ba508e65a5ff67efbbf7f42db2acfe9b9d6bac3",
"body": "…p gap)\n\nThe destroy->rebuild round-trip revealed IAM bindings weren't reproduced. Now:\n- generateIAM authors google_{project,storage_bucket,service_account,pubsub_topic}\n _iam_member HCL directly (reliable; no generate-config-out) for USER bindings\n- filters Google-managed service agents + default\n[…]\nce snapshots identical incl. both IAM policies;\nonly server-assigned volatile fields differ). Secret VALUE is data-plane and\ncorrectly not reproduced (control-plane boundary holds). +3 IAM unit tests.",
"is_bot": false,
"headline": "feat(gcp): export user IAM bindings as terraform resources (round-tri…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T15:03:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dd86e4ae056a4dae6468afdb6e290cad8dce62c0",
"body": "Review fixes (both agents):\n- CRITICAL: import-ID overrides for google_project/sql/dns (generic path was wrong)\n- SECURITY HIGH: runPipeline no longer swallows errors — phase failures are fatal\n- HIGH: coverage now separates intentional EXCLUSIONS (managed/default/noise) from\n genuine GAPS; % = cov\n[…]\n resources, honest 100% coverage\n- prune generate-config-out over-emit (null/[]/{}/0) -> generated HCL now VALIDATES\n- wire reference-rewire (self-link + relative-path forms) -> dependency-correct HCL",
"is_bot": false,
"headline": "harden(gcp): address code+security review; make generated HCL apply-able",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T14:28:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0597e78e8ef78d7a75a24727fe8c94d492f16bda",
"body": "- reconcile.Hygiene: privileged (human) IAM + public-exposure findings from the\n cloud-neutral inventory\n- internal/pipeline: Reconcile (coverage + hygiene + /live layout), Correctness\n (plan round-trip oracle; n/a in hcl-only), Package (zip repo + reports)\n- GCP provider Templates: google provide\n[…]\nGCP project -> inventory (135) -> 57 born-correct\nimport blocks -> coverage + hygiene reports (correctly flags human owner + 5\npublic exposures) -> /live layout -> onboarding.zip. Full pipeline works.",
"is_bot": false,
"headline": "feat: wire shared Phases 4-6 -> complete GCP end-to-end",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T14:04:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1a79c4579fdfe6dba259c39f4d21c6020e9f2ce",
"body": "- deriveImportID: CAI asset name -> Terraform import ID (path after //service/;\n works for buckets/network/firewall/SA/topic/secret/dataset)\n- author born-correct import{} blocks (naming.Sanitize + naming.Dedupe) so WE\n control the address; terraform init + plan -generate-config-out for draft HCL\n\n[…]\nn clean ('No changes'). generate-config-out is best-effort (experimental,\ntrips on Google-managed defaults) — import blocks are the reliable artifact.\ntf.Runner + importid + notImportable unit-tested.",
"is_bot": false,
"headline": "feat(gcp): Phase 3 born-correct export via native import blocks",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T13:55:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2636e63e81812c31ad4c638afeeeff0d44c55dcd",
"body": "…l inventory\n\n- gcloud exec wrapper (--format=json, gcloud.cmd on Windows, exit/stderr handling)\n- search-all-resources --read-mask=* -> resources (metadata + full config in one)\n- search-all-iam-policies -> IAM join (container-inherited vs resource-direct)\n- public-exposure enricher (allUsers IAM +\n[…]\nry.json\nVerified live against the lab: 135 resources, exposure correct on public bucket +\nfirewall, secret VALUE absent from config bag (control-plane boundary holds).\nUnit tests for the pure helpers.",
"is_bot": false,
"headline": "feat(gcp): Phase 2 enumerator — Cloud Asset Inventory -> cloud-neutra…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T13:43:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "30bb8c7f898d6434aad2765aeaf8d9a1383b1588",
"body": "…e/export)\n\n12 resources into the disposable terralift-lab project: private+public buckets\n(allUsers exposure), pubsub topic/sub, VPC + 0.0.0.0/0 firewall, service account\n+ IAM member, BigQuery dataset, Secret Manager secret with a value (control-plane\n-only test). State is gitignored (holds the secret). Teardown: terraform destroy.",
"is_bot": false,
"headline": "test(gcp): add throwaway GCP seed (control-plane fixture for enumerat…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T13:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2ce430dd6170b1863d14a5bfa4f3738b5637fa4",
"body": "- Coverage: covered/enumerated (exporter is a superset; extras reported\n separately, never >100%), case-insensitive id set-diff\n- Rewire: literal cloud-id -> <tfAddress>.id, quoted-only (comments intact),\n case-insensitive\nTable tests incl. superset + gap + comment-safety cases.",
"is_bot": false,
"headline": "feat(reconcile): port coverage set-diff oracle + reference rewire",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T13:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cddcc1ce2a88ec2059586ab808266a3fd28efa7",
"body": "…utils)\n\nCloud-agnostic pure logic ported from the PowerShell impl with table tests:\n- reconcile.ResolvePrecedence: schema-gate -> truth-tiebreaker -> plan-arbiter,\n version-skew normalized (generalized route-to-azapi -> route-to-raw)\n- reconcile.ToMigration: provider-parameterized clone re-targeting (AttrToVar +\n name prefix/suffix wrap), FirstAttr for var defaults\n- tf.ParseRoundTrip: terraform plan no-op oracle\n- util.SplitCSV / PathSegment\nAll tests pass; build + vet clean.",
"is_bot": false,
"headline": "feat: port shared reconcile core (precedence, round-trip, migration, …",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T13:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2023ec46ebf8130cb14464bd8d0eaf1a27030925",
"body": "…h tests\n\nFirst slice of the shared, cloud-agnostic reconcile core ported from the\nPowerShell impl. Sanitize -> valid TF label; Dedupe -> unique (type,name)\naddresses tracking FINAL names so a natural foo_2 can't collide with a generated\nsuffix. Table tests mirror the legacy suite (incl. the foo_2 regression).",
"is_bot": false,
"headline": "feat(naming): port born-correct naming engine (sanitize + dedupe) wit…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T13:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7736718568399608e8c54ff8ee5dcc5b4b32a0e5",
"body": "…ter)",
"is_bot": false,
"headline": "docs: add TerraLift README (vision, phases, architecture, legacy poin…",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T13:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c5a61a0adcdbfc31c365300fd31bfd01c90581a",
"body": "Cloud-neutral model (Inventory/Resource/Scope/IAMBinding/Exposure), the\nCloudProvider interface + registry (the seam), core run/config/logger, a\nself-registering GCP provider stub, and a CLI that wires flags into the phase\npipeline (1-3 dispatch to the provider, 4-6 to the shared layer). Builds + vets\nclean; skeleton run and unknown-cloud handling verified.",
"is_bot": false,
"headline": "chore: bootstrap TerraLift Go skeleton (provider abstraction + CLI)",
"author_name": "Austin",
"author_login": "cyberproaustin",
"committed_at": "2026-07-17T13:03:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 50,
"latest_release_at": "2026-07-24T16:55:20Z",
"latest_release_tag": "v1.3.3",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/cyberproaustin/terralift",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/cyberproaustin/terralift",
"is_deprecated": false,
"latest_version": "v1.3.3",
"repository_url": "https://github.com/cyberproaustin/terralift",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-24T16:55:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"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": 50373,
"source_files_sampled": 91,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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"
}
],
"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": 4,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "cyberproaustin",
"commits": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/145161843?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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": 10,
"reason": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": "2237ac6bade5481de9fae6f2c3d2ff3a1d565c34",
"ran_at": "2026-07-25T11:56:35Z",
"aggregate_score": 3.2,
"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-24T16:55:52Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-23T21:38:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cyberproaustin/terralift",
"host": "github.com",
"name": "terralift",
"owner": "cyberproaustin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 32,
"vitality": 67,
"community": 24,
"governance": 49,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 50,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "50 commits in the last year",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 50
}
}
],
"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": 10,
"latest_release_tag": "v1.3.3",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.6
}
}
],
"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": 24,
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 4,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/4 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 4
}
}
],
"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": 32,
"inputs": {
"followers": 5,
"owner_type": "User",
"is_verified": null,
"owner_login": "cyberproaustin",
"public_repos": 3,
"account_age_days": 1043
},
"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": "5 followers of cyberproaustin",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "cyberproaustin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~2 yr old",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/cyberproaustin/terralift"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 71,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"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": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"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": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "moderate",
"name": "AI Readiness",
"value": 63,
"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.98,
"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": "49 of 50 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 49,
"sampled": 50
}
}
],
"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.06,
"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": "3 of the last 50 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 50
}
}
],
"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": 50373,
"source_files_sampled": 91,
"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/91 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 91,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T11:56:40.889691Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cyberproaustin/terralift.svg",
"full_name": "cyberproaustin/terralift",
"license_state": "standard",
"license_spdx": "MIT"
}