安全扫描
OpenClaw
安全
high confidence该技能的代码和指令与其声明的目的(生成简单基因电路设计文本)一致;无网络访问或凭证请求,仅包含小型本地Python脚本。但在使用输出进行湿实验前,请谨慎评估领域风险。
评估建议
["代码小、局部且与描述一致:仅打印简单设计文本, 无网络/秘密访问, 不写文件。","(1) 作者/所有者不明 — 在信任或分发技能前,请验证作者/所有者。","(2) 领域为双用途 — 输出可能被误用为实验协议;在未经合格生物安全人员审查和符合法规之前,不要使用这些输出进行湿实验。","(3) SKILL.md 中提到的文件I/O和风险缓解措施脚本未实现;如果计划扩展技能(添加文件导出、模拟或外部调用),请重新审计新代码和依赖项。","(4) 作为预防措施,请在隔离/沙盒环境中运行脚本,并在使用前审查源代码。若需更高的保证,请向发布者请求来源、测试和正式生物安全评估。"]...详细分析 ▾
✓ 用途与能力
Name/description match the included Python script which generates designs for toggle switches and oscillators. No unrelated credentials, binaries, or install steps are requested — the footprint is proportional to the stated purpose.
ℹ 指令范围
SKILL.md instructs running python scripts/main.py and describes output and risks. The markdown mentions file-read/write and input validation, but the provided script only prints designs to stdout and does not perform file or network I/O; this is a minor documentation/code mismatch to be aware of.
✓ 安装机制
No install specification — instruction-only plus a small included script. Nothing is downloaded or installed, so disk/write/install risk is minimal.
✓ 凭证需求
No required environment variables, credentials, or config paths. The script does not access environment secrets or external services.
✓ 持久化与权限
always is false, the skill does not request elevated or persistent privileges, nor does it modify other skills or global agent settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/1
["合成生物电路设计师(v1.0.0)初版发布。","启用基因电路设计和模拟(toggle开关、振荡器)用于合成生物学。","提供电路设计、组件列表和预期行为作为输出。","包含负责使用的风险评估和安全检查清单。","无需额外Python包;使用提供的脚本本地运行。","草稿状态,评估标准和未来改进计划已概述。"]
● 无害
安装命令 点击复制
官方npx clawhub@latest install synthetic-bio-circuit-designer
镜像加速npx clawhub@latest install synthetic-bio-circuit-designer --registry https://cn.clawhub-mirror.com
技能文档
合成生物电路设计师
设计和模拟用于合成生物学的基因电路。## 用法``bash
python scripts/main.py --type toggle --p1 P1 --p2 P2
python scripts/main.py --type oscillator
`## 电路类型- Toggle开关:双稳态基因开关- 振荡器:压制电路## 输出- 电路设计- 组件列表- 预期行为## 风险评估
| 风险指标 | 评估 | 等级 |
|---|---|---|
| 代码执行 | 本地执行Python/R脚本 | 中 |
| 网络访问 | 无外部API调用 | 低 |
| 文件系统访问 | 读取输入文件,写输出文件 | 中 |
| 指令篡改 | 标准提示指南 | 低 |
| 数据暴露 | 输出文件保存到工作空间 | 低 |
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制