Skip to content

Security: TychiWallet/agent-finance

Security

SECURITY.md

Security Policy

Tychi Agent Finance (agent-finance) — open-source client stack for Tychi. Two packages, one trust model:

Package Path
@tychilabs/agent-finance typescript/SECURITY.md
@tychilabs/agent-finance-mcp framework-extensions/model-context-protocol/SECURITY.md

Do not open a public GitHub issue for security vulnerabilities.

Report privately to yash@tychilabs.com with package name, version, environment, steps to reproduce, and whether seed, EVM keys, session/LLM credentials, JWTs, or signed payloads are exposed.

Shared security model

  • Agent's device: identity seed + EVM private key in local encrypted vault (~/.tyi by default). Signatures for on-chain txs and x402 happen here.
  • Your config: vault password, session password, LLM key, API URL — SDK args or MCP host env. Never commit real secrets to git.
  • Tychi: sessions, policy, orchestrated money actions. Prepares txs/x402 within policy. Does not hold the agent's private key.

Report to the right doc

Out of scope (both packages)

  • Third-party RPC or LLM provider issues
  • Tychi service bugs not caused by client package behavior
  • Local machine compromise

There aren't any published security advisories