security-review

Review security-sensitive code for vulnerabilities across authentication, APIs, and user input.

Updated May 14, 2026
One-click install
npx skills add https://github.com/WUIX69/e-lock --skill security-review-wuix69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/WUIX69/e-lock/tree/main/.agent/.agents/skills/security-review
Command: npx skills add https://github.com/WUIX69/e-lock --skill security-review-wuix69

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you spot security flaws before they ship, reducing the risk of leaked secrets, broken authentication, injection bugs, and unsafe data exposure.

Core Features & Use Cases

  • Secret handling checks for environment-based configuration and hardcoded credentials.
  • Input and API review covers validation, SQL injection prevention, CSRF, XSS, and rate limiting.
  • Ideal for reviewing login flows, admin actions, payment features, uploads, and third-party integrations.

Quick Start

Ask this skill to review your authentication, API, or sensitive code path for security vulnerabilities before you merge it.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I review authentication code for security vulnerabilities?

Review authentication code for security vulnerabilities by checking secure session handling, enforcing secrets hygiene, and validating user inputs to prevent unauthorized access before deployment.

How does input validation prevent SQL injection and XSS in API endpoints?

Input validation prevents SQL injection and XSS in API endpoints by enforcing parameterized queries and sanitizing user inputs, ensuring malicious data is neutralized before processing.

Can I check hardcoded credentials and secrets hygiene before merging code?

Yes, you can check hardcoded credentials and secrets hygiene by reviewing environment-based configuration to ensure sensitive data is not exposed before merging code.

What's the best way to secure file uploads and payment integrations?

Secure file uploads and payment integrations by reviewing third-party integrations for rate limiting, input validation, and safe data exposure defenses to prevent unauthorized actions.

Does this security review cover CSRF defenses and dependency checks?

Yes, this security review covers CSRF defenses and dependency checks to enforce rate limiting, secure session handling, and protect against known vulnerabilities in external libraries.

When do I need a security review for sensitive code paths?

You need a security review for sensitive code paths when implementing login flows, admin actions, API endpoints, or third-party integrations to catch security risks before deployment.