west

v1.0.0

Manage domain DNS records on West Digitals by adding, modifying, or deleting entries via the West Digitals API.

0· 120·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description say it manages West Digitals DNS and the code implements add/modify/delete using a West API base_url; required inputs (username, api_password, dns fields) match the stated purpose.
Instruction Scope
SKILL.md and handler expect only action, config, and dns_params. The runtime code only reads those inputs and does HTTP POSTs to api.west.cn; it does not access unrelated files, environment variables, or unexpected external endpoints.
Install Mechanism
No install spec is provided (lowest-risk), but repository includes requirements.txt (requests, typing) and a Python file; installing will require adding those packages via pip. There are no downloads from untrusted URLs or archive extraction steps.
Credentials
No platform environment variables or system credentials are requested. The skill asks for a West username and API password in the config object, which is proportional to DNS-management functionality.
Persistence & Privilege
always is false, skill is user-invocable and not forced on every agent run. The code does not modify other skills or system-wide config and does not request permanent platform privileges.
Assessment
This skill appears coherent for managing West Digitals DNS. Before installing, confirm you trust the source (owner unknown), and only provide a West API-specific password (not your login password). The skill will make HTTPS POSTs to https://api.west.cn; review that endpoint and the token scheme if you require cryptographic assurances (the code computes an MD5-based token with a timestamp). Install the required Python packages in a controlled environment, supply minimal-scope API credentials, and consider rotating the API password after use or testing in a sandboxed account first.

Like a lobster shell, security has layers — review code before you run it.

latestvk978wm4sk1jnkgafp5kcmd7be5835e3b

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments