Core Security Principles
AgentFlow is designed around a set of principles that reflect real SaaS security concerns. These are not marketing claims — they describe how the system is intended to be structured and how you should evaluate it during private technical diligence.Secrets Stay Out of Source
All sensitive configuration is managed through secure deployment environment variables. No credentials, API keys, or private configuration values are committed to any repository.
Protected Operator Dashboard
The operator dashboard is designed for authenticated access only. Dashboard access boundaries and internal logic are reviewed during private diligence, not disclosed publicly.
Webhooks as Trust Boundaries
Webhook processing is treated as a server-side trust boundary. Provider signature verification principles are applied to ensure only legitimate events trigger downstream actions.
Server-Side AI Calls
All AI qualification calls are processed server-side. Provider credentials and sensitive workflow logic are never exposed to public clients or browser-level code.
Controlled Technical Access
Private source code, database schema, security internals, and operational procedures are shared only through a controlled diligence process — never in public repositories or issues.
Sensitive Configuration Isolated
Internal implementation details — including route names, access-control logic, event-handling internals, and provider configuration — are deliberately excluded from public documentation.
Current Certification Status
These absences are disclosed honestly so you can make an informed evaluation decision. The security posture is production-conscious and buyer-safe, but it has not been externally validated through formal certification programs. Any future certification or audit result will be supported by evidence from the relevant reviewer or provider — not assumed from this documentation.What This Means for Buyers
If you are evaluating AgentFlow for commercial deployment, treat the current posture as a strong foundation that still requires your own verification. The principles described above reduce common risk vectors — exposed secrets, unauthenticated dashboards, insecure webhook handling — but they do not substitute for a live technical review. Before going live, you should complete your own assessment of:- Authentication and access control boundaries (verified in a private walkthrough)
- Data collection, retention, and storage assumptions
- Payment and webhook safety evidence from live provider testing
- Logging, monitoring, and incident response expectations
- Dependency posture and maintenance responsibilities
Related Pages
- Data Handling and Privacy Expectations — understand what data flows through AgentFlow and where it lives
- Responsible Disclosure — how to report security concerns to the AgentFlow team