n8n Hub
Analysis
This is a coherent n8n helper, but it documents broad n8n API actions that could change or delete workflows, users, credentials, projects, and data without clear confirmation limits.
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.
DELETE `/workflows/{id}` | Delete workflow; PATCH `/users/{id}/role` | Change user's global role; DELETE `/credentials/{id}` | Delete credential; DELETE `/projects/{projectId}` | Delete projectThe endpoint index exposes broad destructive and administrative API operations, not just workflow listing or debugging, and the artifacts do not add approval or scoping rules for these high-impact calls.
### Webhook trigger ... POST "$N8N_API_BASE_URL/../webhook/{webhook-path}" ... ### Executions: retry ... "$N8N_API_BASE_URL/executions/{id}/retry"Retrying executions or triggering webhooks can cause connected n8n workflows to run again, potentially affecting downstream systems such as email, Drive, databases, or other integrations.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
The provided artifacts have limited provenance, though the absence of code or install steps reduces executable supply-chain risk.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Suggested environment variables (or store in `.n8n-api-config`): ... export N8N_API_KEY="your-api-key-here" ... All requests must include: X-N8N-API-KEY: $N8N_API_KEY
The skill depends on a delegated n8n API key. That is purpose-aligned for n8n operations, but it is sensitive authority and is not declared in the registry credential metadata.
