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.

Scan timing: clone 1.48s · analysis 0.19s · 0.1 MB · GitHub preflight 422ms

knjx547/patched_bunny

https://github.com/knjx547/patched_bunny.git · scanned 2026-05-29 06:45 UTC (1 week ago) · 10 languages

124 findings (66 legacy + 58 scanner) 11th percentile · Python · small (2-20K LoC) Scanner says 84 (lower by 41)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week ago · v2 · 95 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 30.0 0.15 4.50
security_score 100.0 0.25 25.00
testing_score 0.0 0.20 0.00
documentation_score 40.0 0.15 6.00
practices_score 30.0 0.15 4.50
code_quality 37.0 0.10 3.70
Overall 1.00 43.7
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
Blocking `urllib.request.urlopen(...)` inside `async def auto_send_dm` — patched_bunny.py:274
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 patched_bunny.py:274 to prevent hung calls.
patched_bunny.py:274
#2
Blocking `urllib.request.urlopen(...)` inside `async def auto_send_dm` — patched_bunny.py:277
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 patched_bunny.py:277 to prevent hung calls.
patched_bunny.py:277
#3
Blocking `requests.get(...)` inside `async def change_wallpaper` — patched_bunny.py:566
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 patched_bunny.py:566 to prevent hung calls.
patched_bunny.py:566
#4
Blocking `requests.get(...)` inside `async def infodump` — patched_bunny.py:1742
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 patched_bunny.py:1742 to prevent hung calls.
patched_bunny.py:1742
#5
Blocking `time.sleep(...)` inside `async def infodump` — patched_bunny.py:1790
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 patched_bunny.py:1790 to prevent hung calls.
patched_bunny.py:1790
#6
Blocking `time.sleep(...)` inside `async def infodump` — patched_bunny.py:1876
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 patched_bunny.py:1876 to prevent hung calls.
patched_bunny.py:1876
#7
Blocking `requests.get(...)` inside `async def infodump` — patched_bunny.py:2206
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 patched_bunny.py:2206 to prevent hung calls.
patched_bunny.py:2206
#8
Blocking `time.sleep(...)` inside `async def disabletaskmgr` — patched_bunny.py:2916
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 patched_bunny.py:2916 to prevent hung calls.
patched_bunny.py:2916
#9
Blocking `time.sleep(...)` inside `async def enabletaskmgr` — patched_bunny.py:2950
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 patched_bunny.py:2950 to prevent hung calls.
patched_bunny.py:2950
#10
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity

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/98a1cc74-97e2-4953-a711-7e63b23b9ce1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/98a1cc74-97e2-4953-a711-7e63b23b9ce1/

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.