Skip to content

Repository files navigation

Русская версия

Tkach Security — Krosna, Zaslon, Propusk and Sled

A fail-closed security boundary for AI agents and compromised model output.

CI GitHub release npm package PyPI package tkach-cli on crates.io MSRV 1.85 Apache 2.0 license

The model proposes. Tkach authorizes.

Put Tkach between model proposals and protected actions. Its Rust Core checks authority and information flow before allowing an action or releasing output. Model output remains untrusted data, even when the model is compromised.

Why Tkach

  • Explicit authority: protected actions need an exact-scope, Core-issued Propusk; model text cannot create one.
  • Controlled data flow: permission to read is not permission to export. Provenance and release checks remain inside the boundary.
  • Fail-closed decisions: invalid, denied, replayed, cancelled, or uncertain states do not silently become permission.
  • Isolated secrets and bounded evidence: broker-held secrets stay outside ordinary model context; Sled receipts do not include payloads.

These guarantees apply to paths routed through Tkach. It does not make the model trustworthy, detect every prompt injection, or protect a compromised host.

Start in minutes

Install from crates.io with Rust 1.85 or newer:

cargo install tkach-cli --version 0.1.1 --locked
tkach init my-agent
tkach check my-agent/.tkach/request.json
tkach run --demo

init creates a starter request without overwriting files; check validates its schema, not permission to execute; run --demo exercises the offline boundary without a model connection. Use tkach ui for the interactive panel.

Prefer no Rust toolchain? Download a binary below and start with tkach init.

Packages and downloads · v0.1.1

Channel What you get Install / next step
GitHub Releases tkach + tkach-mcp; Linux x86_64, macOS x86_64/arm64, Windows x86_64 Verify downloads
crates.io Seven Rust crates at 0.1.1: Core, Gateway, HTTP, client, MCP, CLI, provider adapter Package list
npm Thin JavaScript / TypeScript HTTP client npm install tkach-security-client@0.1.1
PyPI Thin Python HTTP client python -m pip install tkach-security-client==0.1.1
Official MCP Registry io.github.ECD5A/tkach-security@0.1.1, local stdio Configure MCP
GHCR OCI image for Linux amd64 / arm64 Digest and deployment

Binary archives include SHA-256 manifests, keyless Sigstore bundles, and GitHub build attestations. Pin the OCI digest for deployment; verification details live in the distribution guide.

Integrate without moving policy out of Rust

Use the HTTP contract from your application, the Rust client, a Python/JS/TS/Go client, or the stdio adapter from an MCP client. Clients and MCP require a separately started local tkach serve runtime and its bearer token; installing a package does not enable background protection.

tkach-core stays provider-, protocol-, and language-independent. Adapters transport requests; policy and authority stay in Rust. Follow the integration guide or copy a working examples/ scenario. The Go client is a source module, not a separate registry package.

The supported runtime is loopback-only by default. Public internet serving, TLS termination, Streamable HTTP, a cloud control plane, and a generic executor are not included; see the deployment contract.

Show the cross-platform CLI window

Tkach CLI in English on WSL Ubuntu

See the boundary in action

From a repository checkout, run the offline Golden Case. It needs no model service or credentials and performs no real protected effect:

cargo run -p tkach-gateway --example golden_case --locked

Expected result:

GOLDEN_CASE|safe_output=released|compromised_action=denied|executor_calls=0

Safe output is released; a compromised provider's protected-write proposal is denied before executor invocation. Read the architecture for the enforcement path and the release notes for the release checks and remaining limitations.

Documentation

Contributing

Keep changes small and explicit about the security boundary. Core changes need a demonstrated security or product defect; adapters must remain thin and must not duplicate Core logic. See CONTRIBUTING.md for required checks, public-claim rules, and files that must remain local.

Support

If Tkach Security is useful to your work, support its continued maintenance:

  • TON: pointoncurve.ton
  • Bitcoin (BTC): 1ECDSA1b4d5TcZHtqNpcxmY8pBH1GgHntN
  • USDT (TRC20): TUF4vPdB6QkjCvZq18rBL4Qj4dK5ihCN75

Contact

Questions about Tkach Security, integration, security research, or collaboration:

Email   Telegram   GitHub repository

About

Fail-closed Rust security boundary for AI agents and compromised model output: deterministic authorization, provenance-aware data flow, bounded Gateway, CLI, HTTP and MCP adapters.

Topics

Resources

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages