#
#devsecops
Everything tagged with devsecops across all content types.
16 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
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
Troubleshooting
Kubernetes Zero Trust: Lesson from a Missing Namespace Tag
Learn why a missing namespace label breaks Kubernetes zero trust policies. This guide shows how to diagnose, fix, and prevent silent network failures with Cilium,...
Warning
Blog
Evaluating AI-Generated Terraform for Secure Infrastructure
Master the safe evaluation of LLM-generated Terraform. This guide covers validation, security, and best practices to integrate AI into your infrastructure workflo...
aiops · May 14, 2026 · 10 min read
Troubleshooting
How to Mitigate Copy Fail (CVE-2026-31431) with Seccomp
Mitigate the Copy Fail (CVE-2026-31431) vulnerability in Linux kernels. Learn how to implement seccomp profiles for Kubernetes to prevent local privilege escalation.
Warning
Troubleshooting
How to Fix CVE-2026-43284: Preventing Dirty Frag Pod Escapes
Learn to fix CVE-2026-43284, the 'Dirty Frag Pod Escape' vulnerability in EKS. This guide provides practical steps, security best practices, and prevention strate...
Warning
Blog
Automate SSH 2FA Hardening with Google Authenticator
Learn to automate SSH Two-Factor Authentication (2FA) hardening using Google Authenticator. This guide provides production-ready steps, Ansible examples, and trou...
security · May 8, 2026 · 9 min read
Blog
Supply Chain Security Proxy: Move Beyond Vulnerability Scanning
Stop reacting to CVEs. Learn how to implement a supply chain security proxy to prevent dependency confusion, enforce provenance, and secure your pipeline.
security · Apr 27, 2026 · 12 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
Blog
Local LLM for Log Analysis: Privacy-First Debugging with Ollama
Stop sending sensitive logs to the cloud. Learn how to use Ollama and Llama 3 for secure, privacy-first log analysis and root cause diagnosis.
ai-devops · Apr 23, 2026 · 12 min read
Blog
Secure Terraform PRs with an Architecture Firewall
Stop infrastructure drift and security leaks. Learn how to implement an automated architecture firewall using Policy as Code (OPA) for Terraform PRs.
terraform · Apr 23, 2026 · 11 min read
Blog
GitHub Actions Security: How to Stop Secret Leaks in CI/CD
Protect your pipelines from credential theft. Learn to implement OIDC, pin actions to commit SHAs, and prevent 'pwn-request' attacks in GitHub Actions.
security · Apr 19, 2026 · 12 min read
Tutorial
How to Automate Terraform Reviews with GitHub Actions
Stop review fatigue. Learn to integrate CodeRabbit and GitHub Actions to automate AI-powered Terraform reviews and catch IaC security risks early.
Intermediate terraform · 60 minutes
Blog
Testing Infrastructure as Code: The Terraform Testing Pyramid
Stop hope-based deployments. Learn to implement a professional IaC testing pyramid using TFLint, terraform test, Terratest, and OPA for secure infrastructure.
terraform · Apr 13, 2026 · 12 min read