Tainted flow: 'payload' from os.environ.get (line 373, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
"args": json.dumps({"page": 1, "limit": 20}), } try: resp = requests.post( url, json=payload, headers={"Content-Type": "application/json"},- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
