security-audit

Identify and fix security vulnerabilities in the RMV System via ethical hacking.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/potatsukki/rmv-web --skill security-audit-potatsukki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/potatsukki/rmv-web/tree/main/.agents/skills/security-audit
Command: npx skills add https://github.com/potatsukki/rmv-web --skill security-audit-potatsukki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ethically test the RMV System to identify and remediate security vulnerabilities in both the codebase and live application, reducing exposure and risk.

Core Features & Use Cases

  • Static Code Analysis: Scan the codebase for common vulnerability patterns such as XSS, IDOR, insecure storage, and insecure API usage.
  • Browser-Based Attacks: Use Playwright MCP to simulate real-world exploit attempts against the running app and verify fixes.
  • Security Posture & Remediation: Assess authentication, authorization, data exposure, CSRF protections, and error handling, then provide actionable fixes and reporting.
  • Vulnerability Reporting: Produce structured findings and guidance to help developers patch issues quickly.

Quick Start

Initiate the security audit on the RMV System to start an ethical hacking workflow.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I run a penetration test on my web application codebase?

Run a penetration test by scanning the codebase for common vulnerability patterns like XSS, IDOR, and insecure API usage. The audit identifies security flaws in the application logic and provides actionable remediation guidance to patch them.

Can I use Playwright to simulate browser-based attacks against a running app?

Playwright MCP simulates real-world browser-based attacks against the running web application to verify live exploit attempts. This browser-based testing uncovers actual vulnerabilities in the live environment rather than relying solely on static code analysis.

How do I check security headers and authentication vulnerabilities in a web app?

Check security headers and authentication vulnerabilities by assessing the application's security posture, including authorization, data exposure, CSRF protections, and error handling. The audit evaluates these areas and produces structured vulnerability reporting with actionable fixes.

What is the best way to audit dependencies and fix insecure storage issues?

The best way to audit dependencies and fix insecure storage issues is through a combined static code analysis approach that scans for insecure storage patterns and vulnerable dependencies. The audit generates structured findings and remediation guidance to help developers patch issues quickly.

Does static code analysis detect IDOR and XSS vulnerabilities in my project?

Static code analysis detects IDOR and XSS vulnerabilities by scanning the codebase for these common vulnerability patterns. It also identifies insecure API usage and insecure storage, providing a comprehensive security assessment of the application's underlying code.

How do I report security vulnerabilities and get remediation guidance for my application?

Report security vulnerabilities through structured findings that detail authentication, authorization, and data exposure flaws. The audit produces actionable remediation guidance and vulnerability reporting to help developers rapidly patch uncovered exploits and harden the system.