Vibeguard
Skill edilkoke/vibeguard
Use when building, reviewing, or hardening a web application with AI assistance — especially "vibe-coded" apps on Next.js + Supabase. VibeGuard enforces secure-by-default code generation and reviews output against a catalogue of the 21 most common AI-coding vulnerabilities (exposed secrets, broken access control, injection, weak auth, missing privacy controls, vulnerable dependencies). Trigger on: "build an app", "add auth", "is this secure", "review my code", "harden", "deploy", or any handling of payments, identity, logins, or customer data.From its SKILL.md
npx -y skills add edilkoke/vibeguardAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.0 KB, 328 tokens by cl100k_base, as published. Nobody here has run it
VibeGuard — secure-by-default for AI-built web apps
When to apply
Apply whenever generating or reviewing application code, configuration, or deployment settings — particularly anything touching authentication, payments, identity, location, customer data, secrets, third-party integrations, or database access.
How to use it
- Read
governance.yamlat the project root (scaffold it fromgovernance.example.yamlif missing). The declared data flags determine which rules are mandatory. - Generate against the rules. Follow
ai-context/CLAUDE.md— every applicable rule inrules/catalogue.yamlmust be satisfied by construction (parameterized queries, server-side authz with ownership checks, env-managed secrets, HttpOnly cookies, etc.). - Self-review before returning code. Walk the relevant
rules/catalogue.yamlentries for the files you touched and confirm eachdetectcondition is NOT present. - Never hardcode secrets, ship secret keys to the client, weaken access control, or disable a security control to "make it work."
What it is NOT
Not a guarantee of security and not a substitute for professional testing. VibeGuard reduces common, high-impact flaws at generation time. Pair it with the CI gates and a human reviewer for anything that ships.
Knowledge base:
rules/catalogue.yaml· Risk manifest:governance.schema.yaml· Coverage:docs/coverage-map.md
What ships with it: 49 files
71.0 KB alongside SKILL.md, 16 of them executable
ai-context/
- CLAUDE.md2.9 KB
- .cursorrules1.9 KB
ci/
- check-common-secrets.mjsruns1.7 KB
- common-secrets.txt316 B
- gitleaks.toml706 B
- privacy-lint.mjsruns1.6 KB
- README.md1.5 KB
- semgrep/vibeguard.yml2.4 KB
docs/
- coverage-map.md1.9 KB
- design-principles.md1.2 KB
evaluation/
- corpus/baseline/sample-01/config.tsruns201 B
- corpus/baseline/sample-01/page.tsx346 B
- corpus/baseline/sample-01/route.tsruns714 B
- corpus/baseline/sample-01/schema.sql232 B
- corpus/treated/sample-01/config.tsruns238 B
- corpus/treated/sample-01/page.tsx280 B
- corpus/treated/sample-01/route.tsruns1001 B
- corpus/treated/sample-01/schema.sql391 B
- README.md1.3 KB
- results/findings.json558 B
- results/report.md697 B
- run-eval.mjsruns2.8 KB
- scanners.mjsruns2.3 KB
launch/
- awesome-prs.md1009 B
- demo-script.md1.2 KB
- producthunt.md1.3 KB
- reddit.md1.8 KB
- show-hn.md1.8 KB
rules/
- catalogue.yaml10.7 KB
templates/
- app/api/items/route.tsruns1.9 KB
- .env.example747 B
- CHANGELOG.md545 B
- CONTRIBUTING.md1.2 KB
- .gitignore295 B
- governance.example.yaml971 B
- governance.schema.yaml2.6 KB
- LICENSE1.0 KB
- package.json619 B
- .pre-commit-config.yaml691 B
- README.md4.6 KB
9 more files not listed here. See all 49 in the repository.