公开记录
软件健康报告模式 0.9.0 · 指标 1.13.0 · 2026-07-14 07:33 UTC

nmccready / aws-sdk-go-v2-ifaces

aws-sdk-go-v2 interface generator

GoMIT★ 0 星标⑂ 0 复刻始于 2024年7月在 GitHub 上查看 ↗

nmccready/aws-sdk-go-v2-ifaces 的健康指数为 100 分中的 54 分,处于「中等」区间。 其得分最高的类别是Vitality(81/100),最低的是Community & Adoption(24/100)。 最近一次更新在今天。 近期的大部分工作由 1 位贡献者完成。

54
总分 / 100
中等

软件健康指数

指标归入加权类别,统一采用 1–100 量表。总体分先取类别加权平均;当公开证据触发高风险司法辖区政策时,评级会按政策调整,并设置 49(有风险)的上限。AI 就绪度不计入总体分。

54
优秀85-100堪称典范;基本满足所有检验标准
良好70-84健康;仅有轻微不足
中等50-69可接受,但存在明显不足;建议进行审查
存在风险30-49存在重大薄弱环节;采用时应保持审慎
危急1-29问题严重(项目被弃置、仅有单一维护者、缺乏基本工程规范)
活力社区与采用可持续性与治理工程质量安全AI 就绪度

评分画像

每条轴代表一个类别。形状比平均值更重要——健康的对象会填满整个图形,而“一峰一谷”式画像意味着某一维度的优势正掩盖另一维度的风险。

所有权

nmccready个人账户
162 关注者119 个公开仓库始于 2011年1月Capital One

该仓库由个人账户拥有。相较于组织支持的项目,单一所有者项目的延续性风险更高。

按类别列示的指标

活力

项目是否仍有生命——是否仍在编写代码,是否仍在发布版本?

81良好 · 占总体的 22%
评分方式
36/36推送新近度 — 最近一次推送于 0 天前
17.3/36提交节奏 — 52 周中有 25 周有提交
18/18提交量 — 最近一年 140 次提交
10/10OpenSSF Scorecard:Maintained — 23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
所用输入
commits_last_year140
human_commit_share
days_since_last_push0
active_weeks_last_year25

发布纪律

82良好
评分方式
27/27有发布版本 — 已发布 5 个发布版本
27/36发布时效 — 最近一次发布版本于 104 天前
19.8/27发布节奏 — 约每 109.7 天发布一次
0/10OpenSSF Scorecard:Signed-Releases — 无数据
所用输入
releases_count5
latest_release_tagv0.1.30
releases_from_tags
days_since_latest_release104
mean_days_between_releases109.7
已排除计分(无数据或不适用):OpenSSF Scorecard:Signed-Releases。 其余权重已重新归一化。

社区与采用

项目是否拥有用户、下载量与关注度,并具备欢迎贡献者参与的配置?

24危急 · 占总体的 18%
评分方式
0/60星标 — 0 个星标
0/25复刻 — 0 个复刻
0/15关注者 — 0 位关注者
所用输入
forks0
stars0
watchers0
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

社区健康

50中等
评分方式
22.5/22.5README
22.5/22.5许可证 — 可识别的许可证(MIT)
0/18CONTRIBUTING 指南
0/13.5行为准则
0/7.2议题模板
0/6.3PR 模板
所用输入
has_readme
has_license
has_contributing
has_issue_template
has_code_of_conduct
has_pull_request_template

可持续性与治理

项目能否在其成员之外延续——巴士系数、响应能力、由谁支持,以及软件包的维护状况?

43存在风险 · 占总体的 24%
评分方式
9/54巴士系数 — 1 位贡献者贡献了半数提交
5.7/22.5提交分布 — 头号贡献者编写了 75% 的提交
4.1/13.5贡献者广度 — 3 位贡献者
3/10OpenSSF Scorecard:Contributors — project has 1 contributing companies or organizations -- score normalized to 3
所用输入
bus_factor1
contributors_sampled3
top_contributor_share0.748
评分方式
0/46.8议题解决 — 没有议题或无数据
25.6/38.3PR 接受 — 已裁定的 PR 中 71/106 已合并
0/15OpenSSF Scorecard:Code-Review — Found 1/14 approved changesets -- score normalized to 0
所用输入
merged_prs71
open_issues0
closed_issues0
issue_closed_ratio
closed_unmerged_prs35
已排除计分(无数据或不适用):议题解决。 其余权重已重新归一化。
评分方式
10/30所有权背书 — 个人(用户)账户
0/20已验证域名 — 不适用于个人账户
15.9/25所有者影响力 — nmccready 有 162 位关注者
25/25既往记录 — 119 个公开仓库,账户约 15 年
所用输入
followers162
owner_typeUser
is_verified
owner_loginnmccready
public_repos119
account_age_days5,648
已排除计分(无数据或不适用):已验证域名。 其余权重已重新归一化。

工程质量

基础的工程与文档实践是否到位?

68中等 · 占总体的 20%

工程实践

