Prototype Pollution

Detects JavaScript deep-merges or property assignment from user input that can pollute Object.prototype. Use when writing JavaScript or TypeScript code that deep-merges, clones, or extends objects using user-controlled input. Also invoke when using lodash merge/set, Object.assign with dynamic keys, or recursive property copy on untrusted data.

thejefflarson 25fcbb9 3.2 KB Updated

File contents

thejefflarson/soundcheck/tree/main/.claude/skills/prototype-pollution commit 25fcbb9242

Frequently asked questions

npx skillmds@latest add thejefflarson/prototype-pollution