Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"trojan",
"trojan-onekey",
"trojaninstall",
"trojan-go"
],
"is_fork": false,
"size_kb": 26030,
"has_wiki": true,
"homepage": "https://github.com/kenzok8/Trojan",
"languages": {
"C++": 138987,
"CMake": 6406,
"Shell": 2477,
"Python": 2024,
"Dockerfile": 553
},
"pushed_at": "2026-06-25T21:13:46Z",
"created_at": "2020-02-07T15:01:54Z",
"owner_type": "User",
"updated_at": "2026-07-20T22:51:44Z",
"description": "Trojan onekey install shell Trojan && trojan.go一键脚本",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "master",
"license_spdx_raw": "GPL-3.0",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": null,
"name": "有種",
"type": "User",
"login": "kenzok8",
"company": "suzhou",
"location": null,
"followers": 880,
"avatar_url": "https://avatars.githubusercontent.com/u/39034242?v=4",
"created_at": "2018-05-06T19:13:57Z",
"is_verified": null,
"public_repos": 36,
"account_age_days": 3001
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.17.2",
"kind": "patch",
"published_at": "2026-06-25T21:13:46Z"
},
{
"tag": "v1.17.1",
"kind": "patch",
"published_at": "2026-06-25T20:25:36Z"
},
{
"tag": "v1.17.0",
"kind": "minor",
"published_at": "2026-03-21T06:08:56Z"
},
{
"tag": "v1.16.9",
"kind": "patch",
"published_at": "2026-03-16T05:36:21Z"
},
{
"tag": "v1.16.8",
"kind": "patch",
"published_at": "2026-03-15T15:00:35Z"
}
],
"recent_commits": [
{
"oid": "80a8468e9c9d23b48158bb46283b61e0fa101dd6",
"body": "Boost 1.89 删除了 boost_system 兼容桩库(Boost.System 自 1.69 起 header-only),\n导致 find_package 的 COMPONENTS system 在 OpenWrt 25.12 上配置失败、trojan 编译\n不出来。去掉 system 组件即可(program_options 仍保留)。版本 1.17.1 -> 1.17.2。",
"is_bot": false,
"headline": "fix(cmake): drop removed Boost system component (Boost 1.89)",
"author_name": "kenzok8",
"author_login": "kenzok8",
"committed_at": "2026-06-25T21:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0516ba1a231bdb9e29bfdbe5fd8c5c39d3d5a889",
"body": "安全硬化:在共用的 ssl_context 选项里追加 no_tlsv1 | no_tlsv1_1,连同已有的\nno_sslv2 | no_sslv3,使 client/server 协商下限提到 TLS 1.2。RFC 8996(2021)\n已正式废弃 TLS 1.0/1.1,主流服务器早已禁用,对端兼容风险极低。\n版本 1.17.0 -> 1.17.1。",
"is_bot": false,
"headline": "feat(ssl): floor TLS to 1.2, disable TLS 1.0/1.1",
"author_name": "kenzok8",
"author_login": "kenzok8",
"committed_at": "2026-06-25T20:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9d4e763140708c9dcb7665599bd215ac816de9",
"body": null,
"is_bot": false,
"headline": "release trojan 1.17.0",
"author_name": "kenzo",
"author_login": null,
"committed_at": "2026-03-21T06:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a85f18a71f7080ffa70ed8aba676262b92d6dba8",
"body": null,
"is_bot": false,
"headline": "refactor: extract trojan ssl file-loading helpers",
"author_name": "kenzo",
"author_login": null,
"committed_at": "2026-03-21T05:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3278e84c1bdbc0b92547538ad30e79a8d1f0d677",
"body": null,
"is_bot": false,
"headline": "refactor: isolate trojan socket setup helpers",
"author_name": "kenzo",
"author_login": null,
"committed_at": "2026-03-21T05:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cbc8dbe0ce136eddd389b7b498e72693ef7bf81",
"body": null,
"is_bot": false,
"headline": "refactor: extract trojan tls configuration helpers",
"author_name": "kenzo",
"author_login": null,
"committed_at": "2026-03-21T05:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee72db9659c91839d3a8ca377651488e48f12643",
"body": null,
"is_bot": false,
"headline": "refactor: isolate trojan platform certificate loading",
"author_name": "kenzo",
"author_login": null,
"committed_at": "2026-03-21T05:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1d37a89a197f8c4430ae970bd21dc0315f6ea66",
"body": null,
"is_bot": false,
"headline": "refactor: simplify trojan service lifetime handling",
"author_name": "kenzo",
"author_login": null,
"committed_at": "2026-03-21T05:38:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67d84da07979e0a6fc54fa9f488eeceb8eb5c0b7",
"body": null,
"is_bot": false,
"headline": "refactor: simplify trojan service lifetime handling",
"author_name": "kenzo",
"author_login": null,
"committed_at": "2026-03-21T05:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77590e6ca0cd1e65999765678d50f31e45316d71",
"body": null,
"is_bot": false,
"headline": "refactor: modernize trojan build definitions",
"author_name": "kenzo",
"author_login": null,
"committed_at": "2026-03-21T05:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9299cb6139f0ec05cc01ec0413e59c7033a53d47",
"body": null,
"is_bot": false,
"headline": "docs: switch trojan branding to kenzok8",
"author_name": "kenzo",
"author_login": null,
"committed_at": "2026-03-21T05:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934cbdb25a6c81068fdfb7331670a4790cf139f8",
"body": null,
"is_bot": false,
"headline": "ci: add monthly maintenance workflow",
"author_name": "kenzo",
"author_login": null,
"committed_at": "2026-03-20T19:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72950496036020a77369f7a0f3f8fb5ce4eafd88",
"body": null,
"is_bot": false,
"headline": "ci: add GitHub Actions build workflow (CMake + OpenSSL + Boost)",
"author_name": "有種",
"author_login": "kenzok8",
"committed_at": "2026-03-16T10:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ebc0756454065a57e4f066042d71ed3b35c5c9d",
"body": null,
"is_bot": false,
"headline": "build: require OpenSSL >=1.1.1 in source; iterate v1.16.9",
"author_name": "kenzok8",
"author_login": "kenzok8",
"committed_at": "2026-03-15T15:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18cd4d813f5439522b2d8c52a8bfaddbc779f154",
"body": null,
"is_bot": false,
"headline": "cleanup: remove obsolete CI/dev files and iterate v1.16.8",
"author_name": "kenzok8",
"author_login": "kenzok8",
"committed_at": "2026-03-15T14:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a047dbe1c188ade3b1444d86a3e2703abd9d71e",
"body": "… iterate v1.16.7",
"is_bot": false,
"headline": "hardening: SIP003 env checks, getcert timeout/errors, parser cleanup;…",
"author_name": "kenzok8",
"author_login": "kenzok8",
"committed_at": "2026-03-15T14:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8112f4a1f4d8765a4d6bee2910b3d48b8aa98d",
"body": null,
"is_bot": false,
"headline": "chore: remove per-directory maintenance marker files",
"author_name": "kenzok8",
"author_login": "kenzok8",
"committed_at": "2026-03-15T14:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "586052fa41415fa13961a186e6ef6ce000d69640",
"body": "…16.6",
"is_bot": false,
"headline": "refactor: safer formatting + modern MySQL target linking; iterate v1.…",
"author_name": "kenzok8",
"author_login": "kenzok8",
"committed_at": "2026-03-15T14:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70d715d28f31d15cd76ca76b73bd018c3aaaa2cf",
"body": null,
"is_bot": false,
"headline": "maint: full repo sweep baseline (all dirs) and iterate to v1.16.5",
"author_name": "kenzok8",
"author_login": "kenzok8",
"committed_at": "2026-03-15T14:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c7b88a2f49afd42b3ffcff30874a282dadf3673",
"body": null,
"is_bot": false,
"headline": "build(cmake): modernize MySQL/MariaDB discovery module",
"author_name": "kenzok8",
"author_login": "kenzok8",
"committed_at": "2026-03-15T14:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a5d3e1264fc8f44fd1a461abcce069890bdc8c4",
"body": null,
"is_bot": false,
"headline": "maint: bump runtime version to 1.16.3 and add maintenance note",
"author_name": "kenzok8",
"author_login": "kenzok8",
"committed_at": "2026-03-15T13:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e7bb9aecdc694f9bcae8d646fae395f773d60f8",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTORS.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-11-08T21:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8853f070ebbc14049c81ba3a0e4920a85be8b824",
"body": "…tically",
"is_bot": false,
"headline": "CMakeLists: use file(GLOB_RECURSE ...) for obtaining cpp files automa…",
"author_name": "PragmaTwice",
"author_login": "PragmaTwice",
"committed_at": "2020-11-08T21:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11937e21b58cca40d3d69d089f9086aaa5721fe4",
"body": null,
"is_bot": false,
"headline": "Create .gitpod.Dockerfile",
"author_name": "Happydog",
"author_login": "yiailake",
"committed_at": "2020-11-08T21:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91fee98d53ddb485ef227cc92eb3020708c9f087",
"body": null,
"is_bot": false,
"headline": "Create .gitpod.yml",
"author_name": "Happydog",
"author_login": "yiailake",
"committed_at": "2020-11-08T21:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56f6c38f0504b340d64e0a5bc5ab13615c65eeb9",
"body": null,
"is_bot": false,
"headline": "Update OpenSSL version for Windows build in Azure Pipelines",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-11-08T21:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bd6151627e8283dd97e7bd61a01126e281a9bc8",
"body": null,
"is_bot": false,
"headline": "Avoid a race condition that makes the test to fail",
"author_name": "Qiyu Yan",
"author_login": "karuboniru",
"committed_at": "2020-07-09T08:31:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8606b7110fe79f8ab02d60c897f87ffb0a9b23f0",
"body": null,
"is_bot": false,
"headline": "Bump 1.16.0",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-06-10T04:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58e3393a12f9e8ce2f26bbe3401708e8886806c9",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTORS.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-06-09T19:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0886769ba78e5bcbb1af5c78572ec5d4dcac94",
"body": null,
"is_bot": false,
"headline": "Create SECURITY.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-06-09T19:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6d545dbd681a589b9d834c92dcd9e7f84b7a33",
"body": "* Add two-way authentication.\r\n\r\n* Update authenticator.cpp\r\n\r\n* Apply suggestions from code review\r\n\r\n* Update src/core/authenticator.cpp\r\n\r\nCo-authored-by: GreaterFire <32649575+GreaterFire@users.noreply.github.com>",
"is_bot": false,
"headline": "Add two-way authentication. (#435)",
"author_name": "MargaretteMoss",
"author_login": null,
"committed_at": "2020-06-09T19:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fce4aae25692b2c32f4247874f39ab690f50f64",
"body": "Boost 1.73.0 Changelog shows:\n\nAdded the ssl::host_name_verification class, which is a\ndrop-in replacement for ssl::rfc2818_verification.\nThe ssl::rfc2818_verification class has been marked\nas deprecated. As a consequence of this change,\nSSL support now depends on functions that were introduced\nin OpenSSL 1.0.2.\n\nSigned-off-by: Syrone Wong <wong.syrone@gmail.com>",
"is_bot": false,
"headline": "Fix certificate verification on Boost 1.73.0",
"author_name": "Syrone Wong",
"author_login": "wongsyrone",
"committed_at": "2020-05-24T15:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b29ced3a5c708b00b6889212b3fcabd010f6846",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTORS.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-04-29T04:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b742c606f29adba1499b7fa204d18c191f66023e",
"body": null,
"is_bot": false,
"headline": "Remove redundant std::",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-04-29T04:07:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b70dd573ad1687217bfa19b93430f5d6830991fd",
"body": null,
"is_bot": false,
"headline": "add: added logger callback",
"author_name": "Qv2ray-dev",
"author_login": null,
"committed_at": "2020-04-29T04:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "304054008bb01d6aad51c477b6b7d4e79a5853db",
"body": "* Fix clang-tidy warnings\r\n\r\n* Fix building Windows failure\r\n\r\n* fix: update\r\nref: https://github.com/trojan-gfw/trojan/pull/398/files\\#diff-fec826feae04e51c0d94076385408bdcR42",
"is_bot": false,
"headline": "Fix clang-tidy warnings (#404)",
"author_name": "Yineng Zhang",
"author_login": "zhyncs",
"committed_at": "2020-04-29T03:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70606c5e0f3980a42e232776f83238d8c36d39a4",
"body": "* [fix] fixed boost include path\r\n\r\n* [openssl]: Update openssl\r\n\r\n* Update azure-pipelines.yml\r\n\r\n* Update azure-pipelines.yml",
"is_bot": false,
"headline": "Fixed Azure pipeline Windows CI (#398)",
"author_name": "Qv2ray-dev",
"author_login": null,
"committed_at": "2020-04-29T03:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d608e868c1d4fe5b07266d4b8bc5bfd01e9291d",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTORS.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-04-02T18:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cce9ce7887e90597e481bbb8d6e049d722676d7f",
"body": "* Add a tip in forward section\r\n\r\nTo distinguish between connection redirection and reverse proxy for novice users.\r\n\r\n* Refine wording in the docs\r\n\r\nCo-authored-by: GreaterFire <32649575+GreaterFire@users.noreply.github.com>",
"is_bot": false,
"headline": "Add a tip in forward section (#372)",
"author_name": "Chigusa Yakumo",
"author_login": "Chigusa0w0",
"committed_at": "2020-04-02T18:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3382a83e55e06102159634eab0d4bce7a07849ed",
"body": null,
"is_bot": false,
"headline": "fix az ci",
"author_name": "孔雀",
"author_login": "du5",
"committed_at": "2020-04-02T18:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bad2988c60200c15786baf6b9ea42d66ba2109c",
"body": null,
"is_bot": false,
"headline": "Bump 1.15.1",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-03-25T05:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d319746036d8cf9b621e46a70ffecc1925ad7dbc",
"body": null,
"is_bot": false,
"headline": "Change systemd service restart interval to 1s",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-03-25T05:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f161d3f690b436c3fe901769792dccadbd28848",
"body": null,
"is_bot": false,
"headline": "Fix a crash when DNS succeeds but returned nothing",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-03-25T04:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422d41daf2821091e2758482befdcaba40ce7e8f",
"body": null,
"is_bot": false,
"headline": "ci: Deploy to macOS 10.13 (fixes #352)",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-03-23T18:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26637b32213fbd508c85d7f8fbfcf593f8330ae3",
"body": null,
"is_bot": false,
"headline": "Remove redundant std:: thoughout the repository",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-03-22T22:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d001d57d248414be8a871fd37378bc52d1a5a9f",
"body": null,
"is_bot": false,
"headline": "Bump 1.15.0",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-03-22T22:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d6523904c4d2d9d74b482a40c28e9f054f0b53",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTORS.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-03-22T22:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63c5c43717c3cfd03a2e230d4439a5ed30383146",
"body": "* Add an optional config entry `ssl.alpn_port_override`\r\nthat changes the remote port according to the ALPN.\r\n\r\nFixes #171 and #226.\r\n\r\n* Handle `ssl.alpn_port_override` only when the request is not valid.\r\n\r\n* Fixes to `ssl.alpn_port_override`\r\n\r\nCo-authored-by: GreaterFire <32649575+GreaterFire@users.noreply.github.com>",
"is_bot": false,
"headline": "ssl.alpn_port_override (Fixes #171 and #226) (#349)",
"author_name": "WillyPillow",
"author_login": "WillyPillow",
"committed_at": "2020-03-22T21:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17196c38621e58f0798ed21de9fe5ff2987f9cb7",
"body": "* Squashed commit of the following:\r\n\r\ncommit 2be23c8d46a1e5370e256ec26e3ccf92bcf5fc07\r\nAuthor: memorz <chenyanbo@bipt.edu.cn>\r\nDate: Sat Mar 14 23:11:24 2020 +0800\r\n\r\n Update src/core/authenticator.cpp\r\n\r\n Co-Authored-By: GreaterFire <32649575+GreaterFire@users.noreply.github.com>\r\n\r\ncommit\n[…]\n mysql secure connect config options\r\n\r\n add mysql secure connect config options\r\n\r\n* Minor fixes to MySQL SSL support\r\n\r\nCo-authored-by: GreaterFire <32649575+GreaterFire@users.noreply.github.com>",
"is_bot": false,
"headline": "Add mysql secure connection function (closes #277) (#281)",
"author_name": "memorz",
"author_login": "mem0rz",
"committed_at": "2020-03-22T20:42:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d6eea2a5b3e4200279a13e8455fbe4c591bdea8",
"body": null,
"is_bot": false,
"headline": "Update Windows build OpenSSL version to 1.1.1e",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-03-22T19:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5074793bef10c3ce4546b2995dbbdde83cdba3dc",
"body": null,
"is_bot": false,
"headline": "getcert: Use SNI",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-02-23T18:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ec7c60403d520fc45e59af30586e4e3a2ac58cf",
"body": null,
"is_bot": false,
"headline": "Recommend using full chain certificate",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-02-22T02:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6998029212b0242760d279134301f63f9b6a0017",
"body": null,
"is_bot": false,
"headline": "docker: Use the source code directly",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-02-22T02:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fa6ebfc379416f0f18613faabd46dc59bc69fbd",
"body": null,
"is_bot": false,
"headline": "Add Dockerfile",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-02-22T02:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8340f03a99f2807ca722b70343a5968b88d387f",
"body": null,
"is_bot": false,
"headline": "Use Python's official SSL library",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-02-22T02:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb538b8eff1c1bf51dc358a4f3c5f0482da78aac",
"body": "* Include copyright notice in getcert.py.\n* Update the doc to mention the script.\n* Make CMake check only C++ compilers.",
"is_bot": false,
"headline": "Misc fixes",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-02-22T01:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "978ea02b60bc8eb4c21f67b0564745275d324bf7",
"body": null,
"is_bot": false,
"headline": "Add a script that downloads cert chain",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-02-21T23:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60ab4afaa39cee2a9a7264a737f445bb6c4f7f3d",
"body": null,
"is_bot": false,
"headline": "Create a contributing guidelines",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-02-16T03:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a17f2b37dc2397c34cd55832e4a612b9e089c1",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTORS.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-02-10T07:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0649be215605b6da2157b955f644bfe058a933bf",
"body": "As suggested by SHA224(3ssl), use the EVP_DigestInit functions. Calling\nthe hash functions directly is deprecated for applications. Further,\nactually check the return values from the OpenSSL functions and throw\nappropriate runtime errors.",
"is_bot": false,
"headline": "config: Port openssl sha224 to use EVP functions",
"author_name": "Kevin Kuehler",
"author_login": null,
"committed_at": "2020-02-10T07:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cfe059c664e06bc7663620024578d85d9e6008c",
"body": null,
"is_bot": false,
"headline": "Bump 1.14.1",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-23T20:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eabfbe47d1973b81bc2d0803bad486e12c5e0be3",
"body": "* Update CMakeLists option help\n* Update CONTRIBUTORS.md\n* Refine docs\n* Remove OpenSSL 1.1.0 check",
"is_bot": false,
"headline": "Misc Refinement",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-23T20:04:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "852719ecaba92471ba9fd3b4ea9925a19093ef4e",
"body": null,
"is_bot": false,
"headline": "Update copyright info",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-23T19:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ef1691670efa4759fa757750841715e0c27d4f",
"body": null,
"is_bot": false,
"headline": "eliminate gcc warning",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-14T01:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab621dc001d15358762bad9f068b0993399ffd0",
"body": "Client ciphers are taken from Firefox 71.0 and server ciphers are taken\nfrom https://ssl-config.mozilla.org/ intermediate settings.\n\nCiphers in other repos need also to be updated before this commit is merged.",
"is_bot": false,
"headline": "Update client and server ciphers",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-07T01:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cec31d386eb722eb020c434685b08f6c944824cb",
"body": null,
"is_bot": false,
"headline": "Add missing whitespace to JSONs",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-07T01:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47f6913b16e3c9b3da113c4f2aff887ff50e8ad4",
"body": null,
"is_bot": false,
"headline": "Remove whitespace",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-07T00:48:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04277f8d8d33fd4c498ee6bb5032bcd628915025",
"body": null,
"is_bot": false,
"headline": "Refine version output",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-06T23:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a6de8526323abe14e1c90401ea5b2c854bc473d",
"body": null,
"is_bot": false,
"headline": "Change all __MACH__ to __APPLE__ (closes #183)",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-03T00:05:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d28795c0085e9591249bb84ad96a2a07fbcc2a09",
"body": "some refinement",
"is_bot": false,
"headline": "Merge pull request #190 from wongsyrone/fixes",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-02T07:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef4d15437b13f51a2eb67efc2c58e7d0ed5652f6",
"body": "Co-Authored-By: GreaterFire <32649575+GreaterFire@users.noreply.github.com>",
"is_bot": false,
"headline": "Update uint8_t suggestion",
"author_name": "Syrone Wong",
"author_login": "wongsyrone",
"committed_at": "2020-01-02T07:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e39ae754e3b971924aa1188e40251d7ae71871db",
"body": null,
"is_bot": false,
"headline": "Add restart on failure to systemd service",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2020-01-02T06:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09b9612450691a17b21484d2524de94b41658108",
"body": "Signed-off-by: Syrone Wong <wong.syrone@gmail.com>",
"is_bot": false,
"headline": "minor refinement by clang-tidy",
"author_name": "Syrone Wong",
"author_login": "wongsyrone",
"committed_at": "2019-12-31T07:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fb84c001161f581d52e1229a9f9ebf5304b8f3f",
"body": "return parse result instead\ndestory when failed to parse\n\nSigned-off-by: Syrone Wong <wong.syrone@gmail.com>",
"is_bot": false,
"headline": "refine address/packet parse method",
"author_name": "Syrone Wong",
"author_login": "wongsyrone",
"committed_at": "2019-12-31T07:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18763b7529963efef8dcb01f50389a6f49213ae1",
"body": null,
"is_bot": false,
"headline": "Bump 1.14.0",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-12-27T22:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eae52bcd9ac0c2b93083212686e2f35e5b179ea",
"body": null,
"is_bot": false,
"headline": "Add indicators of TLS1.3 ciphersuites and port reuse to -v",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-12-27T22:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "334c5c2b13fa35fdf9cd67e5889d2628346bcd0e",
"body": null,
"is_bot": false,
"headline": "Requires OpenSSL 1.1.0 because of OpenSSL_version_num()",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-12-27T10:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aea47ab1a9df2a14a548a1844bbef8b52f6c5010",
"body": null,
"is_bot": false,
"headline": "Remove cert substitution for macOS",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-12-27T09:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55928594974a68175612f1cbdf2581c2cf12b91c",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTORS.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-12-27T03:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5ae353bc60bbc6cc8c5dfd8c9f6dd4416402f19",
"body": null,
"is_bot": false,
"headline": "Format #endif",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-12-27T03:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "552eadf95c1e1969c4a0ee286f8b4e287a725c19",
"body": "* 1. enable read keychain on mac\r\n\r\n* 1. commit again with github email account\r\n2. add some indent and comment",
"is_bot": false,
"headline": "1. enable read keychain on mac (#160)",
"author_name": "zhangsan946",
"author_login": "zhangsan946",
"committed_at": "2019-12-27T03:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f27059afdd5473967ddb78a18d405e6cbe9f1c1",
"body": null,
"is_bot": false,
"headline": "Remove flag counter due to user sentiment",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-12-27T03:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbbce9f539c5eaa5f3018b42ccabb9669cbab169",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTORS.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-12-27T03:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8494817a08f057e4b1d63257a5346465196d4b68",
"body": null,
"is_bot": false,
"headline": "Format CMakeLists",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-12-27T03:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eeed90f7a934ebd8ae2038f18f4e2fe2f62a8fe",
"body": "* Add TCP_REUSEPORT support.\r\n\r\n* Add TLS1.3 ciphersuite customize support.\r\n\r\n* Update doc.\r\n\r\n* Fix doc.\r\n\r\n* fix typo.\r\n\r\n* add options to examples and tests.\r\n\r\n* fix typo.\r\n\r\n* fix typo again.",
"is_bot": false,
"headline": "Add TCP Reuse Port and TLS1.3 Ciphersuites Customize Feature (#177)",
"author_name": "Kuma",
"author_login": "xsm1997",
"committed_at": "2019-12-27T02:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98533aa1003979862763f4225266de78581e40bc",
"body": null,
"is_bot": false,
"headline": "Add flag counter to README",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-10-09T01:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "842ad5bb07eb8bce035fb274571e586629a97c99",
"body": null,
"is_bot": false,
"headline": "Update contributors",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-10-02T17:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c720945dd59ab37fdb44b18b7ffdcd9ccc3f903",
"body": "Indicate wrong run_type",
"is_bot": false,
"headline": "Merge pull request #136 from ffftwo/ffftwo-patch-1",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-10-02T14:50:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5480d65e34fde74c7b7f696b34bb074c7b9a6f6",
"body": null,
"is_bot": false,
"headline": "Indicate wrong run_type",
"author_name": "ffftwo",
"author_login": null,
"committed_at": "2019-10-02T12:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "967bcb458ee834176aa9c9b2565c7092f54ed032",
"body": null,
"is_bot": false,
"headline": "Add DNS resolution log",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-09-30T06:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33b6b6b924d7d152fe5a6c1cfc30a2c0988eab59",
"body": null,
"is_bot": false,
"headline": "Bump 1.13.0",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-09-30T05:32:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abeccb2fa27f48db6026e532450ab21bbc20fbe8",
"body": null,
"is_bot": false,
"headline": "Define _CRT_SECURE_NO_WARNINGS when compiling with MSVC",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-09-30T05:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f79cbbe612481590d3c4e9d1634a29a476834ce",
"body": "New run_type nat",
"is_bot": false,
"headline": "Merge pull request #133 from trojan-gfw/nat",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-09-30T05:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f250a1990192359576da351206c3c100c26fed2a",
"body": null,
"is_bot": false,
"headline": "Gate the NAT run_type and update documentations",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-09-30T04:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc8d09c0fd08f47b12fb0db51b95027e6909856",
"body": null,
"is_bot": false,
"headline": "Run_type nat implementation",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-09-30T01:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05bfb0ee9ead8887d1656615e710d9317c2d9503",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTORS.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-09-30T01:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d03871935c98dae01920a49c20fb577ca8227e8d",
"body": null,
"is_bot": false,
"headline": "Restructure source directory",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-09-30T01:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd93f550e358708cea52f2910ac7081bcbe7d5f",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTORS.md",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-09-27T23:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f82331613e91c2dddc169cde246efd83a4da8298",
"body": "* add runtime openssl version check and printing\r\n\r\nPrint both compile-time and run-time OpenSSL version if mismatch.\r\n\r\nSigned-off-by: Syrone Wong <wong.syrone@gmail.com>\r\n\r\n* Move OpenSSL Info to the end and always print runtime version",
"is_bot": false,
"headline": "add runtime openssl version check and printing (#132)",
"author_name": "Syrone Wong",
"author_login": "wongsyrone",
"committed_at": "2019-09-27T23:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2a5d3a8ea4d2e44cc8267e57228aa954e6a5c87",
"body": null,
"is_bot": false,
"headline": "Remove set -e in fake-client test",
"author_name": "GreaterFire",
"author_login": "GreaterFire",
"committed_at": "2019-09-26T06:27:40Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 21,
"latest_release_at": "2026-06-25T21:13:46Z",
"latest_release_tag": "v1.17.2",
"releases_from_tags": false,
"days_since_last_push": 29,
"active_weeks_last_year": 3,
"days_since_latest_release": 29,
"mean_days_between_releases": 25.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 61,
"stars": 143,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2020-02-28",
"count": 1
},
{
"date": "2020-02-29",
"count": 1
},
{
"date": "2020-03-15",
"count": 1
},
{
"date": "2020-03-21",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-04-29",
"count": 1
},
{
"date": "2020-05-08",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-06-26",
"count": 1
},
{
"date": "2020-06-27",
"count": 1
},
{
"date": "2020-06-29",
"count": 2
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-12",
"count": 1
},
{
"date": "2020-07-16",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2020-08-11",
"count": 1
},
{
"date": "2020-08-12",
"count": 1
},
{
"date": "2020-09-12",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-10-22",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-11-26",
"count": 1
},
{
"date": "2020-12-06",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-01-21",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-04-04",
"count": 1
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-11-07",
"count": 1
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-04-30",
"count": 1
},
{
"date": "2022-05-22",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-08-16",
"count": 1
},
{
"date": "2022-10-08",
"count": 1
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-03-23",
"count": 1
},
{
"date": "2023-05-27",
"count": 1
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-10-15",
"count": 1
},
{
"date": "2024-03-28",
"count": 1
},
{
"date": "2024-04-12",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
}
],
"complete": true,
"collected": 61,
"total_forks": 61
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 18230,
"source_files_sampled": 34,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 8,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "GreaterFire",
"commits": 430,
"avatar_url": "https://avatars.githubusercontent.com/u/32649575?v=4"
},
{
"type": "User",
"login": "wongsyrone",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/5462232?v=4"
},
{
"type": "User",
"login": "kenzok8",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/39034242?v=4"
},
{
"type": "User",
"login": "yiailake",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5363570?v=4"
},
{
"type": "User",
"login": "Chigusa0w0",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9378097?v=4"
},
{
"type": "User",
"login": "felixonmars",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1006477?v=4"
},
{
"type": "User",
"login": "KCCat",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/24634997?v=4"
},
{
"type": "User",
"login": "xsm1997",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4453837?v=4"
},
{
"type": "User",
"login": "PragmaTwice",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20042607?v=4"
},
{
"type": "User",
"login": "karuboniru",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3437889?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.911
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"monthly-maintenance.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "80a8468e9c9d23b48158bb46283b61e0fa101dd6",
"ran_at": "2026-07-25T05:03:10Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-01T08:41:20Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kenzok8/trojan",
"host": "github.com",
"name": "trojan",
"owner": "kenzok8"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 60 is calibrated to 65 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 60,
"calibrated": 65,
"calibration": "2026-08-02"
}
}
],
"value": 65,
"inputs": {
"security": 40,
"vitality": 66,
"community": 61,
"governance": 57,
"calibration": "2026-08-02",
"engineering": 76,
"ai_readiness": 45,
"weighted_overall_raw": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 66,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"commits_last_year": 21,
"human_commit_share": 1,
"days_since_last_push": 29,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 29 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 29
}
}
],
"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": "21 commits in the last year",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 21
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"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": 100,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.17.2",
"releases_from_tags": false,
"days_since_latest_release": 29,
"mean_days_between_releases": 25.6
},
"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 29 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 29
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~25.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 25.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 39,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 39 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 39
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"forks": 61,
"stars": 143,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "143 stars",
"points": 34.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 143
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "61 forks",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 61
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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 (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 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": 57,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 19,
"top_contributor_share": 0.911
},
"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 91% of commits",
"points": 2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 8,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"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": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"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": "good",
"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": 68,
"inputs": {
"followers": 880,
"owner_type": "User",
"is_verified": null,
"owner_login": "kenzok8",
"public_repos": 36,
"account_age_days": 3001
},
"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": "880 followers of kenzok8",
"points": 21.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 880,
"login": "kenzok8"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "36 public repos, account ~8 yr old",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 36
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "exceptional",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"trojan",
"trojan-onekey",
"trojaninstall",
"trojan-go"
],
"has_wiki": true,
"homepage": "https://github.com/kenzok8/Trojan",
"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://github.com/kenzok8/Trojan",
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": "weak",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4
},
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 13
},
"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": "weak",
"name": "AI Readiness",
"value": 45,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.43,
"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": "43 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 43,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 18230,
"source_files_sampled": 34,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/34 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 34,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"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? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [],
"labels": [],
"scores": {},
"primary": null,
"evidence": [],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T05:03:21.001161Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kenzok8/trojan.svg",
"full_name": "kenzok8/trojan",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}