About
This skill provides a comprehensive framework for Claude to handle untrusted user input securely across TypeScript and Python environments. It emphasizes a 'security-first' approach by focusing on server-side validation using Zod v4 and Pydantic. By implementing allowlist strategies, type coercion, and schema-driven development, it helps developers mitigate common security vulnerabilities such as SQL injection, Cross-Site Scripting (XSS), and malformed API requests, ensuring that application data remains clean and predictable.