What happens if the verification API goes down?▾
The agent is blocked. AgentLeash fails closed by design. No verification = no tool execution. This is configurable (you can set fallback to "allow" for non-critical agents), but the default is always deny.
Can an agent bypass the permission check?▾
No. The AgentLeash plugin runs at the kernel level of the agent runtime (priority 100, before all other plugins). Every tool call passes through it. There is no code path that skips verification when the plugin is loaded.
What data is stored on the public blockchain?▾
By default, only a pseudonymous identifier (SHA-256 hash) and a permissions hash. Real agent names, full permission schemas, and all sensitive data stay in our encrypted database. You can opt in to showing the real name on-chain, but it's off by default.
How fast is revocation?▾
Immediate. When you revoke a token, the on-chain transaction processes in 2-4 seconds. The Redis cache is invalidated instantly. The agent's next tool call will fail verification. There is no grace period or propagation delay.
Does the agent ever see my API keys or passwords?▾
Never. The Secure Vault stores credentials encrypted with AES-256-GCM. When an agent needs to call an API, the runtime injects the credential at the moment of the HTTP request, in-memory only. The agent sees the API response, never the key.
Is AgentLeash suitable for government use?▾
Yes. AgentLeash was designed with government and enterprise compliance in mind. OFAC screening, GeoFence enforcement, HIPAA-level data protection blocks, full audit trails, and blockchain-verified immutable records. We're actively engaged with federal agencies on pilot programs.
Where is data stored?▾
AWS US-East-2 (Ohio). RDS PostgreSQL with Multi-AZ deployment. ElastiCache Redis for caching. All data encrypted in transit (TLS) and at rest (AES-256). On-chain data lives on Ethereum L2 - Base (Ethereum L2) and/or Algorand.