autogpt-agents
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: autogpt-agents description: Autonomous AI agent platform for building and deploying continuous agents.
Tool: SKILL.md [2/2] Description: | Credential encryption | | `SUPABASE_URL` | Authentication | ### Generate encryption key ```bash cd autogpt_platform/backend poetry run cli gen-encrypt-key ``` ## Best practices 1.
Malicious tool definition detected
Tool: references/advanced-usage.md [1/2]
Tool: references/advanced-usage.md [2/2]
Malicious tool definition detected
Tool: references/troubleshooting.md Description: # AutoGPT Troubleshooting Guide ## Installation Issues ### Docker compose fails **Error**: `Cannot connect to the Docker daemon` **Fix**: ```bash # Start Docker daemon sudo systemctl start docker # Or on macOS open -a Docker # Verify Docker is running docker ps ``` **Error**: `Port already in use` **Fix**: ```bash # Find process using port lsof -i :8006 # Kill process kill -9 <PID> # Or change port in docker-compose.yml ``` ### Database migration