Skip to content

PRP: Secret extractor for DeepSeek API Key #1132

@wannabemrrobot

Description

@wannabemrrobot
  • Secret name: DeepSeek API Keys
  • Risk in exposing the secret: Attackers typically use stolen DeepSeek API keys to make unauthorized API calls at the victim's expense, potentially racking up large bills or exhausting usage limits. They may also use the keys to access or extract data through the API
  • Validation method, if any:
curl https://api.deepseek.com/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <DeepSeek API Key>" \
  -d '{
        "model": "deepseek-chat",
        "messages": [
          {"role": "system", "content": "You are a helpful assistant."},
          {"role": "user", "content": "Hello!"}
        ],
        "stream": false
      }'

Metadata

Metadata

Labels

PRPPatch Reward Program: This label is added to all PRP related issues for easy filteringPRP:AcceptedPatch Reward Program: This issue has been accepted as a PRP entry.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions