Skip to main content
Glama
braincreator

FlowLink AI Governance

by braincreator
README.md
<div align="center">

# ๐Ÿ›ก๏ธ FlowLink

**Governance & Risk Control for Autonomous AI Systems โ€” enterprise-grade AI agent security and MCP governance layer.**

[![Latest Release](https://img.shields.io/github/v/release/braincreator/flowlink?label=latest&color=blue)](https://github.com/braincreator/flowlink/releases/latest)
[![Platforms](https://img.shields.io/badge/platforms-linux%20%7C%20macos-informational)](https://github.com/braincreator/flowlink/releases)
[![License](https://img.shields.io/badge/license-proprietary-red)]()
[![Code Audit](https://img.shields.io/badge/code_audit-available_NDA-green)](mailto:flowlink@flow-masters.ru)
[![flowlink MCP server](https://glama.ai/mcp/servers/braincreator/flowlink/badges/card.svg)](https://glama.ai/mcp/servers/braincreator/flowlink)

*Policy enforcement ยท Risk scoring ยท Audit trails ยท MCP-native governance*

**MCP is becoming the standard protocol for AI agents. FlowLink is the governance layer they need.**

[Download Latest Release โ†’](https://github.com/braincreator/flowlink/releases/latest)

</div>

---

## Why FlowLink?

When AI agents connect to your infrastructure via MCP, they get powerful access โ€” file systems, databases, APIs, shell commands. **Without governance, a single misaligned agent can cause catastrophic damage.**

FlowLink sits between your MCP agents and your infrastructure, enforcing policies, scoring risks, and maintaining a complete audit trail.

**Think of it as a firewall for autonomous AI systems.**

## What It Does

- ๐Ÿ”’ **Policy Engine** โ€” Define what agents can and cannot do: file access, network calls, command execution
- ๐Ÿ›ก๏ธ **Risk Scoring** โ€” Every agent action scored in real-time with configurable thresholds
- ๐Ÿ“‹ **Audit Trail** โ€” Complete, tamper-proof log of every agent interaction for compliance
- โœ… **Approval Workflows** โ€” High-risk actions require human approval before execution
- ๐Ÿ” **E2EE Relay** โ€” Encrypted communication channel between agents and your infrastructure
- ๐Ÿ—๏ธ **MCP-Native** โ€” Built specifically for the Model Context Protocol โ€” not a generic security tool

## Architecture

```
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”     โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”     โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  AI Agents   โ”‚โ”€โ”€โ”€โ”€โ–ถโ”‚    FlowLink      โ”‚โ”€โ”€โ”€โ”€โ–ถโ”‚  Your Infra  โ”‚
โ”‚  (MCP)       โ”‚     โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”‚     โ”‚  (APIs, DBs, โ”‚
โ”‚              โ”‚     โ”‚  โ”‚  Policy    โ”‚  โ”‚     โ”‚  Files, SSH) โ”‚
โ”‚  Claude      โ”‚     โ”‚  โ”‚  Engine    โ”‚  โ”‚     โ”‚              โ”‚
โ”‚  GPT         โ”‚     โ”‚  โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค  โ”‚     โ”‚              โ”‚
โ”‚  OpenSource  โ”‚     โ”‚  โ”‚  Risk      โ”‚  โ”‚     โ”‚              โ”‚
โ”‚              โ”‚     โ”‚  โ”‚  Scorer    โ”‚  โ”‚     โ”‚              โ”‚
โ”‚              โ”‚     โ”‚  โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค  โ”‚     โ”‚              โ”‚
โ”‚              โ”‚     โ”‚  โ”‚  Audit     โ”‚  โ”‚     โ”‚              โ”‚
โ”‚              โ”‚     โ”‚  โ”‚  Logger    โ”‚  โ”‚     โ”‚              โ”‚
โ”‚              โ”‚     โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ”‚     โ”‚              โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜     โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜     โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
```

## Quick Start

### 1. Download

```bash
# Linux (x86_64)
curl -sL https://github.com/braincreator/flowlink/releases/latest/download/flowlink-linux-amd64.tar.gz | tar xz

# macOS (Apple Silicon)
curl -sL https://github.com/braincreator/flowlink/releases/latest/download/flowlink-darwin-arm64.tar.gz | tar xz
```

### 2. Configure

```bash
cat > policy.toml <<EOF
[default]
max_file_size = "10MB"
allowed_commands = ["ls", "cat", "grep", "git"]
network = "restricted"

[risk]
threshold = 0.7  # Actions above 70% risk score require approval
EOF
```

### 3. Run

```bash
./flowlink --config policy.toml
```

## Security & Trust

FlowLink handles your most sensitive infrastructure access. We take trust seriously:

- **Code Audit Available** โ€” Source code is available for security review under NDA for enterprise customers, partners, and auditors. [Request access โ†’](mailto:flowlink@flow-masters.ru?subject=Code%20Audit%20Request)
- **eBPF Shield** โ€” Kernel-level monitoring with 11 BPF programs for runtime protection
- **E2EE Relay** โ€” End-to-end encrypted agent communication, keys never leave your infrastructure
- **SOC 2 / EU AI Act Ready** โ€” Audit trails and compliance reporting built in

*We believe security software should be verifiable, not just trusted. Reach out for a code audit.*

## Why This Matters

**EU AI Act** enforcement is coming. Organizations deploying AI agents will need:
- Audit trails for every autonomous decision
- Risk assessments for AI-powered actions
- Human oversight mechanisms for high-risk operations

FlowLink provides all three, purpose-built for the MCP ecosystem.

## Roadmap

- [x] Policy engine with file/command/network rules
- [x] Real-time risk scoring
- [x] E2EE relay for agent communication
- [x] eBPF-based Shield (11 BPF programs)
- [x] Approval workflows
- [x] Multi-region compliance (EU + RU)
- [ ] Red Team module (automated adversarial testing)
- [ ] Ops AI (intelligent incident response)
- [ ] MCP Governance RFC (open standard proposal)
- [ ] Zero-Trust agent authentication

## Pricing

| Plan | Agents | Price |
|------|--------|-------|
| **Free** | 1 | $0/mo |
| **Starter** | 5 | $99/mo |
| **Team** | 25 | $299/mo |
| **Business** | 100 | $499/mo |
| **Enterprise** | Unlimited | Custom |

Start free โ€” upgrade when you need more agents. [Sign up โ†’](https://flowlink.flow-masters.ru)

## Links

- ๐ŸŒ **Website:** [flowlink.flow-masters.ru](https://flowlink.flow-masters.ru)
- ๐Ÿ“ฅ **Releases:** [Latest binaries](https://github.com/braincreator/flowlink/releases)
- ๐Ÿ”’ **Code Audit:** [Request under NDA](mailto:flowlink@flow-masters.ru?subject=Code%20Audit%20Request)
- ๐Ÿ“ง **Contact:** [flowlink@flow-masters.ru](mailto:flowlink@flow-masters.ru)

## Learn More

- ๐Ÿ“– **[Documentation](https://flowlink.flow-masters.ru/docs)** โ€” Full API reference, guides, and tutorials
- ๐ŸŽฎ **[Playground](https://flowlink.flow-masters.ru/playground)** โ€” Interactive demo and sandbox
- โœจ **[Features](https://flowlink.flow-masters.ru/features)** โ€” Detailed feature breakdown
- ๐Ÿ’ฒ **[Pricing](https://flowlink.flow-masters.ru/pricing)** โ€” Plans and billing details

## Comparisons

- ๐Ÿ“Š **[FlowLink vs ToolHive](https://flowlink.flow-masters.ru/docs/comparison)** โ€” Security, governance, and feature comparison

## License

Proprietary software. Binary releases provided for evaluation and production use. Source code available for security audit under NDA โ€” [contact us](mailto:flowlink@flow-masters.ru?subject=Code%20Audit%20Request).

---

<div align="center">

**Built with Rust ยท Secured with eBPF ยท Governed by Policy**

*If your AI agents have access to your infrastructure, you need FlowLink.*

</div>

---

## ๐Ÿ”— Related Projects

- **[GrowoAI](https://growoai.ru)** โ€” AI employee for business (RAG assistant, bots, marketplace parsing, CRM)
- **[FlowMasters](https://flow-masters.ru)** โ€” AI automation agency (chatbots, lead generation)