security-review

Enforce a structured security checklist across authentication, input handling, and API design.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers implement robust security practices across authentication, input handling, secrets management, API design, and payment features.

Core Features & Use Cases

  • Comprehensive Security Checklist: covers secrets management, input validation, SQL injection prevention, XSS, CSRF, rate limiting, secure logging, dependency management, and access controls.
  • Practical Patterns: provides concrete, ready-to-use patterns and walkthroughs for secure implementation in real-world projects.
  • Use Case: Imagine you are building an API with user authentication, file uploads, and third-party integrations; this skill guides you to embed security controls from design through deployment.

Quick Start

To begin, prompt the AI with "secure my new API" to receive a tailored security checklist and integration patterns.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I implement a security checklist for my new API?

To implement a security checklist for your new API, enforce structured controls across secrets management, input validation, SQL injection prevention, XSS, CSRF, rate limiting, and access controls. This approach embeds security controls directly into your application development workflow.

What is the best way to prevent SQL injection and XSS during code review?

The best way to prevent SQL injection and XSS during code review is to apply concrete verification steps and ready-to-use secure coding patterns. This process validates input handling mechanisms and enforces strict output encoding standards.

How do I manage secrets and authentication for payment features?

To manage secrets and authentication for payment features, implement robust security practices across API design and access controls. This ensures sensitive payment data is protected through structured verification and concrete integration patterns.

Does this security review approach work for third-party integrations and file uploads?

Yes, this security review approach works for third-party integrations and file uploads by guiding developers to embed security controls from design through deployment. It provides practical patterns tailored to real-world application workflows.

When do I need rate limiting and secure logging in my application deployment pipeline?

You need rate limiting and secure logging in your application deployment pipeline when enforcing security controls and best practices at scale. This prevents abuse and ensures sensitive data is not exposed in application logs.