pub fn detect(content: &str) -> Option<&'static str>Expand description
Detect whether content has the shape of a provider-returned opaque
reasoning payload. Returns a short, human-readable reason for the match (for
logging / the flag audit trail), or None. Shape only — this never decodes
the content and a match does not prove a secret is present.