Telos – eBPF/LSM Runtime Security for Autonomous AI Agents
Kernel-level intent tracking stops AI exfiltration where EDR and Docker fail.
OS-level runtime auditing for unpredictable automation.
eBPF runtime visibility for AI agents—first tool solving the trust problem with Claude Code and similar.
AI agent developers, DevSecOps engineers, automation security teams
Falco · osquery · auditd
logira records exec, file, and network events at the OS level via eBPF, scoped per run. Events are saved locally in JSONL and SQLite. It ships with default detection rules for credential access, persistence changes, suspicious exec patterns, and more. Observe-only – it never blocks.
Kernel-level intent tracking stops AI exfiltration where EDR and Docker fail.
eBPF kernel hooks enforce agent boundaries at <0.05ms latency; no API polling tax.
Hash-chained audit log catches agent violations at zero token cost.
eBPF kernel hooks give LLMs direct system state access without command probing.
YAML process harness that blocks LLMs from skipping steps with receipts.
LSM hooks block operations synchronously; most eBPF security tools only alert asynchronously.