<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/security-agents-need-identity-like-humans-35pmoigsp" -->

---
title: Security: Agents Need Identity Like Humans | daily.dev
description: AI agents that execute commands, modify infrastructure, and access sensitive data must be treated as first-class identities with proper permissions and access...
canonical: https://daily.dev/posts/security-agents-need-identity-like-humans-35pmoigsp
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Security: Agents Need Identity Like Humans | daily.dev
og:description: AI agents that execute commands, modify infrastructure, and access sensitive data must be treated as first-class identities with proper permissions and access...
og:url: https://daily.dev/posts/security-agents-need-identity-like-humans-35pmoigsp
og:image: https://api.daily.dev/og/posts/35PmoigSp.png
og:image:alt: Security: Agents Need Identity Like Humans
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Security: Agents Need Identity Like Humans

**[DevOps Toolkit](https://daily.dev/sources/devops-toolkit)** · 1 min read · 1 upvotes · 0 comments

## Summary

AI agents that execute commands, modify infrastructure, and access sensitive data must be treated as first-class identities with proper permissions and access controls — just like human users. This means scoping permissions tightly (e.g., a Kubernetes agent can modify clusters but not access billing), and implementing hard guardrails that enforce limits regardless of what the LLM decides. Guardrails act as a safety net to catch hallucinated destructive commands before they execute.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=5wEcgEOetUg>

## Similar posts on daily.dev

- [Why AI Agents Need Their Own Identity, Not Yours](https://daily.dev/posts/why-ai-agents-need-their-own-identity-not-yours-eoi0qehm1) · The New Stack · 3 upvotes · 0 comments
- [Your AI Agents Are Guessing at Scale: Permissions Decide the Damage](https://daily.dev/posts/your-ai-agents-are-guessing-at-scale-permissions-decide-the-damage-nfcwiz7kv) · BleepingComputer · 0 upvotes · 0 comments
- [Agentic AI Has an Identity Problem and Attackers Know It](https://daily.dev/posts/agentic-ai-has-an-identity-problem-and-attackers-know-it-fvn8olett) · BleepingComputer · 2 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#cloud](https://daily.dev/tags/cloud), [#kubernetes](https://daily.dev/tags/kubernetes), [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/security-agents-need-identity-like-humans-35pmoigsp)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Security: Agents Need Identity Like Humans","url":"https://daily.dev/posts/security-agents-need-identity-like-humans-35pmoigsp","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/security-agents-need-identity-like-humans-35pmoigsp"},"datePublished":"2026-04-09T13:44:31.039Z","dateModified":"2026-04-09T13:44:53.423Z","description":"AI agents that execute commands, modify infrastructure, and access sensitive data must be treated as first-class identities with proper permissions and access...","image":"https://i.ytimg.com/vi/5wEcgEOetUg/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/5wEcgEOetUg/sddefault.jpg","isAccessibleForFree":true,"articleSection":"DevOps Toolkit","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"DevOps Toolkit","logo":"https://media.daily.dev/image/upload/s--VPsieX2o--/f_auto/v1704633572/logos/devops-toolkit.jpg","url":"https://daily.dev/sources/devops-toolkit"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/security-agents-need-identity-like-humans-35pmoigsp","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,cloud,kubernetes,ai-agents","timeRequired":"PT1M","video":{"@type":"VideoObject","name":"Security: Agents Need Identity Like Humans","description":"AI agents that execute commands, modify infrastructure, and access sensitive data must be treated as first-class identities with proper permissions and access...","thumbnailUrl":"https://i.ytimg.com/vi/5wEcgEOetUg/sddefault.jpg","uploadDate":"2026-04-09T13:44:31.039Z","duration":"PT1M","url":"https://api.daily.dev/r/35PmoigSp","embedUrl":"https://www.youtube.com/embed/5wEcgEOetUg"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"DevOps Toolkit","item":"https://daily.dev/sources/devops-toolkit"},{"@type":"ListItem","position":3,"name":"Security: Agents Need Identity Like Humans"}]}
```

