Web Security Reviewer — Security skill for Claude Code
Claude Code skill: defensive security review of your own code (Apps Script, frontend, backend).
How to install Web Security Reviewer
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open goingli0324/web-security-reviewer and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Web Security Reviewer does
Claude Code skill: defensive security review of your own code (Apps Script, frontend, backend).
Alternatives in Security
- Promptmap — Security scanner for custom LLM apps 1.2k ★
- Maestro Odyssey — Long-running iterative cycle — one entry, seven modes (debug improve planex review security defensive ui) 530 ★
- Bountyforge — All-round bug bounty skill for Claude Code parallelized agents for smart contract audits (EVM, Move, Solana, T 399 ★
README
web-security-reviewer
A Claude Code skill for defensive security review of your own code. Detects security vulnerabilities, data-leakage risks, stress/performance risks, and code quality issues, then produces a severity-ranked risk report plus corrected code.
Covers Google Apps Script (Workspace automation), frontend HTML/CSS/JS, and backend APIs (Node/Python/PHP/etc.). Particularly useful for reviewing AI-generated / vibe-coded code before it ships.
This skill is defensive only: it finds and patches vulnerabilities in your own code, and will not help write weaponized exploits or bypass security controls.
Install
Clone this repo (or copy its contents) into your Claude Code skills directory, e.g.:
git clone https://github.com/goingli0324/web-security-reviewer.git ~/.claude/skills/web-security-reviewer
Claude Code will pick it up automatically based on the triggers described in `SKILL.md`.
Contents
SKILL.md— skill definition, triggers, and workflowreferences/— reference material loaded on demand depending on tech stack (Apps Script, frontend, backend, data leakage, dependency scanning, AI-generated code patterns, stress/performance, report format)
License
MIT — see [LICENSE](LICENSE).
Related Skills
Senior Engineering Partner
A stack-agnostic Claude Code skill: strict code reviewer, pair programmer, debugger, and mentor (Python/Bash/A
Review API Contracts
Audit API boundary code for contract drift: response envelope consistency, error response shapes, HTTP status-
Claude Code Dev Agents
A comprehensive collection of specialized Claude Code subagents for software development lifecycle. Domain-agn
Understudy
One AI, Every Role — A system that configures teams of specialized AI agents (Architect, Backend, Frontend, De
Codexpiator Audit
Full frontend/backend/security/testing audit
Security Audit Web App
Use when auditing a web app frontend/edge layer for common security mistakes — server vs client boundary leaks
Related Agents
Unit Test Reviewer
Use this agent when the user asks for a review of unit tests — backend xUnit/Moq tests in tests/GerenciadorDeT
Codexpiator Reviewer
Isolated, read-only multi-file auditor combining Codexpiator's frontend, backend, security, and testing-qa che
Frontend Security Reviewer
Review frontend code for common web security vulnerabilities. Use before committing or creating PRs for fronte