← Home

@oxlayer/cli-keycloak

Keycloak realm and client bootstrapping CLI for OxLayer

1
Versions
Apache-2.0
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures gitHead linked

Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.

Maintainers

robertveloso

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): CLI tool intentionally merges env file with process.env for Keycloak config; not exfiltration. ai
phantom-deps phantom-dep:dotenv AI (phantom-deps): dotenv is declared in dependencies and used via loadEnvFile helper; stable false positive for this package. ai

Versions (showing 1 of 1)

Version Deps Published
0.1.0 6 / 4

v0.1.0

2 findings
HIGH env-spread: src/cli/commands.ts:43 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/oxlayer/ox-toolkit/blob/079b7cf2f18371f81c367d42f4d8709cd5dea4da/src/cli/commands.ts#L43 41 | if (options.envFile) { 42 | const fileEnv = await loadEnvFile(options.envFile); > 43 | envVars = { ...process.env, ...fileEnv }; 44 | spinner.info(chalk.dim(`Loaded environment from ${options.envFile}`)); 45 | }

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.