reviewing-security

Community

Automate JS/TS security scanning.

Authordjankies
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides automated tooling and detection patterns to identify JavaScript/TypeScript security vulnerabilities. It includes commands, vulnerability patterns, and severity mappings—guiding WHAT to check and HOW to detect issues, not formatting or workflow.

Core Features & Use Cases

  • Automated security analysis with Semgrep (if available) and a ready-to-run script.
  • Pattern-based detection for common issues (XSS, SQL injection, command injection, path traversal, code injection, hard-coded credentials, etc.).
  • Use Case: Quickly establish a security baseline for Node.js, React, and TS codebases with repeatable checks.

Quick Start

Run the security scan script: bash ~/.claude/plugins/marketplaces/claude-configs/review/scripts/review-security.sh

Dependency Matrix

Required Modules

semgrep

Components

scripts

šŸ’» Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: reviewing-security
Download link: https://github.com/djankies/claude-configs/archive/main.zip#reviewing-security

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository