← Back to Resources
Github
AI
Developer Tools

Mantis

Security review skills your AI coding agent can actually run

Mantis

About Mantis

Mantis is a modular, stack-agnostic toolkit of security review skills for AI coding agents, open sourced by Google. Instead of hoping your agent remembers to think about injection, secrets handling or unsafe deserialization, you load the relevant skill and let it audit the code it just wrote. The skills are composable and framework independent, so they drop into Claude Code, Cursor or any harness that can load a skill directory.

More Github

book-to-skill
Github

book-to-skill

Turn any technical book PDF into a Claude Code skill

book-to-skill converts a technical book PDF into a ready to load Claude Code skill, so the reference you never finished reading becomes something your agent can consult while it works. Point it at a PDF and get back a structured skill directory with the material chunked for retrieval. A neat way to turn a shelf of unread technical books into working context.

sandboxd
Github

sandboxd

Open-source, self-hosted AI app builder that works in isolated sandboxes

sandboxd is a self-hosted app builder where an agent constructs real applications inside isolated sandboxes rather than on your machine. It is the shape most hosted AI app builders should have had from the start: you keep the code, you keep the environment, and the agent gets a contained place to fail in. Run it on your own box and you are not renting your build pipeline from anyone.

Clawk
Github

Clawk

Give coding agents a disposable Linux VM instead of your laptop

Clawk hands your coding agent a throwaway Linux VM to work in, which is the correct answer to the question every builder asks before approving a shell command. The agent gets a real machine with real tooling, your host filesystem and credentials stay out of reach, and when the task is done the VM goes away. Useful the moment you start running agents unattended.

Strix
Github

Strix

Open-source AI pentesting agent that finds and helps fix app vulnerabilities

Strix is an open-source AI agent that pentests your own application: it probes for vulnerabilities the way an attacker would, then reports what it found with enough context to actually fix it. For solo builders shipping AI-assisted code fast, it closes a gap that traditional linters and dependency scanners never covered. Why it earns a slot Runs real offensive-security workflows rather than pattern-matching source code, so it surfaces logic and auth flaws static tools miss. Reports come with reproduction steps and remediation guidance, not just a severity badge. Open source and self-run, which means your code and findings never leave your environment. Fits naturally after a vibe-coded sprint, where speed usually outruns security review. Use it responsibly Point it at systems you own or are explicitly authorized to test. Used that way it is a genuinely useful pre-launch gate — run it before you open signups, not after someone else does. Repo: github.com/usestrix/strix .

Langfuse
Github

Langfuse

Open-source tracing, evals, and prompt management for LLM apps

Langfuse is the observability layer most LLM apps are missing. It traces every call your app makes — prompts, completions, tool calls, latency, token cost — and gives you evals, datasets, and prompt management on top, so you can answer "why did it do that?" without re-running the whole thing by hand. What you get Tracing — nested spans across chains, agents, and tool calls, with cost and latency attached to each step. Evals — run model-based or custom scorers over datasets so prompt changes get measured instead of vibed. Prompt management — version prompts outside your codebase and roll them forward without a deploy. Integrations — OpenTelemetry, LangChain, LlamaIndex, LiteLLM, and the OpenAI SDK, so instrumenting is usually a few lines. Good for Anyone running an LLM feature in production, or anyone whose API bill is growing faster than their understanding of it. Self-host the whole thing or use the managed cloud; the core is MIT-adjacent open source and the project came out of YC W23. Repo: github.com/langfuse/langfuse .