@oxlayer/cli-keycloak
Keycloak realm and client bootstrapping CLI for OxLayer
Supply chain provenance
Status for the latest visible version.
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
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| 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 findingsSpreading 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 | }
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.