Code Review Chain Analysis — VIBHISHANA

Automate cross-framework attack chain creation from code review findings.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/jayjpatel9717/kurukshetra --skill code-review-chain-analysis-vibhishana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review Chain Analysis — VIBHISHANA
Source: https://github.com/jayjpatel9717/kurukshetra/tree/main/squads/code-review/agents/vibhishana/skills/code-chain-analysis
Command: npx skills add https://github.com/jayjpatel9717/kurukshetra --skill code-review-chain-analysis-vibhishana

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill unit automates the process of combining per-framework code review findings into cross-framework attack chains, identifying potential security vulnerabilities and attack vectors.

Core Features & Use Cases

  • Cross-Framework Analysis: Integrates findings from different code review frameworks to create a comprehensive picture of potential security risks.
  • Attack Chain Detection: Identifies patterns and sequences that indicate a potential security breach.
  • JSON Output: Provides results in a strict JSON format, making them easily verifiable and integrable with other systems.
  • Use Case: For a software developer or security engineer who needs to perform in-depth code review and security analysis without manual analysis.

Quick Start

Run the skill with the 'code-chain-analysis' command to generate a JSON report of cross-framework attack chains from your code review findings.

Frequently Asked Questions about Code Review Chain Analysis — VIBHISHANA

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

FAQPage Schema
How do I combine code review findings from multiple frameworks into attack chains?

Cross-framework code review analysis automates combining findings from different code review frameworks into cross-framework attack chains, identifying potential security vulnerabilities and attack vectors without manual correlation.

What is an attack chain in security code review?

An attack chain in security code review is a sequence of correlated findings across multiple frameworks that indicates a potential security breach. This Skill identifies patterns and sequences from per-framework results to detect these chains.

Do I need curl installed to perform cross-framework code review analysis?

Yes, curl is required to execute chain steps during cross-framework code review analysis. You must have curl installed in your environment to run the analysis and generate the JSON report.

Can I export code review attack chain results to JSON format?

Yes, cross-framework attack chain detection provides results in strict JSON format. This output makes security findings easily verifiable and integrable with other systems for further analysis or reporting.

How do I generate a cross-framework attack chain report from code review findings?

Run the skill with the 'code-chain-analysis' command to generate a JSON report of cross-framework attack chains from your code review findings. This automates the correlation of per-framework security results.

When should I use automated cross-framework analysis instead of manual code review?

Use automated cross-framework analysis when you employ multiple code review tools and need correlated results. It eliminates manual analysis, making it ideal for security engineers performing in-depth vulnerability detection across diverse frameworks.