Documentation
¶
Overview ¶
Package openai provides a verifier for OpenAI API keys. It uses the OpenAI API GET /v1/models endpoint to check key validity.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
Verifier checks whether an OpenAI API key is active by calling the OpenAI API. It NEVER logs or persists raw key values.
func (*Verifier) Verify ¶
func (v *Verifier) Verify(ctx context.Context, raw detector.RawFinding) finding.VerificationResult
Verify checks if the detected OpenAI API key is valid/active. Raw contains the key value.
Click to show internal directories.
Click to hide internal directories.