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.

sy-tools/sy-subtitles

https://github.com/sy-tools/sy-subtitles · scanned 2026-06-16 00:28 UTC (2 months, 2 weeks ago)

87 raw signals (0 security + 87 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 56 actionable findings from 1 signal source. 31 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 50.9/100 with 66.7% coverage. It contains 2445 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 87 findings — concentrated in quality (35), cicd (32), software (11). Risk profile is low: 0 critical, 0 high, 17 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 34 of 56 actionable findings. 87 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.

medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — site/sw.js:72
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
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/deploy-pages.yml
.github/workflows/glossary-release.yml
.github/workflows/new-talk.yml
.github/workflows/pipeline-matrix-dryrun.yml
.github/workflows/subtitle-pipeline.yml
.github/workflows/sync-review-status.yml
.github/workflows/sync-subtitles.yml
.github/workflows/whisper.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/index.html:2750
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/index.html:2750 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/download.py:346
`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 14 in use
Port 14 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
talks/1982-08-06_The-Importance-of-Dedication-and-Devotion/Importance-of-Dedication-and-Devotion/final/build_manifest.yaml Ports
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/pipeline-matrix-dryrun.yml Ports
medium System graph network Security conf 1.00 Privileged port 33 in use
Port 33 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
talks/1982-08-06_The-Importance-of-Dedication-and-Devotion/Importance-of-Dedication-and-Devotion/final/build_manifest.yaml Ports
medium System graph network Security conf 1.00 Privileged port 54 in use
Port 54 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
talks/1992-05-10_Sahasrara-Puja-The-Will-of-God/Sahasrara-Puja/final/build_manifest.yaml Ports
medium System graph network Security conf 1.00 Privileged port 56 in use
Port 56 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
talks/1982-06-22_England-has-to-become-Jerusalem/England-has-to-become-Jerusalem-2/final/build_manifest.yaml Ports
medium System graph network Security conf 1.00 Privileged port 58 in use
Port 58 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
talks/1982-07-04_Guru-Puja-Establishing-the-Guru-Principle-and-Havan-After-Puja/Guru-Puja-Talk-Establishing-The-Guru-Principle/final/build_manifest.yaml Ports
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 166 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/configure-pages@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 24 locations
.github/workflows/subtitle-pipeline.yml:220, 428, 461, 561, 579, 596, 638, 878, +3 more (11 hits)
.github/workflows/whisper.yml:41, 157, 162, 177, 223, 236 (6 hits)
.github/workflows/new-talk.yml:303, 316, 360, 377 (4 hits)
.github/workflows/deploy-pages.yml:28, 68, 74 (3 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: tools/align_uk.py:align_words, tools/align_uk.py:align 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.
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `effective_old` in tools/sync_pr.py:136
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 `rawLegacy` in site/js/preview_state.js:47
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 `single_sep_v2` in tests/test_preview_spa.py:2624
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 `srt_old` in tests/test_sync_srt.py:18
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 `transcript_uk_old` in tests/test_sync_transcript.py:42
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: cmd_build_timecodes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/fake_llm.py:51
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_info
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/builder_data.py:92
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_query
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/builder_data.py:100
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_review
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/fake_llm.py:44
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/builder_data.py:115
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_translate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/fake_llm.py:38
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_whisper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/fake_llm.py:57
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_from_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/sync_common.py:40
low System graph software Dead code conf 1.00 Possibly dead Python function: download_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/download.py:474
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_srt_links
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/download.py:315
low System graph software Dead code conf 1.00 Possibly dead Python function: load_base_from_git
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/sync_common.py:12
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tests/test_spa_cache.js:1077
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: tests/test_preview_spa.py (5681 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_spa_cache.js (3472 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_sync_player.py (1478 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/278e5926-0dc0-4bad-be8a-cefc015323aa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/278e5926-0dc0-4bad-be8a-cefc015323aa/

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.