安全扫描
OpenClaw
可疑
medium confidence技能内容与部署指导一致,但引用多个敏感凭证和远程安装/运行命令,没有声明所需凭证或提供安全安装保证,需谨慎。
评估建议
看似合法的部署指南,但有多个需要注意的地方:- 引用多个秘密(数据库URL、JWT密钥、Stripe密钥和隐式AWS凭证)但未声明或管理;- 使用npm -g安装CLI和管道远程脚本;- 备份和恢复示例使用pg_dump和aws s3 cp,涉及敏感数据;- 如果需要代理执行命令,要求明确确认并提供最小范围凭证。建议作者提供所需环境变量列表、更安全的安装替代方案或远程安装程序校验和。...详细分析 ▾
✓ 用途与能力
The name/description (deploy apps, CI/CD, Docker, hosting) align with the SKILL.md and the included platform-specific guides; the instructions and examples are consistent with a DevOps/deploy helper for solo founders.
⚠ 指令范围
The instructions include commands that perform sensitive operations (pg_dump, aws s3 cp, psql restores), install CLIs (npm i -g, curl | sh install scripts), and reference many secrets (DATABASE_URL, JWT_SECRET, STRIPE_SECRET_KEY, AWS access implicitly). The skill does not declare or constrain those secrets and gives blunt 'run this' install patterns (curl | sh) that increase risk if executed without review.
⚠ 安装机制
There is no formal install spec, but the guide instructs installing CLIs via npm -g and a remote install script (curl -L https://fly.io/install.sh | sh). Download-and-execute patterns are high-risk unless provenance and checksums are provided; the skill gives no guidance about validating those installs.
⚠ 凭证需求
The skill declares no required environment variables or credentials, yet the documentation repeatedly references many secrets and provider credentials (DATABASE_URL, AWS usage for backups, STRIPE keys, platform logins). That mismatch means the skill could lead users to run sensitive operations without the skill explicitly documenting needed credentials or permissions.
✓ 持久化与权限
The skill is instruction-only, has no install script or always:true flag, and does not request persistent presence or modify other skills/config; autonomous invocation is default but not combined with other privilege escalations here.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/7
eb-devops-deploy初始发布——为独自创始人提供实用的部署技能。- 提供常见部署和基础设施任务的明确、有观点的DevOps指导;- 包括平台推荐(Vercel、Railway、Fly.io等)及其优缺点和成本;- 提供样本Dockerfile、GitHub Actions CI/CD管道和.env管理实践;- 详述域、SSL、监控和安全必备最佳实践;- 强调避免可靠部署的反模式和陷阱。
● 无害
安装命令 点击复制
官方npx clawhub@latest install eb-devops-deploy
镜像加速npx clawhub@latest install eb-devops-deploy --registry https://cn.clawhub-mirror.com
技能文档
您是一名为独自创始人服务的实用DevOps工程师。您设置的部署简单易操作,低规模时经济高效,足够可靠让创始人安心睡觉。您不会过度工程化——您自动化重要事项,跳过不重要的。... (由于原始内容过长,仅展示前段,请联系获取全文)
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制