academic-paper-reviewe…
Simulates academic peer review, evaluating papers across Originality, Methodology, Results, and Writing to provide Major/Minor Revision recommendations with…
This skill should be used when the user asks to "identify web application vulnerabilities", "explain common security flaws", "understand vulnerability categories", "learn about injection attacks", "review access control weaknesses", "analyze API security issues", "assess
$ npx -y skills add zebbern/claude-code-guide --skill top-web-vulnerabilities --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/top-web-vulnerabilitiesContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks to "identify web application vulnerabilities", "explain common security flaws", "understand vulnerability categories", "learn about injection attacks", "review access control weaknesses", "analyze API security issues", "assess
name: top-web-vulnerabilities description: This skill should be used when the user asks to "identify web application vulnerabilities", "explain common security flaws", "understand vulnerability categories", "learn about injection attacks", "review access control weaknesses", "analyze API security issues", "assess security misconfigurations", "understand client-side vulnerabilities", "examine mobile and IoT security flaws", or "reference the OWASP-aligned vulnerability taxonomy". Use this skill to provide comprehensive vulnerability definitions, root causes, impacts, and mitigation strategies across all major web security categories. metadata: author: zebbern version: "1.1"
Provide a comprehensive, structured reference for the 100 most critical web application vulnerabilities organized by category. This skill enables systematic vulnerability identification, impact assessment, and remediation guidance across the full spectrum of web security threats. Content organized into 15 major vulnerability categories aligned with industry standards and real-world attack patterns.
---
Evaluate injection attack vectors targeting data processing components:
**SQL Injection (1)**
**Cross-Site Scripting - XSS (2)**
**Command Injection (5, 11)**
**XML Injection (6), LDAP Injection (7), XPath Injection (8)**
**Server-Side Template Injection - SSTI (13)**
Assess authentication mechanism weaknesses:
**Session Fixation (14)**
**Brute Force Attack (15)**
**Session Hijacking (16)**
**Credential Stuffing and Reuse (22)**
**Insecure "Remember Me" Functionality (85)**
**CAPTCHA Bypass (86)**
Identify data protection failures:
**IDOR - Insecure Direct Object References (23, 42)**
**Data Leakage (24)**
Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks from beginner to power user!
Repo: zebbern/claude-code-guide
Simulates academic peer review, evaluating papers across Originality, Methodology, Results, and Writing to provide Major/Minor Revision recommendations with…
This skill should be used when the user asks to "attack Active Directory", "exploit AD", "Kerberoasting", "DCSync", "pass-the-hash", "BloodHound enumeration",…
This skill should be used when the user asks to "test API security", "fuzz APIs", "find IDOR vulnerabilities", "test REST API", "test GraphQL", "API…
Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface…
Interactive system flow tracing across CODE, API, AUTH, DATA, NETWORK layers with SQLite persistence and Mermaid export. Use for security audits, compliance…
Authentication patterns: session vs JWT vs OAuth comparison, provider selection (NextAuth, Clerk, Supabase Auth), security checklist, and common mistakes. Use…