What problem does it solve?
Detects data-exfiltration paths where untrusted input reaches a sink that leaks data beyond its intended scope (SSRF, path traversal, SQL/NoSQL injection enabling bulk reads, XXE file read, response serializers over-exposing internal fields, verbose error pages, logs capturing secrets, and CSV/formula injection in exports).
Core Features & Use Cases
- Identify sinks and sources across HTTP clients, file I/O with user-provided paths, raw database queries, and export pipelines.
- Trace data from untrusted inputs to leaks such as cloud metadata exposure, internal service access, or sensitive fields accidentally surfaced in logs or responses.
- Provide concrete remediation guidance: enforce allowlists, parameterize inputs, scrub logs, and limit data serialization.
Quick Start
Run a diff on a codebase touching HTTP clients, file I/O with user paths, raw queries, XML parsing, or export pipelines to surface potential data-exfiltration paths.