Skip to main content

autogpt-agents

Enables the creation and deployment of autonomous AI agents through a visual workflow interface, facilitating complex automation systems.

Install this skill

or
61/100

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

medium line 189

Template literal with variable interpolation in command context

SourceSKILL.md
189console.log(`Node ${update.node_id}: ${update.status}`);
medium line 20

Webhook reference - potential data exfiltration

SourceSKILL.md
20- Deploying agents with external triggers (webhooks, schedules)
medium line 107

Webhook reference - potential data exfiltration

SourceSKILL.md
107| `WEBHOOK` | External triggers |
medium line 138

Webhook reference - potential data exfiltration

SourceSKILL.md
138- Webhook triggers and handlers
medium line 162

Webhook reference - potential data exfiltration

SourceSKILL.md
162**Webhook trigger:**
low line 164

Webhook reference - potential data exfiltration

SourceSKILL.md
164POST /api/v1/webhooks/{webhook_id}
low line 168

Webhook reference - potential data exfiltration

SourceSKILL.md
168"data": "webhook payload"
medium line 358

Webhook reference - potential data exfiltration

SourceSKILL.md
3583. **Use webhooks**: External triggers for event-driven agents
low line 48

Access to .env file

SourceSKILL.md
48cp .env.example .env
low line 55

Access to .env file

SourceSKILL.md
55cp .env.example .env
low line 62

External URL reference

SourceSKILL.md
62- **Frontend UI**: http://localhost:3000
low line 63

External URL reference

SourceSKILL.md
63- **Backend API**: http://localhost:8006/api
low line 123

External URL reference

SourceSKILL.md
1231. **Open Agent Builder** at http://localhost:3000
low line 387

External URL reference

SourceSKILL.md
387# Visit http://localhost:15672 (guest/guest)
low line 402

External URL reference

SourceSKILL.md
402- **Discord**: https://discord.gg/autogpt
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →