Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
VibeSec-Skill — This skill helps Claude write secure code and prevent common vulnerabilities. | Kitploit
Tools/GitHubGitHub/behisecc/vibesec-skill
Static Code Analysis (SAST)Vulnerability AnalysisCode AnalysisWeb SecurityCloud SecuritySecret DetectionAuthenticationMisconfigurationLearning & EducationAPI SecurityAI Security
1.1k9566 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
GitHub
behisecc/vibesec-skill

VibeSec-Skill

This skill helps Claude write secure code and prevent common vulnerabilities.

View Repository

VibeSec-Skill

Stop vibe coding vulnerabilities into production.

An AI skill that brings 5+ years of bug bounty hunting experience directly into your AI coding workflow - so LLM models write secure code from the start.

Introduction

Vibe coding is fun until your app ends up on social media for all the wrong reasons.

We have all seen the posts/memes:

  • API keys hardcoded in JavaScript bundles
  • IDOR vulnerabilities allowing user data dumps
  • No authentication for sensitive pages
  • Weak passwords for admin panels

Security gaps aren't obvious until someone exploits them. Without the right guidance, AI will confidently ship vulnerable patterns alongside your features.

VibeSec is an AI Skill that acts as a security-first co-pilot. It teaches your selected model to approach your code from a bug hunter's perspective, catching vulnerabilities before they ship.

📚 Table of Contents

  • VibeSec-Skill
    • 📥 Installation
    • 🛡️ Covered Vulnerabilities
    • 🚀 Quick Start
    • 🤝 Contribution
    • 📬 Contact

[!Tip] This skill already covers 60-70% of the common vulnerabilities. However, if you need a more robust version with more vulnerability coverage, please visit vibesec.sh

📥 Installation

  • Claude Code
    • Clone this repository: git clone https://github.com/BehiSecc/VibeSec-Skill

    • Add it to ~/.claude/skills (global) or .claude/skills in your project directory (project-only).

  • Cursor
    • Clone this repository: git clone https://github.com/BehiSecc/VibeSec-Skill

    • Add it to ~/.cursor/skills (global) or .cursor/skills in your project directory (project-only).

  • Codex
    • Clone this repository: git clone https://github.com/BehiSecc/VibeSec-Skill

    • Add it to ~/.agents/skills (global) or .agents/skills in your project directory (project-only).

  • Github Copilot
    • Clone this repository: git clone https://github.com/BehiSecc/VibeSec-Skill

    • Add it to ~/.copilot/skills (global) or .github/skills in your project directory (project-only).

  • Antigravity
    • Clone this repository: git clone https://github.com/BehiSecc/VibeSec-Skill

    • Add it to ~/.gemini/antigravity/skills/ (global) or .agent/skills/ in your project directory (project-only).

🛡️ Covered Vulnerabilities

VibeSec provides comprehensive protection against:

Deep Coverage Includes:

  • ✅ Bypass techniques - Not just "sanitize input" but specific bypasses attackers use
  • ✅ Edge cases - URL fragments, DNS rebinding, polyglot files, Unicode tricks
  • ✅ Framework-aware - Patterns for React, Vue, Node.js, Python, Java, .NET
  • ✅ Cloud-aware - Metadata endpoint protection for AWS, GCP, Azure
  • ✅ Checklists - Actionable verification steps for each vulnerability class

🚀 Quick Start

root@kitploit:~
# Add the skill to your project dir:

"I'm building a [web app description]. Please follow secure coding practices."

# Claude/Codex/etc will now automatically:
# - Implement proper access controls  
# - Add security headers
# - Validate and sanitize all inputs
# - Flag potential security issues

🤝 Contribution

If you have suggestions, improvements, or new resources to add:

  1. Fork this repo
  2. Make your changes
  3. Submit a Pull Request

You can also open an Issue 🐛 if you spot something that needs fixing.

📬 Contact

If you want to contact me, you can reach me on X.

Download Tool
CategoryCovered Vulnerabilities
Access ControlIDOR, Privilege Escalation, Horizontal/Vertical Access, Mass Assignment, Token Revocation
Client-SideXSS (Stored, Reflected, DOM), CSRF, Secret Key Exposure, Open Redirect
Server-SideSSRF, SQL Injection, XXE, Path Traversal, Insecure File Upload
AuthenticationWeak Passwords, Session Management, Account Lifecycle, JWT Security
API SecurityMass Assignment, GraphQL Security