deprecated-gaia-security-review

Run security tools and integrate findings with a Language Model for code review.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill deprecated-gaia-security-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deprecated-gaia-security-review
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-security-review
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill deprecated-gaia-security-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires semgrep, gitleaks, npm audit, mvn org.owasp:dependency-check-maven:check, pip-audit, govulncheck, dart pub audit, swift package audit, gradle dependencyCheckAnalyze, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of conducting secure code reviews efficiently by combining deterministic security tools with a Language Model (LLM) to provide both evidence and judgment, ensuring code is reviewed with both precision and speed.

Core Features & Use Cases

  • Security Tool Integration: Integrates with various security tools like Semgrep, gitleaks, and dependency checkers to provide a comprehensive security analysis.
  • OWASP-aligned Review: Conducts reviews based on the OWASP Top 10 standard, ensuring that common security vulnerabilities are identified and addressed.
  • LLM-based Judgment: Uses a Language Model to provide a human-like judgment on the security findings, improving the efficiency of code reviews.
  • Use Case: Use this Skill to perform a security review on a code change before it is merged, ensuring that the code is free from critical security vulnerabilities.

Quick Start

Run the 'gaia-security-review' skill with a specific story key, e.g., '/gaia-security-review my-story-key'.

Frequently Asked Questions about deprecated-gaia-security-review

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

FAQPage Schema
How do I automate secure code review before merging a pull request?

Automate secure code review by running deterministic security tools like Semgrep and gitleaks, then integrating the findings with a Language Model for human-like judgment. This ensures code changes are free from critical security vulnerabilities before merging.

How does LLM-based judgment work for security analysis findings?

LLM-based judgment for security analysis works by feeding deterministic tool outputs into a Language Model capable of semantic analysis. The LLM evaluates the raw findings to provide human-like judgment, improving review efficiency and precision.

Can I use Semgrep and gitleaks together for OWASP-aligned code review?

Yes, you can use Semgrep and gitleaks together for OWASP-aligned code review. This approach integrates multiple security tools to provide comprehensive analysis, identifying common vulnerabilities based on the OWASP Top 10 standard.

What is the best way to check dependency vulnerabilities across different programming languages?

Check dependency vulnerabilities across languages by integrating multiple dependency checkers like npm audit, pip-audit, govulncheck, and mvn org.owasp:dependency-check-maven:check into your security review workflow for comprehensive analysis.

Do I need specific security tools installed to run an automated code review?

Yes, you need specific deterministic security tools installed, such as Semgrep and gitleaks, along with a Language Model. These tools provide the raw evidence and semantic analysis required for the automated secure code review process.