Tainted flow: 'url' from os.environ.get (line 235, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
except RuntimeError as e: return {"_error": str(e)} try: r = requests.post(url, json=body or {}, headers=headers, timeout=timeout) return r.json() except Exception as e: body_text = ""- Confidence
- 92% confidence
- Finding
- The POST destination is derived from environment-controlled base URLs and then used to send login, token, and user/account data over the network. In a skill/runtime environment, an attacker who can influence environment variables can redirect these requests to an attacker-controlled host and capture SMS login flows, access tokens, refresh tokens, group identifiers, and generated API keys.
