Intent-Code Divergence
Medium
- Confidence
- 98% confidence
- Finding
- The document says all incoming webhooks require bearer-token authentication, but the actual setup instructs users to place the secret in the URL query string. Query-string secrets are commonly exposed through logs, browser history, reverse proxies, and monitoring tools, which weakens webhook authentication and creates a documentation-driven insecure deployment. In this skill context, the webhook carries meeting transcripts, so unauthorized submission or replay could poison records or expose sensitive meeting data handling paths.
