error-translator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited error-translator (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.
当用户粘贴或遇到编程错误消息(英文),需要翻译和解释时激活此技能。
原文 → 中文翻译## 🌐 错误翻译
**原始消息:** `English error message here`
**中文翻译:** 中文翻译内容
## 🔍 错误分析
**错误类型:** [语法错误|运行时错误|编译错误|框架错误]
**发生原因:** 简洁说明为什么会发生这个错误
## 🔧 修复方案
### 方案一(推荐)
修改前:
\`\`\`language
// 有问题的代码
\`\`\`
修改后:
\`\`\`language
// 修复后的代码
\`\`\`
### 方案二
其他可能的解决方案...
## 💡 预防建议
- 避免此类错误的最佳实践TypeError, ValueError, KeyError, IndexErrorImportError, ModuleNotFoundErrorAttributeError, FileNotFoundErrorSyntaxError, IndentationErrorasyncio 异步错误pandas/numpy 数据处理错误TypeError, ReferenceError, SyntaxErrorCannot read property of undefinedPromise rejection 错误ESLint/Prettier 配置错误NullPointerException, ClassNotFoundExceptionRuntimeException, IOExceptionOutOfMemoryError)nil pointer, index out of range, goroutine 泄漏borrow checker, lifetime 错误segmentation fault, undefined reference, 内存泄漏Undefined variable, 命名空间错误KeyError原始消息: KeyError: 'username' 中文翻译: 键错误:'username' 原因分析: 尝试访问字典中不存在的键 'username' 修复方案: 使用 .get('username', default_value) 或检查键是否存在
Cannot read property 'map' of undefined原始消息: TypeError: Cannot read property 'map' of undefined 中文翻译: 类型错误:无法读取未定义对象的 'map' 属性 原因分析: 尝试在 undefined 值上调用 .map() 方法 修复方案: 添加空值检查 data?.map(...) 或确保数据已初始化
NullPointerException原始消息: java.lang.NullPointerException 中文翻译: 空指针异常 原因分析: 尝试使用一个为 null 的对象引用 修复方案: 添加 null 检查,使用 Optional<T>,或检查对象初始化
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.