security review for vibe-coded apps

you shipped fast. now find out what you shipped.

paste a github repo. a rules engine runs first, then claude reads the code, then a second pass argues against every finding and deletes the ones it can disprove. you get a score, every issue that survived with file and line, and a paste-ready prompt for each. about a minute.

scan my repo free

two scans free · no card · public repos (paid scans read private ones) · secrets always redacted · see a real report · log in

three steps to safe

1. paste your repo link

we fetch the public archive. no oauth, no installs, nothing written to disk.

2. get your score

one number, six subscores, and every finding ranked by severity with file + line.

3. paste the fix

each finding ships a claude-ready prompt. paste it into claude code, review the diff, re-scan.

six things we check

secrets & credentials

api keys, tokens, private keys, and connection strings sitting in your code or git history.

injection & unsafe code

sql built by string-mashing, eval/exec on input, shell commands assembled from variables, raw html sinks.

auth & access control

jwt 'none' algorithms, default signing secrets, debug mode in prod, wide-open cors.

data exposure

.env files, service-account json, database dumps and private keys committed to the repo.

dependencies & supply chain

missing lockfiles, wildcard versions, deps installed from raw urls, curl-pipe-sh installs.

transport & tls

certificate verification turned off, plaintext http calls, express apps without security headers.

simple pricing

free

$0

two scans on claude haiku, no card. full score, every finding, every fix prompt. two because the point is to scan, fix, and scan again.

per scan

$5

no subscription, no expiry. claude opus 5 reads your whole repo, a second skeptical pass throws out what it can disprove, and you get two scores: security and code quality · private repos · findings exported as github issues · weekly monitoring · shareable report + live readme badge · buy 1, 3 or 10.

questions

do you need access to my code?

no. paste a public github link and we read the same archive anyone can download. nothing is cloned to disk and nothing is stored except your report, with every secret redacted.

what does it cost?

two scans free on claude haiku, no card. after that it's $5 a scan, bought one at a time or in packs of 3 or 10. there's no subscription and nothing expires. a scan that fails costs you nothing. it goes straight back on your balance.

what are the claude prompts?

every finding comes with a ready-to-paste prompt for claude code (or any coding agent): the issue, the file and line, why it matters, and exactly what to change. paste it, review the diff, done.

how is the score calculated?

six category subscores, each starting at 100 and losing points per finding by severity, then combined with security-weighted importance: secrets count 3× more than transport.

will it work on my vibe-coded app?

that is exactly what it is for. ai-generated codebases ship fast and skip the security pass. securevibes is that security pass, with the fixes written for the same tools that built the app.