openai

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package openai provides an OpenAI API Key secret detector.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Detector

type Detector struct{}

Detector detects OpenAI API Keys.

func (*Detector) Description

func (d *Detector) Description() string

func (*Detector) ID

func (d *Detector) ID() string

func (*Detector) Keywords

func (d *Detector) Keywords() []string

Keywords intentionally includes the bare "sk-" prefix, not just "sk-proj-"/"sk-svcacct-": the legacy key format has no fixed marker beyond "sk-", so restricting Keywords() to the two specific prefixes would let the Aho-Corasick matcher gate legacy keys out before Scan ever runs on them — exactly the keyword/regex misalignment bug class (DETB-M-01) the project has already hit once. See review section 19-test-quality.md.

func (*Detector) Scan

func (d *Detector) Scan(_ context.Context, data []byte) []detector.RawFinding

Scan searches the data for OpenAI API Key patterns.

func (*Detector) Severity

func (d *Detector) Severity() finding.Severity

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL