Highlights
Sensitive Data Exposure: 2 prior fixes. Scrutinize any change in this area.
.github/workflows/release-kit.yaml: most-fixed (1 issue). Treat as high-risk during review.
6 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Sensitive Data Exposure: SMTP password embedded in connection URI exposed credentials; moved to dedicated secret parameter.
Secret Management: Mailchimp API key stored as plaintext string; changed to secret type to prevent unauthorized access.
Sensitive Data Exposure: Bitly access token exposed in plaintext config; marked as secret type.