Secret hygiene · 1 Nexus credit

Catch the secret before the log does.

Vault scans text or JSON for common credential patterns and returns redacted findings. It is designed as a cheap pre-send or pre-log gate for agent workflows. Raw input is not stored in the Vault result pipeline.

Scan.

curl -X POST https://humanmirror.fr/api/vault/scan \
  -H "Authorization: Bearer hm_nexus_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":"paste text or JSON here"}'

Vault reports likely secrets and redacts findings. It cannot guarantee that every credential format will be detected.