Skip to main content
AppSec Atlas Research Team
Core Security Research & Contributor Group
View all authors

Hardening Agentic AI & Model Context Protocol (MCP) Tool Execution in Production

ยท 3 min read
Animesh Shaw
Founder & Lead Security Architect, AppSec Atlas
AppSec Atlas Research Team
Core Security Research & Contributor Group

As autonomous AI agents shift from passive text generators to active systems capable of executing database queries, invoking REST APIs, and modifying infrastructure via the Model Context Protocol (MCP), the threat landscape shifts dramatically.

In this research article, we analyze the mechanics of Indirect Prompt Injections in agentic workflows, demonstrate how untrusted data smuggles commands into tool parameters, and provide production-grade Python guardrails to sandbox MCP tool execution.

Zero Trust Microservices: Implementing SPIFFE/SPIRE & mTLS for Kubernetes Services

ยท 3 min read
Animesh Shaw
Founder & Lead Security Architect, AppSec Atlas
AppSec Atlas Research Team
Core Security Research & Contributor Group

In modern cloud-native Kubernetes environments, relying on perimeter firewalls, network security groups, or hardcoded API keys for microservice-to-microservice authentication is no longer sufficient. If an attacker compromises a single pod inside a VPC, unauthenticated internal networks allow lateral movement across the entire cluster.

Zero Trust Architecture (NIST SP 800-207) dictates a fundamental shift: Never Trust, Always Verify. In this article, we explore how to establish cryptographic workload identity using SPIFFE/SPIRE and enforce Mutual TLS (mTLS) via Envoy sidecar proxies.