Back to Home
DeepTrail icon

deepsecure

Verified Safe

by DeepTrail

Overview

Provides a zero-trust security control plane for AI agents, enabling cryptographic identity, authenticated ephemeral credentials, fine-grained policy enforcement, secret injection, and secure delegation for AI agent-to-agent interactions.

Installation

Run Command
docker-compose up -d

Environment Variables

  • DATABASE_URL
  • SECRET_KEY
  • BACKEND_API_TOKEN
  • GATEWAY_URL
  • GATEWAY_INTERNAL_API_TOKEN
  • CONTROL_PLANE_URL
  • REDIS_URL
  • GATEWAY_ENCRYPTION_KEY
  • MACAROON_SECRET_KEY
  • DOCKER_RUNTIME_SECRET
  • DEEPTRAIL_CONTROL_URL
  • DEEPTRAIL_GATEWAY_URL
  • DEEPSECURE_API_TOKEN

Security Notes

The project uses strong cryptographic primitives (Ed25519, Shamir's Secret Sharing) and a robust dual-service architecture with JWT-based authentication. Client-side agent private keys are securely stored in the OS keyring. However, it ships with numerous insecure default values for critical environment variables (e.g., `SECRET_KEY`, `BACKEND_API_TOKEN`, `GATEWAY_INTERNAL_API_TOKEN`, PostgreSQL password, `GATEWAY_ENCRYPTION_KEY`) directly in `docker-compose.yml` and `app/core/config.py`. While the documentation advises changing these for production, their default presence poses a significant risk if not addressed by deployers.

Similar Servers

Stats

Interest Score44
Security Score7
Cost ClassLow
Avg Tokens50
Stars41
Forks6
Last Update2026-01-18

Tags

AI SecurityZero-TrustIdentity ManagementAPI GatewayPolicy Enforcement