security-review

Analyze code repositories for injection, deserialization, and misconfiguration vulnerabilities.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/mmsu-pawpatrol/pakamew --skill security-review-mmsu-pawpatrol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/mmsu-pawpatrol/pakamew/tree/main/.agents/skills/security-review
Command: npx skills add https://github.com/mmsu-pawpatrol/pakamew --skill security-review-mmsu-pawpatrol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps identify exploitable security vulnerabilities in codebases, assisting developers and security teams in ensuring application safety.

Core Features & Use Cases

  • Vulnerability Detection: Systematically reviews code for security flaws such as injection, XSS, SSRF, and deserialization risks.
  • Risk Assessment: Provides confidence levels and severity classifications to prioritize remediations.
  • Use Case: A security analyst runs this Skill across a project's repository to find critical weaknesses before deployment.

Quick Start

Scan your codebase for security issues by analyzing your project directory to produce a detailed vulnerability report.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I perform a security code assessment on my project repository?

To perform a security code assessment, you analyze your project directory using static analysis and pattern recognition to detect potential vulnerabilities like injection, XSS, and misconfigurations. This process produces a detailed vulnerability report for remediation.

How does static analysis detect security vulnerabilities in a codebase?

Static analysis detects security vulnerabilities by systematically reviewing source code patterns without executing the program. It identifies exploitable flaws like deserialization risks and SSRF by referencing established security guidelines and matching known vulnerability signatures.

Can I use this security assessment for pre-deployment audits?

Yes, you can use this security assessment for pre-deployment audits. It helps developers and security teams ensure application safety by identifying critical weaknesses and providing risk evaluations with severity classifications before the software goes live.

What is the best way to prioritize vulnerability remediation in code review?

The best way to prioritize vulnerability remediation is to use a risk assessment that provides confidence levels and severity classifications. This allows you to systematically address critical injection or misconfiguration flaws found during code review based on their potential impact.

What types of security flaws can a vulnerability detection scan find?

A vulnerability detection scan can find various exploitable security flaws such as injection vulnerabilities, cross-site scripting (XSS), server-side request forgery (SSRF), insecure deserialization, and system misconfigurations across the codebase.

Does this code review process require specific dependencies to run?

No, this code review process does not require any specific external dependencies to run. It relies on internal scripting tools and reference guidelines to perform comprehensive security analysis and pattern recognition on your code repositories.