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

推荐订阅源

博客园 - 叶小钗
爱范儿
爱范儿
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
博客园 - 聂微东
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
月光博客
月光博客
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
罗磊的独立博客
Jina AI
Jina AI

Help Net Security

ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security Google brings instant email verification to Android, no OTP needed - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security Acronis GenAI Protection gives MSPs control over AI usage and data risks - 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!