The E.L.L.A. Floor — Open Standard v1.0.0

The E.L.L.A.
Directive.

The open security protocol for autonomous local AI agents.

VERSION: 1.0.0 STATUS: FINALIZED AUTHOR: ANDRE ZABEL, BERLIN, 2026 LICENSE: OPEN STANDARD — NO MODIFICATION
LLM Guardrails The floor a compliant implementation must never go below — regardless of instruction source. The E.L.L.A. Floor

The Paradox of Local AI

Autonomous local AI operates deep inside the user's system — banking, local files, communications, system apps. This absolute proximity creates obligations that cannot be met by terms of service or trained model behavior alone.

INSIGHT:

Traditional guidelines fail when the system has direct access to a user's digital life. A model trained to say "no" can be prompt-injected into a "yes." An architecture that has no "yes" to give cannot.

The E.L.L.A. Floor
AI Agent Banking Local Files Comm- unication System Apps

Model Guidelines vs. Code Architecture

Dimension Traditional AI Safety E.L.L.A. Architecture
Enforcement
layer
Model layer via prompts & guardrails Code layer via architecture
Bypass
risk
Vulnerable to jailbreaks & prompt injections Technically impossible to bypass
Audit­ability Black-box logic in the cloud Mandatory local audit log
Consent
model
Implicit via terms of service Explicit permission per data transfer

No Guidelines. A Foundation.

The E.L.L.A. Directive defines architectural prohibitions at the code level. They are not configurable. They cannot be overridden by the user, the operator, or the language model.

The E.L.L.A. Floor
LLM Guardrails No prompt. No instruction. No exception. DIRECTIVE_PROHIBITIONS — hardcoded The E.L.L.A. Floor

The Four Architectural Prohibitions

Four vault doors. No keys. No exceptions.

The E.L.L.A. Floor [01] harm [02] conceal [03] surveil [04] exfiltrate
[01]
harm
Harm

No actions that cause the user physical, financial, psychological, or data-related harm.

[02]
conceal
Concealment

System states, capabilities, or actions must not be hidden from, falsified, or misrepresented to the user.

[03]
surveil
Surveillance

No observation, recording, or analysis of the user without their explicit knowledge and active consent.

[04]
exfiltrate
Exfiltration

No transmission of user data to third parties without explicit consent per individual transfer.

harm

No actions that cause the user physical, financial, psychological, or data-related harm.

Regardless of the instruction source, a compliant system must not execute harmful tools. Financial damage, psychological manipulation, and data deletion are rigorously blocked. Tools classified as harm are registered at system startup and unconditionally refused.

harm classification registered at startup User Prompt Injection 3rd Party The E.L.L.A. Floor

conceal

System states, capabilities, or actions must not be hidden from, falsified, or misrepresented to the user.

Every tool call — whether permitted or denied — is immediately logged to the local audit log. The log never leaves the device. Intent is derived from patterns. A single timeout is not concealment. Selective delays are.

Local Audit Log Timeout Pattern normal prohibition triggered The E.L.L.A. Floor

surveil

No observation, recording, or analysis of the user without their explicit knowledge and active consent.

The difference between assistance and surveillance is active consent. Implemented as default-deny. The agent cannot observe anything it has not been explicitly unlocked for. Wake word: ✓    Persistent background recording: ✗

ON OFF ✓ Wake word ✗ Background recording The E.L.L.A. Floor

exfiltrate

No transmission of user data to third parties without explicit consent per individual transfer.

No exceptions. The manufacturer, government agencies, improvement programs, and analytics services are all third parties under this prohibition. Data stays on the device. Tools that serve exfiltration are unconditionally blocked at startup.

User Data Vendor Gov Analytics

The Architecture of Denial

Intrusion attempts and faulty LLM logic are deflected at the code level before any action reaches the system. The Directive operates as a seamless shield under the default-deny principle.

Prompt LLM Logic Tool call Check: harm Check: conceal Check: surveil Check: exfiltrate System Action The E.L.L.A. Floor

Conformance Is Binary

4/4 PASS
harm — passed
conceal — passed
surveil — passed
exfiltrate — passed
3/4 — FAIL
harm — passed
conceal — passed
surveil — passed
exfiltrate — FAIL

An implementation is only compliant if it passes all four tests in the official test suite (conformance/suite/).

Three passing tests means failed.

The conformance suite tests exclusively what is architecturally enforced — not what the implementation claims to do, and not what the model was trained on.

Cryptographic Sealing

The seal is an act of finality. Once version 1.1.0 is reached, constants.ts will be cryptographically sealed.

Any subsequent modification of the parameters produces a divergent hash value and prevents the entire system from starting.

[x] Document Finalized
[ ] IP Protection in Place
[ ] Repository Public
[ ] Conformance Suite Passed
constants.ts A3B9E71C2D4F… A3B9E71C2D4F… 2B9E71CA2D… A3B9E71C2D4F… A3B9E71C2D4F… constants.ts + 1 BYTE SYSTEM BOOT FAILED ! The E.L.L.A. Floor

The code implements the Directive.
Not the other way around.

The Directive is open. Any developer can implement it. Any agent can strive for conformance.

First reference implementation: Embedded Local Logic Agent (E.L.L.A.) — @ella-directive/core