Skip to main content

Security

Secure your AI agents with AxonFlow's built-in security features.

Security Features

FeatureDescriptionEdition
PII DetectionDetect and mask sensitive dataCommunity
SQL Injection ScanningPrevent injection attacksCommunity
Best PracticesSecurity hardening guideAll

Built-in Protections

PII Detection

Automatically detect and handle sensitive data:

  • Personal Identifiers: SSN, passport numbers, driver's license
  • Financial Data: Credit cards, bank accounts, tax IDs
  • Contact Info: Email, phone, addresses
  • Regional Formats: India (Aadhaar, PAN), EU (VAT, national IDs)
policies:
- name: pii-detection
action: mask # or block, log

SQL Injection Scanning

Protect against prompt injection and SQL injection attacks:

  • Pattern-based detection
  • Parameterized query enforcement
  • Request/response scanning

Security Architecture

┌─────────────┐     ┌─────────────┐     ┌─────────────┐
│ Client │────▶│ Agent │────▶│ LLM Provider│
└─────────────┘ │ (Gateway) │ └─────────────┘
│ │
│ ┌─────────┐ │
│ │ Policy │ │
│ │ Engine │ │
│ └─────────┘ │
└─────────────┘

All requests pass through the policy engine before reaching LLM providers.

Compliance Support

AxonFlow helps you meet compliance requirements:

StandardFeatures
GDPRPII detection, data masking, audit logs
HIPAAPHI detection, access controls, encryption
SOC 2Audit logging, access controls
PCI-DSSCard data detection, masking

Network Security

  • Deploy in private subnets
  • Use VPC endpoints for AWS services
  • Enable TLS 1.2+ for all connections
  • Restrict security groups to necessary ports

Ports

ServicePortProtocol
Agent8080HTTPS
Orchestrator8081HTTPS
PostgreSQL5432Internal
Redis6379Internal

Next Steps