Trusted — Risk Score 0/100
Last scan:19 hr ago Rescan
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.
Skill Namen8n-workflow-automation
Duration22.0s
Enginepi
Safe to install
No action required. This skill is safe to use.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE SKILL.md: Read-only by default; only emits JSON when explicitly requested withou…
Network NONE NONE No network calls documented or implemented
Shell NONE NONE No shell commands or scripts present
Environment NONE NONE References env vars only as credential names, no direct access
Skill Invoke NONE NONE No nested skill invocations
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser automation
Database NONE NONE No direct database access; workflow outputs may reference DB credentials as env …

File Tree

3 files · 4.7 KB · 131 lines
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

Security Positives

✓ 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