security-review

Audit codebases for OWASP Top 10 vulnerabilities and exposed secrets.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/hotaq/Sprite_harmess --skill security-review-hotaq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/hotaq/Sprite_harmess/tree/main/.codex/skills/security-review
Command: npx skills add https://github.com/hotaq/Sprite_harmess --skill security-review-hotaq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you inspect code for security flaws, unsafe patterns, and exposed secrets before they become production incidents.

Core Features & Use Cases

  • OWASP-focused auditing: Checks code for broken access control, injection risks, insecure design, misconfiguration, and SSRF.
  • Secrets and dependency review: Looks for hardcoded credentials and known package vulnerabilities that could expose or weaken the system.
  • Use case: Use it after adding authentication logic, new API endpoints, or user-input handling to produce a structured security report with severity and remediation guidance.

Quick Start

Ask the security-review skill to audit the target codebase and return findings with severity, file locations, and fixes.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I audit my codebase for OWASP Top 10 vulnerabilities before deployment?

To audit your codebase for OWASP Top 10 vulnerabilities, you need a security review process that checks for broken access control, injection risks, insecure design, and misconfiguration. This Skill automates that process by analyzing your repositories and returning a structured report with severity levels, file locations, and remediation guidance.

What's the best way to detect hardcoded secrets and credentials in my source code?

Detecting hardcoded secrets and credentials requires scanning your codebase for exposed sensitive patterns. This Skill performs secrets detection across your repositories and modules, identifying exposed credentials before they become production incidents and providing specific file locations for remediation.

How do I check my project dependencies for known package vulnerabilities?

Checking project dependencies for known package vulnerabilities involves running a dependency vulnerability scanning process on your modules. This Skill scans your dependencies during feature development and pre-deployment checks to identify known package vulnerabilities that could weaken your system's security posture.

Can I review authorization and input handling logic for security flaws after adding new API endpoints?

Yes, you can review authorization and input handling logic for security flaws after adding new API endpoints. This Skill performs input and authorization review specifically suited for use cases like new API endpoints, user-input handling, and authentication logic changes, producing a structured security report with severity and remediation guidance.

When should I run a security audit on my repository during the development cycle?

You should run a security audit on your repository during feature development, after API changes, and during pre-deployment checks. Running a security review at these stages helps identify injection risks, broken access control, and SSRF vulnerabilities before they reach production environments.

Does this security review approach cover SSRF and insecure design misconfigurations?

Yes, this security review approach covers SSRF and insecure design misconfigurations as part of its OWASP-focused auditing. It checks code for broken access control, injection risks, insecure design, misconfiguration, and SSRF, providing comprehensive vulnerability detection across your repositories and modules.