vibesec
New13GitHub TrendingGeneralby tawgroup
Pre-deploy security audit skill for vibe-coded apps. Catches unauthenticated admin APIs, missing RLS, leaked service keys before you ship.
First seen 6/3/2026
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/vibesec.md https://raw.githubusercontent.com/tawgroup/vibesec/main/SKILL.md3
Invoke in Claude Code
/vibesecView source on GitHub
securitydeploymentapi
Security Audits
LicenseUnknownSourceWarnRepositoryPass
Frequently Asked Questions
What is vibesec?
Pre-deploy security audit skill for vibe-coded apps. Catches unauthenticated admin APIs, missing RLS, leaked service keys before you ship.
How to install vibesec?
To install vibesec: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/vibesec.md https://raw.githubusercontent.com/tawgroup/vibesec/main/SKILL.md. Finally, /vibesec in Claude Code.
What is vibesec best for?
vibesec is a skill categorized under General. It is designed for: security, deployment, api. Created by tawgroup.