Back to portfolio
workflows/security-comm
Workflow sample

Security-sensitive release communication

Turning minimal security engineering notes into careful, customer-facing communication without unsupported claims or panic.

  • Representative workflow sample
  • Security Communication
  • Enterprise SaaS
  • Risk-Sensitive Writing
01

Raw input

// security engineering notesInternal ticket + chat
- fixed critical auth bypass vulnerability
- SAML configuration changed
- rotate API keys
- check audit logs for unauthorized access
- enhanced encryption at rest
02

Communication risk

Security release notes require factual precision. The writer must avoid inventing severity scores, affected configurations, timelines, attack vectors, or remediation details that were not confirmed.

Unconfirmed severity

'Critical' is an engineering judgment. Publishing it without context can trigger panic, unnecessary audits, or compliance escalations.

Invented attack vectors

Describing how an exploit 'could have worked' without confirmation creates legal and liability exposure.

Overstated protections

'Enhanced encryption at rest' sounds reassuring, but customers need to know whether they must act or whether the change is transparent.

Missing action clarity

'Rotate API keys' is a command. Customers need to know which keys, why, and what happens if they don't.

03

Polished excerpt

// security update excerptCustomer-facing

Summary

We have resolved an authentication issue that could, in specific SAML configurations, allow unauthorized access. We have also rotated platform-managed credentials and improved encryption at rest. No action is required unless you use SAML SSO with custom attribute mappings.

Affected area

SAML SSO with custom attribute mappings. Standard SAML configurations without custom mappings are not affected.

Customer action

  • If you use SAML with custom attribute mappings: Review your SSO configuration and rotate any API keys used between your identity provider and our platform. Instructions are in your admin console.
  • If you use standard SAML or password authentication: No action is required. Platform-managed credentials have already been rotated on your behalf.

Post-update verification

After updating your SAML configuration, confirm that users can still sign in and that their roles and permissions map correctly. If you observe unexpected behavior, contact support before reverting changes.

Support path

If you have questions about whether this update affects your organization, or if you need help rotating credentials, open a priority support ticket. Reference "SAML configuration update" so our team can route your request correctly.

04

Human judgment applied

Used cautious language

'Could, in specific SAML configurations' replaces 'critical auth bypass' — precise without overstating confirmed scope.

Preserved urgency without exaggeration

Affected customers know they must act. Unaffected customers know they can move on. No panic, no complacency.

Avoided unsupported security details

No CVE numbers, no CVSS scores, no described attack chains. Only what was confirmed and what customers need to know.

Highlighted customer actions

Two clear paths: one for affected admins with steps, one for everyone else with reassurance.

Separated confirmed facts from recommended checks

The fix is confirmed. The audit-log check is a recommended precaution, not a confirmed incident.

05

What this demonstrates

Risk-sensitive documentation judgment

Knowing which details to publish, which to withhold, and which to reframe for a non-engineering audience.

Enterprise communication maturity

Writing that protects both the customer and the company — clear enough to act on, careful enough to defend.

Security-aware release writing

Understanding that security updates are trust events, not just feature announcements.

Human review over AI drafting

AI can list bullet points. Only human review decides whether 'critical' belongs in a public changelog.

Security communication at scale

This sample demonstrates the editorial caution, audience awareness, and structural discipline required to ship security updates customers can trust and act on.