🦕 Deno — 使用 Deno 运行时避免权限陷阱、URL 导入陷阱和 Node.js 迁移陷阱
v1.0.0Deno 是一个安全的 TypeScript 运行时,具有权限模型。该技能帮助您避免常见的权限、导入和 Node.js 迁移陷阱,确保安全、稳定的开发环境。
2· 599·3 当前·3 累计
安全扫描
OpenClaw
安全
high confidence此技能仅提供指令式指导,要求和指令与其声明目的一致,不请求无关凭据或安装任意代码。
评估建议
该技能仅为文档帮助,用于使用 Deno,不包含代码或请求秘密。启用前,请确保环境中有可信的 Deno 二进制文件,并注意使用广泛权限标志(如 --allow-all 或 --allow-readWithout 路径)运行 Deno 的风险。...详细分析 ▾
✓ 用途与能力
Name and description match the content: all files are Deno-focused guidance (permissions, imports, Node migration). The only runtime requirement is the 'deno' binary, which is appropriate for a Deno troubleshooting/authoring skill.
✓ 指令范围
SKILL.md and supporting docs contain best-practice commands and examples (deno run, deno cache, deno vendor, etc.) and focus on Deno-specific risks. The documents include illustrative examples (e.g., showing that broad --allow-read could expose /etc/passwd) but do not instruct the agent to read unrelated host files or to exfiltrate data; all commands and file/path references are relevant to Deno usage and deployment.
✓ 安装机制
No install spec and no included code files — instruction-only. That minimizes risk: nothing is downloaded or written to disk by the skill itself.
✓ 凭证需求
The skill declares no required environment variables or credentials. The docs discuss how to scope runtime permission flags (e.g., --allow-env=API_KEY) as guidance, which is appropriate and proportional for a Deno-focused guide.
✓ 持久化与权限
always is false and there is no mechanism to persist or modify other skills or global agent settings. Model invocation is allowed (normal default) but the skill itself does not request elevated platform privileges.
安全有层次,运行前请审查代码。
运行时依赖
🖥️ OSLinux · macOS · Windows
版本
latestv1.0.02026/2/15
初始发布
● 无害
安装命令
点击复制官方npx clawhub@latest install deno
镜像加速npx clawhub@latest install deno --registry https://cn.longxiaskill.com
技能文档
当使用 Deno 需求时
用户需要 Deno 专家知识 — 安全的 TypeScript 运行时,具有权限模型。代理处理权限配置、依赖管理(通过 URL/npm)和从 Node.js 迁移。快速参考
| 主题 | 文件 |
|---|---|
| 权限系统 | permissions.md |
| 导入和依赖 | imports.md |
| Node.js 迁移 | node-compat.md |