Skip to main content

backend-validation

ENFORCE server-side input validation at the boundary layer before data reaches business logic or database. Use Zod 4 (TS/Node), Pydantic (Python), or go-playground/validator (Go). Never trust client-side validation. Prevent mass assignment, type confusion, and buffer exhaustion. Trigger: "create an API endpoint", "handle a form submission", "save user data", "build a backend route".

Jump to install

Source facts

Repository
ChloeVPin/candy-skills
Last source activity
June 29, 2026 at 22:59
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.