Back to Home
DeepTrail icon

deepsecure

Verified Safe

by DeepTrail

Overview

Provides a zero-trust security control plane for AI agents, handling cryptographic identity, authentication, delegation, policy enforcement, and secure proxying.

Installation

Run Command
docker-compose up -d

Environment Variables

  • DATABASE_URL
  • SECRET_KEY
  • BACKEND_API_TOKEN
  • GATEWAY_INTERNAL_API_TOKEN
  • GATEWAY_URL
  • CONTROL_PLANE_URL
  • REDIS_URL
  • GATEWAY_ENCRYPTION_KEY
  • POLICY_PATH
  • DEEPSECURE_VERSION

Security Notes

The system incorporates robust security features such as Ed25519 cryptographic identities for agents, Shamir's Secret Sharing for split-key secret storage, JWT-based authentication with signature verification, and a policy engine for fine-grained access control. It also includes security middleware for replay detection, rate limiting, IP blocking, and malicious pattern detection in the gateway. External service calls (e.g., for bootstrapping) are hardened with retry logic, timeouts, and circuit breakers. A critical risk in development/quickstart configurations is the use of hardcoded default values for `SECRET_KEY`, `BACKEND_API_TOKEN`, `GATEWAY_INTERNAL_API_TOKEN`, `MACAROON_SECRET_KEY`, and `DOCKER_RUNTIME_SECRET`. While the codebase explicitly warns about changing these in production, failure to do so would result in severe vulnerabilities, making the system highly insecure. No 'eval' or intentional obfuscation was found.

Similar Servers

Stats

Interest Score44
Security Score7
Cost ClassLow
Stars41
Forks6
Last Update2026-01-17

Tags

AI AgentsZero-TrustSecurityAuthenticationPolicy-Enforcement