keycloak
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official container images from quay.io and Docker Hub, as well as Helm charts from Bitnami. These are well-known and reputable sources for the software described.
- [COMMAND_EXECUTION]: Provides standard Docker and Helm commands for installation and deployment. These are intended for user-initiated setup and do not involve suspicious or obfuscated execution patterns.
- [CREDENTIALS_UNSAFE]: Demonstrates correct security practices by using environment variables (e.g.,
${KC_DB_PASSWORD},process.env.KEYCLOAK_ADMIN_SECRET) for sensitive credentials in both configuration and code examples. A hardcoded temporary password ('temp123') is used in a user creation example, which is a common pattern for documentation templates.
Audit Metadata