README: deepsec is an agent-powered vulnerability scanner that you can run in your own infrastructure, optimized to perform on-demand review of all code in existing large-scale repos. dee…
README: Navigate to the root of the repository that you want to scan, then: ```bash npx deepsec init # creates .deepsec/ with this repo as the first project cd .deepsec pnpm install # ins…
README: ``` Now have your coding agent bootstrap your installation. Open the agent of choice and prompt: > Read `.deepsec/node_modules/deepsec/SKILL.md` to understand the > tool. Then rea…
README: When running locally, deepsec falls back to your existing claude / codex subscription if you've logged in on this machine. Subscriptions (Claude Pro/Max, ChatGPT Plus) are useful…
README: Large monorepos can fan work across [Vercel Sandbox](https://vercel.com/docs/vercel-sandbox) microVMs: ```bash pnpm deepsec sandbox process --project-id my-app --sandboxes 10 --co…