ARXIMUS SECURITY

AI RUNTIME SECURITY
Engineered to assume compromise

Arximus is engineered to remain controlled even when components fail or are compromised. Separated authority, isolated security domains and controlled release prevent a single compromise from becoming unrestricted access, execution or control.

ASSUME BREACH TENANT ISOLATION TRUSTED AUTHORITY DETERMINISTIC POLICY PRIVILEGED AUTHORITY PRODUCTION INTEGRITY FAILURE CONTROL EVIDENCE INTEGRITY
COMPROMISED AI

A compromised AI
remains inside enforced authority.

A compromised AI is still subject to the same authority, policy and release controls. It cannot grant itself additional authority or make an unauthorized consequential operation valid simply by requesting it.

Arximus authority controls do not depend on first detecting that the AI has been compromised. The same authority and release requirements apply to every protected operation, whether the AI is compromised or not.

01 COMPROMISE The AI is manipulated or fails

Hostile context, poisoned inputs, manipulated tools or model error changes the AI's behavior and causes it to act outside its intended role.

02 ATTEMPT The AI requests an unauthorized operation

The compromised AI proposes an action, resource, destination or protected parameters that exceed the authority originally granted to it.

03 AUTHORIZATION Arximus evaluates the operation anyway

The request still passes through trusted identity, delegated authority, the exact operation, current state, required external facts and deterministic policy.

04 OUTCOME The unauthorized operation is not released

Because the required authority or conditions are missing, Arximus denies, restricts or holds the operation instead of releasing it for execution.

COMPROMISE CONTAINMENT

A compromise cannot automatically spread across domains or tenants.

Arximus separates security responsibilities and customer boundaries so compromise of one component, privilege domain or tenant does not automatically unlock the rest of the platform. Configuration, authorization, protected release, extensions, evidence and customer execution remain separated, while tenant-scoped security objects remain bound to trusted customer context.

DOMAIN CONFIGURE DECIDE RELEASE EXECUTE REWRITE HISTORY
Control Plane YES NO NO NO NO
Runtime Data Plane NO YES NO NO NO
Protected Release Plane NO NO YES NO NO
Extension Plane NO FACTS ONLY NO NO NO
Evidence Plane NO NO NO NO APPEND ONLY
Customer Executor OUTSIDE OUTSIDE RECEIVES YES OUTSIDE
CONTROL PLANE CONFIGURES RUNTIME DECIDES RELEASE PLANE RELEASES CUSTOMER EXECUTOR EXECUTES EVIDENCE PLANE RECORDS
01

Tenant Isolation

One customer environment must not become access to another.

Policies, credentials, connectors, actions, verification sources, extensions, evidence, usage and runtime state remain scoped to authenticated tenant, project and environment context. Access requires trusted tenant identity and explicit application-level authorization.

  • Trusted tenant identity
  • Tenant-scoped security objects
  • Explicit authorization
02

Availability Containment

One tenant or workload cannot consume unrestricted platform capacity.

Per-key and per-tenant limits, request and token-volume controls, connection limits, load shedding and backpressure constrain resource consumption so overload or abuse in one area does not automatically become platform-wide impact.

  • Tenant-scoped limits
  • Resource containment
  • Controlled overload behavior
TRUSTED CONTEXT

AI claims cannot establish trusted authority.

The customer defines authority. The AI can request actions, but it cannot redefine the authority and policy Arximus enforces over those actions. AI-generated claims can inform a decision, but they cannot establish trusted identity, authority or classification on their own. Arximus separates asserted information from security context backed by configured trusted mechanisms.

IDENTITY TRUST

Identity must come from a trusted source

Human, service, application and agent identity must come from configured authentication, signed customer context, workload identity or another authoritative mechanism. An AI cannot establish privilege simply by claiming an identity.

  • Human principal
  • Application identity
  • Agent identity
  • Signed context
DELEGATION AUTHORITY

Authority cannot expand through delegation

Authority can be constrained as work moves from a principal to an application, agent or sub-agent. A downstream actor cannot automatically inherit or exceed the authority granted earlier in the chain.

  • Delegated authority
  • Reduced scope
  • Action limits
  • Least authority
ACTION TYPED

The AI cannot rename an action to escape policy

Typed Action Schemas map trusted tools, routes, protected functions and configured sources to security operations. Relabeling a protected payment, deployment or other consequential operation does not change the policy that applies to it.

  • Action Schemas
  • Trusted mappings
  • Protected fields
  • Parameter integrity
FACTS VERIFY

External facts are verified, not assumed

When authorization depends on an approval, entitlement, limit, change record or other authoritative fact, Arximus can verify it against a configured customer-approved source instead of accepting an AI assertion as truth.

  • Approvals
  • Entitlements
  • Risk decisions
  • Customer systems
SAFE SECURITY CHANGE

Only trusted policy can change runtime authorization.

Configuration changes have no effect on runtime authorization until a new policy version is deliberately published and activated. Policy is versioned, signed and delivered as immutable runtime configuration. The Runtime verifies the version before activation, while the existing trusted policy remains in force until replacement.

01 / DEFINE

Define & compile

Create policy against typed security context and compile it into a trusted runtime representation before it becomes eligible for activation.

Source → Parse → Compile
02 / TEST

Test before enforcement

Test new policy against representative or historical security context to see what it would allow, deny, restrict or hold before it can affect production.

Policy → Test Context → Result
03 / SHADOW

Observe before activation

Run new policy in non-enforcing shadow mode to observe the decisions it would produce under live runtime context, then complete any required review or approval before production activation.

Shadow → Review → Approve
04 / ACTIVATE

Activate a trusted version

Publish an immutable version, verify it inside the runtime and retain rollback to a previous known-good policy when required.

Sign → Verify → Activate → Rollback
CONTROL PLANE COMPILE + VERSION SIGN IMMUTABLE BUNDLE RUNTIME VERIFY + ACTIVATE
PRIVILEGED AUTHORITY

Administrative compromise cannot become unrestricted production control.

Arximus separates normal employee access from privileged production authority. Sensitive production access is narrowly scoped, strongly authenticated, temporary and auditable, while critical emergency control remains separately protected so compromise of normal administration cannot remove the ability to stop dangerous release.

01 / IDENTITY SEPARATE

Production administration is a separate authority

Normal employee access does not automatically become production-administration access. Privileged operations use dedicated administrative identity and stronger authentication appropriate to the authority being exercised.

  • Separate privileged identity
  • Phishing-resistant authentication
  • No implicit production authority
02 / ACCESS TEMPORARY

Production access expires

Engineer production access is exceptional rather than standing. Privileged elevation is scoped, logged and temporary, with automatic expiry and additional approval for highly sensitive operations.

  • Just-in-time elevation
  • Automatic expiry
  • Audited privileged access
03 / SEPARATION CONTROL

No administrator holds every production privilege

Runtime, protected release, secrets, evidence, customer data, policy deployment and infrastructure administration remain independently controlled so one privileged identity does not automatically inherit every security role.

  • Separated production domains
  • Least privilege
  • Independent authority
04 / EMERGENCY INDEPENDENT

Critical release can be stopped outside normal administration

A separately protected emergency authority can stop protected release or disable dangerous release paths even when the normal Control Plane is unavailable or compromised.

  • Independent shutdown authority
  • Protected emergency path
  • Strong audit evidence
PRODUCTION & RECOVERY INTEGRITY

Compromised development access cannot silently become production authority.

Source control, build infrastructure, production admission and recovery systems are part of the Arximus security boundary. Changing source code is separated from the authority to place that code into production, while recovery remains protected from routine production administration.

01 / SOURCE

Source changes require controlled authority

Protected repositories, restricted maintainers, protected branches and mandatory review constrain who can change trusted Arximus source and release workflows.

Change → Review → Approved Source
02 / BUILD

The build path is separated from standing production access

Build environments are isolated from long-lived production authority, while dependency controls, security scanning, artifact integrity and build provenance protect the path from source to release artifact.

Source → Isolated Build → Trusted Artifact
03 / ADMISSION

Production accepts only the authorized release path

Production deployment is restricted to approved and trusted artifacts from the authorized build path. Manual replacement of runtime files does not become an alternate production release mechanism.

Trusted Artifact → Controlled Admission → Production
04 / RECOVERY

Production compromise does not automatically control recovery

Backups use separate protection, restricted deletion and independent access controls so compromise of normal production administration does not automatically provide authority to destroy both production and recovery data.

Production Authority ≠ Recovery Authority
CUSTOMER CODE ISOLATION

Customer code cannot access Arximus infrastructure.

Customers can add organization-specific security logic and route consequential operations through Arximus without making that code part of trusted Arximus infrastructure. Private Security Extensions run only inside isolated sandboxes. Customer business operations never run inside Arximus, whether they are submitted by the AI or released from a Protected Execution Function held by Arximus.

01

Private Security Extension

Runs only inside an isolated Arximus sandbox.

A private extension receives structured security context and only explicitly granted capabilities. It can return facts, classifications, transformations, enrichment or workflow results, but it cannot become the authorization authority or gain implicit access to Arximus infrastructure, other tenants or customer execution authority.

  • Isolated sandbox
  • Structured inputs
  • Explicit capabilities
  • Restricted outputs
02

Protected Execution

Business operations never run inside Arximus.

Customers can submit an operation their AI or application already possesses, or use a Protected Execution Function that Arximus stores and versions for stronger separation. In both modes, Arximus authorizes and binds the exact operation before controlled release to the customer-controlled executor. With a Protected Execution Function, the requesting AI does not need to possess the protected function at all.

  • Submitted operation
  • Protected function option
  • Exact release binding
  • Customer-controlled execution
PRIVATE EXTENSION BOUNDARY No other tenants No provider credentials No customer execution credentials No Control Plane database No signing keys No arbitrary Internet by default
FAILURE CONTROL

Technical failure cannot create authorization.

Security-critical failure is never treated as permission. Failure behavior is explicit for each workload and action class. Missing policy, required verification, release authentication or other mandatory security dependencies cannot become an implicit allow. Critical paths hold or fail closed, while lower-risk paths follow explicitly configured failure behavior.

Failure Enforced Response Security Principle
External verifier unavailable A critical operation requiring authoritative verification remains on HOLD. Missing facts cannot become approval.
Control Plane unavailable Runtime uses the last valid signed known-good policy bundle according to defined operational policy. Mutable Control Plane state is not runtime authority.
No valid policy available Protected release is denied. No trusted policy means no release authority.
Customer analysis unavailable The configured failure policy for that action class determines the outcome. A required analysis result cannot silently disappear from authorization.
Required release authentication unavailable The protected operation cannot be released through that path. Required release prerequisites cannot be bypassed.
Evidence dependency unavailable Critical operations follow explicit failure policy; lower-risk events use durable buffering where configured and supported. Evidence failure cannot be silently ignored.
THREAT MODEL

Compromise cannot become unrestricted authority.

Arximus does not depend on identifying every attack in advance. Compromised AI, customer code, administrative access and individual platform components remain subject to enforced authority, isolation and release boundaries. Compromise of one part cannot automatically provide unrestricted authority over the rest.

01

Compromised AI

Manipulated instructions, poisoned context or unsafe model behavior.

Compromise does not change the authority attached to an operation. Trusted identity, delegated authority, resource, destination, protected parameters, runtime state and deterministic policy still govern what can be authorized and released.

  • Trusted authority
  • State & provenance
  • Deterministic policy
02

Identity Spoofing

AI or client claims privileges it does not actually hold.

Identity and delegated authority originate from configured trusted mechanisms, not AI or client assertions. Claiming a role, principal or privilege cannot establish it.

  • Trusted identity
  • Delegation chain
  • No self-asserted authority
03

Parameter Substitution & Replay

Reuse a previous authorization with changed values or repeat it later.

Protected release binds authorization to the exact operation, protected parameters and approved destination. Changing a protected value invalidates the previous authorization, while short-lived single-use Release Grants reject replay after consumption.

  • Exact operation binding
  • Single-use release
  • Replay resistance
04

Direct Bypass

AI attempts to reach a protected customer system outside the authorized path.

When Arximus Lock is enabled, the customer executor, gateway, network or protected system enforces the trusted Arximus release path and rejects protected operations that attempt to bypass it. Execution authority remains unavailable to the AI.

  • Trusted release path
  • Direct-path rejection
  • Execution authority isolation
05

Malicious Customer Code

Customer-supplied logic or protected artifacts contain hostile behavior.

Private Security Extensions run behind a hardened isolation boundary with narrowly granted capabilities and no implicit access to privileged Arximus infrastructure. Customer business operations, whether submitted through Arximus or stored as Protected Execution Functions, are never executed inside Arximus.

  • Sandbox isolation
  • Explicit capabilities
  • No in-platform business execution
06

Control Plane Compromise

Dashboard, administration or configuration storage is compromised.

Control Plane compromise cannot directly rewrite live runtime authorization. Policy is versioned, signed and published as immutable runtime configuration, and the Runtime verifies the trusted version before activation.

  • Signed configuration
  • Immutable versions
  • Runtime verification
07

Evidence Tampering

An attacker attempts to alter the history of authorization or release.

Security evidence is separated from ordinary content and written to append-only or equivalent integrity-protected storage. Cryptographic hash chaining and signed checkpoints protect the recorded history of authorization, release and reported execution results.

  • Append-only evidence
  • Cryptographic hash chain
  • Signed checkpoints
08

Internal Service Compromise

One Arximus workload or cryptographic role is compromised.

Internal workloads receive narrow identities, permissions, network access and cryptographic roles. Compromising one service does not automatically grant the privileges, secrets or authority of another security domain.

  • Narrow workload identity
  • Default-deny access
  • Cryptographic separation
09

Tenant Breakout

One customer attempts to reach another tenant's protected data or security objects.

Tenant identity comes from authenticated trusted context. Policies, credentials, connectors, verification sources, extensions, evidence, usage and runtime state remain tenant-scoped and require explicit authorization before access.

  • Trusted tenant identity
  • Tenant-scoped objects
  • Application authorization
10

Privileged Administration Compromise

An employee or privileged administrative identity is compromised.

Privileged production authority is separated from normal employee access and constrained through stronger authentication, scoped temporary elevation, independent privilege domains and audit. A separately protected emergency authority remains available to stop critical release outside the normal Control Plane.

  • Temporary privileged access
  • Separated administrative authority
  • Independent emergency control
11

Source & Build Pipeline Compromise

An attacker gains access to source control, build infrastructure or a release workflow.

Source changes, build authority and production admission remain separate control points. Protected repositories, mandatory review, isolated builds, trusted artifacts and controlled deployment prevent ordinary development access from silently becoming unrestricted production replacement authority.

  • Protected source
  • Trusted build artifacts
  • Controlled production admission
12

Recovery Destruction

An attacker with production authority attempts to destroy both live systems and recovery data.

Recovery data remains protected through encryption, isolation, restricted deletion and independent access controls so compromise of normal production administration does not automatically provide authority over every backup.

  • Isolated backups
  • Restricted deletion
  • Independent recovery authority
SECURITY ASSURANCE

Enforced authority under failure and compromise.

Arximus constrains what compromised AI, customer code, tenants, administrative identities and individual platform components can reach next. Trusted authority, tenant isolation, separated privileges, controlled production change, protected execution, explicit failure behavior and integrity-protected evidence keep compromise from automatically becoming unrestricted control.

SECURITY MODEL
Compromise remains inside enforced boundaries
  • AI cannot establish its own trusted identity, authority or permissions.
  • Tenant boundaries prevent one customer environment from automatically becoming access to another.
  • Deterministic policy remains the root authorization authority.
  • Protected release binds authorization to the exact approved operation while customer systems retain execution authority.
  • Security domains and customer extensions operate with separated privileges and trust boundaries.
  • Privileged production access is constrained, while critical emergency shutdown remains independently protected.
  • Source, build, production admission and recovery authority remain separated.
  • Technical failure cannot create authorization.
  • Authorization, release and reported execution evidence is integrity-protected.