security-review

Identify and mitigate security risks across authentication, input handling, secrets, API endpoints, and payment features.

2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/multiplex-ai/muggle-ai-teams --skill security-review-multiplex-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/multiplex-ai/muggle-ai-teams/tree/main/skills/security-review
Command: npx skills add https://github.com/multiplex-ai/muggle-ai-teams --skill security-review-multiplex-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security is often under-prioritized in software development, leaving authentication gaps, insecure handling of user input, secrets leakage, insecure APIs, and risky payment features.

Core Features & Use Cases

  • Provides a comprehensive security checklist and practical patterns for authentication, authorization, secrets management, input validation, CSRF protection, and secure logging.
  • Includes verification steps and pre-deployment checks to reduce release risk across web services and APIs.
  • Use Case: Audit a new API endpoint for secure credential handling and threat mitigation during integration with third-party services.

Quick Start

Review the security patterns and apply the recommended checks to your codebase.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I identify and mitigate security vulnerabilities in web application code?

To identify security vulnerabilities, audit authentication, input handling, and API endpoints against established threat modeling and secure coding patterns. This process enforces concrete checks for input validation, CSRF protection, and secrets management, providing actionable remediation guidance to mitigate risks before deployment.

What is the best way to prevent secrets leakage and manage credentials in APIs?

The best way to prevent secrets leakage is by applying strict secrets management patterns that enforce proper token handling and secure logging across your API endpoints. This approach provides concrete verification steps to ensure credentials are protected during third-party service integrations and deployment phases.

How do you perform a security audit for a new API endpoint?

Performing a security audit for a new API endpoint involves reviewing secure credential handling and threat mitigation using a comprehensive security checklist. This verifies proper authentication, validates inputs, and enforces CSRF protection, reducing release risk by confirming secure integration with third-party services.

Does this security review approach work for threat modeling at the design phase?

Yes, this security review approach works for threat modeling at the design phase by applying comprehensive security patterns to web applications and APIs. It supports secure coding and verification early, identifying risks in authentication and input handling before implementation and deployment begin.

What pre-deployment checks are needed to reduce release risk for web services?

Pre-deployment checks needed to reduce release risk include verifying authentication mechanisms, input validation, CSRF protection, and secure logging. Applying these concrete security checks ensures that secrets management and API endpoint threat mitigation are properly implemented before releasing web services.