ProxyWhirl Docs
Concepts

Security Model

Security boundaries for proxy use, credentials, logging, and target validation.

Security Model

ProxyWhirl treats proxy usage as a network boundary problem.

BoundaryRule
Target URLsValidate user-provided targets before making requests.
CredentialsUse environment-backed secrets and redacted logging.
Private networksDo not proxy to private or loopback addresses unless explicitly allowed.
LogsAvoid recording raw credentials, keys, or full sensitive URLs.
SourcesTreat upstream proxy lists as untrusted input.

Review generated API and CLI surfaces after security-sensitive changes to make sure documentation matches the exposed controls.

On this page