Skip to content
@LuciferForge

LuciferForge

Open source tools for AI agents — safety, identity, trading bots, and infrastructure. Home of Protodex.

LuciferForge

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.


AI Agent Safety

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

Agent Identity (KYA)

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}

Trading & Markets

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

Developer Starters

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.

Popular repositories Loading

  1. polymarket-btc-autotrader polymarket-btc-autotrader Public

    Autonomous BTC & SOL trading bot for Polymarket. ARB (100% WR) + SNIPE strategies. Auto-trades via py-clob-client, auto-claims resolved positions, Ed25519 signed receipts.

    Python 6 1

  2. ai-trace ai-trace Public

    Zero-dependency AI agent decision tracer. Records every step — what it saw, decided, and why. JSON + Markdown output.

    Python 2

  3. polymarket-odds-scanner polymarket-odds-scanner Public

    Find mispriced sports markets on Polymarket by comparing against real sportsbook odds from ESPN. Free, no API key needed. NHL systematically overpriced (10-17% edges). 5%+ edge signals = 100% win r…

    Python 2

  4. ai-cost-guard ai-cost-guard Public

    Budget enforcement for LLM applications. Hard spending limits, per-model caps, automatic cutoffs.

    Python 1

  5. prompt-shield prompt-shield Public

    Lightweight prompt injection detector. 22 attack patterns. Blocks jailbreaks before they reach your model.

    Python 1

  6. lucifer-skills lucifer-skills Public

    Claude Code skill — adds production safety to any AI agent: budget enforcement, prompt injection detection, decision tracing

    1

Repositories

Showing 10 of 37 repositories

Top languages

Loading…