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