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 (2 weeks, 1 day ago) · 10 languages

124 raw signals (66 security + 58 graph) 9th percentile · Python · small (2-20K LoC) System graph score 84 (lower by 41)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 weeks, 1 day ago · v2 · 34 actionable findings from 2 signal sources. 61 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 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
Scan summary Quality grade D (44/100). Dimensions: security 100, maintainability 30. 66 findings. 3,088 lines analyzed.

Showing 29 of 34 actionable findings. 95 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.

high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences `self.get_master_key` used but never assigned in __init__
Method `get_chromium_passwords` of class `Stealer` reads `self.get_master_key`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
lines 1459, 1479, 1728, 1729, 1730, 1731, 1732, 1733, +17 more
patched_bunny.py:1459, 1479, 1728, 1729, 1730, 1731, 1732, 1733, +17 more (25 hits)
high Security checks quality Quality conf 1.00 ✓ Repobility 11 occurrences Blocking call `urllib.request.urlopen` inside async function `auto_send_dm`
`urllib.request.urlopen` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress.
lines 274, 277, 566, 1742, 1790, 1876, 2206, 2382, +3 more
patched_bunny.py:274, 277, 566, 1742, 1790, 1876, 2206, 2382, +3 more (11 hits)
high System graph quality Integrity conf 1.00 Blocking `requests.get(...)` inside `async def change_wallpaper` — patched_bunny.py:566
Sync I/O inside an async function blocks the event loop. While `requests.get(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_th…
patched_bunny.py:566 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `requests.get(...)` inside `async def infodump` — patched_bunny.py:1742
Sync I/O inside an async function blocks the event loop. While `requests.get(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_th…
patched_bunny.py:1742 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `requests.get(...)` inside `async def infodump` — patched_bunny.py:2206
Sync I/O inside an async function blocks the event loop. While `requests.get(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_th…
patched_bunny.py:2206 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def disabletaskmgr` — patched_bunny.py:2916
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
patched_bunny.py:2916 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def enabletaskmgr` — patched_bunny.py:2950
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
patched_bunny.py:2950 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def infodump` — patched_bunny.py:1790
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
patched_bunny.py:1790 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def infodump` — patched_bunny.py:1876
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
patched_bunny.py:1876 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def auto_send_dm` — patched_bunny.py:274
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
patched_bunny.py:274 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def auto_send_dm` — patched_bunny.py:277
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
patched_bunny.py:277 Sync io in asyncPerformance
medium Security checks quality Practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
medium Security checks quality Quality Average file size is 3088 lines (recommend <300)
Refactor large files by extracting related functions into separate modules. Target files with 300+ lines first. Use the Single Responsibility Principle — each module should have one clear purpose.
low Security checks quality Error handling conf 0.55 ✓ Repobility 25 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
lines 65, 98, 121, 129, 175, 249, 264, 269, +17 more
patched_bunny.py:65, 98, 121, 129, 175, 249, 264, 269, +17 more (25 hits)
Error handlingquality
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in patched_bunny.py:50
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
patched_bunny.py:50 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — patched_bunny.py:48
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 1 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks quality Documentation No LICENSE file
Add a LICENSE file to your repository. Use choosealicense.com to pick the right license (MIT for permissive, Apache 2.0 for patent protection, GPL for copyleft).
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: patched_bunny.py:add_exclusions, patched_bunny.py:add_to_defender_exclusions This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 29 places
Functions with the same first-5-line body hash: patched_bunny.py:run_command, patched_bunny.py:blockinput, patched_bunny.py:unblockinput, patched_bunny.py:download_file This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: patched_bunny.py:helpmenu, patched_bunny.py:checkadmin, patched_bunny.py:open_website This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: check_port445
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
patched_bunny.py:2666
low System graph software Dead code conf 1.00 Possibly dead Python function: keylog
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
patched_bunny.py:2490
low System graph software Dead code conf 1.00 Possibly dead Python function: ping_host
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
patched_bunny.py:2625
low System graph software Dead code conf 1.00 Possibly dead Python function: unregister_session
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
patched_bunny.py:221
low System graph software Dead code conf 1.00 Possibly dead Python function: usb_monitor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
patched_bunny.py:2842
low System graph quality Complexity conf 1.00 Very large file: patched_bunny.py (3087 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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.