security-review

Detect security vulnerabilities in codebases and generate a severity-classified review report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rayvoidx/social-trend-agent --skill security-review-rayvoidx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/rayvoidx/social-trend-agent/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/rayvoidx/social-trend-agent --skill security-review-rayvoidx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify security issues across code changes, focusing on secret exposure, insecure configurations, and dependency vulnerabilities aligned with OWASP Top 10.

Core Features & Use Cases

  • Secret Detection: Identify leaked credentials and exposure.
  • Vulnerability Analysis: Scan dependencies for known vulnerabilities.
  • OWASP Checklist: Evaluate major OWASP categories.

Quick Start

Run the security-review skill to scan the latest commit or PR and generate a remediation plan.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I detect exposed secrets and credentials in my codebase?

Secret detection scans your source code and repositories to identify leaked credentials, API keys, and sensitive configuration data. The security-review Skill automatically flags exposed secrets across code changes and produces a structured report with severity classifications to prioritize remediation.

Can I scan dependencies for known vulnerabilities?

Vulnerability analysis scans your project dependencies against known security databases to identify outdated or compromised packages. The Skill generates dependency vulnerability assessments aligned with OWASP standards and includes them in the Security Review Report.

How do I check my code against OWASP Top 10 security standards?

The Skill performs an OWASP checklist evaluation covering injection flaws, broken authentication, sensitive data exposure, and other major categories. It reviews source code, CI/CD pipelines, and container deployments to identify misconfigurations and produces a comprehensive report with remediation recommendations.

What security issues does this Skill detect in pull requests and commits?

Security reviews analyze code changes to detect exposure of credentials, injection vulnerabilities, authentication and authorization problems, insecure API usage, weak encryption, and misconfigurations. The Skill runs against latest commits or PRs and generates a structured Security Review Report with severity classifications.

Does this Skill work with container deployments and CI/CD pipelines?

Yes, the Skill applies security scanning to source code repositories, CI/CD pipelines, and container deployments. It identifies vulnerabilities across your entire deployment workflow and produces actionable remediation plans aligned with OWASP standards.

What happens after the security review completes?

The Skill produces a structured Security Review Report with severity classifications for each detected issue. The report includes secret scanning results, dependency vulnerability assessments, environment variable reviews, input validation checks, and API security findings to guide remediation.