aws-sdk-java-v2-kms
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in this skill. It provides legitimate technical documentation and code examples for AWS KMS integration in Java applications.
- [SAFE]: The skill implements security best practices such as clearing sensitive data from memory (e.g.,
Arrays.fill(plaintextKey, (byte) 0)) and using encryption context to ensure data integrity. - [SAFE]: External dependencies are restricted to well-known libraries like the official AWS SDK, Project Lombok, Caffeine for caching, and standard testing frameworks (JUnit, Mockito, Testcontainers).
Audit Metadata