Aloudata CAN SKILLS - anomaly-detection
v1.0.0对指标进行异常检测,判断当前数据是否偏离正常范围,输出结构化的异常检测报告。当用户希望检查指标是否异常、做健康巡检、或对一组指标做批量异常扫描时,必须使用此 Skill。 触发场景包括但不限于:用户提到"异常检测""有没有异常""是否正常""健康检查""巡检""波动是否正常""数据是不是有问题""帮我看看有没有问...
⭐ 0· 164·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description and the SKILL.md consistently describe a metric anomaly-detection role. The skill delegates all data fetching to a separate metric-query skill (so it does not request API keys itself) and focuses on baseline building, statistical tests, and reporting — which is appropriate for the stated purpose.
Instruction Scope
The instructions stay within anomaly-detection scope (clarify scope, choose baselines, compute statistics, report results). They explicitly delegate all API/auth work to metric-query. The SKILL.md includes executable Python snippets that use numpy; standard-model agents are told to copy/execute these blocks. This is functionally normal for an analysis skill but means the agent will execute code locally (and requires numpy in the runtime) — not a security mismatch but an operational consideration.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install profile (nothing is downloaded or written to disk by the skill itself).
Credentials
The skill declares no required environment variables or credentials. It relies on metric-query to perform authenticated data access; therefore any credentials used will come from that other skill, which is coherent for this skill's scope. Verify the trustworthiness of metric-query since it handles auth.
Persistence & Privilege
always=false and there is no indication the skill requests permanent agent-wide privileges or modifies other skills' configs. Autonomous invocation is permitted by platform default but does not combine here with other red flags.
Assessment
This skill appears internally consistent for doing metric anomaly detection. Before installing: (1) confirm you trust the metric-query skill (it will handle API keys and fetch data), (2) be aware the SKILL.md includes Python/numpy code that the agent may execute — ensure the runtime has numpy or adapt the code, and (3) test it on non-sensitive data first. If you plan to rely on fully automated runs, review metric-query's auth behavior because this skill delegates all data access to it.Like a lobster shell, security has layers — review code before you run it.
latestvk979vxsrm5q4nfe4j52nf81bt583zsnq
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
