Tainted flow: 'MINIMAX_ENDPOINT' from os.getenv (line 16, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
} try: response = requests.post(MINIMAX_ENDPOINT, headers=headers, json=data, timeout=45) if response.status_code >= 400: print(f"❌ MiniMax API 錯誤 {response.status_code}: {response.text[:300]}") return None- Confidence
- 93% confidence
- Finding
- response = requests.post(MINIMAX_ENDPOINT, headers=headers, json=data, timeout=45)
