Simplified onboarding for deepsec
Vercel Blog - AIAug 104 min read
deepsec , the open-source security review harness from Vercel, now lets you set up a repository and run its first security review with a single command. The init command now automates the standard setup process: creates the isolated .deepsec/ workspace, the only thing added to your repository, and installs its dependencies configures model access, through Vercel AI Gateway or your own provider keys generates a description of the codebase and its attack surface that every later review depends on runs a pattern scan, generating extra scan patterns where the built-in set leaves coverage gaps star