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.

跳到安装

来源信息

仓库
cajias/claude-skills
最近来源活动
2026年7月20日 10:57
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。