February 2, 2026

Promptfoo is an open-source platform for AI security testing. They provide tools for red teaming, guardrails, and evaluations that help AI companies catch vulnerabilities during their development lifecycle.
Backed by Andreessen Horowitz and Insight Partners, their project has over 10.2k stars, with more than 300,000 developers using it, including teams at over a quarter of the Fortune 500.
When your tools help other companies secure their AI systems, bugs in your own codebase must be squashed quickly since they can break the security workflows that users depend on.
Promptfoo's engineering team wanted to move fast as a rapidly-growing company, but did not want to sacrifice reliability in the process. Thousands of developers watch every commit on their public repo, and Fortune 500 teams run production workloads on it.
Michael D’Angelo, CTO & Co-founder of Promptfoo, wanted a solution for maintaining test coverage that involved backfilling unit tests for existing code, and adding patch coverage for new PRs Doing this manually meant pulling engineers off of building the security features that their customers were asking for.
Promptfoo added Tusk by syncing their repo and creating a Tusk-templated GitHub workflow file to provision GitHub Actions runners.
Tusk now runs in two modes on their core repo:
1. CoverBot analyzes the repo to find under-tested files, then opens PRs with test suites automatically. Engineers review and merge without having to write the tests themselves.
2. PR-level tests provide code coverage for changed files on every pull request, so new code doesn't ship without tests.
Beyond generating unit tests for preventing future regressions, Tusk also flags bugs detected during PR analysis.
In one CoverBot PR, for example, Tusk added 20 tests across 3 files (taking them from 0% to 99% line coverage) and identified 3 bugs in a React component:
Each bug came with a description detailed enough to paste into Claude Code or Cursor. The team then fixed all three in the same PR before merging.
Over slightly more than half a year, Tusk added over 2,000 tests to Promptfoo's codebase and caught 56 bugs, improving code reliability before code even reached production.
"We've had a great experience with Tusk. The team is incredibly responsive and genuinely helpful. Onboarding was smooth, and support didn't drop off after setup. It's clear they care about their customers' success; the team behind it is trustworthy and invested in getting things right."
- Michael D'Angelo, CTO & Co-Founder
In 7 months:
Add unit tests to every PR and backfill coverage automatically with Tusk. Connect your repo and set up a test environment in one click. No prompt engineering required. Try free for 14 days.
---
Promptfoo helps enterprises and startups ship secure AI applications. Visit promptfoo.dev to learn more about their platform.