security-review

Run OWASP Top 10 checks, dependency audits, and secret detection on codebases.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Compass-Brand/compass-forge --skill security-review-compass-brand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/Compass-Brand/compass-forge/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/Compass-Brand/compass-forge --skill security-review-compass-brand

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams perform structured security analysis across codebases by focusing on OWASP Top 10, dependency auditing, and secret scanning to identify and mitigate common security risks.

Core Features & Use Cases

  • OWASP Top 10 assessment: Check against the 2021 A01–A10 controls for web apps and APIs.
  • Dependency auditing: Scan project dependencies for known vulnerabilities and outdated components.
  • Secret scanning: Detect hardcoded secrets and exposure risks in codebases.
  • Use cases: Pre-release security reviews, security triage during incident responses, and ongoing security hygiene in CI/CD pipelines.

Quick Start

Provide a structured security review using the OWASP checklist and audit tooling to produce a prioritized action plan.

Frequently Asked Questions about security-review

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?

An OWASP Top 10 security review checks your codebase against 2021 A01–A10 controls for web apps and APIs. This skill automates that assessment to identify misconfigurations, vulnerable components, and exposed credentials, producing a prioritized action plan.

What is dependency auditing and how does it find vulnerable components?

Dependency auditing scans project dependencies to identify known vulnerabilities and outdated components. This process helps mitigate common security risks across languages and deployment environments by flagging exposed credentials and misconfigurations before release.

Can I use automated secret detection for hardcoded credentials across different deployment environments?

Automated secret detection scans codebases across languages and deployment environments to identify hardcoded secrets and exposure risks. It applies structured security analysis without requiring external services beyond standard tooling to detect exposed credentials.

What is the best way to integrate security triage during an incident response?

The best way to integrate security triage during incident response is applying structured security analysis focusing on OWASP Top 10, dependency auditing, and secret scanning. This identifies and mitigates common security risks to produce a prioritized action plan.

Do I need external services to run a dependency audit and secret scanning?

You do not need external services to run a dependency audit and secret scanning. The analysis requires no external services beyond standard tooling, reading guidance from embedded rules to identify vulnerable components and exposed credentials.