安全扫描
OpenClaw
安全
high confidenceThe skill is a small, local Bash-based data CLI that stores logs and data under the user's home directory; its files and instructions are consistent with the description and do not request external credentials or network access.
评估建议
This skill is a simple local Bash tool that stores a data.log and history.log under ~/.local/share/azuredatastudio (or a directory you set via AZUREDATASTUDIO_DIR). It does not contact external services or request credentials. Before installing or using it: (1) review the scripts yourself if you have concerns; (2) be aware that any sensitive data you pass as command arguments will be recorded in history.log and potentially data.log — avoid entering secrets or store data in a secure location; (3)...详细分析 ▾
ℹ 用途与能力
The name and description reference Azure Data Studio, but the implementation is a lightweight Bash CLI that uses local flat-file storage; this is coherent functionally but the project is not the full Microsoft Azure Data Studio—it's a small local tool (not a cloud client).
✓ 指令范围
SKILL.md commands map to the provided scripts. The runtime instructions and examples match the scripts' behavior (they echo actions and log them). The skill does not instruct the agent to read unrelated files or contact external endpoints.
✓ 安装机制
Instruction-only with small local shell scripts; no install spec or downloads. No code is fetched from external URLs at install time.
ℹ 凭证需求
No required environment variables or credentials. The scripts read standard environment variables (AZUREDATASTUDIO_DIR, XDG_DATA_HOME, HOME) to determine a local data directory — this is reasonable for a local CLI but worth noting because user data and command history are written there.
✓ 持久化与权限
The skill does not request always:true or elevated privileges and does not modify other skills or system-wide settings. It persists only to its own data directory under the user's home.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv2.0.12026/3/13
update
● 可疑
安装命令
点击复制官方npx clawhub@latest install azuredatastudio
镜像加速npx clawhub@latest install azuredatastudio --registry https://cn.longxiaskill.com