Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.asymptotelabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

Data Flow and Threat Model

Beacon collects supported agent harness activity on the endpoint, normalizes it locally, and writes one JSON object per line to a local runtime log. Security teams can inspect that file locally, view it through the loopback dashboard, or forward it through customer-controlled security pipelines.

Data Flow

StepBehaviorBoundary
Runtime emissionSupported runtimes emit OpenTelemetry payloads or invoke beacon-hooksRuntime-owned process to Beacon-managed local component
Local collectionBeacon receives OTLP on 127.0.0.1:4317 and 127.0.0.1:4318, or receives hook payloads from local runtime configurationLocal process boundary on the endpoint
NormalizationBeacon maps runtime-specific payloads into the endpoint event schemaBeacon-managed code path
Local storageBeacon writes one JSON object per line to runtime.jsonlFilesystem permissions and log ownership
Local inspectionThe dashboard reads the runtime log over a loopback-only serviceLocal browser to local dashboard service
Optional forwardingWazuh, Elastic/Filebeat, Datadog Agent, Sumo Logic, Rapid7, Splunk HEC, Falcon LogScale HEC, or customer-managed shippers read or receive eventsCustomer-managed network and SIEM boundary

Threat Model

RiskDesign response
Unintended hosted telemetryNormal endpoint collection writes local JSONL and does not require a Beacon-hosted account, remote policy fetch, or external network dependency
Network exposure of collectorsDefault OTLP receivers bind to 127.0.0.1 rather than an externally reachable interface
Over-collection of prompt or diff contentContent retention can be set to metadata, redacted, or full before rollout
Secret leakage in retained contentredacted applies local redaction and size limits before writing configured content fields
SIEM credential exposure in endpoint configFile-based destinations tail local JSONL; Beacon does not store Elastic, Datadog, Sumo Logic, or Rapid7 credentials. Splunk HEC and Falcon LogScale HEC tokens are stored in local collector configuration only when those optional destinations are enabled
Removal uncertaintyEndpoint uninstall removes managed service and configuration state, with explicit --keep-logs and --keep-config exceptions

Current Boundaries

Beacon focuses on supported agent harness telemetry. It does not provide kernel or process monitoring, shell history collection, cloud audit ingestion, browser or SaaS telemetry, credential-use attribution, MCP configuration inventory, Datadog API export from Beacon, Sumo Logic API export from Beacon, Rapid7 API export from Beacon, or automatic mutation of Factory Droid shell profiles.

Telemetry pipeline

Follow the collection, normalization, storage, and forwarding pipeline.

Supported surfaces

Review supported runtimes, destinations, MDM support, and current boundaries.