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 Feb 9, 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 118

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
135// Profile from ~/.aws/credentials
low line 156

Access to hidden dotfiles in home directory

SourceSKILL.md
156# ~/.aws/config
high line 118

Access to AWS credentials directory

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

Access to AWS credentials directory

SourceSKILL.md
135// Profile from ~/.aws/credentials
high line 156

Access to AWS credentials directory

SourceSKILL.md
156# ~/.aws/config
low line 82

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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