80良好
评分方式
24/24CI 工作流 — 5 个工作流
24/24存在测试
16/16Linter 配置 — .golangci.yml
0/9.6Pre-commit 钩子
0/6.4.editorconfig
16/20OpenSSF Scorecard:CI-Tests — 14 out of 16 merged PRs checked by a CI test -- score normalized to 8
所用输入
has_ci
has_tests
has_editorconfig
has_linter_config
has_precommit_config

文档

50中等
评分方式
30/30README
0/25文档目录
0/15文档 / 主页站点
10/10仓库描述
0/10主题标签
10/10Wiki
所用输入
topics
has_wiki
homepage
has_readme
has_docs_dir
has_description

安全

可见的安全与供应链实践是否稳固,且不存在未解决的高风险司法辖区暴露?

48存在风险 · 占总体的 16%

安全态势

48存在风险
评分方式
7.5/7.5Binary-Artifacts — no binaries found in the repo
0.8/7.5Branch-Protection — branch protection is not maximal on development and all release branches
2/2.5CI-Tests — 14 out of 16 merged PRs checked by a CI test -- score normalized to 8
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 1/14 approved changesets -- score normalized to 0
0.8/2.5Contributors — project has 1 contributing companies or organizations -- score normalized to 3
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5许可证 — license file detected
7.5/7.5Maintained — 23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
0/5Packaging — 无数据
0.5/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 1
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — 无数据
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
5.2/7.5Vulnerabilities — 3 existing vulnerabilities detected
所用输入
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate4.8
已排除计分(无数据或不适用):packaging, signed_releases。 其余权重已重新归一化。

AI 就绪度

该仓库在多大程度上具备与 AI 编码代理协同开发与维护的条件?这是一枚独立的实验性徽章——权重为 0.0,因此单独呈现,不影响总体健康评分。

48存在风险 · 占总体的 0%
评分方式
0/45代理指令 — 没有 CLAUDE.md / AGENTS.md / 编辑器规则
0/15机器可读文档(llms.txt)
0/40可读的提交历史 — 无数据
所用输入
has_llms_txt
legible_history_share
agent_instruction_files
agent_instruction_max_bytes
已排除计分(无数据或不适用):可读的提交历史。 其余权重已重新归一化。
评分方式
0/18一条命令的引导启动
22/22自动化测试
11/11Lint / 格式化配置 — .golangci.yml
11/11静态类型检查 — Go(静态类型)
10/10可复现环境 — devcontainer
0/10已体现的代理实践 — 无数据
5/8自动化维护 — 已配置依赖自动化,但在抽样提交中未观察到
1/10OpenSSF Scorecard:Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 1
所用输入
has_nix
has_tests
lockfiles
has_dockerfile
typed_language
bootstrap_files
has_devcontainer
has_linter_config
typecheck_configs
agent_commit_share
toolchain_manifests
dependency_bot_commit_share0
已排除计分(无数据或不适用):已体现的代理实践。 其余权重已重新归一化。
评分方式
45/45可类型检查的代码 — Go(静态类型)
48.2/55可控的文件大小 — 采样的 1,280 个源文件中有 158 个超过 60KB
所用输入
primary_languageGo
largest_source_bytes1,040,480
source_files_sampled1,280
oversized_source_files158

关键数据

0GitHub 星标
3贡献者
140最近 12 个月提交数
0距最近推送天数
5发布版本数
1巴士系数(bus factor)
0开放议题
Go, npm软件包生态系统数

数据采集警告

  • Could not fetch npm package 'aws-sdk-go-v2-ifaces' from its registry

更多细节

OpenSSF Scorecard 4.8 / 10
4.8综合

来自开源项目 OpenSSF Scorecard 的独立、工具无关的安全评估。每项检查奖励的是安全实践本身,而非特定供应商的工具。Scorecard 无法判定的检查项标记为 不适用,并从安全评分中剔除(绝不按零分计)。Scorecard v5.5.0 · 2026-07-14 07:33 UTC

