Qleak
Qleak is an open-source software platform designed to detect and analyze potential data leaks in software systems. It aims to help organizations identify where sensitive information—such as personal data, credentials, or financial details—might be exposed through code, configurations, or runtime behavior. The project emphasizes transparency and reproducibility in security testing.
Its core approach blends static analysis, dynamic taint tracking, and data-flow visualization. Static analysis traces how
Qleak supports a modular architecture with a plugin system to add language bindings and environment adapters.
Developed by a community of contributors, Qleak is distributed under an open-source license and maintained on
Limitations include possible false positives, performance overhead during analysis, and the need for instrumented environments for