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.

jakobng/cinema-scrapers

https://github.com/jakobng/cinema-scrapers · scanned 2026-06-17 01:58 UTC (1 month, 1 week ago)

116 raw signals (0 security + 116 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -11.0 (diff) · 70 actionable findings from 1 signal source. 46 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 65.7/100 with 77.8% coverage. It contains 1716 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 116 findings — concentrated in quality (48), cicd (32), software (30). Risk profile is high: 0 critical, 4 high, 21 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 58 of 70 actionable findings. 116 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 security conf 1.00 Insecure pattern 'subprocess_shell_true' in tools/scraper_autofix_bot.py:321
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
tools/scraper_autofix_bot.py:321 Subprocess shell true
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in taipei/cinema_modules/zhongli_arts_cinema_module.py:29
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
taipei/cinema_modules/zhongli_arts_cinema_module.py:29 Tls verify false
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in tokyo/cinema_modules/cine_switch_ginza_module.py:68
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
tokyo/cinema_modules/cine_switch_ginza_module.py:68 Tls verify false
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in tokyo/cinema_modules/kino_cinema_module.py:28
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
tokyo/cinema_modules/kino_cinema_module.py:28 Tls verify false
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 cicd CI/CD security conf 1.00 8 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
8 files, 8 locations
.github/workflows/london-scrape-and-post.yml
.github/workflows/manchester-export.yml
.github/workflows/manchester-scrape-daily.yml
.github/workflows/north-exhibitions-scrape.yml
.github/workflows/taipei-scrape.yml
.github/workflows/test-cinema-post-v3.yml
.github/workflows/test-cinema-post.yml
.github/workflows/tokyo-scrape-and-post.yml
CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — london/generate_post2.py:346
`requests.get(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — london/upload_to_instagram.py:129
`requests.post(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — manchester/generate_post2.py:345
`requests.get(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — manchester/upload_to_instagram.py:121
`requests.post(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tokyo/cinema_modules/generate_post3.py:426
`requests.get(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tokyo/generate_post2.py:550
`requests.get(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tokyo/hero_experiments.py:257
`requests.get(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tokyo/upload_to_instagram.py:49
`requests.post(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/cinema_health_monitor.py:85
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/scraper_autofix_bot.py:26
`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 network Security conf 1.00 Privileged port 23 in use
Port 23 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/tokyo-scrape-and-post.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
2 test file(s) for 189 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 1447 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 cicd CI/CD security conf 1.00 24 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 24 locations
.github/workflows/taipei-scrape.yml:25, 28, 33 (3 hits)
.github/workflows/cinema-health-monitor.yml:38, 43 (2 hits)
.github/workflows/london-scrape-and-post.yml:48, 51 (2 hits)
.github/workflows/manchester-export.yml:22, 25 (2 hits)
.github/workflows/manchester-scrape-daily.yml:47, 50 (2 hits)
.github/workflows/north-exhibitions-scrape.yml:22, 25 (2 hits)
.github/workflows/test-cinema-post-v3.yml:28, 31 (2 hits)
.github/workflows/test-cinema-post.yml:32, 35 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: north/venue_modules/nsmm_module.py:scrape_nsmm, north/venue_modules/nottingham_contemporary_module.py:scrape_nottingham_contemporary This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Co…
8 occurrences
repo-level (8 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 10 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: london/generate_post2.py:format_date_for_caption, manchester/generate_post2.py:format_date_for_caption, tokyo/generate_post2.py:format_date_for_caption This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/a…
10 occurrences
repo-level (10 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: north/venue_modules/iwm_north_module.py:scrape_iwm_north, north/venue_modules/fact_module.py:scrape_fact, north/venue_modules/baltic_module.py:scrape_baltic, north/venue_modules/lowry_module.py:scrape_lowry This is *the* AI-coder failure mode (4× mor…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: north/venue_modules/site_gallery_module.py:scrape_site_gallery, north/venue_modules/grundy_module.py:scrape_grundy, north/venue_modules/humber_street_module.py:scrape_humber_street, north/venue_modules/cooper_gallery_module.py:scrape_cooper_gallery T…
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 `_merge_eiga_with_legacy` in tokyo/main_scraper.py:941
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: enrich
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/main_scraper.py:265
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_abbot_hall
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/abbot_hall_module.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_baltic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/baltic_module.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_bowes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/bowes_module.py:21
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_castlefield
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/castlefield_module.py:16
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_cooper_gallery
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/cooper_gallery_module.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_fact
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/fact_module.py:78
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_grundy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/grundy_module.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_harris_preston
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/harris_preston_module.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_hepworth
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/hepworth_module.py:25
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_home
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/home_manchester_module.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_humber_street
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/humber_street_module.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_impressions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/impressions_module.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_iwm_north
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/iwm_north_module.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_lady_lever
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/liverpool_museums_module.py:89
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_leeds_art_gallery
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/leeds_art_gallery_module.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_lowry
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/lowry_module.py:22
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_manchester_art_gallery
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/manchester_art_gallery_module.py:255
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_mima
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/mima_module.py:20
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_ngca
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/ngca_module.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_nsmm
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/nsmm_module.py:22
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_open_eye
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/open_eye_module.py:20
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_salts_mill
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/salts_mill_module.py:17
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_site_gallery
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/site_gallery_module.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_sudley_house
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/liverpool_museums_module.py:93
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_sunderland_museum
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/sunderland_museum_module.py:16
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_tullie_house
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/tullie_house_module.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_walker_art_gallery
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/liverpool_museums_module.py:85
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_world_museum
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/liverpool_museums_module.py:97
low System graph software Dead code conf 1.00 Possibly dead Python function: scrape_ysp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
north/venue_modules/ysp_module.py:39
low System graph quality Complexity conf 1.00 Very large file: taipei/main_scraper.py (1300 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tokyo/main_scraper.py (2710 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/44628b2e-00f2-4b31-a320-46c85dd151b1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/44628b2e-00f2-4b31-a320-46c85dd151b1/

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.