# AI Security Strategy: Governance, Intent, and Agent Risks

**Podcast:** a16z Podcast
**Published:** 2026-08-11

## Transcript

The number one story on Bloomberg right now is that AI has gone wild.
We seem remarkably calm.
The way I see it is, if it's not an AI model, it's going to be somebody or something with actual malicious intent doing it.
I do worry about what can the agents do, what tools can they call, what binaries can they pull, and also how do they get access to credentials.
If a code is meant to solve the bug, but it gets rewarded on that, but it doesn't care if it's actually doing something else.
The tree is sick, so to make it healthy, it cuts it down.
Out of a necessity.
My team built a judge that evaluates the intent behind a piece of code.
Like, is this thing meant to do harm or not?
And we actually find quite a bit of malicious skills in all these marketplaces.
Engineers now, security is very much front of mind for them.
Developers have always cared about security.
The problem has been that the version of security that we want them to do is just crappy.
My thesis 10 years ago was that security engineers have become real engineers, so maybe now is the time.
AI is changing the security landscape on both sides.
Attackers have more capable tools, but security teams are also figuring out how to use those same capabilities to their advantage.
In this episode, A16Z's Joel De La Garza sits down with Datadog CISO Emilio Escobar to talk about what he's seeing as AI adoption spreads across the enterprise, including thousands of engineers working with coding agents.
They discuss how AI changes assumptions around permissions, credentials, and software supply chains, why simply blocking new tools doesn't work, and how security teams can adapt without becoming the department of no.
And as models get better at finding vulnerabilities, Emilio explains why he's less worried about AI hackers themselves than a more practical problem.
What happens when the number of vulnerabilities we can find suddenly explodes?
Thank you so much for joining us.
I know you're not here to see us, you're here to go to Black Hat, and it's good to catch up, and it's been a really crazy week, so you are a CISO at...
Public company, tech company, one of the house of innovation, driven a lot of really cool technology out of it.
And we've been talking to everyone about these models escaping, these models hacking.
And I know you've been central to kind of the adoption of AI at Datadog and would love to maybe talk a little bit about how are you thinking through the risks?
How are you deploying this stuff?
And I know you're very close to the product team and you're kind of enabling it.
So would maybe start off there and around.
For us, it was like, we have to do it like any other software company.
If we're not, we're going to be in the medieval ages real quick.
And I like being as easy, so I don't like having my own goat farm.
And we started real small.
I remember our first install, we started with Cursor, and I remember getting like 50 licenses.
And it was more of putting out there and see who bit.
And then, not surprising, it bloomed from there.
So now we use every other coding agent that's out there.
Some of the things that we're worried about as we deploy, well, first you start with the data.
What are we worried about the data?
And I never subscribed to the idea of, oh, if I block these things, nobody's going to use them.
That's never worked.
So on the non-developer side, like we just got ChatGPT licenses for everyone.
And it was like, whoever wants it gets it.
I don't care.
And you sure use it to find a recipe for pot roast.
I don't give a crap.
And because then I avoided the all oops moment.
And it was, this was back.
Ironically, this wasn't that long ago.
This was two years ago, and it feels like things have moved 20 years since.
But I remember having a lunch with a bunch of CIOs at RSA where everyone was asking me, like, how am I not blocking these things, right?
And I was like, well, A, we can't because we're the type of company that we are, but B...
Luckily, we can just buy our way out of that problem and zero data retention and all those things.
The inverse of Halet's block, it turned out to be correct, which is the people leaning into it the earliest and the most are the ones that you actually want to reward enough.
So now we have over 4,000 engineers using them.
Actually, we have every employee in the company adopting some sort of AI, whether it's Coding Agent or Gemini, Cloud Desktop, JGPT or what have you.
And so I have two.
We have two verticals.
We have the engineering side, which Alexi is deeply involved, our CTO is deeply involved in, and then I'm involved on the non-engineering side for how do we get marketing sales and everyone else to use AI.
And the adoption is, I think we were like 98% adoption rate, something like that.
It's one version of AI or the other everyone is using.
On that side, on the IT corporate side, the data becomes more the paramount issue, permissioning and all those things.
One thing that AI is going to do, is you think you have proper controls of who get access to what Google file or what have you.
AI is going to find a way to get it.
All you have to do is prompt it.
It flattens the organization, right?
It flattens the organization quite a bit.
So we actually had a moment where internally we built this business intelligence tool.
It's really neat.
And it was starting to show some data that I was like, it wasn't anything like a fire alarm, but it was like, should we?
And the data was probably always available to everyone.
They just never took the time to work.
So yes, so it's data that is in a data warehouse and we thought we had the right table and row permissioning and all of that.
But there was always a way to get access to the data if you knew the SQL well enough.
Well, then what happened is that you went from only people who really know SQL are using this to now having a sales rep telling, asking like, hey, what are, what is, I'm a commercial sales rep.
I'm just coming up with an example.
I'm a commercial sales rep.
how is the enterprise tier team doing?
Which normally you want to keep those things separate and what have you, and the agent just took out the SQL to do it.
Yeah, yeah, yeah.
And it tells them what the comp plan is.
So what is not always find a way around the permissioning and all that.
It's like we had the right permissioning for the right time.
So we've been obviously improving all of that.
And then luckily my IT group is what we've done is now we're at the point where we have role-based MCP servers as well.
So we have an NCP server for SDRs and things like that.
So we control and govern that data.
And then we're like, let them have it with whatever tool they want to use.
On the engineering side, obviously in the coding agent, like when my security team is worried about, similar to what you were just talking about, is on what can the agents do?
What tools can they call?
What binaries can they pull?
What dependencies can they use?
And also, how do they get access to credentials?
So for that, we have a few things going on where we've contributed to this open source sandbox and expanding on that where the agent doesn't actually get access to any sort of credential file.
So even if you have a file in your home directory that has your AWS secret, your NPM published secret or what have you, the agent on the sandbox can't touch it.
The credentials get injected into the agent the moment it needs it.
And the beauty of it is we already have CLI tool that will give you these ephemeral tokens to these things.
We just have the agent not know how to call it.
So it's like, oh, I'm Emilio.
I'm an engineer on this team.
I want to authenticate to GitHub, for example.
I call this tool auth GitHub, and it gives me a credential that's valid for I don't know how long.
And it gives me my access to GitHub.
But now it's the agent getting my access to GitHub.
But not just a static token written in a file.
Yeah, yeah, yeah.
The second thing is we know the threat has expanded.
Developers are now the main target for attackers.
Absolutely.
Because if I get one of these tokens, I can then build a worm that attacks the packages.
Or I can just escape or do whatever or access your production environment.
The other ways that we see how these agents can do it is via skills.
We track a few of these marketplaces.
Yeah, how do you control the skills?
That's a really hard problem.
So we actually have built hooks into the agents.
And then one of the things that which we can talk about is my team built out of a necessity a judge that evaluates using AI LMS, that evaluates the intent behind a piece of code.
I'm not talking CVEs, vulnerabilities or anything like that.
It's like, is this thing meant to do harm or not?
harm being a vague term on purpose.
It actually does really well at scanning markdown files as well.
Nice.
So we built it because for the longest time, Datadog, for those who don't know, we have a Datadog agent.
We take third-party code contributions to it, things like integrations and what have you.
So code written by other people.
We had this process for the longest time that requires a security engineer and an engineer on that agent team to re-evaluate the code and then approve it and then merge it.
So I'm like, well, this thing can't scale.
So then we built this judge by we, I mean my team, I don't do anything.
That got really good at it.
And then the software supply chain hijack started happening and IDE extensions started happening.
And then we threw this thing at those packages and it was actually able to identify the malicious piece of code that was injected or introduced during the hijack.
So we're like, huh, I wonder how it would do with markdown files.
And it actually does pretty well.
So then internally, what that means is we have hooks into the agents.
We know what skills they're getting pulled.
I've never believed in a security program that just restricts everything because the pain, innovation and all that.
It's the empire of no.
It's the empire of no.
But also it's like we don't want to be free willy either.
So what we do is now we put this judge in front of every skill that wants to get introduced.
We actually find...
quite a bit of malicious skills in all these marketplaces.
We're working with a few of them, partnering to see if they want to use this judge, but also like, hey, giving a heads up of, hey, we found this one, we found that one, we found that one.
And they do a pretty good job at taking those down.
The other thing we worry about is what dependencies it can pull, what binaries it can pull.
So I think it's plenty of that out there right now.
I don't think we have to justify it, but the judge does a good job at it.
And then evaluating the code output of the agents.
against malicious intent.
I think intent, and it's funny how this industry works, and this is maybe where I can get a little cheeky here, if you allow me, is...
I have no control, you can say whatever.
Apparently intent now is one of the must-have in any AI security type of solution.
The interesting thing is it happened after we've had conversations about intent.
Anyways.
But apparently that's a big deal, right?
It's like the fact that these agents, obviously they're trained on existing data, on existing code.
And they have a reward structure.
And they have a reward structure.
So if a code is meant to solve the bug, but it gets rewarded on that, but it doesn't care if it's actually doing something else outside of that.
The tree is sick, so to make it healthy, it cuts it down.
Right.
So we were worried about like...
The typical thing that we read about of an agent producing code that either would have, oh, your database isn't scaling and it's paging people at 4 a.m., so the best thing I can do is just turn it off.
And therefore, I solve the problem of paging people at 4 in the morning.
So you have to be careful how you prompt these things, but also how it actually interprets your prompt and executes on that.
We have this judge now evaluating the code output of the agents to then make sure that we're doing this.
So the cool thing is that we do this internally because we have to, and then the product team goes like, wait a minute, that might actually become a thing.
Let's explore, and then we evaluate it with customers and all of that.
But I mean, I get to say I'm lucky that the team can do it.
One of the things that surprises me is that I did a roundtable last week.
about agentic security.
And the sense that I got from a bunch of the security leaders who were in that call was a sense of helplessness, of just waiting for a commercial solution to come in and solve it all.
Well, you're, yes.
I think that the profession is interesting in that there are a number of different CISO profiles.
And I think, you know, I say this as someone who is relatively technical for a CISO.
Like before maybe just the generation above us, like, there were no tech.
I mean, the first CISO was Steve Katz, right?
So that's, like, pretty recent.
You know, and I think that there was just a lot of, like, sort of, like, CFOs becoming CISOs or CTOs, like, not really security people, right?
So, like, I think, and then what happened, I think, is that security teams got quite big and you needed a manager, right?
Not necessarily a leader or a thought leader.
And so I think there's just a lot of that right now in the industry where there's very much a, you know, if you're, if you're a large industrial company and software is not your competitive advantage, you're probably going to buy most of your product.
Right.
Versus like Datadog.
Yeah.
Which we're like, you better be the best of the best.
It's totally fine, right?
But I still believe, even in those scenarios, you may have one or two people on that team that if you give them creative license, they could do something.
But the fact that that wasn't even...
a thought process worries me a little bit because this thing is moving really, really fast.
Naturally, a lot of the companies that are solving this are new companies.
I think it's really hard.
I think the talent shortage is still a problem and I'm generally bullish on security jobs because of it.
But I think for some of the bigger programs, it's really hard to get technologists in there because they are shops.
Here's my kind of argument.
Do you really need a security person to do it?
No, and I think some of the best security people didn't start as security people.
Yeah.
You know what I mean?
It's like the developer that found their way into security.
Right.
But also in these companies, I'm sure there's a developer somewhere in there that they can be like, hey, how about we have you solve this problem for us in the meantime?
I think that a realignment is kind of happening.
So I was talking to a family member at a big, big American corporation, and they were saying that sort of like...
With AI tool adoption, they don't need to write as much code manually anymore.
They still need engineers and like that.
But they're basically saying, hey, look, we don't need this many tier one engineers and the security team needs them.
And so I think maybe you're starting to see some of that cross-pollination where you'll see that talent find their way into security.
Because it was always the case that if you're a developer or an engineer, you would just make more money.
on the software development side.
So I think those are equalizing and maybe, I mean, my thesis 10 years ago was that security engineers will become real engineers, so maybe now is the time.
Yeah, yeah, yeah.
I mean, we pay them the same as software engineers.
Now we do, yeah, yeah.
I mean, in the Valley especially.
Yeah, yeah, yeah.
I think it's narrowing in large corporates.
I think it's still software engineers have the advantage there.
But that'll probably...
narrow over time.
Yeah.
So that's how we'd be thinking about identity security is like, what are the things that we actually worry about?
And then what do we, what can we build?
What can we, what can we use?
And then where do we find more synergies there?
And I know that's a very buzzy term.
But what that I mean is our DevEx team is also interested to understand what's happening in the agents because they want to monitor developer experience.
So why can't we just all together work on it?
So that's how this thing has grown because it's not just a security tool for the sake of security.
It's also serving other purposes.
And I've noticed with engineers, especially over the last decade, like engineers now, security is very much front of mind for them.
If only because they don't want to have to keep fixing things.
And so I've noticed that there is this, this front of mind security thing for engineers, which is great.
It's like, I think we've made a lot of progress in that regard.
Yeah, and I, well, I actually have a little bit more of a, of a, maybe a fiery take on that.
I think developers have always cared about security.
I think the problem has been that the version of security that we want them to do is just crappy.
Yeah.
which is like, go fix this thousand of things that none of them are actually relevant to what you're building.
But the scanner told me they're critical, so you have to fix them.
Yeah, there is a lot of like the, you guys have sent me so much junk.
You lost the credibility.
So one of the things that I get to do at Datadog is actually I get to meet a lot of the engineering side of the equation, talking to us about our security platform and products and how do we get their security team to use it.
And they told me the same stories that I'm sure you've heard of.
Like, I get a thousand tickets.
None of them are relevant.
Security doesn't know what we're doing.
There's no intent to even understand the systems.
And the number of times I hear a security person telling me that their developers write crappy code, it's just mind boggling.
Because I'm like, well, then you do it.
Yeah, exactly.
See how good you can do it.
Probably no better.
Yeah, exactly.
Or maybe it's good code, but they're not fixing your...
noise vulnerabilities, and therefore you think it's crappy code.
Yeah.
I mean, oftentimes, right, with code bases, this was the learning experience for me, was that, like, you'll find these, in isolation, you'll find these issues in code, but then, like, there's a framework, a layer up, that's actually mitigating any potential fallout, and so it's like, whatever, it doesn't matter.
Yeah.
I mean, I just think, yeah, security people tend to have an issue, a blind spot around some of that stuff.
Yeah.
I guess sort of, like, As we sit here, the number one story on Bloomberg right now is that AI has gone wild and the world is over and everything is getting hacked.
You seem remarkably calm.
So maybe before we go, we'd love to get your take just on sort of like, you know, supposedly there's this great white shark cruising out there just eating people without them knowing.
But in general, I just haven't noticed a sense of panic from CISOs.
What's your take on all of this?
I mean, the way I see it is if it's not an AI model, it's going to be somebody or something with actual malicious intent doing it.
So therefore, I don't panic.
I do worry about our access to those same capabilities.
I do worry about the lack of...
regulatory framework that's deciding who gets access to these capabilities.
Yeah, yeah.
I feel you on that.
It's sort of like, it's really interesting who's getting access to this.
Yeah, yeah.
And it's sort of like, hmm, what's at play here?
But then, and then it's clear that it's, or communicated in a way that makes it, or portrays it as clear that it's outside of the frontier lab's hands.
And so, like, we have to put our company name on the list, and then we're supposed to wait.
And then when I ask, what's the criteria for how these things are evaluated?
I get jazz hands response.
But then you come to a conference and you talk to your buddies and they've had it for nine months.
Yeah.
And they're making stuff that's way less critical than your product.
Yeah.
So the argument was like, hey, some of these companies are using our stuff.
Yeah.
Wouldn't it make sense for us to get access so we can protect the stuff that you're using?
Exactly.
Yeah, I'm sure there's a lot of government agencies running Datadog software.
And vice versa, right?
We have a lot of also companies that provide services to the government.
Yeah, yeah, yeah, of course.
So, yeah, so I'm not worried necessarily about the models escaping sandbox and finding old days.
Like, I think, actually, I actually think inherently it makes things better for us.
Mm-hmm, 100%.
Guess what?
We're talking about it.
Bloomberg is talking about it.
You just said, right?
So before, it was like, well, nobody's talking about it, so who cares?
But am I worried about one of those things hitting data dog and something happening?
It's like, well, it's either a model or somebody else, right?
Like, if we have a gap, we have a gap.
At some point, it's going to get discovered.
So I'm not too worried about that.
What I worry about is the volume of things that are going to get discovered and the things that are telling us how to handle that volume are not up to par.
Yeah, 100%.
So you must fix every CVE that's in your environment to now you're going to get 1,000x more CVEs in your environment.
Well, those two things don't necessarily align well.
So I'm hoping that side also changes to the current day of things.
Totally.
That's what I worry.
And then the, sorry, and lastly, like the other thing that I worry is the hypersensitivity to the security of these findings because of the fact that it was found by a model rather than a human.
And I'm already seeing some of that where like, oh, Model X found this, so it must be extremely critical and true.
And then you're looking at it and you're like, it's actually not.
But it's kind of hard to argue that it's us arguing against, you know, this thing because just because a Greek.
God found it doesn't mean it's actually a critical thing.
But I think that the third party risk management game is going to get really crappy, even more so than it is because of this thing.
So I hope eventually those things I do worry about.
But I'm not always caping and hacking companies and all that.
It's like, well, I mean, they were going to get hacked no matter.
There's always been hackers.
There's two more now and whatever.
Yeah, yeah, yeah.
There are two really good ones, but hopefully they make us better rather than making us worse.
Well, and I think the lesson that I have learned throughout my entire career is that any attempt to gatekeep security fails.
Right, yeah.
And it only makes things worse and that an open and free discourse on these things is the only way to get better.
Yeah, yeah, yeah, exactly.
Thank you for joining us and having that discourse, man.
It's been awesome.
Yeah, thanks.
Enjoy your time at the conference.
Thank you.
Thanks for listening to this episode of the A16Z Podcast.
If you liked this episode, be sure to like, comment, subscribe, leave us a rating or review and share it with your friends and family.
For more episodes, go to YouTube, Apple Podcasts, and Spotify.
Follow us on X and A16Z and subscribe to our Substack at a16z.substack.com.
Thanks again for listening and I'll see you in the next episode.
As a reminder, the content here is for informational purposes only.
It should not be taken as legal, business, tax, or investment advice or be used to evaluate any investment or security.
and is not directed at any investors or potential investors in any A16Z fund.
Please note that A16Z and its affiliates may also maintain investments in the companies discussed in this podcast.
For more details, including a link to our investments, please see a16z.com forward slash disclosures.
