~/devreads

#access control

28 posts

Today

21 Jul

J Simpson 5 min read

A recent report from Salt Security published a truly alarming statistic. According to the report, 95% of API attacks come from authenticated sources. This should raise alarms for anyone who knows anything about cybersecurity, as it means API attacks are seemingly real transactions. These attacks won’t even be noticed by average cybersecurity systems, as, for ...

blogsecurityaccess controlai agentsapi logging

14 Jul

Janet Wagner 8 min read

One of the most difficult aspects of building systems with multiple AI agents is managing permissions. Single AI agents often accumulate permissions as they are updated with expanded capabilities, enabling them to operate beyond their original purpose. The accumulation of permissions, referred to as privilege drift or scope sprawl, leads to broader access points and ...

blogsecuritystrategyaccess controlai agents

9 Jul

Kristopher Sandoval 9 min read

Scope sprawl occurs when identities, applications, or tokens accumulate broader permissions than they need to perform their intended tasks. It often stems from weak internal standards, unclear documentation, or pressure on engineering teams to move quickly. For example, consider the following scenarios. A developer wires an integration, requests a broad OAuth token scope because the ...

blogsecuritystrategyaccess controlapi governance

2 Jul

J Simpson 8 min read

With over 10,000 active servers and 97 million monthly SDK downloads, Model Context Protocol (MCP) is by far the most popular agentic protocol currently on the market. While this is good news for developers who don’t want to write custom integrations for tools and third-party apps in their stack, MCP’s widespread adoption should be a ...

blogaccess controlai agentsapi governanceapi logging

30 Jun

Kristopher Sandoval 12 min read

The consumption pattern for modern APIs is changing radically. What was once a largely human-to-machine pathway is now seeing a rapid climb in use by AI agents. This is somewhat problematic for many API providers, since APIs were designed for human developers who read documentation, understand context, and recover gracefully from ambiguity. Agentic AI systems ...

blogdesignstrategyaccess controlai agents

18 Jun

J Simpson 5 min read

We tend to hear a lot about API vulnerabilities, between the OWASP Top 10 API Security Vulnerabilities and CISA’s Known Exploited Vulnerabilities Catalog. 42Crunch also recently published research on the most common API vulnerabilities, highlighting broken authentication, broken authorization, and misconfigurations as widespread issues. While industry analysis demonstrates which API vulnerabilities are most common, we ...

blogaccess controlai agentsapi integrationapi monitoring

16 Jun

Kristopher Sandoval 11 min read

In April 2026, a big story dropped in the agentic world. In nine seconds, a Claude-powered coding agent deleted the entire production database for an application called PocketOS. Despite all the existing guardrails, the agent seemingly went rogue and confirmed with its users that the actions it took were neither positive, permissible, nor requested. What ...

blogsecuritystrategyaccess controlai agents

2 Jun

Eyal Solomon 6 min read

A developer can ship an MCP server in an afternoon. Getting that same server running in regulated production, with credentials provisioned, access controls enforced, and security sign-off obtained, takes weeks. This post walks through the six challenges teams hit when scaling enterprise MCP deployments from prototype to production, the fix for each, a posture assessment ...

blogaccess controlai agentsapi gatewayapi governance

28 May

Kristopher Sandoval 10 min read

Often, enterprises end up treating all their APIs roughly the same. They’re authenticated, maybe rate-limited, and hopefully behind a gateway, but ultimately, they’re lumped together as part of a collection of APIs. While that flatness makes sense from a product management perspective, it poses a problem for risk management. A payment processing API and a ...

blogsecurityaccess controlapi gatewayapi governance

26 May

20 May

Janet Wagner 9 min read

The application and API security industries are rethinking access control for AI agents. However, the underlying foundations remain the same ones the industry has relied on for years. What’s changing is how and when those foundations are applied. Depending on the use case, a given approach may work best at runtime, with proper contextual signals, ...

blogsecuritystrategyaccess controlai agents

18 May

Bill Doerrfeld 8 min read

Agentic AI certainly dominated the theme of apidays New York, an event that brought together some of the API industry’s top thinkers and implementers for two days in mid-May 2026. It’s clear that APIs are still as important as ever, but they are now being repositioned as an execution layer for this new paradigm. In ...

blogstrategyaccess controlai agentsapi

12 May

6 May

23 Apr

14 Apr

25 Mar

Janet Wagner 6 min read

When it comes to APIs, security has always been a serious concern. Developers who design and build APIs strive to mitigate vulnerabilities before attackers find them. Consumers want to be reassured that the APIs their applications integrate with won’t compromise data or application integrity. However, the rise of AI has led to new and evolving ...

blogsecuritystrategyaccess controlai agents

25 Feb

17 Feb

Art Anthony 7 min read

In recent months, we’ve been writing extensively about some of the exciting possibilities offered by artificial intelligence and the agentic consumption of APIs, from new routes to monetization via AI through to more efficient workflows. But there are downsides to consider here, too. Large language models (LLMs) have a habit of disregarding the API contract, ...

blogsecuritystrategyaccess controlai agents

29 Jan

Kristopher Sandoval 6 min read

Agentic AI is an incredibly powerful frontier technology, and it’s actively changing the tech landscape day by day. One of the most significant changes is that APIs are no longer solely called by deterministic code developed and reviewed by humans. Instead, APIs are being actively and frequently called, explored, linked, and even adapted by autonomous ...

blogsecurityaccess controlai agentsapi governance

8 Jan

Kristopher Sandoval 7 min read

In the software field, one of the most commonly referred to and leveraged resources is the Top Ten list from OWASP. This is for good reason — OWASP stands as a platform- and vendor-agnostic voice that can highlight application security risks in a potentially more meaningful way than the litany of whitepapers and reports issued ...

blogsecurityaccess controlapi governanceapi security

23 Dec 2025

Jonas Iggbom 6 min read

Authorization Exchange, or AuthZEN for short, is a new specification from the OpenID Foundation that aims to bring clarity and standardization to authorization. If OAuth 2.0 and OpenID Connect brought us standardized protocols for authentication and identity, AuthZEN aims to do something similar for fine-grained authorization. It defines a shared, interoperable way for applications to ...

blogsecurityaccess controlapi governanceapi security

22 Dec 2025

27 Nov 2025

Kristopher Sandoval 5 min read

Authorization is having a bit of a moment in the tech world right now. Organizations like Apple are investing more heavily in policy-driven access control, signalling a shift towards policy as code. As this approach is solidified, it’s becoming clear that the next big revolution in the authorization space will be focused on a specific ...

blogsecurityaccess controlapi securityapis and data

26 Nov 2025

1 Oct 2025

Kristopher Sandoval 8 min read

Most teams do at least some sort of injection attack testing. This testing, however, is typically focused on a small subset of particular vulnerabilities. SQL injection is a popular target, as is command injection. Some teams may even do log injection if they’ve been burned before. But when it comes to APIs — and especially ...

blogsecurityaccess controlapi securitycybersecurity

23 Mar 2022

Manoj Vignesh K M 8 min read

source: https://www.freeimages.com/download/private-property-no-trespassing-1205389 I dentity and A ccess M anagement system deals with “who” should get “what” level of access to an object (entity) or a function. The subsystem that defines “who” is called Authentication (Identity), while the subsystem that defines “what” level of access is called Authorization (Access). Building an IAM system can get very complex quickly. No wonder “Broken…

information-securityaccess-controlauthorizationidentity-and-accessaccess-management