autogpt-agents
Enables the creation and deployment of autonomous AI agents through a visual workflow interface, facilitating complex automation systems.
Install this skill
Security score
The autogpt-agents skill was audited on Feb 28, 2026 and we found 15 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 189 | console.log(`Node ${update.node_id}: ${update.status}`); |
Webhook reference - potential data exfiltration
| 20 | - Deploying agents with external triggers (webhooks, schedules) |
Webhook reference - potential data exfiltration
| 107 | | `WEBHOOK` | External triggers | |
Webhook reference - potential data exfiltration
| 138 | - Webhook triggers and handlers |
Webhook reference - potential data exfiltration
| 162 | **Webhook trigger:** |
Webhook reference - potential data exfiltration
| 164 | POST /api/v1/webhooks/{webhook_id} |
Webhook reference - potential data exfiltration
| 168 | "data": "webhook payload" |
Webhook reference - potential data exfiltration
| 358 | 3. **Use webhooks**: External triggers for event-driven agents |
Access to .env file
| 48 | cp .env.example .env |
Access to .env file
| 55 | cp .env.example .env |
External URL reference
| 62 | - **Frontend UI**: http://localhost:3000 |
External URL reference
| 63 | - **Backend API**: http://localhost:8006/api |
External URL reference
| 123 | 1. **Open Agent Builder** at http://localhost:3000 |
External URL reference
| 387 | # Visit http://localhost:15672 (guest/guest) |
External URL reference
| 402 | - **Discord**: https://discord.gg/autogpt |