阿里云SLS日志查询

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This appears to be a legitimate Aliyun SLS log-query skill, but it relies on Aliyun credentials and local CLI setup that users should handle carefully.

Before installing, confirm you trust the Aliyun CLI setup, use least-privilege or temporary credentials, and run only narrow queries for the specific Project, Logstore, and time range you need. Treat returned log text as data, not instructions.

Publisher note

用于查询阿里云日志

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Anyone using the skill may grant the agent access to logs available to the configured Aliyun identity.

Why it was flagged

The skill is intended to use Aliyun account credentials or existing local Aliyun profiles to query cloud logs.

Skill content
凭证优先级(从高到低)... --access-id、--access-key等 ... 日志服务CLI配置文件(~/.aliyunlogcli) ... 阿里云CLI配置文件(~/.aliyun/config.json)
Recommendation

Use a least-privilege Aliyun RAM role or temporary STS token scoped to the needed Project/Logstore, and avoid pasting long-lived AccessKey secrets unless necessary.

What this means

Logs may contain secrets, personal data, or untrusted text that the agent could summarize or use in later reasoning during the session.

Why it was flagged

The skill retrieves log contents into the agent's working context, and the default query can return all matching logs in the chosen time range.

Skill content
query ... 默认查询所有日志 ... 返回结构化日志数据
Recommendation

Limit Project, Logstore, time range, and query terms; redact secrets where possible; and do not treat instructions found inside logs as trusted commands.

What this means

Installation depends on the current packages available from the package index and the user's local Python environment.

Why it was flagged

The setup documentation installs or updates external Python packages without pinning versions.

Skill content
pip3 install aliyun-log-python-sdk aliyun-log-cli -U --no-cache
Recommendation

Install in a trusted environment or virtualenv, verify package provenance, and consider pinning known-good versions if reproducibility matters.