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

推荐订阅源

WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
月光博客
月光博客
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
U
Unit 42
腾讯CDC
爱范儿
爱范儿
J
Java Code Geeks
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
B
Blog
Stack Overflow Blog
Stack Overflow Blog
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Azure Blog
Microsoft Azure Blog
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
OpenAI And 1Password Bring Agentic Security To Codex
Tim Keary · 2026-05-19 · via Forbes - Innovation
AI Security System - Data Protection Concepts

AI protection concepts. 3D render

getty

Agentic security is picking up steam. This week, identity security provider 1Password announced a collaboration with OpenAI that will enable developers to provide Codex with secure access to credentials, such as passwords.

Under this partnership, users will be able to grant the Codex agent access to the 1Password Environments MCP Server for Codex. The move means that the agent can access credentials stored in a secure runtime environment without exposing secrets in prompts, code or model context.

Today, the identity security vendor also released the first episode of the Zero-Shot Learning podcast in which Nancy Wang, CTO of 1Password, Jeff Malnick, general manager, VP of developer and AI at 1Password and Fotis Chantzis, OpenAI’s agent security lead, discussed how to safely deploy AI agents.

The podcast is part of an ongoing series that will run every two weeks, cohosted by Nancy Wang and Dev Tagare, senior director and head of engineering for Gemini Enterprise and Business at Google which interviews engineers building AI tools. The sessions content highlights the need for secure agent practices, including using short-lived credentials, sandboxing and keeping secrets out of model context.

Tackling Agent Identity

Security has remained a consistent challenge for organizations adopting AI agents. According to a report issued by the Cloud Security Alliance, two thirds of organizations have suffered from a cybersecurity incident related to the deployment of AI agents during the past year.

One of the biggest challenges increasing risk is identity management. While more agentic identities are emerging in the enterprise alongside human identities, authentication and access controls are still primarily designed to support human users, rather than agent identities that move at machine speed.

In the Zero-Shot Learning podcast, Chantzis defined agent identity as “a non-human identity that can be directly authorized by a tenant or delegated by some kind of user to access local or remote resources to perform some kind of task.” These identities need to be secured as much as human identities, but there are no universal practices for doing so.

“Agent identity is not a solved problem...there’s no one size fits all for here’s the playbook for how you deploy agents into production,” Wang told me in a video interview. “As we’re seeing more of these autonomous agents, I think this conversation around who is an agent, you know, what was it created to do, becomes even more important, because their identities are no longer tied to that of a human.”

She explains that agents may look like humans, but they work like machines. They can have the same access as a human user, but they work longer and faster, because they don’t need to take breaks. They can also spawn other agents. This means there could be more risk if the agent takes a malicious action with an API key.

“Being able to cryptographically prove the intent of an agent and tie that into its identity and therefore its access, having that entire chain, right, sort of be deliberate and also be pristine, matters,” Wang said.

Wang says that one design philosophy 1Password uses to reduce risk is having no standing privileges. That means not giving agents API keys to use as they wish. At the same time, the organization’s collaboration with OpenAI will bring just-in-time access to Codex. Just-in-time access allows the agent to access the tools it needs to perform its function without exposing the credentials to the model’s context.

Frontier AI Meets Agentic Security

As a provider at the forefront of the frontier AI race, OpenAI is seeking to address the security concerns presented by AI agents. Fotis Chantzis, OpenAI’s agent security lead, heads a team that designs, builds and deploys security controls to agentic services like Codex.

According to Chantzis, the agentic security team is cross-functional and collaborates with teams across privacy, detection and response, product, safety and alignment. The team combines deterministic and non-deterministic controls across the security stack.

He notes that this cross-functional approach emerged after the initial launch of Codex more than a year ago, when the company realized it needed someone to consolidate the efforts around securing agentic services which have become prevalent across the industry.

Addressing identity is a priority for securing an agentic AI initiative. “For someone to be able to properly authorize someone, they need to first be able to identify them. So, solving the agent identity problem is very important,” Chantzis said.

“Now that we have sub-agents that do specific tasks, like an agent that can spawn sub-agents, and then they can perform various actions and tasks, we need to have…basically an audit trail and observability across all of the actions,” Chantzis said. He says that continuous verification and authorization needs to be done in such a way that the permissions the agent gets should match the task it is asked to perform.

In terms of risk, Chantzis says that the biggest risks presented by AI agents are that of prompt injection and misalignment. Besides measures like continuous authorization, he says there should be some kind of credential mediation so that sensitive information like secrets, credentials or API keys are never put within the context window of the agent.

After all, giving an agent access to credentials is a risky proposition, as there’s no guarantee what the agent will do with that access and what the exposure to third parties will be.

As more agents emerge across the enterprise, security teams are going to have to rethink approaches to identity and credential management. Giving agents access to credentials increases the exposure of secrets to third parties, whereas depriving them of passwords altogether decreases their utility. OpenAI and 1Password demonstrate an alternative approach that gives agents access to credentials within the development workflow without exposing credentials.