aws-sdk-java-v2-kms
Provides AWS KMS patterns for secure encryption and key management using AWS SDK for Java 2.x, ideal for Spring Boot applications.
Install this skill
or
92/100
Security score
The aws-sdk-java-v2-kms skill was audited on May 29, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 291
Template literal with variable interpolation in command context
SourceSKILL.md
| 291 | ```java |
low line 155
Base64 decode operation
SourceSKILL.md
| 155 | byte[] ciphertext = Base64.getDecoder().decode(ciphertextBase64); |
low line 251
Base64 decode operation
SourceSKILL.md
| 251 | byte[] signature = Base64.getDecoder().decode(signatureBase64); |
low line 319
Base64 decode operation
SourceSKILL.md
| 319 | byte[] ciphertext = Base64.getDecoder().decode(ciphertextBase64); |
Scanned on May 29, 2026
View Security Dashboard