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

Scan timing: clone 2.88s · analysis 8.77s · 0.4 MB · GitHub preflight 453ms

twrecked/pyaarlo

https://github.com/twrecked/pyaarlo · scanned 2026-06-05 14:17 UTC (5 days, 5 hours ago) · 10 languages

199 raw signals (73 security + 126 graph) 47th percentile · Python · small (2-20K LoC) System graph score 98 (lower by 30)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 5 hours ago · v2 · 67 actionable findings from 2 signal sources. 67 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 84.5 0.25 21.12
testing_score 54.0 0.20 10.80
documentation_score 84.0 0.15 12.60
practices_score 42.0 0.15 6.30
code_quality 55.1 0.10 5.51
Overall 1.00 67.6
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
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#2
No CI/CD pipelines detected
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
#3
Network/subprocess call without timeout or try/except — pyaarlo/util.py:119
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in pyaarlo/util.py:119 to prevent hung calls.
#4
Possibly dead Python function: arlotime_to_time
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in pyaarlo/util.py:16; if framework-registered, add a docstring.
pyaarlo/util.py:16
#5
Possibly dead Python function: days_until
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in pyaarlo/util.py:43; if framework-registered, add a docstring.
pyaarlo/util.py:43
#6
Possibly dead Python function: httptime_strftime
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in pyaarlo/util.py:56; if framework-registered, add a docstring.
pyaarlo/util.py:56
#7
Possibly dead Python function: rgb_to_hex
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in pyaarlo/util.py:125; if framework-registered, add a docstring.
pyaarlo/util.py:125
#8
Possibly dead Python function: hex_to_rgb
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in pyaarlo/util.py:130; if framework-registered, add a docstring.
pyaarlo/util.py:130
#9
Possibly dead Python function: lookup_camera_by_name
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in pyaarlo/__init__.py:633; if framework-registered, add a docstring.
pyaarlo/__init__.py:633
#10
Possibly dead Python function: lookup_doorbell_by_name
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in pyaarlo/__init__.py:657; if framework-registered, add a docstring.
pyaarlo/__init__.py:657

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/987a866a-4e94-4b95-96c5-62d91b223b9a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/987a866a-4e94-4b95-96c5-62d91b223b9a/

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.