Category: DZone Security Zone

Security Is a Platform Property, Not a Pipeline Step

A few weeks ago, I disabled key authentication on an Azure storage account we used for Terraform state management. It was one of the key security recommendations in Microsoft Defender for Cloud. It made sense to use RBAC-only permissions, enforce…

The Agent Security Split: Tool Layer vs Sandbox Layer

When an enterprise asks, “Is your agent platform secure?”, the question is almost always a bundle of two distinct architectural concerns: Tool layer: Can the agent only call the tools we approved? Are the tool inputs and outputs validated? Are…

Every SOC Today Is Answering the Wrong Question

Ask most detection engineers what a SOC does, and they’ll say: it finds compromised machines. That’s the wrong question. Attackers stopped compromising machines as the primary objective years ago — machines are just where identities and trust relationships happen to…

Your Agent Trusts That Wiki. Should It?

We were building a DevOps agent to help with on-call remediation. The idea was straightforward: when an incident fires, the agent reads the relevant runbook from our internal wiki, assesses the situation, and executes the appropriate remediation steps. No waiting…

AI Can’t Defend What It Can’t See

Most of what AI promises in security rides on something duller than the model itself: whether it can see the environment it’s defending. When it can’t, a stronger model doesn’t help. It makes the gaps harder to spot, and it…

Can Rust Have Zero-Cost Dependency Injection?

Overview This article explores whether dependency injection (DI) can exist in Rust without sacrificing the language’s core philosophy of zero-cost abstractions. We will approach the question from three angles: This article has been indexed from DZone Security Zone Read the…

Sharing SBOMs Securely Without Giving Too Much Away

SBOMs Create Transparency, But Not Without Risk The Software Bill of Materials, or SBOM, has changed meaning in recent years. It used to be seen as a technical tool for internal inventory management. It is now required as evidence due…