AI agents are being handed real power now — real credentials, real systems, real consequences — and the security to match hasn't caught up. Closing that gap is the whole reason Crawdad exists — and it's not a problem any single vendor solves in isolation. It gets solved alongside the people actually running agents in the wild, hitting the edges, and shaping what comes next.
So that's how Crawdad is built — with you, not just for you. There's no distance between the people using it and the people building it. When you run into something, it reaches engineering directly, and you can see the result right here on this page: much of what shipped over the last two months started with real users running the tool and showing us where it fell short. Report something on a Tuesday, and it's not unusual for the fix to land that week.
Every release is verified end-to-end before it ships, and every claim is reproducible — including the unflattering ones, because you deserve the real numbers, not the marketing ones. That's the standard we hold ourselves to, and it's the standard the community deserves.
If something's slowing you down, breaking, or just feels wrong — or if you see where this should go next — that's the conversation we want: contact@getcrawdad.dev. We read all of it, and it genuinely shapes what we build. Thank you for building this with us.
Every release, newest first. Items tagged FEEDBACK were built because users asked for it.
FEEDBACK FEATURE
node, nodejs, jsnode, ts-node, tsx, and npx are now observed by default — testing revealed that only node was matched, and common aliases slipped through. Each is now covered by exact match.npx downloads and immediately executes arbitrary packages — same risk profile as a language runtime. It's now in the observe tier so you see it in the Activity feed.FEEDBACK FEATURE
The anchor release. Early testing showed Crawdad was too aggressive out of the box — blocking tool calls for benign dev work. This release introduces a graduated approach: real attacks still block immediately, but ambiguous actions are observed instead of blocked.
curl -fsSL getcrawdad.dev/uninstall.sh | sh cleanly removes Crawdad. --purge flag to also remove data.FEATURE
FEEDBACK RELIABILITY
Driven by friction surfaced during real-world testing.
INSTALL
sudo installs correctly (resolves the real user's home, not root's). Graceful fallback on systemd-less distributions (Alpine, distroless). Handles minimal Docker containers.FEATURE
FEATURE
FEATURE
FEATURE