Security is a property of the factory
You cannot bolt enterprise security onto an agent after it has already scattered code, credentials, and decisions across six tools.
Security holds when identity, tenancy, execution, and review share one operating model.
Open the takeaways ↘
- ↳Context admission is part of the attack surface.
- ↳Capabilities should narrow as work approaches release.
- ↳A security control is real only when the work cannot bypass it.
The blast radius starts before runtime
An agent can expose sensitive context long before production. It can choose the wrong repository, carry the wrong tenant's assumptions, or make a change nobody can attribute. Security begins at the moment work is admitted.
Controls need to travel with the work
Identity, tenant boundaries, sandbox permissions, repository scope, and release review should not be reconstructed from separate logs. They need to be part of the same work surface, so the safe path is also the easy path. Learning loops and agent teams can stay inside the tenant while an external orchestrator sees only the contracts and state it needs to coordinate.
Trust is earned operationally
Enterprise buyers do not need a trust slogan. They need to know who acted, what they could touch, what changed, and who approved the release. Armalo makes those questions part of the factory instead of a quarterly scramble.
The hidden boundary is context
Security teams often inventory credentials and forget that context is itself a capability. A repository tree, an incident transcript, a ticket attachment, and a model response can each change what an agent believes it is allowed to do. The admission layer must classify not only the data, but the instruction path that introduced it. Otherwise a poisoned document can become an unaudited policy change.
The practical control is boring and powerful: bind every admitted artifact to a tenant, purpose, actor, and expiry. Let the worker see only the projection it needs. When a tool response asks for a new permission, make that request visible as a decision—not an invisible continuation of the previous turn.
A control is only real when it can say no
A policy that produces a dashboard after the fact is an observation. A policy that blocks an unscoped read before it happens is a control. This distinction matters in agentic systems because speed makes accidental bypass look like success.
Test the factory with hostile normality: the wrong repository selected, a stale approval, a cross-tenant identifier, a secret-shaped string in a log, a release whose tests ran against a different commit. The system should fail closed with a reason a second operator can act on. That is how security becomes a property of the factory rather than a specialist's hope.
The security conversation changes
Once identity, scope, and evidence travel with the work, security stops being the department that slows delivery and becomes the department that makes more delivery possible. Engineers receive a smaller, clearer permission surface. Reviewers receive the context they need. Leaders can approve autonomy because the boundary is inspectable.
The question is no longer whether an agent is safe in the abstract. It is whether this particular action, in this tenant, under this authority, with this evidence, is safe enough to continue. That is a question a factory can answer.
Questions an enterprise buyer should ask
Where should an enterprise start? ↘
Start with admission: identity, tenant, purpose, data class, repository scope, and allowed tools. If those are ambiguous, later scanners are measuring a system that already crossed the important boundary.
Can least privilege work with multiple agents? ↘
Yes, if capabilities are issued per intent and per worker, not as a broad identity attached to the whole team. Multiple agents can work in parallel; authority still needs a narrow owner.
References
- [1]Zero Trust Architecture — NIST SP 800-207. Trust is continuously evaluated rather than inherited from network location.
- [2]AI Risk Management Framework — NIST AI 100-1. Govern, map, measure, and manage risk throughout the lifecycle.
Want to test the argument against your own factory? Bring a real outcome into a room and inspect the next decision.
Start building →