📦 Log Anomaly Detector — 日志异常检测

v1.0.0

实时扫描日志文件,自动识别错误、警告、安全威胁与性能瓶颈,并提供异常告警与优化建议,帮助运维快速定位问题。

0· 599·2 当前·2 累计
honestqiao 头像by @honestqiao (HonestQiao)
下载技能包
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's requested resources and instructions match its stated purpose (log anomaly detection); it is an instruction-only skill with no installs or credential requests, though the included example code is incomplete and has minor correctness issues.
评估建议
This skill appears coherent for log analysis and does not request credentials or installs, but exercise normal caution: logs often contain sensitive data (PII, credentials, tokens). Before using, verify how your agent will supply logs — avoid sending raw production logs to third-party services or models. If you intend to run the JavaScript example, note it is incomplete (extractTimestamp undefined) and has a regex /g state bug; fix those issues and sanitize logs to remove secrets before use. If ...
详细分析 ▾
用途与能力
Name/description (log anomaly detection) align with the triggers, SKILL.md, and skill.yaml. The skill does not request unrelated binaries, environment variables, or config paths.
指令范围
SKILL.md and skill.yaml describe analyzing log text and pattern-matching for errors, warnings, performance and security keywords — this stays within the stated purpose. The JavaScript pseudo-implementation is embedded in skill.yaml but is incomplete (calls extractTimestamp which is not provided) and has a correctness issue: the regexes use the global flag (/g) while using RegExp.test inside a loop, which can produce intermittent misses because .test with /g is stateful. These are quality/robustness problems, not evidence of malicious behavior. The instructions do not direct reading arbitrary system files or exfiltration.
安装机制
No install spec and no code files to be written or downloaded; instruction-only skills are lower risk from installation perspective.
凭证需求
The skill does not request any environment variables, credentials, or config paths — proportional for an analysis-only helper.
持久化与权限
always:false and normal invocation settings. The skill does not request persistent system privileges or modify other skills' settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/22

Initial release of Log Anomaly Detector: - 实时分析日志文件,检测异常、错误、性能瓶颈及安全威胁 - 支持错误、警告和性能问题的自动识别 - 提供智能建议以优化故障响应和安全 - 预设触发关键词,方便快速启动分析

无害

安装命令

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