OWASP Web
Use this skill as a basic starting point.
Workflow
- Review the feature or code path from a web security perspective.
- Identify common risks such as injection, broken access control, or unsafe data exposure.
- Apply targeted mitigations that fit the current stack.
- Avoid broad rewrites when focused fixes are sufficient.
- Verify the risky path after mitigation.
Output
- Produce practical security hardening changes.
- Keep mitigations clear and reviewable.
- Prefer focused risk reduction over vague security wording.