pTaas Agentic Dashboard
Agentic Security Automation Platform
Problem
Security teams spent significant manual effort analyzing, remediating, and retesting vulnerabilities across their systems.
What I Built
Multi-agent security workflows that automate remediation, retesting, and operational tasks — from pentest report ingestion to automated validation.
Problems Solved
Multi-Agent Coordination
Problem: Managing multiple agents and passing the right context between them became difficult as workflows grew.
Solution: Built LangGraph orchestration with MCP tools for specific task routing, shared memory, and runtime sub-agent spawning.
Secure Tool Execution
Problem: Running tools like Metasploit/Nmap directly against the application created security and isolation concerns.
Solution: Designed Docker-based sandboxed environments to safely execute security tools and collect results.
AI Data Leakage
Problem: Security testing exposed risks of sensitive project information leaking through AI inputs and outputs.
Solution: Added input and output guardrails to control project-specific information at multiple AI layers.
How It Works
- Remediation Agent: Processes pentest reports, generates vulnerability-specific remediation guidance.
- Retest Agent: Automates vulnerability validation using browser and security-testing tools.
- AI Copilot: Executes security workflows and operational tasks through MCP integrations.