惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
博客园_首页
博客园 - 【当耐特】
V
Visual Studio Blog
博客园 - 叶小钗
月光博客
月光博客
美团技术团队
J
Java Code Geeks
小众软件
小众软件
Y
Y Combinator Blog
博客园 - Franky
Martin Fowler
Martin Fowler
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Agent Beacon: Open-source telemetry layer for AI agents -...
Mirko Zorz · 2026-06-22 · via Help Net Security

AI coding agents such as Claude Code, Codex CLI, Cursor, and Claude Cowork run on developer laptops, CI jobs, cloud environments, where they edit files, run commands, and call outside tools. Beacon, an open-source project from Asymptote Labs, configures telemetry for those runtimes and writes a normalized record of what each agent does across local, CI, and cloud-agent surfaces.

Agent Beacon

What Beacon collects

Beacon discovers supported local runtimes on a host and configures data collection for them, while also supporting additional CI and cloud-agent telemetry paths. It configures supported runtimes such as Claude Code and Codex CLI to export OpenTelemetry data to a collector running on localhost. For Cursor, it installs hooks that emit local endpoint events covering sessions, prompt submission, tool use, command execution, MCP-like tool activity, approval decisions, and file edits where Cursor exposes those payloads. A bundled collector converts the OpenTelemetry logs and hook events into a normalized JSON event log, and a local dashboard reads that log for inspection. Teams can also forward the data into supported customer-managed SIEMs.

The software runs locally and works without an Asymptote account. It records full telemetry by default, with configurable retention modes for leaving out prompt text, raw attributes, command output, and raw diffs. Two added retention modes exist: a redacted mode that includes configured content fields after local redaction and size limits, and a third mode that keeps configured content fields in local or customer-controlled logs, subject to event size limits. The dashboard binds to loopback and reads the runtime log.

Written mostly in Go and released under the MIT license, Beacon installs on macOS through a Homebrew tap. Claude Cowork support requires OpenTelemetry export configured by a Team or Enterprise admin in the Claude admin console, with an OTLP endpoint reachable over the public internet.

From visibility toward governance

Asymptote Labs calls Beacon the world’s first open-source telemetry layer for AI agents wherever they run (locally, in CI, or in the cloud), and its aim reaches past observation.

CEO Justin D’Souza wants agent activity to become observable, understandable, and eventually governable across an enterprise, with the visibility layer coming first. “The precondition for governance is a visibility layer built on a normalized schema of agent activity across local + CI + cloud agent harnesses,” D’Souza told Help Net Security. “We believe we are the first to do this in a comprehensive way, significantly extending OpenTelemetry genAI standards.”

D’Souza laid out the work ahead: “In practice, the governance layer builds on our open source foundation. It requires 3 key ingredients: 1) a detection rule standard to codify suspicious agent activity, 2) a policy layer for enforcing controls and gating agent actions in real time and 3) infrastructure scaffolding designed around a streaming-first architecture, so agent actions can be ingested and evaluated in near real time across enterprise environments.” He said a detection rule standard remains an open problem, which he ties to the industry’s lack of a normalized schema for agent activity. “This is what we’re pushing for, and what we think will differentiate our approach,” D’Souza said.

A gap in endpoint detection

D’Souza sees a gap in what endpoint detection and response tools collect. “Existing EDR tools miss understanding agent behaviour, e.g. what the agent is trying to do, what tools it invokes, what context it uses, and how those actions map to a broader task a user is trying to accomplish,” he said.

He named CrowdStrike’s EDR and AIDR products as an example. “We’re currently working with early design partners who already use CrowdStrike EDR and Falcon in their security stack,” D’Souza said. “They’re using Agent Beacon as this missing agent visibility layer. That early signal gave us conviction to keep going in this direction.”

Visibility and developer trust

Recording prompt text and agent commands raises questions about developer privacy. D’Souza said security teams need visibility into agent activity “to do their job and protect the enterprise from catastrophic loss,” and that “developers need to trust that this visibility is being used responsibly.”

He plans to give organizations control over how telemetry gets collected and used, including “redaction and policy-based controls for sensitive data fields like prompts” and limits on which user groups can reach that data. His goal for Beacon, D’Souza said, is “for developers and enterprises to feel safer about adopting AI.”

The current public build supports agent runtimes across local endpoint, CI, and cloud-agent telemetry paths. It omits kernel and process monitoring, shell history collection, broad browser and SaaS telemetry, and general-purpose credential-use attribution.

Agent Beacon is available for free on GitHub.

Must read:

Subscribe to the Help Net Security ad-free monthly newsletter to stay informed on the essential open-source cybersecurity tools. Subscribe here!