security-review

Identify security vulnerabilities and compliance gaps in the MuRP codebase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs a thorough security audit, identifying vulnerabilities, sensitive data exposure, and misconfigurations before going live.

Core Features & Use Cases

  • Authentication & Authorization: Checks for proper token handling and access control.
  • Data Protection: Validates encryption, input sanitization, and logging hygiene.
  • Dependency Security: Runs npm audit and vulnerability checks on dependencies.

Quick Start

Example: Run a security scan to identify hardcoded secrets, run npm audit, and report remediation steps.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I audit code for security vulnerabilities before deployment?

Security audits identify vulnerabilities, hardcoded secrets, and compliance gaps in your codebase using static analysis and scanning tools. This Skill performs pre-deployment security reviews by checking authentication controls, data protection measures, dependency vulnerabilities, and sensitive data exposure to produce actionable remediation steps.

What security checks does a code audit cover?

A comprehensive security audit examines authentication and authorization token handling, data encryption and input sanitization, secure logging practices, dependency vulnerabilities via npm audit, and infrastructure exposure. It identifies parameterized query usage, environment variable isolation, and hardcoded secrets to prevent production breaches.

When should I run a security review on my codebase?

Run security reviews during pre-production deployments and before security-sensitive code changes to catch vulnerabilities early. This is critical when handling authentication, managing sensitive data, integrating external dependencies, or making infrastructure changes to ensure compliance and prevent exposure.

Can I check for hardcoded secrets and dependency vulnerabilities in one scan?

Yes, this Skill performs integrated scanning that simultaneously detects hardcoded secrets, runs npm audit for dependency vulnerabilities, and flags compliance gaps. It combines static analysis with shell-based scanning to report all security issues in a single actionable output.

What output does a security audit produce?

A security audit produces detailed remediation guidance identifying specific vulnerabilities, their locations in code, severity levels, and recommended fixes. The output covers authentication gaps, data protection issues, dependency vulnerabilities, and infrastructure exposure with steps to address each finding.

Do I need special tools or environment setup to run a security review?

This Skill uses shell-based scanning with standard tools like grep and bash for static analysis, plus npm audit for dependency checks. No specialized infrastructure is required beyond a standard development environment with access to your MuRP codebase and Node.js tooling.