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.

hichamkhourge/zazytv

https://github.com/hichamkhourge/zazytv · scanned 2026-06-16 04:27 UTC (2 months ago)

64 raw signals (0 security + 64 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months ago · v1 · 47 actionable findings from 1 signal source. 17 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 63.5/100 with 66.7% coverage. It contains 313 nodes across 9 cross-layer flows, written primarily in mixed languages. Engine surfaced 64 findings — concentrated in quality (36), security (15), software (10). Risk profile is high: 0 critical, 7 high, 14 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 47 of 47 actionable findings. 64 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 System graph security auth conf 1.00 Flask mutation route `generate_account_sync` without `@login_required` — api_server.py:261
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
api_server.py:261 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generate_account` without `@login_required` — api_server.py:210
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
api_server.py:210 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generate_iptvtune_sync` without `@login_required` — api_server.py:623
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
api_server.py:623 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generate_iptvtune` without `@login_required` — api_server.py:581
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
api_server.py:581 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generate_layerseven_sync` without `@login_required` — api_server.py:486
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
api_server.py:486 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generate_layerseven` without `@login_required` — api_server.py:444
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
api_server.py:444 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generate_ugeen` without `@login_required` — api_server.py:323
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
api_server.py:323 securityAuth flask unauth route
medium System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in iptvtune_automation.py:779
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
iptvtune_automation.py:779 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in iptvvcanada_automation.py:1103
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
iptvvcanada_automation.py:1103 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in iptvvcanada_automation_with_tor.py:760
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
iptvvcanada_automation_with_tor.py:760 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in layerseven_automation.py:732
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
layerseven_automation.py:732 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ugeen_api_scraper.py:723
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ugeen_api_scraper.py:723 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in viewtvy_automation.py:409
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
viewtvy_automation.py:409 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in zazy_playlist_automation.py:549
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
zazy_playlist_automation.py:549 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in ugeen_api_scraper.py:1672
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
ugeen_api_scraper.py:1672 Local storage auth token
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 14 placeholder/mock markers across 3 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 3 in use
Port 3 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docker-entrypoint.sh Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 18 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 18 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `CHROMEDRIVER_PATH`, `DISPLAY`, `IPTVV_BASE_URL`, `IPTVV_CART_URL`, `IPTVV_EMAIL_MAX_WAIT_SECONDS`, `IPTVV_EMAIL_POLL_SECONDS`, `MAILTM_API_BASE`, `TOR_CONTROL_HOST` + 10 more. Add them (with a placeholder/comment) to .env.example so onboarding doe…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 1449 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: telegram_notifier.py:send_notification, telegram_notifier.py:send_notification 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.
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: api_server.py:run_in_background, api_server.py:run_in_background, api_server.py:run_in_background, api_server.py:run_in_background This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Cons…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: iptvvcanada_automation.py:notify_success, viewtvy_automation.py:notify_success, layerseven_automation.py:notify_success, iptvvcanada_automation_with_tor.py:notify_success This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `solve_recaptcha_v2` in iptvtune_automation.py:753
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `solve_recaptcha_v2` in iptvvcanada_automation.py:1068
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `solve_recaptcha_v2` in iptvvcanada_automation_with_tor.py:725
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `solve_recaptcha_v2` in layerseven_automation.py:706
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `solve_recaptcha_v2` in viewtvy_automation.py:383
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `solve_recaptcha_v2` in zazy_playlist_automation.py:484
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: help_command
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
telegram_bot.py:88
low System graph software Dead code conf 1.00 Possibly dead Python function: notify_m3u_extracted
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
telegram_notifier.py:146
low System graph software Dead code conf 1.00 Possibly dead Python function: notify_start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
telegram_notifier.py:94
low System graph software Dead code conf 1.00 Possibly dead Python function: notify_warning
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
telegram_notifier.py:137
low System graph software Dead code conf 1.00 Possibly dead Python function: progress_reporter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ugeen_api_scraper.py:206
low System graph software Dead code conf 1.00 Possibly dead Python function: renew_tor_ip
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
iptvvcanada_automation_with_tor.py:248
low System graph software Dead code conf 1.00 Possibly dead Python function: run_in_background
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api_server.py:603
low System graph software Dead code conf 1.00 Possibly dead Python function: run_uzeen
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
telegram_bot.py:224
low System graph software Dead code conf 1.00 Possibly dead Python function: set_progress_step
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ugeen_api_scraper.py:200
low System graph software Dead code conf 1.00 Possibly dead Python function: verify_api_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api_server.py:29
low System graph quality Complexity conf 1.00 Very large file: iptvvcanada_automation.py (1670 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ugeen_api_scraper.py (2225 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: zazy_playlist_automation.py (1585 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/a069b8c3-5b64-4271-bf9e-5b8514aea28e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a069b8c3-5b64-4271-bf9e-5b8514aea28e/

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.