Back to Home
trebortGolin icon

amorce_py_sdk

Verified Safe

by trebortGolin

Overview

Amorce is a Python SDK for building secure, verifiable AI agents, enabling cryptographic transactions and integration with Model Context Protocol (MCP) servers.

Installation

Run Command
python examples/hitl_example.py

Environment Variables

  • AGENT_PRIVATE_KEY
  • ORCHESTRATOR_URL
  • GOOGLE_API_KEY

Security Notes

The SDK focuses heavily on cryptographic identity (Ed25519) and zero-trust principles, verifying all transactions via digital signatures and a Trust Directory. `cryptography` library is used for robust crypto operations. It includes features for protecting APIs by verifying incoming requests. Users must ensure secure management of private keys (e.g., via secure files or cloud secret managers). While default orchestrator/directory URLs use HTTPS, local development setups can use HTTP, requiring vigilance in production. No 'eval' or obvious malicious patterns were found in the provided source code. The core SDK itself appears safe and designed for security.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-05

Tags

AI AgentSecurityCryptographic VerificationMCPPython SDK