Tainted flow: 'req' from os.environ.get (line 107, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers=headers, method="POST" ) with urllib.request.urlopen(req, timeout=30) as response: result = json.loads(response.read().decode("utf-8")) if "data" in result and len(result["data"]) > 0: return result["data"][0]["embedding"]- Confidence
- 96% confidence
- Finding
- The MiniMax backend transmits memory content to an external API using credentials read from the environment, which can expose sensitive memory data outside the local workspace. In a memory-indexing skill, this is dangerous because stored notes may contain secrets or personal data, and the code performs the transfer without any user-facing warning, consent, or data classification checks.
