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.

akweykss/video-forge

https://github.com/akweykss/video-forge · scanned 2026-06-17 01:31 UTC (1 month, 2 weeks ago)

93 raw signals (0 security + 93 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -4.2 (diff) · 93 actionable findings from 1 signal source. 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 72.5/100 with 88.9% coverage. It contains 594 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 93 findings — concentrated in security (31), quality (31), frontend (17). Risk profile is high: 0 critical, 18 high, 22 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 83 of 93 actionable findings. 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 FastAPI DELETE `delete_character` without auth dependency — apps/translation-pipeline/src/server.py:1566
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:1566 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_job` without auth dependency — apps/translation-pipeline/src/server.py:577
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:577 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `frontend_delete` without auth dependency — apps/translation-pipeline/src/server.py:1228
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:1228 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_job` without auth dependency — apps/translation-pipeline/src/server.py:590
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:590 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `batch_approve_jobs` without auth dependency — apps/translation-pipeline/src/server.py:1029
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:1029 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `batch_create_jobs` without auth dependency — apps/translation-pipeline/src/server.py:998
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:998 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_job` without auth dependency — apps/translation-pipeline/src/server.py:833
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:833 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_job` without auth dependency — apps/translation-pipeline/src/server.py:531
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:531 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `frontend_approve` without auth dependency — apps/translation-pipeline/src/server.py:1210
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:1210 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `frontend_redo_lipsync` without auth dependency — apps/translation-pipeline/src/server.py:1251
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:1251 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `frontend_reprocess` without auth dependency — apps/translation-pipeline/src/server.py:1274
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:1274 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `frontend_retry` without auth dependency — apps/translation-pipeline/src/server.py:1234
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:1234 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `frontend_submit` without auth dependency — apps/translation-pipeline/src/server.py:1177
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:1177 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `redo_lipsync` without auth dependency — apps/translation-pipeline/src/server.py:803
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:803 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `retry_job` without auth dependency — apps/translation-pipeline/src/server.py:627
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:627 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `tts_preview` without auth dependency — apps/translation-pipeline/src/server.py:1104
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:1104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_character` without auth dependency — apps/translation-pipeline/src/server.py:1447
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/translation-pipeline/src/server.py:1447 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'exec_used' in apps/web/src/server.ts:489
Found a known-risky pattern (exec_used). Review and replace if possible.
apps/web/src/server.ts:489 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/web/src/server.ts:147
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 quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/integrations/src/stock/pexels.ts:66
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 quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/integrations/src/stock/pixabay.ts:91
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 quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/integrations/src/stock/tmdb.ts:92
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 quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests, operator-readme, lockfile. 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 hardware Security conf 1.00 Dockerfile runs as root: apps/translation-pipeline/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
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 'cors_wildcard' in apps/translation-pipeline/src/server.py:135
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
apps/translation-pipeline/src/server.py:135 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in apps/web/src/server.ts:89
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
apps/web/src/server.ts:89 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/translation-pipeline/design-wireframes/06-console-bancada.html:635
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/translation-pipeline/design-wireframes/06-console-bancada.html:635 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/public/editor.html:275
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/public/editor.html:275 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/public/fold.html:677
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/public/fold.html:677 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/public/generator.html:1086
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/public/generator.html:1086 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/public/index.html:680
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/public/index.html:680 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/public/translation-legacy.html:2069
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/public/translation-legacy.html:2069 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in apps/web/public/fold.html:905
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
apps/web/public/fold.html:905 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in apps/web/public/index.html:908
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
apps/web/public/index.html:908 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/web/src/pipeline-runner.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/web/src/pipeline-runner.ts:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/brain/src/steps/render.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/brain/src/steps/render.ts:6 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — apps/translation-pipeline/src/agents/voice.py:181
`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.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 84 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 9 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `BING_API_KEY`, `DOUYIN_COOKIES_PATH`, `FASTAPI_URL`, `FFMPEG_PATH`, `FFPROBE_PATH`, `PATH`, `PORT`, `SERPAPI_KEY` + 1 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 101 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: node:20-bookworm-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:5 containersPinned dependencies
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.
apps/translation-pipeline/Dockerfile:1 containersPinned dependencies
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: apps/translation-pipeline/src/utils/ffmpeg.py:compose_final, apps/translation-pipeline/src/utils/ffmpeg.py:full_synthesis_pipeline 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 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 Docs conf 1.00 No README detected
No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off.
ReadmeRepo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/remotion/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/remotion/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/web/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/web/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/brain/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/brain/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/integrations/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/integrations/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/shared/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/shared/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `t2a_v2` in apps/translation-pipeline/src/agents/voice.py:29
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 `t2a_v2` in apps/translation-pipeline/src/server.py:1143
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: add_error
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/translation-pipeline/src/utils/manifest.py:324
low System graph software Dead code conf 1.00 Possibly dead Python function: apply_film_grain
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/translation-pipeline/src/utils/ffmpeg.py:300
low System graph software Dead code conf 1.00 Possibly dead Python function: apply_motion_interpolation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/translation-pipeline/src/utils/ffmpeg.py:202
low System graph software Dead code conf 1.00 Possibly dead Python function: apply_time_stretch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/translation-pipeline/src/utils/ffmpeg.py:229
low System graph software Dead code conf 1.00 Possibly dead Python function: download_result
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/translation-pipeline/src/integrations/dreamface.py:257
low System graph software Dead code conf 1.00 Possibly dead Python function: retry_pipeline
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/translation-pipeline/src/server.py:379
low System graph software Dead code conf 1.00 Possibly dead Python function: run_lipsync_only
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/translation-pipeline/src/server.py:657
low System graph software Dead code conf 1.00 Possibly dead Python function: run_pipeline
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/translation-pipeline/src/server.py:226
low System graph software Dead code conf 1.00 Possibly dead Python function: run_single_phase
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/translation-pipeline/src/server.py:371
low System graph software Dead code conf 1.00 Possibly dead Python function: wait_for_job
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/translation-pipeline/src/integrations/dreamface.py:176
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/web/src/pipeline-runner.ts:398
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/web/src/server.ts:223
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/brain/src/pipeline/audio-pipeline.ts:62
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/brain/src/utils/logger.ts:21
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/assemblyai/client.ts:56
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/claude/client.ts:254
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/music/selector.ts:63
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/nanobananana/client.ts:49
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/stock/google-images.ts:96
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/stock/pexels.ts:95
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/stock/pixabay.ts:120
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/stock/serpapi.ts:175
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/stock/smart-search.ts:71
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/stock/tmdb.ts:119
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/stock/unified.ts:145
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/integrations/src/stock/web-search.ts:187
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/generate.ts:28
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: apps/translation-pipeline/src/server.py (1709 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/translation-pipeline/src/utils/ffmpeg.py (1375 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/72638675-3d02-471e-8963-68b43165cbc0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/72638675-3d02-471e-8963-68b43165cbc0/

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.