This workflow follows the Agent → HTTP Request recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "vulnerable n8n agent workflow",
"nodes": [
{
"id": "1",
"name": "Webhook",
"type": "n8n-nodes-base.webhook"
},
{
"id": "2",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent"
},
{
"id": "3",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"credentials": {
"httpHeaderAuth": "<your credential>"
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "AI Agent"
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "HTTP Request"
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
httpHeaderAuth
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
vulnerable n8n agent workflow. Uses agent, httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/guorunjie/agentic-workflow-guard/blob/main/examples/vulnerable-n8n/workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
whatsapp ai penjadwalan. Uses googleCalendarTool, lmChatGoogleGemini, agent, httpRequest. Webhook trigger; 7 nodes.
Mario. Uses lmChatOpenAi, httpRequest, httpRequestTool, agent. Webhook trigger; 7 nodes.
Somar.IA SaaS - Agente Autônomo WhatsApp (Gemini). Uses agent, lmChatGoogleGemini, memoryBufferWindow, toolHttpRequest. Webhook trigger; 7 nodes.
Line Bot. Uses agent, lmChatGoogleGemini, memoryBufferWindow, googleSheetsTool. Webhook trigger; 6 nodes.
⏺ 🚀 How it works