Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Ai Intelligent Alerting System

告警管理,智能告警 + 告警收敛。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 80 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill's stated purpose (AI alerting and deduplication) is plausible for the installation steps shown in SKILL.md, but the registry metadata lists no required binaries or environment variables while the instructions explicitly use git, pip, and python. That mismatch between declared requirements and the runtime instructions is an inconsistency (likely sloppy packaging) and should be resolved.
!
Instruction Scope
The SKILL.md directs the agent (and user) to 'git clone' a GitHub repository and run 'pip install -r requirements.txt' and 'python app.py' — i.e., fetch and execute third-party code. The instructions provide no guidance about configuration, credentials, or what data the app will access or transmit. Instruction-only skills that tell an agent to fetch and run code are higher risk because they cause arbitrary code execution outside the registry's review.
Install Mechanism
There is no formal install spec in the registry, but the embedded SKILL.md uses git clone from GitHub (a well-known host). Cloning from GitHub is expected for open-source projects, but the absence of an explicit install spec in the skill metadata means the agent/platform won't have a vetted installation plan — the runtime instructions effectively become the install step.
Credentials
The registry declares no required env vars or credentials, yet an alerting system that integrates notification channels almost certainly needs API keys or tokens (e.g., email, Slack, SMS, monitoring APIs). The SKILL.md does not declare or explain any required secrets or configuration, creating a transparency gap about what credentials you would need to provide.
Persistence & Privilege
The skill does not request 'always: true' and uses default model invocation settings; it does not claim to modify other skills or system-wide settings. However, because it instructs fetching and running a service, granting it autonomous invocation combined with executing downloaded code would increase risk — consider this when enabling autonomous use.
What to consider before installing
Do not blindly run the 'git clone' + 'pip install' + 'python app.py' steps from this SKILL.md. Before installing: (1) inspect the referenced GitHub repository (https://github.com/openclaw-skills/ai-intelligent-alerting-system) and review its code and README to confirm provenance and expected behavior; (2) check for required credentials/configuration and avoid supplying sensitive org/cloud credentials until you know which services are used; (3) run the project in an isolated environment (container or VM) and as a non-root user; (4) prefer an official install spec or a vetted package over ad-hoc clone-and-run; (5) ask the skill author to declare required binaries and env vars in the registry metadata and to supply a reproducible, auditable install mechanism. These steps reduce the risk of executing unexpected or malicious code.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.3
Download zip
latestvk977233cw5z0hf6bmkhgcwef298307p6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🚨 Clawdis

SKILL.md

AI 智能告警系统

描述

告警管理,智能告警 + 告警收敛。

功能

  • 智能告警(AI识别)
  • 告警收敛(去重合并)
  • 告警分级(级别划分)
  • 告警路由(智能路由)
  • 通知渠道(多渠道)

定价

  • 基础版:¥99/月(100 告警/月)
  • 专业版:¥499/月(1000 告警/月)
  • 企业版:¥1999/月(无限告警)

适用场景

  • 系统告警
  • 应用告警
  • 业务告警
  • 运维告警

技术栈

  • Python + FastAPI
  • 告警引擎
  • 告警收敛
  • 通知集成

安装

git clone https://github.com/openclaw-skills/ai-intelligent-alerting-system
cd ai-intelligent-alerting-system
pip install -r requirements.txt
python app.py

创建:2026-03-13 作者:OpenClaw Skills Team

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…