Skip to main content

typescript-eslint-object-injection-fix

Fix ESLint security/detect-object-injection warnings in TypeScript when building dynamic objects from user input or external data. Use when: (1) ESLint shows "Generic Object Injection Sink" warnings, (2) using bracket notation like obj[key] = value, (3) iterating over headers, query params, or form data to build objects. Prevents prototype pollution vulnerabilities using Object.create(null) and Object.defineProperty pattern instead of disabling the lint rule.

Jump to install

Source facts

Repository
cajias/claude-skills
Last source activity
July 20, 2026 at 10:57
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.