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.
160 of your 302 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 5.14s · analysis 34.93s · 24.1 MB · GitHub API rate-limit (preflight)

imbue-ai/mngr

https://github.com/imbue-ai/mngr · scanned 2026-06-05 17:48 UTC (4 days, 21 hours ago) · 10 languages

1553 raw signals (285 security + 1268 graph) 10th percentile · Python · large (100-500K LoC) System graph score 47 (higher by 13)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 21 hours ago · v2 · 746 actionable findings from 2 signal sources. 173 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 16.4 0.25 4.10
testing_score 97.0 0.20 19.40
documentation_score 83.0 0.15 12.45
practices_score 77.0 0.15 11.55
code_quality 33.2 0.10 3.32
Overall 1.00 59.8
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Possible secret in libs/mngr_imbue_cloud/imbue/mngr_imbue_cloud/cli/auth.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in libs/mngr_imbue_cloud/imbue/mngr_imbue_cloud/cli/auth.py:130; move to env var / secrets manager.
libs/mngr_imbue_cloud/imbue/mngr_imbue_cloud/cli/auth.py:130
#2
Possible secret in libs/mngr_latchkey/imbue/mngr_latchkey/testing.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in libs/mngr_latchkey/imbue/mngr_latchkey/testing.py:103; move to env var / secrets manager.
libs/mngr_latchkey/imbue/mngr_latchkey/testing.py:103
#3
Insecure pattern 'eval_used' in libs/imbue_common/imbue/imbue_common/ratchet_testing/common_ratchets.py:67
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
libs/imbue_common/imbue/imbue_common/ratchet_testing/common_ratchets.py:67
#4
Insecure pattern 'exec_used' in libs/imbue_common/imbue/imbue_common/ratchet_testing/common_ratchets.py:61
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
libs/imbue_common/imbue/imbue_common/ratchet_testing/common_ratchets.py:61
#5
Dockerfile pipes a remote installer into a shell
GapSeverity.HIGH Layer.HARDWARE score 0.375
Why: high severity
libs/mngr/imbue/mngr/resources/Dockerfile:63
#6
Dangling fetch: POST /auth/api/signup (apps/minds/imbue/minds/desktop_client/static/auth.js:22)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#7
Dangling fetch: POST /auth/api/signin (apps/minds/imbue/minds/desktop_client/static/auth.js:53)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#8
Dangling fetch: GET /auth/api/status (apps/minds/imbue/minds/desktop_client/static/chrome.js:141)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#9
Privileged port 17 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in scripts/events_demo.sh is a real port, change the binding to ≥1024 or run behind a proxy.
scripts/events_demo.sh
#10
Privileged port 44 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in scripts/events_demo.sh is a real port, change the binding to ≥1024 or run behind a proxy.
scripts/events_demo.sh

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/a7b11ee0-32b2-48df-87e7-ee0383b49cb7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a7b11ee0-32b2-48df-87e7-ee0383b49cb7/

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.