Tainted flow: 'req' from os.environ.get (line 139, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Content-Type": "application/json"}, ) try: with urllib.request.urlopen(req, timeout=30) as resp: body = resp.read().decode() if resp.status == 200: ctx.logger.info("Mailbox registered with Agentverse")- Confidence
- 91% confidence
- Finding
- with urllib.request.urlopen(req, timeout=30) as resp:
