OpenClaw + ATP

Secure your multi-agent workflows with quantum-safe cryptography, tool-level security, and dynamic trust scoring.

Quantum-Safe Identities
Tool-Level Security
Graph Validation
Dynamic Trust Scoring

Architecture

Layered Security Approach

ATP wraps every layer of your OpenClaw system with quantum-safe security

┌─────────────────────────────────────────────────────────┐
│                 OpenClaw Agent Crew                   │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐             │
│  │  Agent A │──│  Agent B │──│  Agent C │             │
│  │ (DID:..1)│  │ (DID:..2)│  │ (DID:..3)│             │
│  └─────┬────┘  └─────┬────┘  └─────┬────┘             │
└────────┼─────────────┼─────────────┼───────────────────┘
         │             │             │
         ▼             ▼             ▼
┌─────────────────────────────────────────────────────────┐
│             ATP OpenClaw Security Layer               │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐             │
│  │  Agent   │  │   Tool   │  │  Graph   │             │
│  │  Wrapper │  │  Wrapper │  │ Validator│             │
│  └──────────┘  └──────────┘  └──────────┘             │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐             │
│  │  Policy  │  │ Monitor  │  │ Secrets  │             │
│  │  Engine  │  │  +Lunary │  │  Manager │             │
│  └──────────┘  └──────────┘  └──────────┘             │
└────────────────────┬────────────────────────────────────┘
                     │
                     ▼
         ┌───────────────────────┐
         │     ATP Core SDK      │
         │  - Identity Service   │
         │  - Trust Scoring      │
         │  - Audit Logging      │
         └───────────────────────┘

Key Features

Quantum-Safe Identities

Every agent gets a cryptographic DID with hybrid Ed25519 + Dilithium3 signatures

  • Post-quantum secure by default
  • Decentralized identity (DID)
  • Automatic key rotation

Tool-Level Security

ATP intercepts every tool call with 5-step validation

  • Authentication checks
  • Trust level validation
  • Permission verification
  • Rate limiting & DLP

Graph Validation

Policy-based constraints on agent interactions before execution

  • Cycle detection
  • Chain depth limits
  • Data flow policies

Dynamic Trust Scoring

Agent trust levels adjust based on behavior and success rate

  • 0.0-1.0 trust scores
  • Automatic adjustments
  • Trust-based access control

Observability

Integration with Lunary for metrics and anomaly detection

  • Real-time monitoring
  • Anomaly detection
  • Automatic trust updates

Secret Management

Short-lived, scoped credentials for external services

  • Time-limited tokens
  • Scope-based access
  • Automatic rotation

Quick Start

Install Package

Add ATP OpenClaw integration to your project

npm install @atp/openclaw-atp atp-sdk

# or with yarn
yarn add @atp/openclaw-atp atp-sdk

# or with pnpm
pnpm add @atp/openclaw-atp atp-sdk

Pre-Configured Security Profiles

strictDev

Development and testing environment

  • Min trust:
    0.6
  • Allow cycles:
    Yes
  • Max depth:
    10

productionFinance

High-security financial applications

  • Min trust:
    0.95
  • Require MFA:
    Yes
  • Allow cycles:
    No
  • Max depth:
    5

piiWorkflow

GDPR/CCPA compliant workflows

  • Min trust:
    0.9
  • Require consent:
    Yes
  • Data minimization:
    Yes
  • Allow sharing:
    No

researchWorkflow

Balanced security for research and exploration

  • Min trust:
    0.7
  • Allow cycles:
    Yes
  • Max depth:
    8

Use Cases

Financial Trading

Secure multi-agent trading systems

Build trading crews with researcher, trader, and compliance agents. ATP ensures only trusted agents can execute trades, with full audit trails.

Customer Service

Multi-tiered support automation

Create support crews with triage, specialist, and escalation agents. Trust scores determine which agents handle sensitive customer data.

Research & Analysis

Collaborative research workflows

Build research crews with data collectors, analyzers, and report generators. Graph validation prevents infinite loops and ensures data integrity.

Resources

Ready to Secure Your Multi-Agent System?

Install the ATP OpenClaw integration and add quantum-safe security in minutes