📦 Cuihua Error Handler — 智能错误处理

v1.0.0

AI 驱动的错误处理助手,将脆弱代码自动升级为高容错系统,一键生成完整异常捕获、恢复策略与日志监控,显著提升系统稳定性与可维护性。

0· 92·0 当前·0 累计
下载技能包
License
MIT
最后更新
2026/3/24
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says: it scans JavaScript/TypeScript files and generates error handling. Before running it on a sensitive repository, review the bundled files (error-handler.js and test-code.js) to confirm there are no network calls, telemetry endpoints, or credential exfiltration logic. Be cautious when pointing the tool at directories that contain secrets (env files, config with API keys or private keys) because the analyzer will read files you tell it to scan; do not scan sec...
详细分析 ▾
用途与能力
Name/description (AI error handling assistant) align with what is included: node is the only required binary, the package contains a JS CLI (error-handler.js) and examples, and SKILL.md describes scanning/generating error handling. There are no unrelated cloud credentials or strange binaries requested.
指令范围
SKILL.md instructs the agent to scan code directories and generate try/catch/recovery code — this matches the provided error-handler.js implementation. The instructions do involve reading source files (expected for this purpose) but do not direct the agent to access unrelated system paths or to transmit data externally.
安装机制
No install spec (instruction-only) and no external downloads; the only runtime requirement is node. Note: the skill includes executable JS files that will run locally if the agent invokes them; executing bundled code is normal but carries the usual risk of running third‑party scripts.
凭证需求
The skill declares no required environment variables, which is reasonable. One included test file references process.env.JWT_SECRET (test-code.js), but the core CLI (error-handler.js) does not require secrets. This is a minor inconsistency to be aware of: example/test code references an env var that isn't declared or needed by the analyzer itself.
持久化与权限
always is false and the skill does not request persistent system-wide privileges or modify other skills' configs. Autonomous invocation is allowed (platform default) but not combined with any unusual permissions.
test-code.js:15
Environment variable access combined with network send.
error-handler.js:40
File read combined with network send (possible exfiltration).
安全有层次,运行前请审查代码。

License

MIT

可自由使用、修改和再分发,需保留版权声明。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/24

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install cuihua-error-handler
镜像加速npx clawhub@latest install cuihua-error-handler --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库