Open source tools for AI agents, trading bots, and developer infrastructure. MIT licensed.
We build things that work in production — where costs explode, inputs get poisoned, and decisions need audit trails at 3AM.
| Library | What it does | Install |
|---|---|---|
| ai-injection-guard | Prompt injection scanner — 69 patterns, 9 categories, multilingual, offline | pip install ai-injection-guard |
| ai-cost-guard | Hard budget cap — blocks LLM calls before they exceed your limit | pip install ai-cost-guard |
| ai-decision-tracer | Ed25519 signed decision receipts — tamper-proof audit trails | pip install ai-decision-tracer |
| agent-safety-mcp | MCP server wrapping all safety tools for any AI assistant | pip install agent-safety-mcp |
| agent-safety-middleware | One-line FastAPI/Flask safety middleware | pip install agent-safety-middleware |
| mcp-security-audit | Security auditor for MCP servers — injection patterns, risky tools, misconfigs | pip install mcp-security-audit |
| Library | What it does | Install |
|---|---|---|
| kya-agent | Agent identity standard — Ed25519 signing, .ai-starter.json |
pip install kya-agent |
| agentcred | Agent Credit Bureau — trust scoring from static signals | pip install agentcred |
| Framework adapters | CrewAI · LangChain · AutoGen · LlamaIndex · DSPy · smolagents | pip install {name} |
| Project | What it does |
|---|---|
| polymarket-btc-autotrader | Automated Polymarket trading bot — ARB, momentum, snipe strategies |
| polymarket-odds-scanner | Cross-reference Polymarket vs sportsbook odds for edge detection |
| polymarket-pnl | P&L tracker and trade analytics for Polymarket |
| polymarket-settlement-bot | Settlement monitoring and auto-claim bot |
| Project | What it does |
|---|---|
| protodex.io | Search 1,629+ MCP servers — the free, open source MCP directory |
| vault-mind | Obsidian plugin — local AI semantic search using Ollama |
| claude-code-memory | Persistent memory system for Claude Code |
| telegram-bot-starter | Production Telegram bot template with commands, webhooks, deploy |
| stripe-webhook-handler | Stripe webhook handling with signature verification |
| deploy-python-app | One-command Python app deployment to Railway/Render/Fly |
| python-web-scraper | Production web scraper with rate limiting and proxy rotation |
Built from running autonomous AI agents in live financial markets. Every tool exists because something broke in production.