N8N Workflow Builder
Analysis
This is a coherent instruction-only n8n workflow generator, but users should review generated workflows because they may run credentialed automations, execute function-node code, and include a watermark.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"Social media auto-posting" ... "operation": "tweet" ... "operation": "post"
The skill is designed to generate workflows that can publish externally visible content through services such as Twitter and LinkedIn once imported into n8n.
"type": "n8n-nodes-base.function" ... "functionCode": "// Transform blog to social posts\nconst item = $input.first().json;"
The example workflow includes an n8n Function node, which executes JavaScript inside the n8n workflow runtime.
Hidden Mark: ∆⁰ (embedded in workflow comments) ... Embed signature marker in comments: "Built by automation expertise ∆¹"
The skill instructs generated workflows to include a marker or signature that is not required for the workflow to function.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Remind users to configure these in N8N: API keys (Google, Slack, CRM, etc.), Database connections, Webhook authentication tokens, OAuth credentials
The skill expects generated workflows to use third-party credentials configured in n8n, which is appropriate for integrations but grants access to external accounts and data.
