#
#ai-agents
Everything tagged with ai-agents across all content types.
11 posts
Tutorial
Claude Code Security Skills: A DevSecOps Playbook
Build Claude Code security skills that scan for secrets, run SAST, and test prompt injection, then enforce them with hooks and subagents in CI.
Intermediate devsecops · 45 minutes
Tutorial
Claude Code Security Skills: A DevSecOps Tutorial
Build Claude Code security skills that scan for secrets, run SAST, and catch prompt injection, then enforce them with hooks in your DevSecOps pipeline.
Intermediate devsecops · 45 minutes
Blog
Deploying Autonomous AI Agents on an M2 MacBook
A hands-on guide to AI agent M2 deployment: run a local LLM on 8GB Apple Silicon, wire up a CrewAI agent, and keep memory under control.
aiops · Jul 6, 2026 · 9 min read
Blog
Azure DevOps to GitHub Migration: An AI-Driven Playbook
Move repos from Azure DevOps to GitHub with the gh ado2gh extension, then wire up Copilot's coding agent. A practical migration playbook for 2026.
ci-cd · Jul 3, 2026 · 9 min read
Blog
Governing AI Agents in CI/CD with OPA and MCP
AI agents now open PRs and run deploys inside your pipeline. Here is how to govern their tool access and gate their actions with OPA and MCP.
devsecops · Jul 1, 2026 · 9 min read
Blog
AI Agent Risks: Lessons from Snyk's 10,000 Environment Audit
Discover the top AI agent risks revealed by Snyk's audit of 10,000 environments. Learn key security lessons to protect your deployments from automated threats.
ai-devops · Jun 26, 2026 · 15 min read
Blog
MCP Server Security: Prevent Prompt Injection & Secret Leaks
Learn to secure AI agent MCP servers from prompt injection and secret leaks. This guide covers least privilege, containerization, and network policies for DevOps.
ai-devops · May 13, 2026 · 10 min read
Troubleshooting
How to Detect and Prevent Malicious AI Agent Skills
Secure your AI agents by detecting and preventing malicious MCP skills. Learn to implement sandboxing, egress filtering, and zero-trust architectures.
Warning
Tutorial
How to Build AI Agents for Kubernetes Deployments
Learn to build autonomous Kubernetes agents using MCP, Kagent, and K8sGPT to automate diagnostics, resource optimization, and GitOps workflows.
Advanced ai-devops · 90 minutes
Blog
Cursor vs Copilot vs Cody: Best AI Editor for DevOps
Compare Cursor, GitHub Copilot, and Sourcegraph Cody for DevOps. Learn which AI tool best handles IaC, Kubernetes manifests, and complex CI/CD pipelines.
ai-devops · Apr 15, 2026 · 12 min read
Tutorial
LLM Observability on Kubernetes: A Practical Guide
Master LLM observability on Kubernetes with this practical guide. Learn to monitor AI agent performance, cost, and behavior using OpenTelemetry, Prometheus, Grafa...
Intermediate kubernetes · 90 minutes