# Security Review

> Finds and fixes security vulnerabilities in application code. Use when asked about injection, XSS, CSRF, authentication or authorization flaws, secret handling, unsafe deserialization, or when hardening an endpoint. Triggers include "vulnerability", "SQL injection", "취약점", "보안", "인증 우회".

- Skill: `monglong0214/security-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add monglong0214/security-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/monglong0214/security-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: MongLong0214 (https://skillmd.com/u/monglong0214)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/monglong0214/security-review

---


# security-review

Identify the vulnerability class, the exact untrusted input path, and the fix at the trust
boundary. Prefer parameterized queries, framework escaping, and platform auth primitives over
hand-rolled sanitizers. Confirm no other caller reaches the same sink.

