Trading credentials and API tokens must never be exposed in the frontend. N1God AI enforces this principle at every layer of the architecture.
Trading account credentials and API keys are stored exclusively on the server. They are never transmitted to the browser or logged in any accessible location.
All sensitive tokens โ MT5 bridge, Telegram bot, broker API โ are loaded from environment variables on the server process only.
Three access tiers: Admin (full system control), Operator (execution and monitoring), and Investor (read-only account view).
Every trade, login attempt, configuration change, and risk gate decision is recorded with a timestamp and source.
TLS 1.3 enforced across all endpoints. HTTP is permanently redirected with a 308 code. HSTS with includeSubDomains is active.
The production VPS runs with key-only SSH authentication, a firewall that restricts all non-essential ports, and continuous service health monitoring.
N1God AI is designed to address all ten categories in the OWASP Top 10 security risk list. Each known class of vulnerability is explicitly mitigated in the architecture.