2023-03-24 02:24:37 +00:00
|
|
|
id: openai-key
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: OpenAI API Key
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/openai.yml
|
|
|
|
- https://platform.openai.com/docs/api-reference
|
|
|
|
- https://platform.openai.com/docs/api-reference/authentication
|
|
|
|
metadata:
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-03-24 02:24:37 +00:00
|
|
|
tags: openai,token,file
|
|
|
|
|
|
|
|
file:
|
|
|
|
- extensions:
|
|
|
|
- all
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- "(sk-[a-zA-Z0-9]{48})"
|