pub const SECRET_PREFIXES: &[&str];Expand description
Prefixes of API keys, tokens, and other secret material recognized across Zeph.
Each entry is a literal prefix, not regex-escaped. Consumers building a regex
alternation from this list must escape entries themselves (e.g. via regex::escape),
since ya29. contains a literal . that must not be treated as “match any character”.