luker149/Vaulter

Search and audit HashiCorp Vault KV secrets for non-secret data and misconfigurations.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandSubcommand to run: audit or search.noaudit
vault-addrVault address (sets VAULT_ADDR). Falls back to the VAULT_ADDR env var.no""
vault-tokenVault token (sets VAULT_TOKEN). Falls back to the VAULT_TOKEN env var. Use a secret.no""
mountKV engine mount path.nosecret
kv-versionKV engine version (1 or 2).no2
prefixPath prefix to scan under.no""
keyRegex matched against secret keys (search only).no""
valueRegex matched against secret values (search only).no""
jsonEmit JSON output.nofalse
show-valuesShow secret values instead of masking them. Avoid in CI logs.nofalse
insecureSkip TLS verification (not recommended).nofalse
timeoutVault request timeout (e.g. 30s).no30s
fail-on-severityFor audit: fail the job when findings reach this severity (none | warning | error).noerror

no outputs