autogpt-agents

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
3
Flagged
3
Chunks
5
Flagged Files (3)
SKILL.mdHIGH
78.3%

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.

references/advanced-usage.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/advanced-usage.md [1/2]

Tool: references/advanced-usage.md [2/2]

references/troubleshooting.mdHIGH
78.3%

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

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
3
Files Flagged
3
Chunks Analyzed
5
Analyzed
Feb 22, 2026, 02:28 AM
Security Audit — runlayer — autogpt-agents