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

推荐订阅源

博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
The Cloudflare Blog
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
F
Fortinet All Blogs
J
Java Code Geeks
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog RSS Feed
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
小众软件
小众软件
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Vercel News
Vercel News
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队

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
Anthropic's Claude Tag gives AI agents independent identi...
Anamarija Pogorelec · 2026-06-24 · via Help Net Security

Anthropic introduced an agent identity model for Claude Tag, its AI assistant designed for team collaboration in shared workspaces. The model gives Claude its own identity, permissions, and tool access, configured by administrators and tied to a workspace or channel. Because Claude does not rely on individual user credentials, access remains separate from employees’ personal accounts, reducing the risk of exposing private documents through shared channels.

Claude agent identity model

How teams scope Claude’s tool access in Claude Tag: broad, low-risk integrations run in shared channels under an agent identity, while personal or team-specific tools stay in DMs and run as the user. (Source: Anthropic)

Assigning permissions to Claude

Administrators assign Claude a dedicated identity with a default set of permissions, tools, and connections that apply throughout a workspace. These settings can be adjusted for individual channels. For example, Claude can be given access to GitHub and a data warehouse in an engineering channel, while a CRM connection can be limited to a private sales channel.

Administrators control which repositories Claude can access, the tools and API keys it can use, its skills and plugins, and any channel-specific instructions.

Because Claude uses a separate identity, administrators can revoke all of its permissions by disabling that identity instead of managing privileges through multiple user accounts.

“Agent identity replaces the question ‘what can this user do?’ with ‘what can this agent do in this compartment?’ That’s a departure from per-user Access Control Lists: it means that a channel member without direct access to the repo can ask Claude to read that repo if the channel’s profile grants Claude that permission,” Noah Zweben, a member of technical staff on the Claude Code team, explained.

Anthropic describes agent identity as a foundation for access control in environments where AI agents operate alongside teams and interact with multiple systems.

How channel identities are isolated

Claude Tag uses separate identities for private channels, while public channels share a workspace-wide identity. Each identity has its own permissions and privileges. For example, Claude in a legal channel cannot access engineering resources, and Claude in an engineering channel cannot view legal documents unless permission has been granted. Information learned in a private channel remains isolated and is not shared elsewhere in the workspace.

A channel’s identity is available to everyone in that channel by default. Administrators can further restrict an identity’s permissions and, on Enterprise plans, use role-based access controls to determine which users can interact with Claude. This allows organizations to control both what Claude can access and who can use it.

Anthropic says Claude Tag becomes more capable as administrators connect additional tools and data sources. It can combine information from connected tools and data sources to answer questions that span multiple systems.

Administrators can start with a baseline set of permissions, review audit logs, and grant additional privileges as needed while maintaining oversight through the agent identity model.

Organizations that need stricter controls can disable Claude Tag in specific channels or use role-based access controls (RBAC) to limit which users can interact with it.

Controlling and auditing access

When administrators connect a tool to Claude, the credentials are linked to that channel’s identity and used only when needed. Claude can communicate only with systems that administrators have approved. Connections to unauthorized destinations are blocked.

All actions performed by Claude are logged, including tasks, memory updates, and network requests. Because Claude operates under its own identity, those actions are recorded in the logs of connected services, providing administrators with an audit trail.

In direct messages, Claude operates under the user’s individual claude.ai account and uses that user’s connectors, credentials, and permissions. This allows Claude to work with tasks and tools that should not be available in a shared channel, such as email drafts or software licensed to a single user.

Zweben said Anthropic plans to add security controls that allow users to approve sensitive actions when needed without permanently expanding Claude’s permissions.

The company plans to introduce identity-aware access controls that combine Claude’s permissions with those of the user making the request. Under this model, Claude could perform an action only when both the channel’s permissions and the user’s access rights allow it.