Skip to main content

aws-sdk-java-v2-core

Provides best practices for configuring AWS SDK for Java 2.x, focusing on client setup, authentication, and performance optimization.

Install this skill

or
48/100

Security score

The aws-sdk-java-v2-core skill was audited on May 29, 2026 and we found 10 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

low line 131

Access to hidden dotfiles in home directory

SourceSKILL.md
131// 4. Shared credentials and config files (~/.aws/credentials and ~/.aws/config)
low line 148

Access to hidden dotfiles in home directory

SourceSKILL.md
148// Profile from ~/.aws/credentials
low line 169

Access to hidden dotfiles in home directory

SourceSKILL.md
169# ~/.aws/config
high line 131

Access to AWS credentials directory

SourceSKILL.md
131// 4. Shared credentials and config files (~/.aws/credentials and ~/.aws/config)
high line 148

Access to AWS credentials directory

SourceSKILL.md
148// Profile from ~/.aws/credentials
high line 169

Access to AWS credentials directory

SourceSKILL.md
169# ~/.aws/config
low line 95

External URL reference

SourceSKILL.md
95.endpoint(URI.create("http://proxy:8080"))
low line 179

External URL reference

SourceSKILL.md
179sso_start_url = https://provided-domain.awsapps.com/start
low line 473

External URL reference

SourceSKILL.md
473.endpointOverride(URI.create("http://localhost:4566"))
low line 748

External URL reference

SourceSKILL.md
748- [AWS SDK for Java 2.x API Reference](https://sdk.amazonaws.com/java/api/latest/)
Scanned on May 29, 2026
View Security Dashboard
Installation guide →