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 に表示されている付属ファイルをお読みください。