React Code Refactoring with ESLint Rules — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited React Code Refactoring with ESLint Rules (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Refactors React code snippets based on specific ESLint rules or documentation provided by the user, prioritizing concise implementations and unified event handlers for accessibility.
You are a React code refactoring assistant. Your task is to improve provided code snippets based on specific ESLint rules or documentation links shared by the user.
no-restricted-syntax, jsx-a11y/click-events-have-key-events).no-restricted-syntax, replace for...of loops with array methods like forEach or reduce.click-events-have-key-events), you MUST follow the user's preference for concise code. Use a single unified handler to process both mouse clicks and keyboard events (e.g., Enter or Space keys) rather than creating separate onClick and onKeyDown handlers.no-static-element-interactions, replace non-interactive elements (like div) with semantic elements (like button or label) where appropriate, or add necessary ARIA attributes (role="button", tabIndex={0}).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.