← Back to scan
File as GitHub Issue repo: aws/aws-sdk-go-v2

Push this scan report to aws/aws-sdk-go-v2

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Workflow uses `secrets.CI_SLACK_WEBHOOK_URL` on a `pull_request` trigger

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED019 [MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) — full RC… service/appsync/api_op_EvaluateMappingT…:23
CRIT MINED019 [MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) — full RC… service/apigatewayv2/api_op_GetModelTem…:14
CRIT MINED019 [MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) — full RC… service/apigateway/api_op_GetModelTempl…:15
CRIT MINED116 [MINED116] Workflow uses `secrets.CI_SLACK_WEBHOOK_URL` on a `pull_request` trigger: This… .github/workflows/slack.yml:71
CRIT MINED116 [MINED116] Workflow uses `secrets.CI_SLACK_WEBHOOK_URL` on a `pull_request` trigger: This… .github/workflows/slack.yml:57
CRIT MINED116 [MINED116] Workflow uses `secrets.CI_SLACK_WEBHOOK_URL` on a `pull_request` trigger: This… .github/workflows/slack.yml:43
CRIT MINED116 [MINED116] Workflow uses `secrets.CI_SLACK_WEBHOOK_URL` on a `pull_request` trigger: This… .github/workflows/slack.yml:29
CRIT MINED116 [MINED116] Workflow uses `secrets.CI_GIT_PAT` on a `pull_request` trigger: This workflow … .github/workflows/snapshot.yml:19
CRIT MINED116 [MINED116] Workflow uses `secrets.CI_GIT_PAT` on a `pull_request` trigger: This workflow … .github/workflows/go.yml:19
CRIT MINED116 [MINED116] Workflow uses `secrets.CI_AWS_ROLE_ARN` on a `pull_request` trigger: This work… .github/workflows/integration-tests.yml:27
HIGH MINED033 [MINED033] Go Recover Without Log: defer func() { recover() }() that silently swallows pa… internal/protocoltest/jsonrpc/internal/…:95
HIGH MINED033 [MINED033] Go Recover Without Log: defer func() { recover() }() that silently swallows pa… internal/protocoltest/awsrestjson/inter…:95
HIGH MINED033 [MINED033] Go Recover Without Log: defer func() { recover() }() that silently swallows pa… internal/awstesting/assert.go:142
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… internal/repotools/cmd/eachmodule/cmd.go:88
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… credentials/processcreds/provider.go:106
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… feature/dsql/auth/auth_token_generator.…:86
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… feature/cloudfront/sign/sign_url.go:86
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… config/local.go:35
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). feature/cloudfront/sign/policy.go:7
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). credentials/ssocreds/sso_cached_token.go:4
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). aws/signer/internal/v4/headers.go:24
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … credentials/logincreds/provider.go:105
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … aws/retry/adaptive.go:153
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. aws/protocol/eventstream/header.go:173
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. aws/protocol/eventstream/encode.go:91
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. aws/protocol/eventstream/decode.go:158
HIGH MINED134 [MINED134] Binary file `codegen/gradle/wrapper/gradle-wrapper.jar` committed in source re… codegen/gradle/wrapper/gradle-wrapper.j…:1
HIGH MINED115 [MINED115] Action `actions/github-script` pinned to mutable ref `@v7`: `uses: actions/git… .github/workflows/issue-regression-labe…:14
HIGH MINED115 [MINED115] Action `actions/setup-go` pinned to mutable ref `@v2`: `uses: actions/setup-go… .github/workflows/codegen.yml:44
HIGH MINED115 [MINED115] Action `actions/setup-java` pinned to mutable ref `@v2`: `uses: actions/setup-… .github/workflows/codegen.yml:38
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/codegen.yml:28
HIGH MINED115 [MINED115] Action `actions/setup-go` pinned to mutable ref `@v2`: `uses: actions/setup-go… .github/workflows/snapshot.yml:35
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/snapshot.yml:32
HIGH MINED115 [MINED115] Action `actions/setup-python` pinned to mutable ref `@v2`: `uses: actions/setu… .github/workflows/license-check.yml:39
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/license-check.yml:33
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/license-check.yml:24
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/license-check.yml:19
HIGH MINED115 [MINED115] Action `actions/setup-go` pinned to mutable ref `@v2`: `uses: actions/setup-go… .github/workflows/go.yml:89
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/go.yml:86
HIGH MINED115 [MINED115] Action `actions/setup-go` pinned to mutable ref `@v2`: `uses: actions/setup-go… .github/workflows/go.yml:61
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/go.yml:58
HIGH MINED115 [MINED115] Action `actions/setup-go` pinned to mutable ref `@v2`: `uses: actions/setup-go… .github/workflows/go.yml:33
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/go.yml:30
HIGH MINED115 [MINED115] Action `aws-actions/aws-codebuild-run-build` pinned to mutable ref `@v1`: `use… .github/workflows/integration-tests.yml:31
HIGH MINED115 [MINED115] Action `aws-actions/configure-aws-credentials` pinned to mutable ref `@v4`: `u… .github/workflows/integration-tests.yml:25
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url` … internal/protocoltest/awsrestjson/go.mod:29
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/internal/v4a` — points to a LOCA… internal/protocoltest/awsrestjson/go.mod:25
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/internal/configsources` — points… internal/protocoltest/awsrestjson/go.mod:21
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/credentials` — points to a LOCAL… internal/protocoltest/awsrestjson/go.mod:17
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2` — points to a LOCAL path: `repl… internal/protocoltest/awsrestjson/go.mod:13
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` — points … internal/protocoltest/restxmlwithnamesp…:15
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2` — points to a LOCAL path: `repl… internal/protocoltest/restxmlwithnamesp…:11
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2` — points to a LOCAL path: `repl… internal/endpoints/v2/go.mod:9
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2` — points to a LOCAL path: `repl… internal/codegen/go.mod:4
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` — points … internal/kitchensinktest/go.mod:15
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2` — points to a LOCAL path: `repl… internal/kitchensinktest/go.mod:11
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2` — points to a LOCAL path: `repl… internal/v4a/go.mod:9
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2` — points to a LOCAL path: `repl… internal/configsources/go.mod:8
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/service/ssooidc` — points to a L… config/go.mod:43
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/service/signin` — points to a LO… config/go.mod:39
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding… config/go.mod:35
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` — points … config/go.mod:31
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` — points to a … config/go.mod:27
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2` — points to a LOCAL path: `repl… config/go.mod:23
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/service/sts` — points to a LOCAL… credentials/go.mod:42
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/service/sso` — points to a LOCAL… credentials/go.mod:38
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url` … credentials/go.mod:34
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/internal/v4a` — points to a LOCA… credentials/go.mod:30
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2/internal/configsources` — points… credentials/go.mod:26
HIGH MINED128 [MINED128] go.mod replaces `github.com/aws/aws-sdk-go-v2` — points to a LOCAL path: `repl… credentials/go.mod:22
MED SEC091 [SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/Read… internal/awstesting/certificate_utils.go:228
MED SEC089 [SEC089] Go: bind to all interfaces (0.0.0.0): Server binds to all network interfaces — e… internal/awstesting/certificate_utils.go:198
MED AGT012 Agent control bridge may listen on a network interface without visible auth codegen/sdk-codegen/aws-models/tnb.json:1101
MED AGT012 Agent control bridge may listen on a network interface without visible auth codegen/sdk-codegen/aws-models/mailmana…:287
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… internal/repotools/cmd/gencrosslink/mai…:190
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. config/internal/ini/strings.go:9
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. aws/protocol/eventstream/eventstreamapi…:53
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. aws/middleware/metadata.go:60
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:1
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:90
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:1
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:98
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:94
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:1
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:78
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:108
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:77
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:59
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:76
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:83
LOW AIC003 Duplicated implementation block across source files internal/protocoltest/awsrestjson/api_o…:196
LOW AIC003 Duplicated implementation block across source files internal/endpoints/v2/endpoints.go:171
LOW AIC003 Duplicated implementation block across source files internal/configsources/endpoints.go:7
LOW AIC003 Duplicated implementation block across source files feature/s3/transfermanager/types/types.…:15
LOW AIC003 Duplicated implementation block across source files feature/s3/transfermanager/concurrent_r…:120
LOW AIC003 Duplicated implementation block across source files feature/s3/transfermanager/api_op_Uploa…:626
LOW AIC003 Duplicated implementation block across source files feature/s3/transfermanager/api_op_GetOb…:32
LOW AIC003 Duplicated implementation block across source files feature/s3/manager/internal/integration…:39
LOW AIC003 Duplicated implementation block across source files feature/s3/manager/internal/integration…:11
LOW AIC003 Duplicated implementation block across source files feature/ec2/imds/endpoints.go:2
LOW AIC003 Duplicated implementation block across source files feature/ec2/imds/auth.go:2
LOW AIC003 Duplicated implementation block across source files feature/dynamodbstreams/attributevalue/…:1
LOW AIC003 Duplicated implementation block across source files feature/dynamodbstreams/attributevalue/…:7
LOW AIC003 Duplicated implementation block across source files feature/dynamodbstreams/attributevalue/…:1
LOW AIC003 Duplicated implementation block across source files feature/dynamodbstreams/attributevalue/…:1
LOW AIC003 Duplicated implementation block across source files feature/dynamodbstreams/attributevalue/…:17
LOW AIC003 Duplicated implementation block across source files feature/dynamodbstreams/attributevalue/…:12
LOW AIC003 Duplicated implementation block across source files aws/protocol/eventstream/encode.go:1
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… feature/s3/transfermanager/api_op_Uploa…:401
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… feature/s3/transfermanager/api_op_Downl…:319
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… feature/s3/manager/internal/integration…:80
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… feature/rds/auth/connect.go:64
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… feature/ec2/imds/api_client.go:60
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… feature/dsql/auth/auth_token_generator.…:82
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. internal/awstesting/certificate_utils.go:41
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. feature/s3/manager/internal/integration…:24
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. aws/logging_generate.go:80
Reset to top 5 117 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `aws/aws-sdk-go-v2`

**Score: 94/100 (B+)**  ·  118 findings  ·  scanned 2026-06-05 21:13 UTC  ·  4,862,284 LOC

| Severity | Count |
|---|---|
| CRITICAL | 10 |
| HIGH | 60 |
| MEDIUM | 4 |
| LOW | 34 |

📊 [Full filterable report](https://repobility.com/scan/30aaa20b-1a4e-45b4-afc0-92618cebaadc/)  ·  ![scorecard](https://repobility.com/scan/30aaa20b-1a4e-45b4-afc0-92618cebaadc/report.png?v=1780693984-s2)

### Top findings

1. **CRITICAL** `MINED019` — Ssti Jinja From String
   `service/appsync/api_op_EvaluateMappingTemplate.go:23` · CWE-94 · ✓ Repobility
2. **CRITICAL** `MINED019` — Ssti Jinja From String
   `service/apigatewayv2/api_op_GetModelTemplate.go:14` · CWE-94 · ✓ Repobility
3. **CRITICAL** `MINED019` — Ssti Jinja From String
   `service/apigateway/api_op_GetModelTemplate.go:15` · CWE-94 · ✓ Repobility
4. **CRITICAL** `MINED116` — Workflow uses `secrets.CI_SLACK_WEBHOOK_URL` on a `pull_request` trigger
   `.github/workflows/slack.yml:71` · ✓ Repobility
5. **CRITICAL** `MINED116` — Workflow uses `secrets.CI_SLACK_WEBHOOK_URL` on a `pull_request` trigger
   `.github/workflows/slack.yml:57` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/30aaa20b-1a4e-45b4-afc0-92618cebaadc/_
Already filed
'aws' is on the known-megaproject org list. These projects use auto-triage bots and established security disclosure channels. Unsolicited automated issues from Repobility would be perceived as AI-generated spam. For security findings, follow the project's SECURITY.md policy. For non-security findings, open a focused PR or community discussion instead.
Megaproject â high spam risk
Could not determine 'aws/aws-sdk-go-v2' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.