gaia-review-security

Identify OWASP Top 10, secrets, and authentication findings in codebases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured security review of codebases and documents, focusing on OWASP Top 10, hardcoded secrets, and authentication and authorization patterns to generate actionable findings.

Core Features & Use Cases

  • OWASP Top 10 scan across the target files and configurations, delivering a prioritized findings list with severities.
  • Secrets and credentials detection with remediation guidance, including redacted samples for sensitive data.
  • Authentication and authorization pattern review covering identity, sessions, tokens, access control, and privilege escalation.
  • Use Case: For a new project or code change, run the review to produce a markdown findings report that guides remediation and security hardening.

Quick Start

Review the target code or document to perform an OWASP-focused security review and generate a findings report.

Frequently Asked Questions about gaia-review-security

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

FAQPage Schema
How do I perform an OWASP Top 10 security review on my codebase?

To perform an OWASP Top 10 security review, provide your codebase or documents for analysis. The review identifies vulnerabilities across categories, generating a structured markdown report with prioritized findings, severities, and remediation recommendations.

Can I scan code for hardcoded secrets and credentials?

Yes, you can scan code for hardcoded secrets and credentials. The review detects sensitive data and provides remediation guidance, including redacted samples, to secure your configurations and source files against accidental exposure.

How does authentication and authorization pattern review work?

Authentication and authorization pattern review works by auditing identity, sessions, tokens, and access control configurations. It analyzes your provided files to identify privilege escalation risks and reports structural weaknesses in the implemented security mechanisms.

What is the best way to generate a risk assessment for a code change?

The best way to generate a risk assessment for a code change is to run an automated security review. Supply the modified files to produce a deterministic markdown report detailing per-finding severities and actionable security hardening guidance.

Does the security review work with both source code and documentation?

Yes, the security review works with both source code and documentation. It analyzes all relevant files and configurations supplied to identify vulnerabilities, hardcoded secrets, and authorization patterns across the entire target scope.

What format does the security vulnerability report use?

The security vulnerability report uses a deterministic, prioritized markdown format. It includes structured risk assessment details, per-finding severities, remediation recommendations, and an audit of authentication and authorization patterns for easy integration.