原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 56,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 20340,
"HTML": 3117,
"JavaScript": 332
},
"pushed_at": "2026-07-20T07:32:22Z",
"created_at": "2026-07-20T06:08:35Z",
"owner_type": "User",
"updated_at": "2026-07-20T07:32:16Z",
"description": "Web Push API Encryption with VAPID support.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"HTML"
]
},
"owner": {
"blog": "https://soulogic.com/",
"name": "郑凯",
"type": "User",
"login": "zhengkai",
"company": null,
"location": "Baotou, China",
"followers": 69,
"avatar_url": "https://avatars.githubusercontent.com/u/247015?v=4",
"created_at": "2010-04-19T05:16:13Z",
"is_verified": null,
"public_repos": 59,
"account_age_days": 5944
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-07-20T07:31:50Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-20T07:18:44Z"
}
],
"recent_commits": [
{
"oid": "29ee1daf75f2b211404e9d838d74073dc305b6d8",
"body": null,
"is_bot": false,
"headline": "fix: clean go.mod",
"author_name": "Zheng Kai",
"author_login": "zhengkai",
"committed_at": "2026-07-20T07:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56f1ebbe3cfecf7e230e39a036fef6d9da259aaf",
"body": null,
"is_bot": false,
"headline": "refactor: migrate x/crypto/hkdf to standard library",
"author_name": "Zheng Kai",
"author_login": "zhengkai",
"committed_at": "2026-07-20T07:18:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2f5751292c9c1601ad87d23a7ce6e227af03c40",
"body": null,
"is_bot": false,
"headline": "refactor: migrate ECDH implementation to crypto/ecdh",
"author_name": "Zheng Kai",
"author_login": "zhengkai",
"committed_at": "2026-07-20T06:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dfdf7f101818b604c35a396cb5ab98b4dadfba2",
"body": null,
"is_bot": false,
"headline": "chore: fork transfer, go get -u",
"author_name": "Zheng Kai",
"author_login": "zhengkai",
"committed_at": "2026-07-20T06:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76cc00f5ac2d6e5333eabe149f52f6b6d80247a0",
"body": "…example code (#84)",
"is_bot": false,
"headline": "Add AuthScheme for supporting WebPush Authorization scheme, improved …",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2026-04-22T05:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f22569f357b79434f521c4742aa0c242ae732a31",
"body": "Co-authored-by: Gecero <27288418+Gecero@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix race condition (#83)",
"author_name": "Mira",
"author_login": "mira-x",
"committed_at": "2025-11-08T02:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d97e8ef84dcdac2ca847da80382408959299c6e",
"body": "Previously it was being ignored, and would always use a value based on\n12 hours after time.Now(). With this change, expiration is now used\nas provided.",
"is_bot": false,
"headline": "Use expiration parameter in getVAPIDAuthorizationHeader (#74)",
"author_name": "sometimes-i-send-pull-requests",
"author_login": "sometimes-i-send-pull-requests",
"committed_at": "2025-11-08T02:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6a83f0932688dacb6d3d5618504388c05277028",
"body": "Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2.\n- [Release notes](https://github.com/golang-jwt/jwt/releases)\n- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)\n- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2\n[…]\n.com/golang-jwt/jwt/v5\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#79)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-08T02:33:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f5c3e9f7b642a8dd66cb844050520526f721971d",
"body": null,
"is_bot": false,
"headline": "Fixes issue #41, removed the content length header (#70)",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2025-01-02T22:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d350302adf0ac2249b3ff4c84e674372cc51d7f",
"body": "… issue (#68)\n\n* upgrade(golang-jwt): upgrade to v5.2.1 to fix CVE-2024-51744 security issue\r\n\r\n* upgrade(golang-jwt): run go mod tidy to remove old JWT checksum from go.sum file",
"is_bot": false,
"headline": "upgrade(golang-jwt): upgrade to v5.2.1 to fix CVE-2024-51744 security…",
"author_name": "Mohamed amr",
"author_login": "m-amr",
"committed_at": "2025-01-02T22:40:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c9dec912eb00908397e758650cabf15a21d2bbf",
"body": "The RFC says:\r\n\r\n> The \"sub\" claim SHOULD include a contact URI for the application\r\n> server as either a \"mailto:\" (email) [RFC6068] or an \"https:\"\r\n> [RFC2818] URI.\r\n\r\nHowever the library assumes the passed in subscribed is always an\r\ne-mail address, without leaving a way to pass an HTTPS URL.",
"is_bot": false,
"headline": "Allow VAPID sub to be an HTTPS URL (#57)",
"author_name": "Simon Ser",
"author_login": "emersion",
"committed_at": "2025-01-02T22:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f1fb529015be31e9b6d31094f762861c716c711",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.31.0.\r\n- [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.31.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/crypto\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.17.0 to 0.31.0 (#69)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-01T00:43:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08f5869e246379ab5d8e182b039af1651f255d2b",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.9.0 to 0.17.0.\r\n- [Commits](https://github.com/golang/crypto/compare/v0.9.0...v0.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/crypto\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.9.0 to 0.17.0 (#64)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-01T00:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4656e63a4d525f563e0605114d235d5e92b73131",
"body": "This reduces unnecessary allocations\r\n\r\nCo-authored-by: Daniel Richter <drichter@undergroundelephant.com>\r\nCo-authored-by: Ethan Holmes <sherclockholmes@gmail.com>",
"is_bot": false,
"headline": "Concatenate strings directly instead of using fmt (#46)",
"author_name": "Daniel Richter",
"author_login": "Richtermeister",
"committed_at": "2025-01-01T00:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d56adf9d77938b7b964781a8cc315f8b9378e054",
"body": null,
"is_bot": false,
"headline": "Upgrade crypto to v0.9.0 (#54)",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2023-10-03T22:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4634ae79e3bbc3f35a17a0006dc678381b445487",
"body": "big.Int Bytes() returns dynamically length byte string, while SEC1 ECDH\r\nprocedure is defined to output a fixed length byte string (in big-endian).\r\n\r\n> https://www.secg.org/sec1-v2.pdf\r\n> SEC1: 6.1.3. Key Agreement Operation\r\n> Action 2. Convert $$ z $$ to an octet string the conversion routine specified in Section 2.3.5.\r\n> Section 2.3.5. Field-Element-to-Octet-String Conversion\r\n> where $$ mlen = log_2q/8 $$\r\n> Section 2.3.7. Integer-to-Octet-String Conversion",
"is_bot": false,
"headline": "ECDH output on P-256 curve must be always 32 bytes (#37)",
"author_name": "Sorah Fukumori",
"author_login": "sorah",
"committed_at": "2023-10-03T19:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183dd6f5ec821b2f3d91958a8b7f15f77258b56e",
"body": "Co-authored-by: Daniel Richter <drichter@undergroundelephant.com>",
"is_bot": false,
"headline": "Add ability to specify Vapid JWT token expiration (#45)",
"author_name": "Daniel Richter",
"author_login": "Richtermeister",
"committed_at": "2023-10-03T18:05:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f057bcddd4d4ee494899af787cd67cfa868c80b",
"body": "Co-authored-by: Daniel Richter <drichter@undergroundelephant.com>",
"is_bot": false,
"headline": "Add context to SendNotification (#44)",
"author_name": "Daniel Richter",
"author_login": "Richtermeister",
"committed_at": "2022-02-01T17:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f15307ec7320a969464ab207c6e4a02eaa8adfc",
"body": null,
"is_bot": false,
"headline": "Replace \"dgrijalva/jwt-go\" with \"golang-jwt/jwt\" (#43)",
"author_name": "ryannjohnson-range",
"author_login": null,
"committed_at": "2021-10-12T05:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d50c866a7f9710253d3494e5b4672f1b0f559b8e",
"body": "Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Upgrade to GitHub-native Dependabot (#39)",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-30T17:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af9d240f5def12dc7c23a73999092c9d937be7a5",
"body": "* Fix #27: Panic on large notification payloads\r\n\r\nThis commit fixes a case where, with large notification payloads, pad\r\nwould call make with a negative length, triggering a panic.\r\n\r\n* Address pull request comments\r\n\r\nCo-authored-by: Adrien Bustany <adrien.bustany@backhq.com>",
"is_bot": false,
"headline": "Fix #27: Panic on large notification payloads (revised) (#34)",
"author_name": "Ian Leue",
"author_login": "froodian",
"committed_at": "2020-05-28T04:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "358c5ab877144efa20d3e889826d31d45ea3bec2",
"body": "* Decode the vapid private key in URL or Raw base64 encoding\r\n\r\n* Decode and encode VAPID public key",
"is_bot": false,
"headline": "Fix private key base64 decode (#30)",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2019-10-27T03:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ed4780304f15dd5a2f5c9e316ce79e9f1c1b6d2",
"body": null,
"is_bot": false,
"headline": "Add RecordSize to options (#24)",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2019-04-11T04:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c43819977977a8329206c6f00a5a5af30bcc4eb0",
"body": null,
"is_bot": false,
"headline": "Export HTTP client interface (#19)",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2019-02-20T05:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a62cae6d8870992017f84430dbbc57f23532f5c",
"body": "* Change encoding to aes128gcm from the rfc8188 spec\r\n\r\n* Update README.md",
"is_bot": false,
"headline": "Use aes128gcm encoding (#17)",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2019-02-18T02:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52c6af17b8d924a03af32c85ffe7077b162e3dec",
"body": null,
"is_bot": false,
"headline": "Fix import path in example. (#15)",
"author_name": "Pedro Calado",
"author_login": "pdcalado",
"committed_at": "2018-11-17T00:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "411cfd6dde476c883f8ae75f58375db9d2a27322",
"body": "…ntLength to be set (#13)",
"is_bot": false,
"headline": "Fixes #12 - prevents 411 from MS Edge subscriptions by allowing Conte…",
"author_name": "Ian Leue",
"author_login": "froodian",
"committed_at": "2018-04-16T05:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6de74e59d69bcfcfeedb5e77eaf3592f41b1eabd",
"body": "Because it can really confuse sometimes..",
"is_bot": false,
"headline": "Fix link on README.md (#11)",
"author_name": "Fernando Jorge Mota",
"author_login": "fjorgemota",
"committed_at": "2018-03-31T18:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3382af23d767a4d97a0e4270d558dc7dc40077db",
"body": "…cy GCM authorization (#10)\n\n* Check standard base64 encoding, then fallback to url encoding\r\n* Provide support for legacy GCM authorization header",
"is_bot": false,
"headline": "Support keys using standard base64 encoding, provide support for lega…",
"author_name": "Ian Leue",
"author_login": "froodian",
"committed_at": "2018-03-31T18:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84eef0612ab23eb12b25c4b8ffb70e5702779914",
"body": "* Add urgency and topic optional headers\r\n\r\n* Added urgency type and urgency constants",
"is_bot": false,
"headline": "Add urgency and topic optional headers (#8)",
"author_name": "Maxim Krasilnikov",
"author_login": "chapsuk",
"committed_at": "2017-11-16T20:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "739e7e5e1952b73b52f6f5ce711d800f8c133f23",
"body": "…h dep",
"is_bot": false,
"headline": "Return correct error on public key unmarshal failure, replace gvt wit…",
"author_name": "SherClockHolmes",
"author_login": "SherClockHolmes",
"committed_at": "2017-08-21T03:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf20a3c88875063e23f0cb8af144bdab2768a413",
"body": "…t end base64 encodings (#6)",
"is_bot": false,
"headline": "Adds decodeSubscriptionKey method to fix an issue with different fron…",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2017-08-02T16:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d881e65b1041cbcd21f02b20bedaf635996b47af",
"body": null,
"is_bot": false,
"headline": "Add GenerateVAPIDKeys helper method",
"author_name": "SherClockHolmes",
"author_login": "SherClockHolmes",
"committed_at": "2017-07-05T04:12:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a8d3c02e19156b167767bb93290699f406a9e5",
"body": "Great package!\r\nHowever, the sample code in the README throws an error as `err` wasn't defined in the first place.",
"is_bot": false,
"headline": "Shorthand declaration and initialization of err (#2)",
"author_name": "Anas Khan",
"author_login": "anaskhan96",
"committed_at": "2017-04-24T06:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cbd5fbd820362272b91cabd6acb4558091739b8",
"body": "Add report card and godoc badges.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2016-12-28T19:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "469be4c357508035e8b77735ebb955f30be5cf78",
"body": "* Encryption and VAPID headers\r\n* Add simple test\r\n* VAPID JWT test\r\n* Update README.md",
"is_bot": false,
"headline": "Encryption and VAPID Support (#1)",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2016-12-25T00:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bba3845ae996f5eb236cb6e221e53165591d408b",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Ethan Holmes",
"author_login": "SherClockHolmes",
"committed_at": "2016-12-24T01:17:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 8,
"latest_release_at": "2026-07-20T07:31:50Z",
"latest_release_tag": "v1.0.1",
"releases_from_tags": true,
"days_since_last_push": 8,
"active_weeks_last_year": 3,
"days_since_latest_release": 8,
"mean_days_between_releases": 0
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/zhengkai/webpush-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/zhengkai/webpush-go",
"is_deprecated": false,
"latest_version": "v1.0.1",
"repository_url": "https://github.com/zhengkai/webpush-go",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T07:31:50Z",
"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": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"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": 6723,
"source_files_sampled": 7,
"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/golang-jwt/jwt/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "SherClockHolmes",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/1152024?v=4"
},
{
"type": "User",
"login": "zhengkai",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/247015?v=4"
},
{
"type": "User",
"login": "Richtermeister",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/624921?v=4"
},
{
"type": "User",
"login": "froodian",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1547435?v=4"
},
{
"type": "User",
"login": "anaskhan96",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/23240518?v=4"
},
{
"type": "User",
"login": "fjorgemota",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/529864?v=4"
},
{
"type": "User",
"login": "chapsuk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5525114?v=4"
},
{
"type": "User",
"login": "mira-x",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/27288418?v=4"
},
{
"type": "User",
"login": "m-amr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6197215?v=4"
},
{
"type": "User",
"login": "pdcalado",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1388991?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.406
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "29ee1daf75f2b211404e9d838d74073dc305b6d8",
"ran_at": "2026-07-28T15:07:34Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/zhengkai/webpush-go",
"host": "github.com",
"name": "webpush-go",
"owner": "zhengkai"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 16,
"inputs": {
"security": 18,
"vitality": 59,
"community": 12,
"governance": 49,
"engineering": 18,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 33,
"overall_after_jurisdiction_multiplier": 16
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 0.892,
"days_since_last_push": 8,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"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": 2,
"latest_release_tag": "v1.0.1",
"releases_from_tags": true,
"days_since_latest_release": 8,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"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 ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 13,
"top_contributor_share": 0.406
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 41% of commits",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 41
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "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": 60,
"inputs": {
"followers": 69,
"owner_type": "User",
"is_verified": null,
"owner_login": "zhengkai",
"public_repos": 59,
"account_age_days": 5944
},
"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": "69 followers of zhengkai",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 69,
"login": "zhengkai"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "59 public repos, account ~16 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 59
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/zhengkai/webpush-go"
],
"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": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 18,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 18,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 18,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.7,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 18,
"security_posture_before_jurisdiction": 37
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"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": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 14
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 61,
"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.818,
"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": "27 of 33 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 27,
"sampled": 33
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"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,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.108
},
"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": "no agent-authored commits among the last 37",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 37
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 37 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 37
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 6723,
"source_files_sampled": 7,
"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/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T15:07:46.456930Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/z/zhengkai/webpush-go.svg",
"full_name": "zhengkai/webpush-go",
"license_state": "standard",
"license_spdx": "MIT"
}