reviewing-security

Apply OWASP API Security Top 10 (2023) checks to REST and gRPC services.

Updated Sep 20, 2025
One-click install
npx skills add https://github.com/yellow-seed/crypto_wallet_tool --skill reviewing-security-yellow-seed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-security
Source: https://github.com/yellow-seed/crypto_wallet_tool/tree/main/.github/skills/reviewing-security
Command: npx skills add https://github.com/yellow-seed/crypto_wallet_tool --skill reviewing-security-yellow-seed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps security teams identify API vulnerabilities by applying OWASP API Security Top 10 (2023) against services.

Core Features & Use Cases

  • OWASP Top 10 based checks for API security across REST and gRPC.
  • Guidance for language-specific security best practices and remediation workflows.
  • Use Case: When asked to perform security review, vulnerability check, or version-control verification, run this skill to generate a structured security assessment report.

Quick Start

To begin, provide a high-level API spec or endpoints and ask the skill to perform a security review against OWASP API Top 10, returning a structured assessment with remediation steps.

Frequently Asked Questions about reviewing-security

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

FAQPage Schema
How do I perform a security review against OWASP API Top 10?

Security reviews against OWASP API Top 10 systematically check APIs for vulnerabilities across authentication, authorization, data exposure, input validation, rate limiting, and error handling. Provide your API spec or endpoints and this skill generates a structured assessment report with remediation steps for both REST and gRPC interfaces.

What API vulnerabilities does OWASP API Security Top 10 cover?

OWASP API Security Top 10 (2023) addresses authentication flaws, authorization issues, excessive data exposure, input validation gaps, rate limiting failures, and improper error handling. This skill applies those categories to identify and prioritize vulnerabilities in your microservice architectures.

Can I use this skill to audit REST and gRPC services?

Yes, this skill covers both REST and gRPC interfaces. It enforces a structured checklist with concrete security checks across both protocol types, making it suitable for auditing mixed microservice architectures.

How do I integrate API security reviews into version control?

This skill performs version-control checks by generating security assessment reports tied to your API endpoints. Run it as part of your review workflow to verify compliance and catch vulnerabilities before deployment.

What remediation guidance does this skill provide?

The skill returns language-specific security best practices and remediation workflows for each vulnerability found. Each assessment includes concrete next steps to fix identified issues across authentication, authorization, validation, and error handling.

Do I need API documentation to start a security review?

Provide a high-level API spec or list of endpoints to begin. The skill doesn't require exhaustive documentation—a summary of your REST or gRPC services is sufficient to run the structured OWASP assessment.