eslint-fix — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited eslint-fix (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.
当用户遇到 ESLint 错误或需要批量修复代码规范问题时激活此技能。
.eslintrc.* 或 eslint.config.* 文件prettier、@typescript-eslint 等扩展npx eslint . --format json 获取所有错误eslint --fix## 📊 ESLint 检查报告
**项目:** [项目名]
**ESLint 版本:** v8/v9
**总错误数:** X 个 error,Y 个 warning
### 📁 按文件统计
| 文件 | Error | Warning |
|------|-------|---------|
| src/index.ts | 3 | 1 |
| src/utils.ts | 0 | 2 |
## 🔧 修复结果
### ✅ 自动修复(X 个)
已修复文件:
- `src/index.ts` — 修复了 3 个问题
### ⚠️ 需手动修复(Y 个)
#### `src/utils.ts:15`
**规则:** `@typescript-eslint/no-explicit-any`
**当前代码:**
\`\`\`typescript
function process(data: any) { ... }
\`\`\`
**建议修复:**
\`\`\`typescript
function process(data: unknown) { ... }
\`\`\`
## 💡 配置建议
- 建议在 `.eslintrc.js` 中添加以下规则以避免类似问题semi — 分号quotes — 引号风格indent — 缩进no-trailing-spaces — 行尾空格comma-dangle — 尾逗号arrow-parements — 箭头函数括号prefer-const — const vs let~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.