Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 200,
"has_wiki": true,
"homepage": "https://registry.terraform.io/providers/sugarshin/liff/latest",
"languages": {
"Go": 67720,
"HCL": 238,
"Makefile": 360
},
"pushed_at": "2026-07-27T15:29:37Z",
"created_at": "2026-03-15T06:22:03Z",
"owner_type": "User",
"updated_at": "2026-07-21T11:50:49Z",
"description": "Terraform provider to manage LIFF resources",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://sugarshin.net/",
"name": "Shingo Sato",
"type": "User",
"login": "sugarshin",
"company": "@dinii-inc",
"location": "Tokyo, Japan",
"followers": 115,
"avatar_url": "https://avatars.githubusercontent.com/u/2001452?v=4",
"created_at": "2012-07-18T22:46:14Z",
"is_verified": null,
"public_repos": 310,
"account_age_days": 5122
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2026-07-19T04:49:25Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-07-19T04:18:38Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-03-15T11:47:29Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2026-03-15T11:25:02Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2026-03-15T11:14:33Z"
}
],
"recent_commits": [
{
"oid": "ab698ee7f47bbe68956002457956c2f5109decb5",
"body": "Fix README title from 'LINE LIFF' to 'LIFF'",
"is_bot": false,
"headline": "Merge pull request #24 from sugarshin/sugarshin-patch-1",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-21T11:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20946cba3abadcf41a807de8475efaa45dcb9687",
"body": "Updated the README to correct the title from 'LINE LIFF' to 'LIFF'.",
"is_bot": false,
"headline": "Fix README title from 'LINE LIFF' to 'LIFF'",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-21T11:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "441f759e72c6b6dfedd4c29397d637972a7a20bb",
"body": "fix: align liff_app schema with LIFF Server API spec",
"is_bot": false,
"headline": "Merge pull request #23 from sugarshin/fix/liff-server-api-alignment",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T04:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a6df8ff1eb715f9b118c27f2fdb949a3dd80d68",
"body": "- Mark permanent_link_pattern as Computed: the API returns \"concat\" even\n when unset, which made apply fail with \"Provider produced inconsistent\n result after apply\" for configs omitting the attribute\n- Change scope from List to Set on the resource and both data sources:\n scopes are semantically \n[…]\n docs was\n invalid and failed to plan\n- Enrich data source MarkdownDescriptions with enum values to match the\n resource docs; regenerate docs/\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: align liff_app schema with LIFF Server API spec",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T04:38:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "07f2456b6e07a83f09d4630235e1fa76ff6ea074",
"body": null,
"is_bot": false,
"headline": "Add release skill",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T04:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "839885930d30f86c2b26dfbf07be0a59c54ca3ff",
"body": "fix(deps): update copywrite to v0.25.3 with koanf module reconcile",
"is_bot": false,
"headline": "Merge pull request #22 from sugarshin/fix/copywrite-v0.25.3-koanf",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T03:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3375f809e324b536a3eaa272dc17c1836403be9a",
"body": "copywrite v0.25.3 migrated from koanf v1 to koanf/v2 with modularized\nprovider/parser submodules. A bare `go get` leaves koanf v1.5.0 in\ntools/go.mod, so `providers/posflag` resolves from the v1 monorepo and fails\nto compile against copywrite's koanf/v2 API. Drop the v1 module and pin the\nmodular koanf providers copywrite requires so `make generate` builds again.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(deps): update copywrite to v0.25.3 with koanf module reconcile",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T03:55:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0d4874b2918a582781c3660c3cd1d714e8a2d148",
"body": "….0-go1.25.8\n\nfix(deps): update terraform-plugin-docs to v0.25.0 with go 1.25.8",
"is_bot": false,
"headline": "Merge pull request #21 from sugarshin/fix/terraform-plugin-docs-v0.25…",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T03:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ef0107e171de20bf32e4b0efcee9d8612bb52a9",
"body": "terraform-plugin-docs v0.25.0 and hc-install v0.9.4 require go >= 1.25.8,\nwhich Renovate applied to tools/go.mod. CI's generate job installs Go via\nsetup-go with go-version-file pointing at the root go.mod, so the root\ndirective must match or `make generate` fails under GOTOOLCHAIN=local.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "build: bump root go directive to 1.25.8",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T03:05:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4ba10823e08e2ab1e6e30159ace2d066e23b5b89",
"body": null,
"is_bot": false,
"headline": "Update renovate-config",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T02:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4444e8310904483ec5cfb56b5cb4ee531ea679c",
"body": null,
"is_bot": false,
"headline": "Add CLAUDE.md",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T02:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb8485d498b5e7146ba1516f39181af628f83c18",
"body": "chore(deps): update dessant/lock-threads action to v6.0.2",
"is_bot": false,
"headline": "Merge pull request #14 from sugarshin/renovate/dessant-lock-threads-6.x",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T02:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cbb2902b8a8b2ad0be14ecbab78fe0b9a100a4a",
"body": null,
"is_bot": true,
"headline": "chore(deps): update dessant/lock-threads action to v6.0.2",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T02:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c85c130f64cc648a232377286e4dd6e836e5bbe1",
"body": "…o v0.25.0",
"is_bot": true,
"headline": "fix(deps): update module github.com/hashicorp/terraform-plugin-docs t…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T02:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "087c86529e708fc1cce301b772bf66113a0fd985",
"body": "chore(deps): update actions/setup-go action to v7",
"is_bot": false,
"headline": "Merge pull request #19 from sugarshin/renovate/actions-setup-go-7.x",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T02:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cfa48cebeb1ef698426322c4dc0333bbbabacdf",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v7",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T02:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36c4b673379a0b4bfe143d4b7eb5ed9fb287e7d1",
"body": "chore(deps): update actions/checkout action to v7",
"is_bot": false,
"headline": "Merge pull request #17 from sugarshin/renovate/actions-checkout-7.x",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T02:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2248b6cb80fc9ac8c1215d0262f1c11d10fc7dad",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v7",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T02:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73c7340db18848e0fc5b750a05e6bca0ca1c6bf1",
"body": "chore(deps): update actions/checkout action to v6.0.3",
"is_bot": false,
"headline": "Merge pull request #16 from sugarshin/renovate/actions-checkout-6.x",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T02:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "673bbb8d70a1ef42b63643f51add8a40cf4f09c1",
"body": "…-action-9.x\n\nchore(deps): update golangci/golangci-lint-action action to v9.3.0",
"is_bot": false,
"headline": "Merge pull request #15 from sugarshin/renovate/golangci-golangci-lint…",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T02:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8268f12679fd57baabad5b05bf6edb8943cdbec",
"body": "…orm-4.x\n\nchore(deps): update hashicorp/setup-terraform action to v4.0.1",
"is_bot": false,
"headline": "Merge pull request #13 from sugarshin/renovate/hashicorp-setup-terraf…",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T02:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b43536aa3cbc0776ee6f555da57266953407886",
"body": "…action-7.x\n\nchore(deps): update goreleaser/goreleaser-action action to v7.2.3",
"is_bot": false,
"headline": "Merge pull request #10 from sugarshin/renovate/goreleaser-goreleaser-…",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T02:20:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ff483ec29f8f75e25d294da9099346b6588931d",
"body": "…t-sdk-go-v8-8.x\n\nfix(deps): update module github.com/line/line-bot-sdk-go/v8 to v8.22.0",
"is_bot": false,
"headline": "Merge pull request #9 from sugarshin/renovate/github.com-line-line-bo…",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-07-19T02:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f091367bf543180be3b9ee4839b02410ac2ed0a",
"body": null,
"is_bot": true,
"headline": "fix(deps): update module github.com/line/line-bot-sdk-go/v8 to v8.22.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-07T15:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8af193c6b605d7a5123d587fb7ea05a4b617b1e",
"body": null,
"is_bot": true,
"headline": "chore(deps): update goreleaser/goreleaser-action action to v7.2.3",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-29T17:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35e4bb5fa67fcfbd418cf64411e93383d5456008",
"body": null,
"is_bot": true,
"headline": "chore(deps): update golangci/golangci-lint-action action to v9.3.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-29T17:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c7da890b86bb06cd21bc1334e18758c7890c6f4",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v6.0.3",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-02T18:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c267c60c8378a6dc385e2d3f107425af761087d5",
"body": null,
"is_bot": true,
"headline": "chore(deps): update hashicorp/setup-terraform action to v4.0.1",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-12T17:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e64bf89d38663d7ee90132ffbd4566a48c4fc8",
"body": "chore(deps): update actions/setup-go action to v6.4.0",
"is_bot": false,
"headline": "Merge pull request #8 from sugarshin/renovate/actions-setup-go-6.x",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-04-04T06:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f49ded3c9613c6788a159ea81dd2e2662489d0de",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v6.4.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-30T04:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd16e96c7be1ff314f9adadec5afeb2d5618f62",
"body": "…pywrite-0.x\n\nfix(deps): update module github.com/hashicorp/copywrite to v0.25.2",
"is_bot": false,
"headline": "Merge pull request #7 from sugarshin/renovate/github.com-hashicorp-co…",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-29T06:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "175ff8f1aaadb1f02c6c96c0a675973da34128b4",
"body": null,
"is_bot": true,
"headline": "fix(deps): update module github.com/hashicorp/copywrite to v0.25.2",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-24T06:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258a82e3cc70c1cea0f410736e7bce37161dca7f",
"body": "…t-sdk-go-v8-8.x\n\nfix(deps): update module github.com/line/line-bot-sdk-go/v8 to v8.19.1",
"is_bot": false,
"headline": "Merge pull request #6 from sugarshin/renovate/github.com-line-line-bo…",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-23T20:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d8045df824c48f50ca716ebaac29429e8193b1",
"body": null,
"is_bot": true,
"headline": "fix(deps): update module github.com/line/line-bot-sdk-go/v8 to v8.19.1",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-19T08:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22aed403887b3645ce16a36fe26ebadc1e9c40ab",
"body": "…pywrite-0.x\n\nfix(deps): update module github.com/hashicorp/copywrite to v0.25.1",
"is_bot": false,
"headline": "Merge pull request #4 from sugarshin/renovate/github.com-hashicorp-co…",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T12:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "799e772641deb26b4b0f15862dd9f1c49cbc9974",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: update copyright headers for copywrite v0.25.1",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T12:42:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "61f0a942e448d463fc61d60e6f2818e21eccc553",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: run go mod tidy for tools/ and add gomodTidy to Renovate config",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T12:41:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2b5243b189c8293a1c54082c0a76a32a18ad8ccc",
"body": null,
"is_bot": true,
"headline": "fix(deps): update module github.com/hashicorp/copywrite to v0.25.1",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-15T11:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53f400e7098b6d3bbf002ef5f4ed03c91f0d583f",
"body": "Configure Renovate",
"is_bot": false,
"headline": "Merge pull request #1 from sugarshin/renovate/configure",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T11:52:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dba4782d5c5c59b8487f1012f9dd25192345d7e",
"body": null,
"is_bot": false,
"headline": "Remove js-app config from Renovate configuration",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T11:51:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "383ad550ce340191e28b751d72b1cc8c8f12fa66",
"body": null,
"is_bot": false,
"headline": "Update Renovate configuration to best practices",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T11:51:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f491c5c6fe6f6e4c67a287c3f51368203b1e3b19",
"body": null,
"is_bot": true,
"headline": "Add renovate.json",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-15T11:51:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b9f087725574e57bd618a23261183cb7b8c6d1d",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: switch release trigger from push-to-main to tag-based",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T11:51:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "46ab776fe6de017e33c44390cf1fcc8ca64dd872",
"body": "fix: resolve lint errors and simplify CI trigger",
"is_bot": false,
"headline": "Merge pull request #3 from sugarshin/fix/lint-and-ci",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T11:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fafbc1adfc27f00823512060e09733e9a3e753d3",
"body": "- Fix all 36 golangci-lint issues (errcheck, forcetypeassert, staticcheck, unparam, unused)\n- Simplify test.yml trigger to opened/synchronize/reopened\n- Remove unused ctx parameter from mapLiffAppToModel and mapLiffAppToDataSourceModel\n- Use checked type assertions in all test files\n- Extract writeJSON helper in client_test.go for errcheck compliance\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: resolve lint errors and simplify CI trigger",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T11:39:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7f36aa279000148d63bc02b5ba2fd8d1075bfc20",
"body": "Run make generate to add tfplugindocs output and license headers.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: generate provider documentation",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T11:19:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ff48a2a263402dd4039d169dc7562db65218e8a5",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add workflow_dispatch trigger to release workflow",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T11:09:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e82c51324af995c8de3fa1f35822c756ee6fb8ea",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: trigger release with correct GPG key",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T11:08:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6a8d10236784e507cf22e19fc067dcc0d7d78383",
"body": "Remove HashiCorp-specific CODEOWNERS, CODE_OF_CONDUCT.md,\npull_request_template.md, dependabot.yml, and CHANGELOG.md.\nRemove passphrase requirement from GPG import in release workflow.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: remove scaffolding template remnants",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T10:44:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cc6e89b24823877ae511632eded465a1d4a61afa",
"body": null,
"is_bot": false,
"headline": "chore: update license",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T10:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfa66ff501161b0930a3b8d94e616e53e7289e3f",
"body": "Replace scaffolding template with full LIFF provider implementation:\n\n- Provider: channel_id/secret (Stateless Token) and channel_access_token auth\n- Resource: liff_app with full CRUD + import support\n- Data Sources: liff_apps (list all) and liff_app (lookup by ID)\n- API Client: LINE SDK for Go v8 w\n[…]\nce, data sources, helpers\n- Examples and README with complete documentation\n- CI/CD: GitHub Actions for test and release workflows\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: implement LIFF Terraform provider",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T10:02:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ad13671981a1bc3a7a4b56fb946cf8a55532b60a",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Shingo Sato",
"author_login": "sugarshin",
"committed_at": "2026-03-15T06:22:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 52,
"latest_release_at": "2026-07-19T04:49:25Z",
"latest_release_tag": "v0.0.5",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 10,
"days_since_latest_release": 8,
"mean_days_between_releases": 31.4
},
"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/sugarshin/terraform-provider-liff",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sugarshin/terraform-provider-liff",
"is_deprecated": false,
"latest_version": "v0.0.5",
"repository_url": "https://github.com/sugarshin/terraform-provider-liff",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T04:41:11Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"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": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"GNUmakefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"tools/go.mod"
],
"largest_source_bytes": 10309,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2781
},
"dependencies": {
"manifests": [
"go.mod",
"tools/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/hashicorp/terraform-plugin-framework",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.0"
},
{
"name": "github.com/hashicorp/terraform-plugin-framework-validators",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.19.0"
},
{
"name": "github.com/hashicorp/terraform-plugin-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.31.0"
},
{
"name": "github.com/line/line-bot-sdk-go/v8",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v8.22.0"
},
{
"name": "github.com/hashicorp/copywrite",
"manifest": "tools/go.mod",
"ecosystem": "go",
"version_constraint": "v0.25.3"
},
{
"name": "github.com/hashicorp/terraform-plugin-docs",
"manifest": "tools/go.mod",
"ecosystem": "go",
"version_constraint": "v0.25.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 19,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "sugarshin",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/2001452?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"issue-comment-triage.yml",
"lock.yml",
"release.yml",
"test.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": "13 out of 13 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/7 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "28 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"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": 8,
"reason": "5 out of the last 5 releases have a total of 5 signed artifacts.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "27 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ab698ee7f47bbe68956002457956c2f5109decb5",
"ran_at": "2026-07-28T03:31:20Z",
"aggregate_score": 5.3,
"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-27T21:05:47Z",
"oldest_open_prs": [
{
"number": 25,
"created_at": "2026-07-27T15:29:33Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-21T11:50:34Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2026-03-15T11:53:10Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sugarshin/terraform-provider-liff",
"host": "github.com",
"name": "terraform-provider-liff",
"owner": "sugarshin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 53,
"vitality": 80,
"community": 24,
"governance": 50,
"engineering": 86
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 52,
"human_commit_share": 0.731,
"days_since_last_push": 0,
"active_weeks_last_year": 10
},
"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": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "52 commits in the last year",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 52
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "28 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.0.5",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 31.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~31.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 31.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "5 out of the last 5 releases have a total of 5 signed artifacts.",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 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": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"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 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"merged_prs": 19,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "19/23 decided PRs merged",
"points": 31.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 19,
"decided": 23
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 115,
"owner_type": "User",
"is_verified": null,
"owner_login": "sugarshin",
"public_repos": 310,
"account_age_days": 5122
},
"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": "115 followers of sugarshin",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 115,
"login": "sugarshin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "310 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 310
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/sugarshin/terraform-provider-liff"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 86,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://registry.terraform.io/providers/sugarshin/liff/latest",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://registry.terraform.io/providers/sugarshin/liff/latest",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.3
},
"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": "13 out of 13 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/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "28 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "5 out of the last 5 releases have a total of 5 signed artifacts.",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "27 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "excellent",
"name": "AI Readiness",
"value": 86,
"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.816,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2781
},
"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 38 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 31,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"GNUmakefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.231,
"toolchain_manifests": [
"go.mod",
"tools/go.mod"
],
"dependency_bot_commit_share": 0.269
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "GNUmakefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "GNUmakefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "12 of the last 52 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 12,
"sampled": 52
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "14 of the last 52 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 14,
"sampled": 52
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 10309,
"source_files_sampled": 15,
"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/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T03:31:35.668555Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sugarshin/terraform-provider-liff.svg",
"full_name": "sugarshin/terraform-provider-liff",
"license_state": "standard",
"license_spdx": "MIT"
}