Dispatch
Vercel's open-source deepsec security harness drops to one command — `npx deepsec init` with per-step checkpointing
deepsec, Vercel's open-source security review harness, now sets up a repository and runs its first review from a single `npx deepsec init`. The flow creates an isolated `.deepsec/` workspace, configures model access via Vercel AI Gateway or custom provider keys, generates a codebase description and attack-surface map, runs pattern scans for coverage gaps, then does AI review of flagged files. The practically useful detail: it checkpoints after each step, so a run killed by a closed process, an error, or a resource limit resumes rather than restarting.
↳ Follow the thread