Does Beam block dangerous commands?
No. Beam v1 is observe-and-alert only: the hook emits no allow or deny response, and imported enforcement records are counted as skipped. If you need something to stop a command mid-flight today, Beam is not that tool.
Which AI agents and tools does Beam monitor?
Beam is source-agnostic. It accepts a normalized event schema, Claude Code hook payloads, OTLP/HTTP JSON logs and imported numbat records — anything emitting to one of those paths lands in the same timeline.
Does any of this data leave my machine?
Not by default. The collector binds to 127.0.0.1:4319, stores events in local files at 0700/0600, and ships no analytics or third-party scripts. Data leaves only through an export you run yourself.
What gets redacted before an event is stored?
Known credential formats, auth headers, URL query values and private keys, with detection running on the raw text first. Other sensitive text may survive redaction — inspect an export before sharing it.