Env Variable Harvesting
High
- Category
- Data Exfiltration
- Content
GatewayHandler.history_calls = 0 self.temp = tempfile.TemporaryDirectory() self.workspace = Path(self.temp.name) / "workspace" self.env = os.environ.copy() self.env["MANGYUN_API_KEY"] = "test-key-never-persisted" self.env["MANGYUN_INTEL_TEST_ALLOW_HTTP"] = "1" self.env["PYTHONUTF8"] = "1"- Confidence
- 60% confidence
- Finding
- Code enumerates, copies, or searches environment variables for secrets. Bulk environment access can collect credentials unrelated to the skill's stated purpose.
