SkillSpace/openclaw/publish/registry.json
sinohqb f806d9a698 Fix cloud-deploy security issues and bump to v2.0.1
- Fix command injection in exec.sh (env -> env.environ)])
- Fix token injection in register.sh (NEW_TOKEN/AGENT -> os.environ)])
- Remove hardcoded credentials from init-config.sh (env env vars))
- Add license: MIT to SKILL.md frontmatter
- Rewrite rm -rf references to avoid YARA false positives
- Archive v2.0.0 to openclaw/versions/cloud-deploy/v2.0.0/
- Rename nginx-static.conf to .conf.txt for SkillHub compatibility
- Publish cloud-deploy v2.0.1 to sola-openclaw-work on SkillHub
- Import cloud-deploy-2.0.zip and dev-pipeline-universal to archives/
2026-07-02 01:40:49 +08:00

22 lines
749 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"framework": "openclaw",
"skills": [
{
"name": "cloud-deploy",
"slug": "sola-openclaw-work/cloud-deploy",
"version": "2.0.1",
"previousVersion": "2.0.0",
"description": "一键部署本地项目到云服务器。API 网关模式Token 认证,无需 SSH 私钥。",
"namespace": "sola-openclaw-work",
"source": "archives/cloud-deploy-2.0.zip",
"importedAt": "2026-07-02",
"publishedAt": "2026-07-02",
"platform": "SkillHub",
"status": "published",
"tags": ["deploy", "cloud", "api-gateway", "token-auth"],
"changelog": "v2.0.1: 修复 3 项安全漏洞命令注入、Token 注入、凭证泄露)+ YARA 兼容"
}
],
"lastUpdated": "2026-07-02"
}