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

Scan timing: clone 2.74s · analysis 5.97s · 2.4 MB · GitHub preflight 594ms

kalynnka/octomate

https://github.com/kalynnka/octomate.git · scanned 2026-06-25 17:45 UTC (1 month ago) · 10 languages

249 raw signals (105 security + 144 graph) 18th percentile · Python · medium (20-100K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month ago · v1 · 176 actionable findings from 2 signal sources. 73 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 75.0 0.15 11.25
security_score 24.3 0.25 6.08
testing_score 100.0 0.20 20.00
documentation_score 58.0 0.15 8.70
practices_score 52.0 0.15 7.80
code_quality 60.9 0.10 6.09
Overall 1.00 59.9
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
FastAPI POST `chat` without auth dependency — octomate/tentacles/channel/web/vercel/routes.py:48
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in octomate/tentacles/channel/web/vercel/routes.py:48.
octomate/tentacles/channel/web/vercel/routes.py:48
#2
Blocking `httpx.post(...)` inside `async def inspect` — octomate/tentacles/channel/napcat/ink.py:34
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in octomate/tentacles/channel/napcat/ink.py:34 to prevent hung calls.
octomate/tentacles/channel/napcat/ink.py:34
#3
Blocking `httpx.post(...)` inside `async def inspect` — octomate/tentacles/channel/napcat/ink.py:38
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in octomate/tentacles/channel/napcat/ink.py:38 to prevent hung calls.
octomate/tentacles/channel/napcat/ink.py:38
#4
Blocking `httpx.post(...)` inside `async def get_user_profile` — octomate/tentacles/channel/napcat/ink.py:49
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in octomate/tentacles/channel/napcat/ink.py:49 to prevent hung calls.
octomate/tentacles/channel/napcat/ink.py:49
#5
Blocking `httpx.post(...)` inside `async def get_image_url` — octomate/tentacles/channel/napcat/ink.py:67
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in octomate/tentacles/channel/napcat/ink.py:67 to prevent hung calls.
octomate/tentacles/channel/napcat/ink.py:67
#6
Blocking `httpx.get(...)` inside `async def download` — octomate/tentacles/channel/napcat/ink.py:72
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in octomate/tentacles/channel/napcat/ink.py:72 to prevent hung calls.
octomate/tentacles/channel/napcat/ink.py:72
#7
SkillSpector PE3 (priv-esc) in .vscode/launch.json
GapSeverity.HIGH Layer.SECURITY score 0.375
Why: high severity
.vscode/launch.json:21
#8
SkillSpector PE3 (priv-esc) in .vscode/launch.json
GapSeverity.HIGH Layer.SECURITY score 0.375
Why: high severity
.vscode/launch.json:38
#9
SkillSpector PE3 (priv-esc) in docker-compose.yml
GapSeverity.HIGH Layer.SECURITY score 0.375
Why: high severity
docker-compose.yml:7
#10
SkillSpector PE3 (priv-esc) in octomate/config/__init__.py
GapSeverity.HIGH Layer.SECURITY score 0.375
Why: high severity
octomate/config/__init__.py:58

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/dcff4a50-675c-47e5-a49f-0776d8a6d870/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/dcff4a50-675c-47e5-a49f-0776d8a6d870/

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.