evaluators

Execute secrets-detector evaluator

Detect secrets and credentials in text

Request Body:

  • input.text (string, required): The text to scan for secrets (API keys, passwords, etc.)
post/v2/evaluators/secrets-detector/execute

Request body

Example request

{
  "input": {
    "text": "Here is some text without any API keys or passwords."
  }
}

Response

OK

has_secretboolean

Changes