Documentation

Integrations

Slack Integration

Slack is where most engineering decisions happen, so it is the integration to connect first. Malveon connects over OAuth, verifies every incoming event, and can both read and write.

What it reads

Once connected, Malveon watches the channels you select for the discussions and decisions that matter. Decision Capture runs over that activity to save decisions automatically.


What it writes

The Slack connection is bidirectional. Malveon can post messages back to Slack (for example, to deliver a notification), using the same authenticated connection. It does not post anywhere you have not asked it to.


Security

Slack events are verified with an HMAC signature (the v0 scheme over the request timestamp and body) before Malveon processes them. An unsigned or mismatched event is rejected. Your OAuth token is encrypted at rest with AES-256-GCM.