How GuardianX sits in your environment
Agentless. API-first. Blast-radius safe. No code changes, no sidecars, no runtime overhead.
Deployment Model, Agentless by Design
No Agents, No Sidecars
GuardianX operates entirely through API calls and HTTP probing. No software installed on your servers, no daemon processes, no kernel modules. Zero runtime overhead on production systems. Works with any cloud (AWS, GCP, Azure) or on-premise infrastructure.
- Zero install footprint
- No kernel modules
- Works across clouds & on-prem
API-First Integration
Connect via REST API. Import codebases via Git URL or paste source. Add live targets via URL. Webhooks push results to Slack, Teams, or any HTTP endpoint. Full programmatic control, every UI action has an API equivalent.
- REST + Webhooks
- Git URL or paste source
- Slack / Teams / HTTP endpoints
Read-Only by Default
SAST reads your source code (never modifies it, patches are generated for review, not auto-applied). DAST probes live endpoints with non-destructive payloads. No write operations without explicit human approval. Every action is audit-logged.
- Source code never modified
- Non-destructive payloads
- Every action audit-logged
The 7-Stage Pipeline
Onboard
Add client, codebases (Git), targets (live URLs), define scope.
Scan
AI SAST reads source, DAST crawls live endpoints, SCA checks dependencies.
Test
PoC exploit generation, adversarial red-team arena, protocol fuzzing.
Patch
AI generates fixes + test code, sandbox-verifies before review.
Verify
Human approves, re-test confirms exploit is blocked.
Defend
Canary tokens, honeypots, virtual WAF patches, runtime monitoring.
Comply
Hash-chained attestation ledger, DPDPA/GDPR/ISO mapping, PDF reports.
Blast Radius Safety Controls
Authorization Gate
Every target must be explicitly authorized before any testing begins. The “Authorize” button is a deliberate, logged action. Unauthorized targets cannot be scanned, tested, or patched, enforced at the API layer.
Scope Enforcement
Define what’s in/out of bounds per engagement (e.g., “app.acme.com only, exclude /admin and payment gateway”). GuardianX honors scope boundaries, crawlers stay within declared paths, DAST payloads hit only scoped endpoints.
Sandbox Isolation
All patch testing happens in an isolated sandbox, never against production. AI-generated test code runs against a copy, not live data. A patch only reaches your codebase after human approval AND sandbox pass.
Human-in-the-Loop
No patch is ever auto-deployed to production (unless you explicitly enable auto-approve for low-severity). Every critical/high finding requires human review. The AI recommends; humans decide. Full rollback for any approved patch.
Data Flow & Security
All hops TLS 1.2+ · credentials never traverse the client boundary
Credential Vault
All stored credentials (Git tokens, API keys) encrypted with AES-256-GCM. Each credential has a unique IV and auth tag. Keys never logged, never returned in API responses. Access audit-logged.
Hash-Chained Attestation
Every approved patch creates a SHA-256 ledger entry (prevHash + patchId + codeHash + timestamp). Tamper-evident, any modification breaks every subsequent hash. Proves remediation timeline to auditors.
JWT + 2FA Auth
Edge middleware verifies JWT on every API request. TOTP 2FA (RFC 6238) via Google Authenticator. Admin approval workflow, new signups can’t access anything until approved. Rate limiting (auth: 10/15min, API: 300/min).
Data Localization
Runs on Supabase (you choose region). No data leaves your configured region. DPDPA §16 compliant for Indian users. Region pinning enforced at the database layer, cross-region replication is opt-in only.
Technology Stack
- ›Next.js 16
- ›TypeScript
- ›Tailwind CSS 4
- ›shadcn/ui
- ›Framer Motion
- ›Next.js API Routes
- ›Edge runtime (auth middleware)
- ›PostgreSQL (Supabase)
- ›Accessed via REST API
- ›Z.AI LLM
- ›Vulnerability analysis
- ›Patch generation
- ›Exploit synthesis
- ›Chat
- ›Railway sentinel-engine
- ›Bun runtime
- ›Python3 (SAST/DAST/PDF/scraper)
- ›Socket.io
- ›Live event streaming
- ›JWT (jsonwebtoken)
- ›bcrypt (12 rounds)
- ›TOTP 2FA (otplib)
- ›Electron
- ›Cross-platform .exe / .dmg / .AppImage
© 2026 GuardianX · Agentless VAPT & Autonomous Security Operations
DPDPA 2023 · GDPR · HIPAA · PCI-DSS · ISO 27001 · SOC 2 ready