← 返回 Skills 市场
sirenday

Sigmaflow Deploy

作者 Vitali Sakalouski · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
253
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sigmaflow-deploy
功能描述
Deploy the SigmaFlow SvelteKit trading frontend to the Git repository. Use when building and deploying changes to the SigmaFlow application, including after...
安全使用建议
This skill appears to perform a legitimate deployment, but it embeds a plaintext Git token (and Git URL) directly in scripts rather than using declared environment variables or secret management. Before installing or running: (1) do not use the embedded token—replace it with a properly scoped token stored in an env var or secret store and update the script/metadata to declare that env var; (2) verify the token's scope and rotate it if you suspect it was leaked; (3) review the repository being cloned and its package.json for untrusted dependencies (npm install runs arbitrary build-time code); (4) avoid running this script on sensitive hosts or under high-privilege accounts; (5) consider running it in an isolated CI runner or container and audit network access to git.homelab. The mismatch between declared requirements (none) and a hardcoded credential is the primary reason to treat this skill with caution.
功能分析
Type: OpenClaw Skill Name: sigmaflow-deploy Version: 1.0.0 The skill bundle contains a hardcoded GitLab authentication token (c865b793f09a3b79b65ebdfbd75c5b17395188d2) in both SKILL.md and scripts/deploy.sh. While the documentation explicitly acknowledges this security risk and the script targets a local 'homelab' environment, embedding plaintext credentials and passing them via URLs are high-risk practices that facilitate credential exposure. No clear evidence of intentional malice or exfiltration of the user's local secrets was found.
能力评估
Purpose & Capability
The name, description, SKILL.md, and scripts/deploy.sh are consistent: they clone, build, commit, and push a SvelteKit frontend to a GitLab instance. However, the script contains an embedded repository URL and a long token; the skill metadata declares no required environment variables or credentials — storing credentials in the script instead of declaring them is a mismatch and unnecessary for the stated purpose.
Instruction Scope
The runtime instructions and included script stay within deployment scope: cloning/updating the repo, npm install, npm run build, git add/commit/push. The script does not attempt to read unrelated system files or contact unexpected external endpoints beyond the stated GitLab host. Note: npm install and build will execute code from the repo's dependencies (normal for builds but a supply-chain risk).
Install Mechanism
There is no install spec and the skill is instruction-only with a single shell script. No arbitrary downloads from untrusted URLs are performed by the skill itself. The only network operations are git clone/push to the declared git.homelab host and npm fetches as part of a normal build.
Credentials
The deploy.sh script hardcodes a Git URL and a long secret token (TOKEN) inside the script rather than declaring a required credential or using environment variables. The skill metadata lists no required env vars or primary credential, so the presence of a plaintext credential in code is disproportionate and inconsistent with the metadata. Hardcoded tokens are high-risk (easy to leak or accidentally commit elsewhere).
Persistence & Privilege
The skill does not request persistent/always-on privileges (always: false) and does not modify other skills or system-wide agent settings. The agent can invoke it autonomously (default) which is normal, but if allowed to run autonomously it would have network access to the Git host and the embedded token—combine with the credential concern above when deciding permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sigmaflow-deploy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sigmaflow-deploy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Deployment automation for SigmaFlow SvelteKit frontend to GitLab repository
元数据
Slug sigmaflow-deploy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sigmaflow Deploy 是什么?

Deploy the SigmaFlow SvelteKit trading frontend to the Git repository. Use when building and deploying changes to the SigmaFlow application, including after... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 253 次。

如何安装 Sigmaflow Deploy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sigmaflow-deploy」即可一键安装,无需额外配置。

Sigmaflow Deploy 是免费的吗?

是的,Sigmaflow Deploy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sigmaflow Deploy 支持哪些平台?

Sigmaflow Deploy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sigmaflow Deploy?

由 Vitali Sakalouski(@sirenday)开发并维护,当前版本 v1.0.0。

💬 留言讨论