原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 257,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 26817
},
"pushed_at": "2026-07-19T03:38:06Z",
"created_at": "2024-10-23T03:23:57Z",
"owner_type": "User",
"updated_at": "2026-07-19T03:38:10Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Peach",
"type": "User",
"login": "hexbay",
"company": null,
"location": "wuhan",
"followers": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/25783712?v=4",
"created_at": "2017-02-15T02:37:28Z",
"is_verified": null,
"public_repos": 58,
"account_age_days": 3447
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.0.12",
"kind": "patch",
"published_at": "2026-07-19T03:29:44Z"
},
{
"tag": "v0.0.11",
"kind": "patch",
"published_at": "2026-05-17T06:21:22Z"
},
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2026-05-17T06:15:06Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2025-07-30T17:24:13Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2025-07-25T15:13:59Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2025-06-10T02:12:14Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2025-06-05T17:11:56Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2025-06-05T15:39:02Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2025-06-04T09:45:02Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-06-04T09:37:48Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-05-12T03:28:04Z"
}
],
"recent_commits": [
{
"oid": "28cf5c90c737ab9c584298e1177760898c1eccaf",
"body": null,
"is_bot": false,
"headline": "Fix CI test import",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-07-19T03:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2d97243379231c0e9e0b1abb45812a463b7878d",
"body": null,
"is_bot": false,
"headline": "Clean up per-execution resources and isolate protocol state",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-07-19T03:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35a8b365bddc2544f3af1a486e0c401aa0c6001",
"body": null,
"is_bot": false,
"headline": "git rename",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-05-17T06:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ecb25669a01d3cf893efa18fe2dfb5970b41fdd",
"body": null,
"is_bot": false,
"headline": "feat: add testing",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-05-17T06:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d01c33a6acb981bec56677fa9cc57b9383432b5",
"body": null,
"is_bot": false,
"headline": "feat: add testing",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-05-17T06:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a28d368dffa2d58dfd9cb4babe54c0cea96416",
"body": "问题分析:\n1. NewSDK 时生成 ExecutionId\n2. ExecuteNucleiWithOptsCtx 中先用此 ExecutionId 初始化 protocolstate\n3. 但 loader.New 内部会检查并重新生成 ExecutionId\n4. 导致 protocolstate 的 ExecutionId 与最终使用的不一致\n5. 报错:dialers not initialized for xxx\n\n解决方案:\n- 在调用 protocolinit.Init 之前确保 ExecutionId 已设置\n- 将 protocolinit.Init 调用移到 createEphemeralObjects 之前\n- 这样 loader.New 就不会重新生成 ExecutionId\n\n影响:\n- 修复 risk-schedule 中的 'dialers not initialized' 错误\n- 确保多次调用时 ExecutionId 保持一致",
"is_bot": false,
"headline": "fix(critical): 修复 ExecutionId 不一致导致 dialers 未初始化的问题",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-04-08T13:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fb57cf36ef06d8e9b77cfd1f680670cedd36d0f",
"body": null,
"is_bot": false,
"headline": "git cicd",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-04-08T10:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf3a057e85e7ef0bd7bb67a949010d191c17de06",
"body": "- 移除空注释行\n- 在注释符号后添加空格",
"is_bot": false,
"headline": "fix(lint): 修复注释格式问题",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-04-08T10:11:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c3bb4509900f8f03e28f802e80294b8cc0d886",
"body": "- 排除测试文件中的 unparam 检查\n- 排除废弃 API 警告(将逐步修复)\n- 排除 fieldalignment(性能优化,非关键)\n- 排除 copylocks for Options(设计决策)\n- 排除未使用的 mutex(未来会使用)\n- 排除 defer in loop(在此上下文中安全)\n\n这样可以让 CI 通过,同时保留重要的代码质量检查",
"is_bot": false,
"headline": "fix(lint): 配置 golangci-lint 排除规则",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-04-08T10:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dffe3f80895c2f6b624780864af46825ea40f763",
"body": "- 删除 example/main.go 中未使用的 exampleWithCallback 函数\n- 移除未使用的 output 导入\n- 使用 WriteString 替代 Write([]byte)\n- 合并 output.go 中的参数类型声明",
"is_bot": false,
"headline": "fix(lint): 修复部分 golangci-lint 问题",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-04-08T10:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c0267138ad70cbca2ca2b218992184472a4f107",
"body": "- 移除已废弃的 SimpleEngine API\n- 使用新的 NucleiSDK.NewSDK() 和 ExecuteNucleiWithResult()\n- 修正 ResultCallback 函数签名(需要返回 error)\n- 简化示例代码,更易理解\n- 添加两个示例:基本用法和回调函数用法\n- 修复所有编译错误",
"is_bot": false,
"headline": "fix(example): 更新示例代码以使用新的 NucleiSDK API",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-04-08T09:56:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac6258bcac590e0ab0b0067fe86578542dd904e6",
"body": "- 移除 -race 标志(可提速 5-10 倍)\n- 移除覆盖率收集(可提速 20-30%)\n- 移除 Codecov 上传步骤\n- 保持简单的 go test -v ./... 即可\n- 对于库项目,快速反馈比详细指标更重要",
"is_bot": false,
"headline": "perf(ci): 优化测试速度,移除 race 检测和覆盖率收集",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-04-08T00:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a75333c92c54dd8c08f26193c9b37b23688bd05d",
"body": "- 将 Go 版本从 1.21/1.22 更新为 1.24.2(与 go.mod 要求一致)\n- 移除多平台测试矩阵,只在 ubuntu-latest 上测试\n- 移除多版本测试,简化 CI 配置\n- 对于库项目,单一平台测试已足够",
"is_bot": false,
"headline": "fix(ci): 修正 Go 版本配置与 go.mod 一致",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-04-08T00:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "186c483ac940db44c235761733ff59214a8ab5dd",
"body": "feat: upgrade nuclei to v3.7.1 and add CI/CD",
"is_bot": false,
"headline": "Merge pull request #4 from hexbay/fix/limit",
"author_name": "Peach",
"author_login": "hexbay",
"committed_at": "2026-04-02T14:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d736558ae19ca46d06f5d648df65e5743286712",
"body": "解决冲突:\n- 保留 nuclei v3.7.1 升级\n- 保留新的 ExecutionId 和 Logger 初始化\n- 保留 protocolinit.Init() 调用\n- 保留 CI/CD 配置",
"is_bot": false,
"headline": "Merge branch 'main' into fix/limit",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-04-02T14:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d7804c5a04a5ddfb51aaa91ba05eb8eec2dc483",
"body": "- 升级 nuclei 从 v3.4.3 到 v3.7.1\n- 升级 interactsh 从 v1.2.4 到 v1.3.0\n- 修复 nuclei v3.7.1 API 兼容性问题\n- 正确初始化 ExecutionId 和 Logger\n- 添加 protocolinit.Init() 调用支持多实例\n- 修复 'dialers with executionId not found' 错误\n- 添加 GitHub Actions CI 工作流\n- 添加 golangci-lint 代码质量检查\n- 清理测试代码,移除调试信息\n- 更新 CHANGELOG.md",
"is_bot": false,
"headline": "feat: upgrade nuclei to v3.7.1 and add CI/CD",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2026-04-02T14:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ebe2b74d10251728f14cc1e46abd48700fa11c4",
"body": "fix: 支持全局限速器、不限速",
"is_bot": false,
"headline": "Merge pull request #3 from tongchengbin/fix/limit",
"author_name": "Peach",
"author_login": "hexbay",
"committed_at": "2025-07-25T15:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a80772551b718a629d6b039095cf6836c52b9e",
"body": null,
"is_bot": false,
"headline": "fix 修复不限制速率情况下异常",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-07-25T15:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d508a09adda9014c86f5005694cacf440c02ff0",
"body": null,
"is_bot": false,
"headline": "refactor limit",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-07-25T12:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62daa7bb609a605f7e94d0e025b213c6185e705a",
"body": "✅ test(sdk): add TestBulkSize to verify concurrent connection limits",
"is_bot": false,
"headline": "Merge pull request #2 from tongchengbin/fix/bulksize",
"author_name": "Peach",
"author_login": "hexbay",
"committed_at": "2025-07-25T03:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cadfe70c073c50bea85f1d1a2f02e7a1d29678b",
"body": null,
"is_bot": false,
"headline": "merge",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-07-25T03:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f6e96ae4936c2fb588c5e23588cf855bbf66f36",
"body": "…o fix/bulksize\n\n# Conflicts:\n#\tsdk.go\n#\tsdk_test.go",
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/tongchengbin/nuclei-sdk int…",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-07-25T03:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22f5de1fded5ef6334c055045813b0d91b393c78",
"body": null,
"is_bot": false,
"headline": "✅ test(sdk): add TestBulkSize to verify concurrent connection limits",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-07-25T02:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e31aa759cfbac1684c101a0462e19410807f84",
"body": null,
"is_bot": false,
"headline": "fix 多任务情况下,interactsh 回调函数始终是第一次任务的回调",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-06-10T02:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce4f74b601d09990a6d75caf82d4c359846e8561",
"body": null,
"is_bot": false,
"headline": "fix progress unsafe",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-06-05T17:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "162dcc3a5993c80901a65e06b9a80923071486a3",
"body": "Refactor/sdk",
"is_bot": false,
"headline": "Merge pull request #1 from tongchengbin/refactor/sdk",
"author_name": "Peach",
"author_login": "hexbay",
"committed_at": "2025-06-05T15:39:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbf3ae34d1c5c7d512746a59fe1db46417aab0d8",
"body": null,
"is_bot": false,
"headline": "refactor nuclei sdk",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-06-05T15:36:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3d3f26eb1248225178327881b4b7b0f882cfd4b",
"body": null,
"is_bot": false,
"headline": "ref sdk",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-06-05T11:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b9607618d1396bd9146c47376026aa7a7b628e8",
"body": null,
"is_bot": false,
"headline": "fix print",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-06-04T09:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "275803577abeb658d8c1663a9dd21a26ecfea20f",
"body": null,
"is_bot": false,
"headline": "fix 多个request 导致interactsh 匹配失败",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-06-04T09:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523b48003c767dc8a7f9adc137a6f68361e37a59",
"body": null,
"is_bot": false,
"headline": "rm idea",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-05-12T03:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e39d21a426f66a3ea8bd9e9c609c05c87469834",
"body": null,
"is_bot": false,
"headline": "upgrade nuclei",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-05-12T03:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fffef6dad176e0406111be4208cd0b6fdb75e52",
"body": null,
"is_bot": false,
"headline": "add eg",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2025-05-09T07:53:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "668e8d951637469f5cee4cc44217f94caf3ea6f2",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "tongchengbin",
"author_login": "hexbay",
"committed_at": "2024-10-23T04:04:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ab7d379e48f47ba1078a8b084f13e2354b8a7df",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "tongchengbin",
"author_login": null,
"committed_at": "2024-10-23T03:24:18Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 16,
"latest_release_at": "2026-07-19T03:29:44Z",
"latest_release_tag": "v0.0.12",
"releases_from_tags": true,
"days_since_last_push": 6,
"active_weeks_last_year": 4,
"days_since_latest_release": 6,
"mean_days_between_releases": 45.5
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 14,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/hexbay/nuclei-sdk",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/hexbay/nuclei-sdk",
"is_deprecated": false,
"latest_version": "v0.0.12",
"repository_url": "https://github.com/hexbay/nuclei-sdk",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T03:29:44Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": 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": 9886,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/getkin/kin-openapi",
"direct": false,
"version": "v0.132.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-jpcw-4wr7-c3vq",
"GHSA-r277-6w6q-xmqw"
],
"fixed_version": "0.144.0",
"advisory_count": 2,
"oldest_advisory_days": 1
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.47.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2",
"GHSA-qpw4-5x99-6vjp",
"GHSA-rm3j-f69w-wqmq"
],
"fixed_version": "0.52.0",
"advisory_count": 27,
"oldest_advisory_days": 64
},
{
"name": "github.com/antchfx/xpath",
"direct": false,
"version": "v1.3.5",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-65xw-vw82-r86x",
"GO-2026-4526"
],
"fixed_version": "1.3.6",
"advisory_count": 2,
"oldest_advisory_days": 129
},
{
"name": "github.com/buger/jsonparser",
"direct": false,
"version": "v1.1.1",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6g7g-w4f8-9c9x",
"GO-2026-4514"
],
"fixed_version": "1.1.2",
"advisory_count": 2,
"oldest_advisory_days": 130
},
{
"name": "github.com/docker/docker",
"direct": false,
"version": "v28.3.3+incompatible",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-pxq6-2prw-chj9",
"GHSA-rg2x-37c3-w2rh",
"GHSA-vp62-88p7-qqf5",
"GHSA-x744-4wpc-v9h2",
"GHSA-x86f-5xw2-fm2r",
"GO-2026-4883",
"GO-2026-4887",
"GO-2026-5617",
"GO-2026-5668",
"GO-2026-5746"
],
"fixed_version": "29.3.1",
"advisory_count": 10,
"oldest_advisory_days": 120
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.38.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-mh2q-q3fh-2475",
"GO-2026-5506"
],
"fixed_version": "1.41.0",
"advisory_count": 2,
"oldest_advisory_days": 108
},
{
"name": "github.com/projectdiscovery/nuclei/v3",
"direct": true,
"version": "v3.7.1",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.5,
"advisory_ids": [
"GHSA-29rg-wmcw-hpf4",
"GHSA-jm34-66cf-qpvr",
"GO-2026-4965",
"GO-2026-5473"
],
"fixed_version": "3.8.0",
"advisory_count": 4,
"oldest_advisory_days": 93
},
{
"name": "go.mongodb.org/mongo-driver",
"direct": false,
"version": "v1.17.4",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-cp6g-7hqx-qxhp",
"GO-2026-5327"
],
"fixed_version": "2.4.2",
"advisory_count": 2,
"oldest_advisory_days": 164
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.49.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "1.26.3",
"advisory_count": 9,
"oldest_advisory_days": 78
},
{
"name": "github.com/yuin/goldmark",
"direct": false,
"version": "v1.7.13",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5320"
],
"fixed_version": "1.7.17",
"advisory_count": 1,
"oldest_advisory_days": 18
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.40.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 63
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.33.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 11
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 4,
"unknown": 3,
"critical": 2,
"moderate": 3
},
"advisory_count": 63,
"affected_count": 12,
"assessed_count": 344,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/julienschmidt/httprouter",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/logrusorgru/aurora",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.3+incompatible"
},
{
"name": "github.com/projectdiscovery/gologger",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.68"
},
{
"name": "github.com/projectdiscovery/nuclei/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.7.1"
},
{
"name": "github.com/projectdiscovery/ratelimit",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.83"
},
{
"name": "github.com/projectdiscovery/retryablehttp-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.6"
},
{
"name": "github.com/projectdiscovery/utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/zeebo/assert",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/julienschmidt/httprouter",
"direct": true,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/logrusorgru/aurora",
"direct": true,
"version": "v2.0.3+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/gologger",
"direct": true,
"version": "v1.1.68",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/nuclei/v3",
"direct": true,
"version": "v3.7.1",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/ratelimit",
"direct": true,
"version": "v0.0.83",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/retryablehttp-go",
"direct": true,
"version": "v1.3.6",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/utils",
"direct": true,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/zeebo/assert",
"direct": true,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "aead.dev/minisign",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "carvel.dev/ytt",
"direct": false,
"version": "v0.52.0",
"ecosystem": "go"
},
{
"name": "code.gitea.io/sdk/gitea",
"direct": false,
"version": "v0.17.0",
"ecosystem": "go"
},
{
"name": "filippo.io/edwards25519",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "git.mills.io/prologic/smtpd",
"direct": false,
"version": "v0.0.0-20210710122116-a525b76c287a",
"ecosystem": "go"
},
{
"name": "github.com/akrylysov/pogreb",
"direct": false,
"version": "v0.10.2",
"ecosystem": "go"
},
{
"name": "github.com/alecthomas/chroma",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "github.com/alecthomas/chroma/v2",
"direct": false,
"version": "v2.20.0",
"ecosystem": "go"
},
{
"name": "github.com/alecthomas/template",
"direct": false,
"version": "v0.0.0-20190718012654-fb15b899a751",
"ecosystem": "go"
},
{
"name": "github.com/alecthomas/units",
"direct": false,
"version": "v0.0.0-20211218093645-b94a6e3cc137",
"ecosystem": "go"
},
{
"name": "github.com/alexsnet/go-vnc",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/andybalholm/brotli",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/andybalholm/cascadia",
"direct": false,
"version": "v1.3.3",
"ecosystem": "go"
},
{
"name": "github.com/andygrunwald/go-jira",
"direct": false,
"version": "v1.16.1",
"ecosystem": "go"
},
{
"name": "github.com/antchfx/htmlquery",
"direct": false,
"version": "v1.3.5",
"ecosystem": "go"
},
{
"name": "github.com/antchfx/xmlquery",
"direct": false,
"version": "v1.4.4",
"ecosystem": "go"
},
{
"name": "github.com/antchfx/xpath",
"direct": false,
"version": "v1.3.5",
"ecosystem": "go"
},
{
"name": "github.com/asaskevich/govalidator",
"direct": false,
"version": "v0.0.0-20230301143203-a9d515a09cc2",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"direct": false,
"version": "v1.36.5",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"direct": false,
"version": "v1.29.17",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/credentials",
"direct": false,
"version": "v1.17.70",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
"direct": false,
"version": "v1.16.32",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/configsources",
"direct": false,
"version": "v1.3.36",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
"direct": false,
"version": "v2.6.36",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/ini",
"direct": false,
"version": "v1.8.3",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
"direct": false,
"version": "v1.12.4",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
"direct": false,
"version": "v1.12.17",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sso",
"direct": false,
"version": "v1.25.5",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
"direct": false,
"version": "v1.30.3",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sts",
"direct": false,
"version": "v1.34.0",
"ecosystem": "go"
},
{
"name": "github.com/aws/smithy-go",
"direct": false,
"version": "v1.22.4",
"ecosystem": "go"
},
{
"name": "github.com/aymanbagabas/go-osc52/v2",
"direct": false,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "github.com/aymerick/douceur",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/azure/go-ntlmssp",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/bahlo/generic-list-go",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/bits-and-blooms/bitset",
"direct": false,
"version": "v1.22.0",
"ecosystem": "go"
},
{
"name": "github.com/bits-and-blooms/bloom/v3",
"direct": false,
"version": "v3.5.0",
"ecosystem": "go"
},
{
"name": "github.com/bluele/gcache",
"direct": false,
"version": "v0.0.2",
"ecosystem": "go"
},
{
"name": "github.com/bodgit/plumbing",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/bodgit/sevenzip",
"direct": false,
"version": "v1.6.1",
"ecosystem": "go"
},
{
"name": "github.com/bodgit/windows",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/brianvoe/gofakeit/v7",
"direct": false,
"version": "v7.2.1",
"ecosystem": "go"
},
{
"name": "github.com/buger/jsonparser",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/bytedance/gopkg",
"direct": false,
"version": "v0.1.3",
"ecosystem": "go"
},
{
"name": "github.com/bytedance/sonic",
"direct": false,
"version": "v1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/bytedance/sonic/loader",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/caddyserver/certmagic",
"direct": false,
"version": "v0.25.0",
"ecosystem": "go"
},
{
"name": "github.com/caddyserver/zerossl",
"direct": false,
"version": "v0.1.3",
"ecosystem": "go"
},
{
"name": "github.com/censys/censys-sdk-go",
"direct": false,
"version": "v0.19.1",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/colorprofile",
"direct": false,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/glamour",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/lipgloss",
"direct": false,
"version": "v1.1.1-0.20250404203927-76690c660834",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/ansi",
"direct": false,
"version": "v0.10.1",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/cellbuf",
"direct": false,
"version": "v0.0.13",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/exp/slice",
"direct": false,
"version": "v0.0.0-20250908092851-c2208eb08494",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/term",
"direct": false,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/cheggaaa/pb/v3",
"direct": false,
"version": "v3.1.7",
"ecosystem": "go"
},
{
"name": "github.com/clbanning/mxj/v2",
"direct": false,
"version": "v2.7.0",
"ecosystem": "go"
},
{
"name": "github.com/cloudflare/cfssl",
"direct": false,
"version": "v1.6.4",
"ecosystem": "go"
},
{
"name": "github.com/cloudwego/base64x",
"direct": false,
"version": "v0.1.6",
"ecosystem": "go"
},
{
"name": "github.com/cnf/structhash",
"direct": false,
"version": "v0.0.0-20250313080605-df4c6cc74a9a",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs/pkg",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/davidmz/go-pageant",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/dgryski/go-rendezvous",
"direct": false,
"version": "v0.0.0-20200823014737-9f7001d12a5f",
"ecosystem": "go"
},
{
"name": "github.com/dimchansky/utfbom",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/distribution/reference",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/ditashi/jsbeautifier-go",
"direct": false,
"version": "v0.0.0-20141206144643-2520a8026a9c",
"ecosystem": "go"
},
{
"name": "github.com/djherbis/times",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/dlclark/regexp2",
"direct": false,
"version": "v1.11.5",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker",
"direct": false,
"version": "v28.3.3+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-connections",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-units",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/dsnet/compress",
"direct": false,
"version": "v0.0.2-0.20230904184137-39efe44ab707",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/ericlagergren/decimal",
"direct": false,
"version": "v0.0.0-20240411145413-00de7ca16731",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/fatih/structs",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/free5gc/util",
"direct": false,
"version": "v1.0.5-0.20230511064842-2e120956883b",
"ecosystem": "go"
},
{
"name": "github.com/gabriel-vasile/mimetype",
"direct": false,
"version": "v1.4.8",
"ecosystem": "go"
},
{
"name": "github.com/gaissmai/bart",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/geoffgarside/ber",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/getkin/kin-openapi",
"direct": false,
"version": "v0.132.0",
"ecosystem": "go"
},
{
"name": "github.com/gin-contrib/sse",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/gin-gonic/gin",
"direct": false,
"version": "v1.9.1",
"ecosystem": "go"
},
{
"name": "github.com/go-asn1-ber/asn1-ber",
"direct": false,
"version": "v1.5.8-0.20250403174932-29230038a667",
"ecosystem": "go"
},
{
"name": "github.com/go-fed/httpsig",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-ldap/ldap/v3",
"direct": false,
"version": "v3.4.11",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-ole/go-ole",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonpointer",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag",
"direct": false,
"version": "v0.23.0",
"ecosystem": "go"
},
{
"name": "github.com/go-pg/pg/v10",
"direct": false,
"version": "v10.15.0",
"ecosystem": "go"
},
{
"name": "github.com/go-pg/zerochecker",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/locales",
"direct": false,
"version": "v0.14.1",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/universal-translator",
"direct": false,
"version": "v0.18.1",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/validator/v10",
"direct": false,
"version": "v10.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-rod/rod",
"direct": false,
"version": "v0.116.2",
"ecosystem": "go"
},
{
"name": "github.com/go-sourcemap/sourcemap",
"direct": false,
"version": "v2.1.4+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/go-sql-driver/mysql",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/goburrow/cache",
"direct": false,
"version": "v0.1.4",
"ecosystem": "go"
},
{
"name": "github.com/gobwas/httphead",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/gobwas/pool",
"direct": false,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/gobwas/ws",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/goccy/go-json",
"direct": false,
"version": "v0.10.5",
"ecosystem": "go"
},
{
"name": "github.com/gogo/protobuf",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v4",
"direct": false,
"version": "v4.5.2",
"ecosystem": "go"
},
{
"name": "github.com/golang-sql/civil",
"direct": false,
"version": "v0.0.0-20220223132316-b832511892a9",
"ecosystem": "go"
},
{
"name": "github.com/golang-sql/sqlexp",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/golang/groupcache",
"direct": false,
"version": "v0.0.0-20241129210726-2c02b8208cf8",
"ecosystem": "go"
},
{
"name": "github.com/golang/snappy",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/google/certificate-transparency-go",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/google/go-github",
"direct": false,
"version": "v17.0.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/google/go-github/v30",
"direct": false,
"version": "v30.1.0",
"ecosystem": "go"
},
{
"name": "github.com/google/go-querystring",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/google/pprof",
"direct": false,
"version": "v0.0.0-20240727154555-813a5fbdbec8",
"ecosystem": "go"
},
{
"name": "github.com/google/shlex",
"direct": false,
"version": "v0.0.0-20191202100458-e7afc7fbc510",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/css",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/gosimple/slug",
"direct": false,
"version": "v1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/gosimple/unidecode",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/h2non/filetype",
"direct": false,
"version": "v1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-cleanhttp",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-retryablehttp",
"direct": false,
"version": "v0.7.8",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-uuid",
"direct": false,
"version": "v1.0.3",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-version",
"direct": false,
"version": "v1.7.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/golang-lru/v2",
"direct": false,
"version": "v2.0.7",
"ecosystem": "go"
},
{
"name": "github.com/hbakhtiyor/strsim",
"direct": false,
"version": "v0.0.0-20190107154042-4d2bbb273edf",
"ecosystem": "go"
},
{
"name": "github.com/hdm/jarm-go",
"direct": false,
"version": "v0.0.7",
"ecosystem": "go"
},
{
"name": "github.com/iangcarroll/cookiemonster",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/imdario/mergo",
"direct": false,
"version": "v0.3.16",
"ecosystem": "go"
},
{
"name": "github.com/invopop/jsonschema",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "github.com/invopop/yaml",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/itchyny/gojq",
"direct": false,
"version": "v0.12.17",
"ecosystem": "go"
},
{
"name": "github.com/itchyny/timefmt-go",
"direct": false,
"version": "v0.1.6",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/aescts/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/dnsutils/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/gofork",
"direct": false,
"version": "v1.7.6",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/gokrb5/v8",
"direct": false,
"version": "v8.4.4",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/rpc/v2",
"direct": false,
"version": "v2.0.3",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/inflection",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/josharian/intern",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "v1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/k14s/starlark-go",
"direct": false,
"version": "v0.0.0-20200720175618-3a5c849cc368",
"ecosystem": "go"
},
{
"name": "github.com/kaiakz/ubuffer",
"direct": false,
"version": "v0.0.0-20200803053910-dd1083087166",
"ecosystem": "go"
},
{
"name": "github.com/kataras/jwt",
"direct": false,
"version": "v0.1.10",
"ecosystem": "go"
},
{
"name": "github.com/kitabisa/go-ci",
"direct": false,
"version": "v1.0.3",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.2",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/cpuid/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/pgzip",
"direct": false,
"version": "v1.2.6",
"ecosystem": "go"
},
{
"name": "github.com/knetic/govaluate",
"direct": false,
"version": "v3.0.1-0.20171022003610-9aa49832a739+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/leodido/go-urn",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/leslie-qiwa/flat",
"direct": false,
"version": "v0.0.0-20230424180412-f9d1cf014baa",
"ecosystem": "go"
},
{
"name": "github.com/lib/pq",
"direct": false,
"version": "v1.10.9",
"ecosystem": "go"
},
{
"name": "github.com/libdns/libdns",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/logrusorgru/aurora/v4",
"direct": false,
"version": "v4.0.0",
"ecosystem": "go"
},
{
"name": "github.com/lor00x/goldap",
"direct": false,
"version": "v0.0.0-20240304151906-8d785c64d1c8",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/lufia/plan9stats",
"direct": false,
"version": "v0.0.0-20250827001030-24949be3fa54",
"ecosystem": "go"
},
{
"name": "github.com/mackerelio/go-osstat",
"direct": false,
"version": "v0.2.6",
"ecosystem": "go"
},
{
"name": "github.com/mailru/easyjson",
"direct": false,
"version": "v0.7.7",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver/v3",
"direct": false,
"version": "v3.4.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.16",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-sqlite3",
"direct": false,
"version": "v1.14.28",
"ecosystem": "go"
},
{
"name": "github.com/maypok86/otter/v2",
"direct": false,
"version": "v2.2.1",
"ecosystem": "go"
},
{
"name": "github.com/mholt/acmez/v3",
"direct": false,
"version": "v3.1.3",
"ecosystem": "go"
},
{
"name": "github.com/mholt/archives",
"direct": false,
"version": "v0.1.5",
"ecosystem": "go"
},
{
"name": "github.com/microcosm-cc/bluemonday",
"direct": false,
"version": "v1.0.27",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-mssqldb",
"direct": false,
"version": "v1.9.2",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/miekg/dns",
"direct": false,
"version": "v1.1.68",
"ecosystem": "go"
},
{
"name": "github.com/mikelolasagasti/xz",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/minio/minlz",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/minio/selfupdate",
"direct": false,
"version": "v0.6.1-0.20230907112617-f11e74f84ca7",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/go-homedir",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/docker-image-spec",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/atomicwriter",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "v0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/mohae/deepcopy",
"direct": false,
"version": "v0.0.0-20170929034955-c48cc78d4826",
"ecosystem": "go"
},
{
"name": "github.com/montanaflynn/stats",
"direct": false,
"version": "v0.7.1",
"ecosystem": "go"
},
{
"name": "github.com/muesli/reflow",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/muesli/termenv",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "github.com/mzack9999/gcache",
"direct": false,
"version": "v0.0.0-20230410081825-519e28eab057",
"ecosystem": "go"
},
{
"name": "github.com/mzack9999/go-http-digest-auth-client",
"direct": false,
"version": "v0.6.1-0.20220414142836-eb8883508809",
"ecosystem": "go"
},
{
"name": "github.com/mzack9999/go-rsync",
"direct": false,
"version": "v0.0.0-20250821180103-81ffa574ef4d",
"ecosystem": "go"
},
{
"name": "github.com/mzack9999/goja",
"direct": false,
"version": "v0.0.0-20250507184235-e46100e9c697",
"ecosystem": "go"
},
{
"name": "github.com/mzack9999/goja_nodejs",
"direct": false,
"version": "v0.0.0-20250507184139-66bcbf65c883",
"ecosystem": "go"
},
{
"name": "github.com/nwaples/rardecode/v2",
"direct": false,
"version": "v2.2.2",
"ecosystem": "go"
},
{
"name": "github.com/oasdiff/yaml",
"direct": false,
"version": "v0.0.0-20250309154309-f31be36b4037",
"ecosystem": "go"
},
{
"name": "github.com/oasdiff/yaml3",
"direct": false,
"version": "v0.0.0-20250309153720-d2182401db90",
"ecosystem": "go"
},
{
"name": "github.com/onsi/gomega",
"direct": false,
"version": "v1.27.10",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml/v2",
"direct": false,
"version": "v2.0.8",
"ecosystem": "go"
},
{
"name": "github.com/perimeterx/marshmallow",
"direct": false,
"version": "v1.1.5",
"ecosystem": "go"
},
{
"name": "github.com/pierrec/lz4/v4",
"direct": false,
"version": "v4.1.23",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/power-devops/perfstat",
"direct": false,
"version": "v0.0.0-20240221224432-82ca36839d55",
"ecosystem": "go"
},
{
"name": "github.com/praetorian-inc/fingerprintx",
"direct": false,
"version": "v1.1.15",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/asnmap",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/blackrock",
"direct": false,
"version": "v0.0.1",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/cdncheck",
"direct": false,
"version": "v1.2.25",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/clistats",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/dsl",
"direct": false,
"version": "v0.8.13",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/fastdialer",
"direct": false,
"version": "v0.5.4",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/fasttemplate",
"direct": false,
"version": "v0.0.2",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/freeport",
"direct": false,
"version": "v0.0.7",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/gcache",
"direct": false,
"version": "v0.0.0-20241015120333-12546c6e3f4c",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/go-smb2",
"direct": false,
"version": "v0.0.0-20240129202741-052cc450c6cb",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/goflags",
"direct": false,
"version": "v0.1.74",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/gostruct",
"direct": false,
"version": "v0.0.2",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/gozero",
"direct": false,
"version": "v0.1.1-0.20251027191944-a4ea43320b81",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/hmap",
"direct": false,
"version": "v0.0.100",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/httpx",
"direct": false,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/interactsh",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/ldapserver",
"direct": false,
"version": "v1.0.2-0.20240219154113-dcc758ebc0cb",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/machineid",
"direct": false,
"version": "v0.0.0-20250715113114-c77eb3567582",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/mapcidr",
"direct": false,
"version": "v1.1.97",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/n3iwf",
"direct": false,
"version": "v0.0.0-20230523120440-b8cd232ff1f5",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/networkpolicy",
"direct": false,
"version": "v0.1.34",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/rawhttp",
"direct": false,
"version": "v0.1.90",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/rdap",
"direct": false,
"version": "v0.9.1-0.20221108103045-9865884d1917",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/retryabledns",
"direct": false,
"version": "v1.0.113",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/sarif",
"direct": false,
"version": "v0.0.1",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/tlsx",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/uncover",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/useragent",
"direct": false,
"version": "v0.0.107",
"ecosystem": "go"
},
{
"name": "github.com/projectdiscovery/yamldoc-go",
"direct": false,
"version": "v1.0.6",
"ecosystem": "go"
},
{
"name": "github.com/puerkitobio/goquery",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "github.com/redis/go-redis/v9",
"direct": false,
"version": "v9.11.0",
"ecosystem": "go"
},
{
"name": "github.com/refraction-networking/utls",
"direct": false,
"version": "v1.8.2",
"ecosystem": "go"
},
{
"name": "github.com/remeh/sizedwaitgroup",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/rs/xid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/saintfish/chardet",
"direct": false,
"version": "v0.0.0-20230101081208-5e3ef4b5456d",
"ecosystem": "go"
},
{
"name": "github.com/sashabaranov/go-openai",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "github.com/segmentio/ksuid",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/shirou/gopsutil",
"direct": false,
"version": "v3.21.11+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/shirou/gopsutil/v3",
"direct": false,
"version": "v3.24.5",
"ecosystem": "go"
},
{
"name": "github.com/shoenig/go-m1cpu",
"direct": false,
"version": "v0.1.6",
"ecosystem": "go"
},
{
"name": "github.com/shurcool/graphql",
"direct": false,
"version": "v0.0.0-20230722043721-ed46e5a46466",
"ecosystem": "go"
},
{
"name": "github.com/sijms/go-ora/v2",
"direct": false,
"version": "v2.9.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/sorairolake/lzip-go",
"direct": false,
"version": "v0.3.8",
"ecosystem": "go"
},
{
"name": "github.com/spaolacci/murmur3",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/afero",
"direct": false,
"version": "v1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cast",
"direct": false,
"version": "v1.9.2",
"ecosystem": "go"
},
{
"name": "github.com/starry-s/zip",
"direct": false,
"version": "v0.2.3",
"ecosystem": "go"
},
{
"name": "github.com/syndtr/goleveldb",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/btree",
"direct": false,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/buntdb",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/gjson",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/grect",
"direct": false,
"version": "v0.1.4",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/match",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/pretty",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/rtred",
"direct": false,
"version": "v0.1.2",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/tinyqueue",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/tim-ywliu/nested-logrus-formatter",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/tklauser/go-sysconf",
"direct": false,
"version": "v0.3.15",
"ecosystem": "go"
},
{
"name": "github.com/tklauser/numcpus",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "github.com/tmthrgd/go-hex",
"direct": false,
"version": "v0.0.0-20190904060850-447a3041c3bc",
"ecosystem": "go"
},
{
"name": "github.com/trivago/tgo",
"direct": false,
"version": "v1.0.7",
"ecosystem": "go"
},
{
"name": "github.com/twitchyliquid64/golang-asm",
"direct": false,
"version": "v0.15.1",
"ecosystem": "go"
},
{
"name": "github.com/ugorji/go/codec",
"direct": false,
"version": "v1.2.11",
"ecosystem": "go"
},
{
"name": "github.com/ulikunitz/xz",
"direct": false,
"version": "v0.5.15",
"ecosystem": "go"
},
{
"name": "github.com/valyala/bytebufferpool",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/fasttemplate",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/vividcortex/ewma",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/bufpool",
"direct": false,
"version": "v0.1.11",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/msgpack/v5",
"direct": false,
"version": "v5.3.4",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/tagparser",
"direct": false,
"version": "v0.1.2",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/tagparser/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "github.com/vulncheck-oss/go-exploit",
"direct": false,
"version": "v1.51.0",
"ecosystem": "go"
},
{
"name": "github.com/weppos/publicsuffix-go",
"direct": false,
"version": "v0.50.3-0.20260104170930-90713dec78f2",
"ecosystem": "go"
},
{
"name": "github.com/wk8/go-ordered-map/v2",
"direct": false,
"version": "v2.1.8",
"ecosystem": "go"
},
{
"name": "github.com/xdg-go/pbkdf2",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/xdg-go/scram",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/xdg-go/stringprep",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/xo/terminfo",
"direct": false,
"version": "v0.0.0-20220910002029-abceb7e1c41e",
"ecosystem": "go"
},
{
"name": "github.com/yassinebenaid/godump",
"direct": false,
"version": "v0.11.1",
"ecosystem": "go"
},
{
"name": "github.com/youmark/pkcs8",
"direct": false,
"version": "v0.0.0-20240726163527-a2c0da244d78",
"ecosystem": "go"
},
{
"name": "github.com/ysmood/fetchup",
"direct": false,
"version": "v0.2.3",
"ecosystem": "go"
},
{
"name": "github.com/ysmood/goob",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/ysmood/got",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "github.com/ysmood/gson",
"direct": false,
"version": "v0.7.3",
"ecosystem": "go"
},
{
"name": "github.com/ysmood/leakless",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/yuin/goldmark",
"direct": false,
"version": "v1.7.13",
"ecosystem": "go"
},
{
"name": "github.com/yuin/goldmark-emoji",
"direct": false,
"version": "v1.0.6",
"ecosystem": "go"
},
{
"name": "github.com/yusufpapurcu/wmi",
"direct": false,
"version": "v1.2.4",
"ecosystem": "go"
},
{
"name": "github.com/zcalusic/sysinfo",
"direct": false,
"version": "v1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/zeebo/blake3",
"direct": false,
"version": "v0.2.4",
"ecosystem": "go"
},
{
"name": "github.com/zmap/rc2",
"direct": false,
"version": "v0.0.0-20190804163417-abaa70531248",
"ecosystem": "go"
},
{
"name": "github.com/zmap/zcrypto",
"direct": false,
"version": "v0.0.0-20240803002437-3a861682ac77",
"ecosystem": "go"
},
{
"name": "github.com/zmap/zgrab2",
"direct": false,
"version": "v0.1.8",
"ecosystem": "go"
},
{
"name": "gitlab.com/gitlab-org/api/client-go",
"direct": false,
"version": "v0.130.1",
"ecosystem": "go"
},
{
"name": "go.etcd.io/bbolt",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "go.mongodb.org/mongo-driver",
"direct": false,
"version": "v1.17.4",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.62.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.38.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.38.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.38.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": false,
"version": "v1.27.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap/exp",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "go4.org",
"direct": false,
"version": "v0.0.0-20230225012048-214862532bf5",
"ecosystem": "go"
},
{
"name": "goftp.io/server/v2",
"direct": false,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/arch",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20250911091902-df9299821621",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.31.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.49.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.31.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.19.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.39.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.14.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.6",
"ecosystem": "go"
},
{
"name": "gopkg.in/alecthomas/kingpin.v2",
"direct": false,
"version": "v2.2.6",
"ecosystem": "go"
},
{
"name": "gopkg.in/corvus-ch/zbase32.v1",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "mellium.im/sasl",
"direct": false,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "moul.io/http2curl",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 344,
"direct_count": 9,
"indirect_count": 335
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 4,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "hexbay",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/25783712?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"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/21 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "39 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "28cf5c90c737ab9c584298e1177760898c1eccaf",
"ran_at": "2026-07-25T17:58:20Z",
"aggregate_score": 2.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T03:41:52Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-02T14:18:43Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/hexbay/nuclei-sdk",
"host": "github.com",
"name": "nuclei-sdk",
"owner": "hexbay"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 33,
"vitality": 65,
"community": 12,
"governance": 59,
"engineering": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 16,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "16 commits in the last year",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 16
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 80,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v0.0.12",
"releases_from_tags": true,
"days_since_latest_release": 6,
"mean_days_between_releases": 45.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~45.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 45.5
}
}
],
"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": "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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"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": 2,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 4,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/4 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 4
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/21 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": 58,
"inputs": {
"followers": 44,
"owner_type": "User",
"is_verified": null,
"owner_login": "hexbay",
"public_repos": 58,
"account_age_days": 3447
},
"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": "44 followers of hexbay",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 44,
"login": "hexbay"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "58 public repos, account ~9 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 58
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/hexbay/nuclei-sdk"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 54,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 23,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.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": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "39 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 344 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 344
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 73,
"inputs": {
"source": "osv",
"advisories": 63,
"affected_packages": 12,
"assessed_packages": 344,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, high 4, moderate 3, unknown 3",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: github.com/projectdiscovery/nuclei/v3 v3.7.1 (moderate 5.5)",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "github.com/projectdiscovery/nuclei/v3 v3.7.1 (moderate 5.5)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 93 days ago",
"points": 35.2,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 93
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 344,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"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": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.429,
"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": "15 of 35 human commits state their intent (structured subject or explanatory body)",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 15,
"sampled": 35
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 35",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 35
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 9886,
"source_files_sampled": 6,
"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/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T17:58:28.279041Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/hexbay/nuclei-sdk.svg",
"full_name": "hexbay/nuclei-sdk",
"license_state": "absent",
"license_spdx": null
}