- workflow/plugins/ts/dict: Fix prototype pollution by adding key
validation and safeAssign wrapper to reject __proto__, constructor,
prototype keys in DictSet, DictDelete, DictPick, DictInvert classes
- pastebin/quality-validator: Fix regex injection by escaping regex
metacharacters before creating RegExp from user input in matchesPattern
- postgres/generate-password: Fix biased cryptographic random by using
crypto.randomInt() instead of modulo operation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- codegen: Low-code React app with JSON-driven component system
- packagerepo: Schema-driven package repository with backend/frontend
- postgres: Next.js app with Drizzle ORM and PostgreSQL
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>