vercel-labs/deepsec

Deepsec is a security harness for finding vulnerabilities in your codebase powered by coding agents

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 32 minutes ago
Added to GitGenius on September 1st, 2026
Created on April 30th, 2026
Open Issues & Pull Requests: 69 (+0)
GitHub issues: Enabled
Number of forks: 478
Total Stargazers: 7,924 (+0)
Total Subscribers: 22 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.0 hours
Mean response time: 19.8 hours
90th percentile: 5.1 days
Tracked items: 18

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 23
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 80 days
Stale 30+ days: 18
Stale 90+ days: 9

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (13)
  • enhancement (6)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Deepsec is an agent-powered vulnerability scanner that runs in your own infrastructure to find security issues in codebases.

The tool addresses the problem of hard-to-find vulnerabilities that persist undetected in large applications by deploying AI agents configured to use advanced models at maximum reasoning levels to perform deep code review. It scans entire repositories on demand, with work distributed across parallel worker machines for large codebases. If a scan is interrupted, rerunning the command resumes from where it left off, skipping already-analyzed files. The scanner stores all state and findings in a `.deepsec/` folder within your repository.

Deepsec suits teams willing to invest in thorough security audits of existing large-scale codebases where the cost of deep AI analysis is justified by the value of catching long-standing vulnerabilities. The tool is designed for on-demand comprehensive review rather than continuous scanning. You can supply your own OpenAI or Anthropic API credentials or use Vercel AI Gateway for payment, and you can set spending limits or time constraints on scans. The command-line interface guides you through model selection with benchmark scores and pricing information, then runs unattended to completion. After scanning, it generates a readable report of findings.

The project maintains comprehensive documentation covering setup, CI integration, supported technologies, custom matcher authoring, configuration options, plugins, model selection, and architecture details. Development activity shows consistent attention to user experience through detailed guides and error messages that expose machine-readable paths for integration with coding agents. The tool includes sample configurations and a contributing guide for community involvement.