可信 — 风险评分 0/100
上次扫描:20 小时前 重新扫描
0 /100
n8n-workflow-automation
Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues
This is a documentation-only n8n workflow design skill with no executable code, no network calls, and no file system writes. It safely generates JSON and markdown templates based on user prompts.
技能名称n8n-workflow-automation
分析耗时22.0s
引擎pi
可以安装
No action required. This skill is safe to use.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE SKILL.md: Read-only by default; only emits JSON when explicitly requested withou…
网络访问 NONE NONE No network calls documented or implemented
命令执行 NONE NONE No shell commands or scripts present
环境变量 NONE NONE References env vars only as credential names, no direct access
技能调用 NONE NONE No nested skill invocations
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No direct database access; workflow outputs may reference DB credentials as env …

目录结构

3 文件 · 4.7 KB · 131 行
Markdown 2f · 126L JSON 1f · 5L
├─ 📁 assets
│ └─ 📝 runbook-template.md Markdown 32L · 648 B
├─ 📋 _meta.json JSON 5L · 142 B
└─ 📝 SKILL.md Markdown 94L · 3.9 KB

安全亮点

✓ Read-only design: outputs workflow JSON only when explicitly requested
✓ Security-conscious output: does not include secrets in JSON, references env vars/credential names only
✓ No executable scripts or code
✓ No network calls or external communications
✓ Documentation is clear about purpose, inputs, outputs, and safety constraints
✓ Includes explicit 'DO NOT USE WHEN' section for security boundaries
✓ No dependencies or external packages required
✓ Follows least-privilege principle in design guidance