Skip to main content

aws-sdk-java-v2-kms

Provides patterns for using AWS KMS with Java SDK for secure encryption and key management in applications.

Install this skill

or
92/100

Security score

The aws-sdk-java-v2-kms skill was audited on Feb 9, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 278

Template literal with variable interpolation in command context

SourceSKILL.md
278```java
low line 142

Base64 decode operation

SourceSKILL.md
142byte[] ciphertext = Base64.getDecoder().decode(ciphertextBase64);
low line 238

Base64 decode operation

SourceSKILL.md
238byte[] signature = Base64.getDecoder().decode(signatureBase64);
low line 306

Base64 decode operation

SourceSKILL.md
306byte[] ciphertext = Base64.getDecoder().decode(ciphertextBase64);
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →