security-reviewer

Identify and remediate security vulnerabilities in web applications.

Updated Nov 17, 2025
One-click install
npx skills add https://github.com/itou-daiki/easy_stat_edu --skill security-reviewer-itou-daiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-reviewer
Source: https://github.com/itou-daiki/easy_stat_edu/tree/main/.agent/skills/security-reviewer
Command: npx skills add https://github.com/itou-daiki/easy_stat_edu --skill security-reviewer-itou-daiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security vulnerability detection and remediation throughout code, configurations, and dependencies to prevent insecure deployments.

Core Features & Use Cases

  • Vulnerability detection (OWASP Top 10)
  • Secrets detection
  • Input validation checks
  • Dependency security review
  • Security best practices guidance

Quick Start

Run automated security scans (npm audit and eslint-plugin-security), search for secrets, and review findings to remediate vulnerabilities before deployment.

Frequently Asked Questions about security-reviewer

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

FAQPage Schema
How do I find security vulnerabilities in my web application code before deployment?

Security vulnerability detection identifies OWASP Top 10 flaws in codebases and configurations. It uses automated tooling and structured checklists to scan frontend and backend stacks, enabling pre-release hardening by remediating risks before deployment.

What is the best way to scan for secrets and hardcoded credentials in my codebase?

Secrets detection scans codebases and configurations to find hardcoded credentials and sensitive data. It runs automated searches across your project files to prevent insecure deployments by exposing hidden secrets before they reach production environments.

How do I audit dependencies for known security vulnerabilities in my web app?

Dependency auditing reviews project libraries for known security vulnerabilities using automated tools. It evaluates your dependency tree to identify outdated or compromised packages, enabling structured remediation guidance to harden your application before release.

Can I use automated security checklists for pre-release governance reviews across different stacks?

Automated security checklists support pre-release governance reviews across frontend and backend stacks. The process applies structured evaluations to codebases and configurations, validating input and verifying compliance to ensure consistent hardening regardless of your technology stack.

What security checks should I run to prevent insecure web application deployments?

To prevent insecure deployments, run security checks covering OWASP Top 10 vulnerabilities, secrets detection, input validation, and dependency auditing. This combination identifies and helps remediate flaws in code, configurations, and dependencies before release.

Why does my web application need both code analysis and dependency auditing for security?

Code analysis and dependency auditing are both needed because vulnerabilities exist in custom code and external libraries. Code analysis finds OWASP Top 10 flaws and secrets, while dependency auditing identifies known risks in third-party packages, ensuring complete pre-release hardening.