Cloud Sdk
v2.0.1The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go. go cloud, go, aws, azure, cloud, gcp.
⭐ 0· 270·1 current·1 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description advertise the Go Cloud Development Kit and cloud provider tooling (tags include aws/azure/gcp), but the shipped files are small Bash CLI scripts providing local project lifecycle commands (init/check/build/test/etc.) with no cloud-provider APIs, SDKs, or Go library code. This is likely an overstatement of capabilities rather than malicious mismatching, but it is a functional mismatch worth noting.
Instruction Scope
SKILL.md and the scripts limit actions to local project workflows. The scripts create and write to a data directory (defaults to ~/.local/share/cloud-sdk or $CLOUD_SDK_DIR), append history to history.log, and echo command output to stdout. They do not access other system configurations, credentials, or external endpoints.
Install Mechanism
No install spec is present (instruction-only skill). The included code files are simple Bash scripts; there are no downloads, package installs, or archive extraction steps in the skill metadata.
Credentials
The skill requires no credentials and no required environment variables. At runtime it optionally respects CLOUD_SDK_DIR and XDG_DATA_HOME and uses HOME for default paths — these are proportional to its stated behavior (local data storage).
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It creates and writes to its own data directory (~/.local/share/cloud-sdk by default) and keeps a history.log there; this is expected for a CLI tool and not excessive.
Assessment
This skill appears to be a small, local Bash-based developer helper that will create a data directory and append command history to ~/.local/share/cloud-sdk/history.log (or to a directory you set via CLOUD_SDK_DIR). It does not request keys or perform network calls in the included scripts. Before installing, consider: (1) if you expected a full Go CDK or cloud-provider integrations, this package does not implement those; check the source repo for fuller implementations; (2) if you are concerned about disk writes, it will persist a history log in your home directory; you can set CLOUD_SDK_DIR to a sandbox location; (3) inspect the scripts in the repository yourself (they are short) to confirm they meet your needs. If you need actual cloud SDK functionality (AWS/GCP/Azure), prefer official libraries or tools that explicitly require and document the necessary credentials and network behavior.Like a lobster shell, security has layers — review code before you run it.
latestvk97fdpmyb3g17jzt424krzhfhh8341gw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
