Tainted flow: 'ETSY_SHOP_ID' from os.environ.get (line 13, credential/environment) → requests.post (network output)
- Category
- Data Flow
- Confidence
- 90% confidence
- Finding
Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
- Content
python "state": "draft", } resp = requests.post( f"{BASE_URL}/applications/shops/{ETSY_SHOP_ID}/listings", headers=get_headers(), json=payload,
