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

can1357/oh-my-pi

https://github.com/can1357/oh-my-pi.git · scanned 2026-05-20 12:45 UTC (2 weeks, 2 days ago) · 10 languages

1174 findings (86 legacy + 1088 scanner) 11/13 scanners ran 53rd percentile · Rust · large (100-500K LoC) Scanner says 46 (higher by 23)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 weeks, 2 days ago · v2 · 630 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 20.0 0.20 4.00
documentation_score 87.0 0.15 13.05
practices_score 72.0 0.15 10.80
code_quality 67.0 0.10 6.70
Overall 1.00 68.5
security_score may be inflated — optional security scanners were skipped on this fast scan
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 packages/coding-agent/src/tools/eval.ts
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 packages/coding-agent/src/tools/eval.ts:617; move to env var / secrets manager.
packages/coding-agent/src/tools/eval.ts:617
#2
FastAPI POST `replay` without auth dependency — python/robomp/src/server.py:462
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 python/robomp/src/server.py:462.
python/robomp/src/server.py:462
#3
FastAPI POST `api_trigger` without auth dependency — python/robomp/src/server.py:548
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 python/robomp/src/server.py:548.
python/robomp/src/server.py:548
#4
FastAPI POST `api_cancel` without auth dependency — python/robomp/src/server.py:632
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 python/robomp/src/server.py:632.
python/robomp/src/server.py:632
#5
FastAPI POST `post_comment` without auth dependency — python/robomp/src/proxy/server.py:400
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 python/robomp/src/proxy/server.py:400.
python/robomp/src/proxy/server.py:400
#6
FastAPI POST `open_pull_request` without auth dependency — python/robomp/src/proxy/server.py:413
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 python/robomp/src/proxy/server.py:413.
python/robomp/src/proxy/server.py:413
#7
FastAPI POST `request_reviewers` without auth dependency — python/robomp/src/proxy/server.py:438
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 python/robomp/src/proxy/server.py:438.
python/robomp/src/proxy/server.py:438
#8
FastAPI POST `add_issue_labels` without auth dependency — python/robomp/src/proxy/server.py:457
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 python/robomp/src/proxy/server.py:457.
python/robomp/src/proxy/server.py:457
#9
FastAPI POST `add_assignees` without auth dependency — python/robomp/src/proxy/server.py:470
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 python/robomp/src/proxy/server.py:470.
python/robomp/src/proxy/server.py:470
#10
FastAPI POST `close_issue` without auth dependency — python/robomp/src/proxy/server.py:493
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 python/robomp/src/proxy/server.py:493.
python/robomp/src/proxy/server.py:493

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/e1693738-f0c2-4ae2-888c-ee3b2d99a3c3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e1693738-f0c2-4ae2-888c-ee3b2d99a3c3/

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.