Built in Alexandria, Egypt  |  121 Active Governance Controls  |  Claude Code & MCP Ready  |  Pre-Execution Policy Enforcement  |  Banking • FinTech • Sovereign DPI
Transparency HubPublic Audit & Compliance

Execution Control Infrastructure
for Autonomous Systems

Every decision logged. Every rule inspectable. Every verdict reproducible. TEOS Sovereign Sentinel is a deterministic, auditable governance engine — not a black box.

121 Active Governance Controls BLOCK / WARN / ALLOW Publicly Auditable JSON Schema No ML Black Box
01 / Engine Architecture

Deterministic Rule Engine v4.0.0-rc1 (Engine v4.0.0)

TEOS Sovereign Sentinel uses a purely deterministic regex-based rule engine. No ML inference. No probabilistic verdicts. Every rule is a named, versioned, publicly inspectable pattern with explicit severity and scoring. The same input will always produce the same output — guaranteeing reproducibility for audit and compliance.

Engine FlowINPUT: command string ↓ SCAN: 121 Active Governance Controls (64 core + 29 Solana + 10 EVM + 8 Banking + 10 MENA) ↓ SCORE: highest-severity match wins (0-100) ↓ VERDICT: BLOCK (>=80) | WARN (40-79) | ALLOW (0-39) ↓ OUTPUT: { verdict, score, rule, severity, reasons, timestamp } ↓ PERSIST: appended to events.json (rotating, max 500)

Industry Governance Modules

5-category architecture: 64 Core · 29 Solana · 10 EVM · 8 Banking · 10 MENA

All 121 Active Governance Controls

02 / Public API

Machine-Readable Endpoints

All endpoints return JSON. CORS enabled for cross-origin access. No authentication required for read endpoints.

GET/health

Engine health check. Returns status, engine version, 121 Active Governance Controls count, uptime, and current time.

GET/version

Engine version information. Returns version string (v4.0.0-rc1, Engine v4.0.0), rule count, test count, and component status.

GET/tier

Account tier and credit information. Returns tier, credits remaining, and expiry date for the requesting user.

03 / Verdict Schema

Scan Response Format

Every POST /scan response follows this deterministic schema. Fields are guaranteed present for valid input.

FieldTypeDescription
verdictstring"BLOCK" | "WARN" | "ALLOW" | "ERROR"
scorenumberRisk score 0-100. Higher = more dangerous.
rulestringMatched rule identifier. Format: "R{id}.{NAME}" e.g. "R01.DESTRUCTIVE_SHELL"
ruleIdstringShort rule ID: "R01" through "R121", or "R00" for clean.
severitystring"critical" | "high" | "medium" | "none"
reasonsstring[]Human-readable explanations for the verdict.
commandstringThe original input command (echoed back).
timestampstringISO 8601 timestamp of the scan. UTC.
Example Response{ "verdict": "BLOCK", "score": 100, "rule": "R01.DESTRUCTIVE_SHELL", "ruleId": "R01", "severity": "critical", "reasons": [ "rm -rf permanently destroys all filesystem data", "Wiper malware signature detected" ], "command": "rm -rf /", "timestamp": "2026-05-07T03:14:22.000Z" }
04 / Compliance & Governance

Auditability Guarantees

TEOS Sovereign Sentinel is designed for environments that require provable, deterministic security decisions. Key compliance properties:

Deterministic

Same input always produces the same output. No randomness. No model drift. Fully reproducible for auditors.

Publicly Inspectable

All 121 Active Governance Controls, 596 test cases, and audit schemas are available as static JSON. Anyone can verify engine behavior.

Event Persisted

Every scan decision is logged with timestamp, rule, score, and verdict. Rotating store capped at 500 entries.

Export Ready

Audit logs exportable as CSV or JSON. Compatible with SIEM ingestion and compliance review workflows.

No ML Dependency

Zero ML inference. No training data, no model weights, no probabilistic outputs. Pure pattern matching.

Versioned Engine

Engine version reported in every endpoint. Rule updates are additive — existing patterns are never silently changed.

05 / Banking & Financial Governance

Deterministic Controls for Financial Infrastructure

Governance controls for payment rails, banking operations, and regulated financial environments. Every rule is deterministic, auditable, and publicly inspectable.

🏥 Banking Operations
💳 Payment Infrastructure
🏛 Digital Banking Platforms
📱 FinTech Applications
🛡 AML Risk Controls
🔎 Fraud Detection Workflows
⚠ High-Risk Transaction Monitoring
👤 Human Authorization Escalation
📋 Regulatory Audit Trails
⚡ Pre-Execution Financial Controls
00 / Alpha Metrics

Live Adoption Data

Real public-alpha adoption metrics. Updated manually. All numbers represent real Telegram bot interactions since alpha launch.

Alpha Phase · Public since May 29, 2026
2
Beta Testers
▲ +2 since launch
23
Total Scans
▲ +23 since launch
0
Blocked Actions
▬ No threats yet
0
Review Verdicts
▬ None triggered
2
Reports Published
▲ +2 since launch
0
Repeat Users
▬ New alpha base
0
Enterprise Conv.
▬ Pre-revenue
--
Threat Isolation Rate
▬ Insufficient data

Importance: Every metric, even zero, is honest.   Full report: CLOSED_ALPHA_REPORT.md   Next update: Tracked in teos-sentinel-shield

06 / Bug Bounty

Circumvent a Rule, Claim a Reward

Found a bypass? We reward responsible disclosure. If you can craft a command that matches a threat pattern but gets an ALLOW verdict, report it.

$500
Critical Bypass
$100-250
Rule Evasion
$50
False Positive
📧 Report a Bypass →