Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Azuredatastudio
v2.0.1Azure Data Studio is a data management and development tool with connectivity to popular cloud and o azuredatastudio, typescript, azure, azure-data-studio.
⭐ 0· 281·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
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).
Instruction Scope
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.
Install Mechanism
Instruction-only with small local shell scripts; no install spec or downloads. No code is fetched from external URLs at install time.
Credentials
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.
Persistence & Privilege
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.
Assessment
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) consider setting AZUREDATASTUDIO_DIR to a directory with restrictive file permissions if you will store sensitive data; and (4) note this is not the official Microsoft Azure Data Studio — it's a small third-party utility with limited functionality.Like a lobster shell, security has layers — review code before you run it.
latestvk977gvtc7yehht3c51jyfepryn835r5y
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
