Skip to main content

panda

info shall be added later

When Agents Attack: Inside PyRIT’s Multi-Agent Orchestrator
·2601 words·13 mins· loading · loading
AgenticAI Automation Redteaming LLM Python Cybersecurity AI Pentest
TLDR: This post shows how PyRIT’s executor enables practical multi-agent LLM red teaming by letting one model actively attack another. Using a local Ollama setup, I focus on the Multi-Turn strategy .
Microsoft Agent Framework : Workflows
·2019 words·10 mins· loading · loading
LLM AgenticAI Python Workflows Automation AI
TLDR: Introduces Microsoft Agent Framework (Python/.NET) and focuses on workflow orchestration. Covers agent orchestration without workflows, the motivation for explicit workflows, building blocks of workflows (executors, edges), integration with Dev UI, and how MCP tools can be part of workflows.
Fabric CI/CD Simplified with Variable Libraries
·1906 words·9 mins· loading · loading
CI/CD MicrosoftFabric Devops DataEngineering Powershell
TLDR : Outlines using Microsoft Fabric Variable Libraries to manage environment-specific configurations in CI/CD without mutating JSON. Walks through prerequisites (Dev/Test/Prod workspaces), CI/CD flow with Azure DevOps pipelines, design of variable libraries and automated variable resolution, limitations, and an alternative approach via ADO + fabric-cicd
S in MCP stands for Security - Security Mechanism in MCP framework (oAuth)
·1414 words·7 mins· loading · loading
Security MCP AI LLM Python
Focuses on security in MCP. Observes MCP’s expanded attack surface and need for robust auth. Describes updated MCP spec with OAuth 2.1 flows, OAuth resource server classification for MCP, dynamic client registration, PKCE enforcement, resource indicators, and JSON-RPC batching.
MCP - You can run but you can't hide
·1233 words·6 mins· loading · loading
Automation MCP LLM MicrosoftAzure
TLDR: Explains the Model Context Protocol (MCP): its architecture, core components (Host App, MCP Client/Server, tools/resources), and JSON-RPC flow. Provides a proof of concept building an MCP server (Python + FastMCP) to fetch Azure inventory/recommendations, including example code and VS Code integration.