Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

Significant-Gravitas/AutoGPT

https://github.com/Significant-Gravitas/AutoGPT.git · scanned 2026-05-17 20:06 UTC (3 weeks, 5 days ago) · 10 languages

1784 raw signals (146 security + 1638 graph) 8/10 scanners ran 32nd percentile · Typescript · huge (>500K LoC) System graph score 61 (higher by 19)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 weeks, 5 days ago · v2 · 54 actionable findings from 1 signal source. 92 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: severity: low × excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Ranks in the 68th percentile among large-sized repos. Strongest documentation (74), structure (66); weakest security (19), practices (49). 35 findings (9 high). Most common pattern: cpp-new-without-delete.

Showing 12 of 54 actionable findings. 146 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

low Security checks quality Error handling conf 1.00 3 occurrences [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
3 files, 3 locations
autogpt_platform/backend/backend/api/conn_manager.py:105
autogpt_platform/backend/backend/blocks/branching.py:207
autogpt_platform/backend/backend/blocks/github/ci.py:319
low Security checks security Deserialization conf 1.00 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code.
Use yaml.safe_load() instead of yaml.load(). Avoid pickle for untrusted data.
autogpt_platform/backend/backend/util/cache.py:252
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
Add missing patterns such as .env, .git, private keys, certificates, dependency folders, and local databases.
.dockerignore CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.68 App service does not wait for database health
Give the database a healthcheck and change the dependency to `depends_on: { db: { condition: service_healthy } }`.
classic/original_autogpt/docker-compose.yml:22 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.72 3 occurrences Database service has no healthcheck
Add a database-native healthcheck such as pg_isready, mysqladmin ping, redis-cli ping, or the vendor's readiness command.
2 files, 3 locations
autogpt_platform/docker-compose.yml:63, 158 (2 hits)
classic/original_autogpt/docker-compose.yml:40
CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.72 7 occurrences Dockerfile installs recommended OS packages
Add `--no-install-recommends` and explicitly list only packages the image needs.
4 files, 7 locations
autogpt_platform/backend/Dockerfile:15, 22 (2 hits)
classic/Dockerfile.autogpt:8, 13 (2 hits)
classic/original_autogpt/.devcontainer/Dockerfile:5, 10 (2 hits)
classic/forge/Dockerfile:8
CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.74 Dockerfile leaves apt package indexes in the image layer
End the apt install layer with `rm -rf /var/lib/apt/lists/*`.
classic/original_autogpt/.devcontainer/Dockerfile:5 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.74 Dockerfile leaves apt package indexes in the image layer
End the apt install layer with `rm -rf /var/lib/apt/lists/*`.
autogpt_platform/backend/Dockerfile:15 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 17 locations
autogpt_platform/backend/backend/blocks/agent_mail/pods.py:7, 424 (2 hits)
autogpt_platform/backend/backend/blocks/agent_mail/threads.py:6, 248 (2 hits)
autogpt_platform/backend/backend/blocks/ayrshare/post_to_telegram.py:1, 76 (2 hits)
autogpt_platform/backend/backend/blocks/ayrshare/post_to_youtube.py:2, 3 (2 hits)
autogpt_platform/backend/backend/blocks/exa/similar.py:2, 4 (2 hits)
autogpt_platform/backend/backend/blocks/ai_image_generator_block.py:311
autogpt_platform/backend/backend/blocks/ai_shortform_video_block.py:7
autogpt_platform/backend/backend/blocks/airtable/bases.py:3
duplicationquality
low Security checks quality Quality conf 0.68 Multiple AI-agent scaffold marker files are present
Keep one current agent instruction file if it helps contributors, remove stale progress/completion markers, and make sure the README, tests, and CI describe the real supported behavior.
.github/copilot-instructions.md:1
low Security checks quality Quality conf 0.64 Public docs site has no llms.txt
Add llms.txt with the product summary, canonical docs, API endpoints, security guidance, and preferred CLI workflow for AI agents.
llms.txt
low Security checks quality Quality conf 0.50 Public web app has no humans.txt
Add humans.txt with team ownership, contact URL, key documentation links, and the last-updated date.
humans.txt
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/550145b0-bad0-483c-ba98-256a38bf90e5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/550145b0-bad0-483c-ba98-256a38bf90e5/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.