
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
vibescan-cli
Advanced tools
Audit AI-generated code for security issues, duplicates, and vibe coding patterns
Audit AI-generated code before it ships. Catches security issues, duplicate logic, missing error handling, and AI vibe-coding patterns.
VibeScan v0.1.0 Scanned 23 files
CRITICAL SECURITY src/api/users.ts:45 SQL injection — string concat in query
CRITICAL SECURITY src/utils/auth.ts:12 Hardcoded secret — password = "admin123"
WARNING ERRORS src/hooks/useData.ts:15 async function missing try/catch
WARNING DUPLICATE src/api/posts.ts:23 Exact duplicate of src/api/comments.ts:67
INFO AI-PATTERN src/components/Card.tsx Over-verbose comment pattern detected
5 issues 2 critical · 1 warning · 2 info in 340ms
npm install -g vibescan
# or use without installing:
npx vibescan .
vibescan . # scan current directory
vibescan src/ # scan specific folder
vibescan --diff # scan git diff (staged + unstaged)
vibescan --diff HEAD~1 # scan last commit's changes
vibescan --json # JSON output for CI pipelines
vibescan --severity critical # only show critical issues
vibescan --no-patterns # disable AI pattern detector
vibescan --no-duplicates # disable duplicate detector
vibescan --no-security # disable security checks
vibescan --no-errors # disable error handling checks
| Code | Meaning |
|---|---|
| 0 | No issues found |
| 1 | Issues found (warnings/info only) |
| 2 | Critical issues found |
innerHTML assignment or dangerouslySetInnerHTMLexec/spawn with string concatasync functions without try/catch.then() without .catch()fetch() without error handlingfs sync operations outside try/catchJSON.parse() outside try/catchdata, result, temp, response)Add to your CI pipeline:
# GitHub Actions
- name: VibeScan
run: npx vibescan --diff ${{ github.event.before }} --severity warning --json > vibescan.json
# Pre-push hook
npx vibescan --diff HEAD~1 --severity critical
.vibescanrc)MIT
FAQs
Audit AI-generated code for security issues, duplicates, and vibe coding patterns
The npm package vibescan-cli receives a total of 0 weekly downloads. As such, vibescan-cli popularity was classified as not popular.
We found that vibescan-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.