vibe-security

Detect and mitigate security vulnerabilities in code across multiple languages.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/JaiminVadadoriya/Distributed-Cloud-Storage---Sync-Platform --skill vibe-security-jaiminvadadoriya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-security
Source: https://github.com/JaiminVadadoriya/Distributed-Cloud-Storage---Sync-Platform/tree/main/.agents/skills/vibe-security
Command: npx skills add https://github.com/JaiminVadadoriya/Distributed-Cloud-Storage---Sync-Platform --skill vibe-security-jaiminvadadoriya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ast_analyzer.py, autofix_engine.py, cve_integration.py, dataflow_analyzer.py, fix_engine.py, reporter.py, and includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive security analysis and fixes for code, detecting vulnerabilities like SQL injection, XSS, CSRF, and more. It helps secure your applications by scanning for vulnerabilities, analyzing risks, and suggesting fixes.

Core Features & Use Cases

  • Security Analysis: Detects vulnerabilities in code across multiple languages and frameworks.
  • Code Analysis: Analyzes code for security issues using AST-based semantic analysis, data flow analysis, and compliance mapping.
  • Fix Recommendations: Suggests secure code alternatives based on vulnerability type and context.
  • Automated Fixes: Applies fixes with rollback support for safe experimentation.
  • Reporting: Generates reports in various formats (HTML, SARIF, CSV, JSON) for easy integration.
  • Use Case: Imagine you want to scan your Express.js application for security vulnerabilities. Use this Skill to automatically scan the application, analyze the results, and apply suggested fixes to secure your code.

Quick Start

Use the vibe-security skill to scan your code for vulnerabilities.

Frequently Asked Questions about vibe-security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan my code for security vulnerabilities like SQL injection and XSS?

Security vulnerability scanning detects risks like SQL injection and XSS by analyzing your code structure. This Skill uses AST-based semantic analysis and data flow tracking to identify common flaws across multiple languages and frameworks.

Can I automatically apply fixes for detected code vulnerabilities?

Yes, you can automatically fix code vulnerabilities. The Skill applies secure code alternatives based on vulnerability type and context, featuring an automated fix engine with rollback support for safe experimentation.

Does the vulnerability scanner support multiple programming languages and frameworks?

Yes, the vulnerability scanner supports multiple programming languages and frameworks. It detects and mitigates security vulnerabilities across diverse technology stacks to secure your applications.

What reporting formats are available for security analysis results?

Available reporting formats for security analysis results include HTML, SARIF, CSV, and JSON. These formats enable easy integration with development workflows and compliance tracking systems.

Do I need Python to run security analysis and code fixing?

Yes, you need Python to run security analysis and code fixing. The Skill requires a Python environment to execute its analysis scripts and apply automated vulnerability fixes.