10Binary-Artifactsno binaries found in the repo
1Branch-Protectionbranch protection is not maximal on development and all release branches
8CI-Tests14 out of 16 merged PRs checked by a CI test -- score normalized to 8
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 1/14 approved changesets -- score normalized to 0
3Contributorsproject has 1 contributing companies or organizations -- score normalized to 3
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
不适用Packagingpackaging workflow not detected
1Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 1
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
不适用Signed-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
7Vulnerabilities3 existing vulnerabilities detected
直接依赖 428
注册表软件包版本约束清单文件
Gogithub.com/aws/aws-sdk-go-v2/service/accessanalyzerv1.50.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/accountv1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/acmv1.42.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/acmpcav1.48.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/aiopsv1.8.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ampv1.45.1go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/amplifyv1.40.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/amplifybackendv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/amplifyuibuilderv1.30.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/apigatewayv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapiv1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/apigatewayv2v1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/appconfigv1.47.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/appconfigdatav1.25.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/appfabricv1.18.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/appflowv1.53.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/appintegrationsv1.39.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/applicationautoscalingv1.44.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/applicationcostprofilerv1.29.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservicev1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/applicationinsightsv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/applicationsignalsv1.24.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/appmeshv1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/apprunnerv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/appstreamv1.62.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/appsyncv1.55.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/arcregionswitchv1.10.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/arczonalshiftv1.24.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/artifactv1.18.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/athenav1.59.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/auditmanagerv1.48.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/autoscalingv1.69.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/autoscalingplansv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/b2biv1.0.0-preview.113go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/backupv1.58.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/backupgatewayv1.28.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/backupsearchv1.8.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/batchv1.67.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bcmdashboardsv1.4.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bcmdataexportsv1.17.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bcmpricingcalculatorv1.12.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bcmrecommendedactionsv1.3.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bedrockv1.65.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bedrockagentv1.57.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bedrockagentcorev1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrolv1.47.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bedrockagentruntimev1.54.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bedrockdataautomationv1.17.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bedrockdataautomationruntimev1.12.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/bedrockruntimev1.55.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/billingv1.12.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/billingconductorv1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/braketv1.42.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/budgetsv1.45.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/chatbotv1.16.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/chimev1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/chimesdkidentityv1.29.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelinesv1.28.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/chimesdkmeetingsv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/chimesdkmessagingv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/chimesdkvoicev1.30.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cleanroomsv1.47.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cleanroomsmlv1.25.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloud9v1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudcontrolv1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/clouddirectoryv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudformationv1.74.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudfrontv1.66.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestorev1.14.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudhsmv1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudhsmv2v1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudsearchv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudsearchdomainv1.30.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudtrailv1.57.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudtraildatav1.19.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudwatchv1.63.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudwatcheventsv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudwatchlogsv1.79.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codeartifactv1.40.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codebuildv1.71.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codecatalystv1.23.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codecommitv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codeconnectionsv1.12.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codedeployv1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codeguruprofilerv1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codegurureviewerv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codegurusecurityv1.18.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codepipelinev1.48.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codestarconnectionsv1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/codestarnotificationsv1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cognitoidentityv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cognitoidentityproviderv1.64.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cognitosyncv1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/comprehendv1.42.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/comprehendmedicalv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/computeoptimizerv1.55.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/computeoptimizerautomationv1.4.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/configservicev1.67.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/connectv1.182.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/connectcampaignsv1.22.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/connectcampaignsv2v1.16.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/connectcasesv1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/connectcontactlensv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/connecthealthv1.5.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/connectparticipantv1.38.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/controlcatalogv1.17.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/controltowerv1.30.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/costandusagereportservicev1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/costexplorerv1.66.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/costoptimizationhubv1.25.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/customerprofilesv1.64.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/databasemigrationservicev1.65.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/databrewv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/dataexchangev1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/datapipelinev1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/datasyncv1.60.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/datazonev1.65.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/daxv1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/deadlinev1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/detectivev1.40.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/devicefarmv1.40.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/devopsagentv1.9.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/devopsguruv1.42.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/directconnectv1.42.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/directoryservicev1.40.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/directoryservicedatav1.9.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/dlmv1.38.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/docdbv1.50.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/docdbelasticv1.22.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/drsv1.40.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/dsqlv1.15.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/dynamodbv1.60.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/dynamodbstreamsv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ebsv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ec2v1.316.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ec2instanceconnectv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ecrv1.59.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ecrpublicv1.40.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ecsv1.88.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/efsv1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/eksv1.89.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/eksauthv1.14.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/elasticachev1.55.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/elasticbeanstalkv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2v1.56.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/elasticsearchservicev1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/elementalinferencev1.3.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/emrv1.62.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/emrcontainersv1.42.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/emrserverlessv1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/entityresolutionv1.29.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/eventbridgev1.47.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/evsv1.12.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/finspacev1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/finspacedatav1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/firehosev1.45.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/fisv1.39.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/fmsv1.46.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/forecastv1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/forecastqueryv1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/frauddetectorv1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/freetierv1.15.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/fsxv1.67.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/gameliftv1.57.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/gameliftstreamsv1.13.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/geomapsv1.12.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/geoplacesv1.11.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/georoutesv1.13.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/glacierv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/globalacceleratorv1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/gluev1.148.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/grafanav1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/greengrassv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/greengrassv2v1.44.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/groundstationv1.44.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/guarddutyv1.82.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/healthv1.39.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/healthlakev1.40.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iamv1.55.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/identitystorev1.38.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/imagebuilderv1.57.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/inspectorv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/inspector2v1.52.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/inspectorscanv1.15.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/interconnectv1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/internetmonitorv1.28.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/invoicingv1.12.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iotv1.76.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iotdataplanev1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iotdeviceadvisorv1.38.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iotfleetwisev1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iotjobsdataplanev1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iotmanagedintegrationsv1.11.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iotsecuretunnelingv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iotsitewisev1.54.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iotthingsgraphv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iottwinmakerv1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/iotwirelessv1.58.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ivsv1.54.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ivschatv1.23.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ivsrealtimev1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kafkav1.55.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kafkaconnectv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kendrav1.62.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kendrarankingv1.17.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/keyspacesv1.27.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/keyspacesstreamsv1.9.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kinesisv1.45.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2v1.39.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kinesisvideov1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kinesisvideoarchivedmediav1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kinesisvideomediav1.29.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kinesisvideosignalingv1.30.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kinesisvideowebrtcstoragev1.22.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/kmsv1.54.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/lakeformationv1.49.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/lambdav1.97.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/lambdacorev1.1.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/lambdamicrovmsv1.1.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/launchwizardv1.16.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/lexmodelbuildingservicev1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/lexmodelsv2v1.63.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/lexruntimeservicev1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/lexruntimev2v1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/licensemanagerv1.40.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/licensemanagerlinuxsubscriptionsv1.22.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/licensemanagerusersubscriptionsv1.23.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/lightsailv1.57.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/locationv1.53.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/lookoutequipmentv1.38.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/m2v1.28.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/machinelearningv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/macie2v1.53.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mailmanagerv1.20.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/managedblockchainv1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/managedblockchainqueryv1.24.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/marketplaceagreementv1.18.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/marketplacecatalogv1.42.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalyticsv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/marketplacedeploymentv1.13.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/marketplacediscoveryv1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/marketplaceentitlementservicev1.39.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/marketplacemeteringv1.38.1go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/marketplacereportingv1.9.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mediaconnectv1.52.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mediaconvertv1.95.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/medialivev1.100.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mediapackagev1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mediapackagev2v1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mediapackagevodv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mediastorev1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mediastoredatav1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mediatailorv1.61.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/medicalimagingv1.27.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/memorydbv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mgnv1.47.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/migrationhubv1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/migrationhubconfigv1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/migrationhuborchestratorv1.20.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/migrationhubrefactorspacesv1.27.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/migrationhubstrategyv1.28.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mpav1.9.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mqv1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mturkv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mwaav1.42.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/mwaaserverlessv1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/neptunev1.47.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/neptunedatav1.19.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/neptunegraphv1.23.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/networkfirewallv1.63.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/networkflowmonitorv1.13.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/networkmanagerv1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/networkmonitorv1.15.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/notificationsv1.9.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/notificationscontactsv1.7.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/novaactv1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/oamv1.25.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/observabilityadminv1.19.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/odbv1.13.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/omicsv1.47.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/opensearchv1.74.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/opensearchserverlessv1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/organizationsv1.52.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/osisv1.23.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/outpostsv1.64.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/partnercentralaccountv1.5.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/partnercentralbenefitsv1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/partnercentralchannelv1.3.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/partnercentralrevenuemeasurementv1.0.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/partnercentralsellingv1.21.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/paymentcryptographyv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/paymentcryptographydatav1.28.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/pcaconnectoradv1.17.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/pcaconnectorscepv1.13.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/pcsv1.22.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/personalizev1.49.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/personalizeeventsv1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/personalizeruntimev1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/piv1.38.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/pinpointv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/pinpointemailv1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2v1.31.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/pipesv1.25.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/pollyv1.59.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/pricingv1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/protonv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/qappsv1.13.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/qbusinessv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/qconnectv1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/quicksightv1.118.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ramv1.38.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/rbinv1.29.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/rdsv1.120.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/rdsdatav1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/redshiftv1.64.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/redshiftdatav1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/redshiftserverlessv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/rekognitionv1.53.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/repostspacev1.16.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/resiliencehubv1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/resiliencehubv2v1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/resourceexplorer2v1.26.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/resourcegroupsv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapiv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/rolesanywherev1.24.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/route53v1.64.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/route53domainsv1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/route53globalresolverv1.5.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/route53profilesv1.11.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/route53recoveryclusterv1.30.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfigv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/route53recoveryreadinessv1.28.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/route53resolverv1.47.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/rtbfabricv1.8.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/rumv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/s3v1.105.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/s3controlv1.72.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/s3filesv1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/s3outpostsv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/s3tablesv1.17.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/s3vectorsv1.9.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sagemakerv1.258.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sagemakera2iruntimev1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sagemakeredgev1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntimev1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sagemakergeospatialv1.21.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sagemakerjobruntimev1.1.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sagemakermetricsv1.20.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sagemakerruntimev1.42.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sagemakerruntimehttp2v1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/savingsplansv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/schedulerv1.19.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/schemasv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/secretsmanagerv1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/securityagentv1.6.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/securityhubv1.73.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/securityirv1.12.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/securitylakev1.27.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/serverlessapplicationrepositoryv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/servicecatalogv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/servicecatalogappregistryv1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/servicediscoveryv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/servicequotasv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sesv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sesv2v1.63.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sfnv1.44.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/shieldv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/signerv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/signerdatav1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/signinv1.4.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/simpledbv2v1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/snowballv1.38.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/snowdevicemanagementv1.27.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/snsv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/socialmessagingv1.12.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sqsv1.45.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ssmv1.71.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ssmcontactsv1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ssmguiconnectv1.7.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ssmincidentsv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ssmquicksetupv1.10.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ssmsapv1.28.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ssov1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ssoadminv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/ssooidcv1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/storagegatewayv1.45.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/stsv1.44.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/supplychainv1.19.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/supportv1.33.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/supportappv1.20.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/supportauthzv1.0.2go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/sustainabilityv1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/swfv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/syntheticsv1.46.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/taxsettingsv1.19.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/textractv1.42.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/timestreaminfluxdbv1.21.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/timestreamqueryv1.38.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/timestreamwritev1.37.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/tnbv1.20.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/transcribev1.57.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/transcribestreamingv1.36.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/transferv1.74.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/translatev1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/trustedadvisorv1.16.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/uxcv1.2.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/verifiedpermissionsv1.35.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/voiceidv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/vpclatticev1.24.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/wafv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/wafregionalv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/wafv2v1.75.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/wellarchitectedv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/wickrv1.4.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/wisdomv1.34.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/workdocsv1.32.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/workmailv1.38.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/workmailmessageflowv1.30.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/workspacesv1.71.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/workspacesinstancesv1.7.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/workspacesthinclientv1.22.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/workspaceswebv1.41.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/xrayv1.38.0go.mod
Gogithub.com/nmccready/go-debugv0.5.0go.mod
Gogithub.com/stretchr/testifyv1.6.1go.mod
原始 JSON 报告 机器可读
{
  "data": {
    "repo": {
      "topics": [],
      "is_fork": false,
      "size_kb": 12419,
      "has_wiki": true,
      "homepage": null,
      "languages": {
        "Go": 2809107,
        "Shell": 14001,
        "JavaScript": 134
      },
      "pushed_at": "2026-07-13T21:04:08Z",
      "created_at": "2024-07-11T02:46:20Z",
      "owner_type": "User",
      "updated_at": "2026-07-12T14:47:46Z",
      "description": "aws-sdk-go-v2 interface generator",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "main",
      "primary_language": "Go"
    },
    "owner": {
      "blog": "https://www.linkedin.com/in/nicholas-mccready-8158b53b/",
      "name": "nmccready",
      "type": "User",
      "login": "nmccready",
      "company": "Capital One",
      "location": "Moseley VA",
      "followers": 162,
      "avatar_url": "https://avatars.githubusercontent.com/u/583593?v=4",
      "created_at": "2011-01-25T22:20:04Z",
      "is_verified": null,
      "public_repos": 119,
      "account_age_days": 5648
    },
    "activity": {
      "releases_count": 5,
      "commits_last_year": 140,
      "latest_release_at": "2026-03-31T11:44:53Z",
      "latest_release_tag": "v0.1.30",
      "days_since_last_push": 0,
      "active_weeks_last_year": 25,
      "days_since_latest_release": 104,
      "mean_days_between_releases": 109.7
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 42,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": []
    },
    "popularity": {
      "forks": 0,
      "stars": 0,
      "watchers": 0,
      "open_issues_and_prs": 1
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": true,
      "typecheck_configs": [],
      "largest_source_bytes": 1040480,
      "source_files_sampled": 1280,
      "oversized_source_files": 158,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "go.mod",
        "package.json"
      ],
      "ecosystems": [
        "go",
        "npm"
      ],
      "dependencies": [
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/accessanalyzer",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.50.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/account",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/acm",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/acmpca",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.48.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/aiops",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.8.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/amp",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.45.1"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/amplify",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.40.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/amplifybackend",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.30.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/apigateway",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/apigatewayv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/appconfig",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.47.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/appconfigdata",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.25.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/appfabric",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.18.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/appflow",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.53.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/appintegrations",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.39.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/applicationautoscaling",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.44.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.29.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/applicationinsights",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/applicationsignals",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.24.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/appmesh",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/apprunner",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/appstream",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.62.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/appsync",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.55.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/arcregionswitch",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.10.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/arczonalshift",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.24.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/artifact",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.18.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/athena",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.59.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/auditmanager",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.48.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/autoscaling",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.69.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/autoscalingplans",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/b2bi",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.0.0-preview.113"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/backup",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.58.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/backupgateway",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.28.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/backupsearch",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.8.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/batch",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.67.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bcmdashboards",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.4.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bcmdataexports",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.17.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bcmpricingcalculator",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.12.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bcmrecommendedactions",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.3.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bedrock",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.65.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bedrockagent",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.57.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bedrockagentcore",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.47.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.54.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bedrockdataautomation",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.17.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bedrockdataautomationruntime",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.12.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/bedrockruntime",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.55.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/billing",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.12.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/billingconductor",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/braket",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/budgets",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.45.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/chatbot",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.16.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/chime",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/chimesdkidentity",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.29.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.28.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/chimesdkvoice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.30.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cleanrooms",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.47.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cleanroomsml",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.25.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloud9",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudcontrol",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/clouddirectory",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudformation",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.74.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudfront",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.66.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.14.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudhsm",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudhsmv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudsearch",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.30.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudtrail",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.57.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudtraildata",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.19.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudwatch",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.63.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudwatchevents",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.79.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codeartifact",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.40.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codebuild",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.71.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codecatalyst",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.23.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codecommit",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codeconnections",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.12.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codedeploy",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codeguruprofiler",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codegurureviewer",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codegurusecurity",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.18.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codepipeline",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.48.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codestarconnections",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/codestarnotifications",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cognitoidentity",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.64.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/cognitosync",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/comprehend",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/comprehendmedical",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/computeoptimizer",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.55.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/computeoptimizerautomation",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.4.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/configservice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.67.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/connect",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.182.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/connectcampaigns",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.22.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/connectcampaignsv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.16.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/connectcases",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/connectcontactlens",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/connecthealth",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.5.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/connectparticipant",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/controlcatalog",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.17.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/controltower",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.30.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/costandusagereportservice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/costexplorer",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.66.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/costoptimizationhub",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.25.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/customerprofiles",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.64.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/databasemigrationservice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.65.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/databrew",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/dataexchange",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/datapipeline",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/datasync",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.60.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/datazone",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.65.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/dax",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/deadline",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/detective",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.40.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/devicefarm",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.40.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/devopsagent",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.9.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/devopsguru",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/directconnect",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/directoryservice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.40.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/directoryservicedata",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.9.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/dlm",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/docdb",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.50.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/docdbelastic",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.22.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/drs",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.40.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/dsql",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.15.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/dynamodb",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.60.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/dynamodbstreams",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ebs",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ec2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.316.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ecr",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.59.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ecrpublic",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.40.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ecs",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.88.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/efs",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/eks",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.89.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/eksauth",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.14.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/elasticache",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.55.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.56.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/elasticsearchservice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/elementalinference",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.3.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/emr",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.62.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/emrcontainers",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/emrserverless",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/entityresolution",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.29.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/eventbridge",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.47.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/evs",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.12.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/finspace",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/finspacedata",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/firehose",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.45.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/fis",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.39.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/fms",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.46.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/forecast",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/forecastquery",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/frauddetector",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/freetier",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.15.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/fsx",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.67.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/gamelift",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.57.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/gameliftstreams",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.13.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/geomaps",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.12.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/geoplaces",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.11.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/georoutes",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.13.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/glacier",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/globalaccelerator",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/glue",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.148.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/grafana",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/greengrass",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/greengrassv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.44.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/groundstation",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.44.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/guardduty",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.82.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/health",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.39.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/healthlake",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.40.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iam",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.55.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/identitystore",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/imagebuilder",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.57.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/inspector",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/inspector2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.52.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/inspectorscan",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.15.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/interconnect",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/internetmonitor",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.28.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/invoicing",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.12.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iot",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.76.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iotdataplane",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iotfleetwise",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iotjobsdataplane",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iotmanagedintegrations",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.11.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iotsitewise",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.54.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iotthingsgraph",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iottwinmaker",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/iotwireless",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.58.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ivs",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.54.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ivschat",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.23.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ivsrealtime",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kafka",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.55.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kafkaconnect",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kendra",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.62.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kendraranking",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.17.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/keyspaces",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.27.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/keyspacesstreams",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.9.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kinesis",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.45.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kinesisanalytics",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.39.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kinesisvideo",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kinesisvideoarchivedmedia",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kinesisvideomedia",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.29.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kinesisvideosignaling",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.30.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kinesisvideowebrtcstorage",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.22.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/kms",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.54.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/lakeformation",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.49.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/lambda",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.97.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/lambdacore",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.1.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/lambdamicrovms",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.1.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/launchwizard",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.16.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/lexmodelbuildingservice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/lexmodelsv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.63.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/lexruntimeservice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/lexruntimev2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/licensemanager",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.40.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/licensemanagerlinuxsubscriptions",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.22.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/licensemanagerusersubscriptions",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.23.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/lightsail",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.57.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/location",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.53.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/lookoutequipment",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/m2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.28.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/machinelearning",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/macie2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.53.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mailmanager",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.20.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/managedblockchain",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/managedblockchainquery",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.24.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/marketplaceagreement",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.18.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/marketplacecatalog",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/marketplacedeployment",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.13.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/marketplacediscovery",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/marketplaceentitlementservice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.39.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/marketplacemetering",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.1"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/marketplacereporting",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.9.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mediaconnect",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.52.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mediaconvert",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.95.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/medialive",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.100.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mediapackage",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mediapackagev2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mediapackagevod",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mediastore",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mediastoredata",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mediatailor",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.61.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/medicalimaging",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.27.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/memorydb",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mgn",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.47.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/migrationhub",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/migrationhubconfig",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/migrationhuborchestrator",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.20.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/migrationhubrefactorspaces",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.27.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/migrationhubstrategy",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.28.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mpa",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.9.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mq",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mturk",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mwaa",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/mwaaserverless",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/neptune",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.47.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/neptunedata",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.19.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/neptunegraph",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.23.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/networkfirewall",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.63.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/networkflowmonitor",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.13.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/networkmanager",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/networkmonitor",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.15.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/notifications",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.9.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/notificationscontacts",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.7.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/novaact",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/oam",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.25.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/observabilityadmin",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.19.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/odb",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.13.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/omics",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.47.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/opensearch",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.74.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/opensearchserverless",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/organizations",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.52.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/osis",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.23.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/outposts",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.64.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/partnercentralaccount",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.5.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/partnercentralbenefits",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/partnercentralchannel",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.3.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/partnercentralrevenuemeasurement",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.0.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/partnercentralselling",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.21.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/paymentcryptography",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/paymentcryptographydata",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.28.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/pcaconnectorad",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.17.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/pcaconnectorscep",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.13.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/pcs",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.22.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/personalize",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.49.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/personalizeevents",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/personalizeruntime",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/pi",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/pinpoint",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/pinpointemail",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.31.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/pipes",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.25.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/polly",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.59.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/pricing",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/proton",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/qapps",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.13.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/qbusiness",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/qconnect",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/quicksight",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.118.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ram",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/rbin",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.29.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/rds",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.120.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/rdsdata",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/redshift",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.64.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/redshiftdata",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/redshiftserverless",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/rekognition",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.53.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/repostspace",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.16.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/resiliencehub",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/resiliencehubv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/resourceexplorer2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.26.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/resourcegroups",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/rolesanywhere",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.24.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/route53",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.64.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/route53domains",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/route53globalresolver",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.5.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/route53profiles",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.11.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/route53recoverycluster",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.30.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfig",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/route53recoveryreadiness",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.28.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/route53resolver",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.47.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/rtbfabric",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.8.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/rum",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/s3",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.105.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/s3control",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.72.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/s3files",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/s3outposts",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/s3tables",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.17.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/s3vectors",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.9.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sagemaker",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.258.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sagemakeredge",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntime",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sagemakergeospatial",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.21.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sagemakerjobruntime",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.1.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sagemakermetrics",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.20.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sagemakerruntime",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sagemakerruntimehttp2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/savingsplans",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/scheduler",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.19.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/schemas",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/secretsmanager",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.43.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/securityagent",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.6.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/securityhub",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.73.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/securityir",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.12.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/securitylake",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.27.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/serverlessapplicationrepository",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/servicecatalog",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/servicediscovery",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/servicequotas",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ses",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sesv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.63.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sfn",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.44.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/shield",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/signer",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/signerdata",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/signin",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.4.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/simpledbv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/snowball",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/snowdevicemanagement",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.27.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sns",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/socialmessaging",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.12.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sqs",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.45.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ssm",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.71.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ssmcontacts",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ssmguiconnect",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.7.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ssmincidents",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ssmquicksetup",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.10.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ssmsap",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.28.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sso",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ssoadmin",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/storagegateway",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.45.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sts",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.44.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/supplychain",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.19.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/support",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.33.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/supportapp",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.20.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/supportauthz",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.0.2"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/sustainability",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/swf",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/synthetics",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.46.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/taxsettings",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.19.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/textract",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.42.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.21.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/timestreamquery",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/timestreamwrite",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.37.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/tnb",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.20.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/transcribe",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.57.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/transcribestreaming",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.36.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/transfer",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.74.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/translate",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/trustedadvisor",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.16.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/uxc",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.2.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/verifiedpermissions",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.35.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/voiceid",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/vpclattice",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.24.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/waf",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/wafregional",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/wafv2",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.75.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/wellarchitected",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/wickr",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.4.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/wisdom",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.34.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/workdocs",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.32.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/workmail",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/workmailmessageflow",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.30.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/workspaces",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.71.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/workspacesinstances",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.7.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/workspacesthinclient",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.22.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/workspacesweb",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.41.0"
        },
        {
          "name": "github.com/aws/aws-sdk-go-v2/service/xray",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.38.0"
        },
        {
          "name": "github.com/nmccready/go-debug",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v0.5.0"
        },
        {
          "name": "github.com/stretchr/testify",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.6.1"
        }
      ]
    },
    "maintainership": {
      "issues": {
        "open_prs": 1,
        "merged_prs": 71,
        "open_issues": 0,
        "closed_ratio": null,
        "closed_issues": 0,
        "closed_unmerged_prs": 35
      },
      "bus_factor": 1,
      "top_contributors": [
        {
          "type": "User",
          "login": "nmccready",
          "commits": 122,
          "avatar_url": "https://avatars.githubusercontent.com/u/583593?u=1429b0fa451a7fa9fc2bd4312ec0eb8353f88829&v=4"
        },
        {
          "type": "Bot",
          "login": "dependabot[bot]",
          "commits": 36,
          "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4"
        },
        {
          "type": "User",
          "login": "nmccready-tars",
          "commits": 5,
          "avatar_url": "https://avatars.githubusercontent.com/u/234986527?u=869e9cf37ad7c0226632a9f1452700056d73db50&v=4"
        }
      ],
      "contributors_sampled": 3,
      "top_contributor_share": 0.748
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "auto-release.yml",
        "dependabot-auto-merge.yml",
        "release.yml",
        "tests.yml",
        "weekly-sync.yml"
      ],
      "has_docs_dir": false,
      "linter_configs": [
        ".golangci.yml"
      ],
      "has_editorconfig": false,
      "has_linter_config": true,
      "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": 1,
            "reason": "branch protection is not maximal on development and all release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 8,
            "reason": "14 out of 16 merged PRs checked by a CI test -- score normalized to 8",
            "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 1/14 approved changesets -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 3,
            "reason": "project has 1 contributing companies or organizations -- score normalized to 3",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 10,
            "reason": "update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 10,
            "reason": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 1,
            "reason": "dependency not pinned by hash detected -- score normalized to 1",
            "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": 7,
            "reason": "3 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "e5a2ecd4961ede6a7acb75601194804acf6f2c62",
        "ran_at": "2026-07-14T07:33:42Z",
        "aggregate_score": 4.8,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": true
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/nmccready/aws-sdk-go-v2-ifaces",
    "host": "github.com",
    "name": "aws-sdk-go-v2-ifaces",
    "owner": "nmccready"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 54,
      "inputs": {
        "security": 48,
        "vitality": 81,
        "community": 24,
        "governance": 43,
        "engineering": 68
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 81,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "good",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 81,
            "inputs": {
              "commits_last_year": 140,
              "human_commit_share": null,
              "days_since_last_push": 0,
              "active_weeks_last_year": 25
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 0 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "25/52 weeks with commits",
                "points": 17.3,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 25
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "140 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 140
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "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": 82,
            "inputs": {
              "releases_count": 5,
              "latest_release_tag": "v0.1.30",
              "releases_from_tags": false,
              "days_since_latest_release": 104,
              "mean_days_between_releases": 109.7
            },
            "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 104 days ago",
                "points": 27,
                "status": "partial",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 104
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~109.7 days",
                "points": 19.8,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 109.7
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "excellent",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "unverified",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": "no_commit_sample",
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": null,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "maintenance record not established from the collected data",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_unverified",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "critical",
        "name": "Community & Adoption",
        "value": 24,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "critical",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 1,
            "inputs": {
              "forks": 0,
              "stars": 0,
              "watchers": 0,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "0 stars",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 0
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "0 forks",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 0
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "0 watchers",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 0
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "moderate",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (MIT)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "MIT"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "at_risk",
        "name": "Sustainability & Governance",
        "value": 43,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "critical",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 22,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 3,
              "top_contributor_share": 0.748
            },
            "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 75% of commits",
                "points": 5.7,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 75
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "3 contributors",
                "points": 4.1,
                "status": "partial",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 1 contributing companies or organizations -- score normalized to 3",
                "points": 3,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "at_risk",
            "name": "Issue & PR responsiveness",
            "note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "issue_resolution"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 48,
            "inputs": {
              "merged_prs": 71,
              "open_issues": 0,
              "closed_issues": 0,
              "issue_closed_ratio": null,
              "closed_unmerged_prs": 35
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "no issues or no data",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_issues_or_data",
                    "params": {}
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "71/106 decided PRs merged",
                "points": 25.6,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 71,
                      "decided": 106
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 1/14 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": 64,
            "inputs": {
              "followers": 162,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "nmccready",
              "public_repos": 119,
              "account_age_days": 5648
            },
            "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": "162 followers of nmccready",
                "points": 15.9,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 162,
                      "login": "nmccready"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "119 public repos, account ~15 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 119
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 15
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "moderate",
        "name": "Engineering Quality",
        "value": 68,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 80,
            "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": "5 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 5
                    }
                  }
                ],
                "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": "14 out of 16 merged PRs checked by a CI test -- score normalized to 8",
                "points": 16,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "topics": [],
              "has_wiki": true,
              "homepage": null,
              "has_readme": true,
              "has_docs_dir": false,
              "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": 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": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "at_risk",
        "name": "Security",
        "value": 48,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "at_risk",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 48,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 4.8
            },
            "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 is not maximal on development and all release branches",
                "points": 0.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "14 out of 16 merged PRs checked by a CI test -- score normalized to 8",
                "points": 2,
                "status": "partial",
                "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 1/14 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 1 contributing companies or organizations -- score normalized to 3",
                "points": 0.8,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "update tool detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow 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 1",
                "points": 0.5,
                "status": "partial",
                "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": "3 existing vulnerabilities detected",
                "points": 5.2,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "excellent",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 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": "at_risk",
        "name": "AI Readiness",
        "value": 48,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "critical",
            "name": "Agent context & guidance",
            "note": "Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "legible_commit_history"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 1,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": null,
              "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": "no data",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "moderate",
            "name": "Verify loop (build / test / typecheck)",
            "note": "Excluded from scoring (no data or not applicable): Demonstrated agent practice. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "demonstrated_agent_practice"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 67,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": false,
              "typed_language": true,
              "bootstrap_files": [],
              "has_devcontainer": true,
              "has_linter_config": true,
              "typecheck_configs": [],
              "agent_commit_share": null,
              "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": ".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": "devcontainer",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "devcontainer"
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no data",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "dependency automation configured, none observed in the sampled commits",
                "points": 5,
                "status": "partial",
                "details": [
                  {
                    "code": "dependency_bot_config_only",
                    "params": {}
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 1",
                "points": 1,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "excellent",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 93,
            "inputs": {
              "primary_language": "Go",
              "largest_source_bytes": 1040480,
              "source_files_sampled": 1280,
              "oversized_source_files": 158
            },
            "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": "158/1280 source files over 60KB",
                "points": 48.2,
                "status": "partial",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 1280,
                      "oversized": 158
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
      }
    ],
    "metrics_version": "1.13.0"
  },
  "warnings": [
    "Could not fetch npm package 'aws-sdk-go-v2-ifaces' from its registry"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-14T07:33:56.559904Z",
  "schema_version": "0.9.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nmccready/aws-sdk-go-v2-ifaces.svg",
  "full_name": "nmccready/aws-sdk-go-v2-ifaces",
  "license_state": "standard",
  "license_spdx": "MIT"
}

评分是信号,而非担保。 评分反映的是 GitHub 上公开可见的实践——不是代码审计,也不是安全保证。

缺失数据将被剔除并重新归一化权重,绝不按零分计。方法论已版本化并公开:指标 v1.13.0、模式 v0.9.0—— 完整方法论 · 指标知识库.

单项结果在整体记录中的位置: 汇总统计.