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

Scan timing: clone 27.1s · analysis 77.26s · 90.3 MB · GitHub API rate-limit (preflight)

FFmpeg/FFmpeg

https://github.com/FFmpeg/FFmpeg · scanned 2026-06-05 09:41 UTC (5 days, 16 hours ago) · 10 languages

113 raw signals (81 security + 32 graph) 11/13 scanners ran 46th percentile · C · huge (>500K LoC) System graph score 87 (lower by 20)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 16 hours ago · v2 · 25 actionable findings from 2 signal sources. 72 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 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 26.0 0.20 5.20
documentation_score 96.0 0.15 14.40
practices_score 65.0 0.15 9.75
code_quality 70.0 0.10 7.00
Overall 1.00 67.3
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (67/100). Dimensions: security 100, maintainability 40. 81 findings (15 security). 1,960,356 lines analyzed.

Showing 8 of 25 actionable findings. 97 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 Security checks quality Quality conf 0.82 8 occurrences Parallel implementation file sits beside a canonical file
Merge the intended change into the canonical file, update tests/imports, and delete the parallel implementation if it is not the active entry point.
8 files, 8 locations
libavcodec/aac/aacdec_fixed.c:1
libavcodec/aacps_fixed.c:1
libavcodec/aacsbr_fixed.c:1
libavcodec/ac3dec_fixed.c:1
libavcodec/ac3enc_fixed.c:1
libavcodec/cbrt_data_fixed.c:1
libavcodec/mpegaudiodsp_fixed.c:1
libavcodec/sbrdsp_fixed.c:1
medium Security checks quality Quality conf 0.78 12 occurrences Suspicious implementation file appears unreferenced
Confirm whether this file is reachable. If not, delete it; if yes, wire it through explicit imports, routes, or entry points and add a test that proves the path executes.
12 files, 12 locations
libavcodec/aacps_fixed.c:1
libavcodec/aacpsdsp_fixed.c:1
libavcodec/aacsbr_fixed.c:1
libavcodec/ac3dec_fixed.c:1
libavcodec/ac3enc_fixed.c:1
libavcodec/cbrt_data_fixed.c:1
libavcodec/dct32_fixed.c:1
libavcodec/mips/compute_antialias_fixed.h:1
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/normalize.py:48
`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.). Either auth lives in custom code, in a separate service, or is missing.
auth
low Security checks quality Quality conf 0.60 22 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 13 locations
libavcodec/amfenc_hevc.c:71, 412 (2 hits)
compat/atomics/win32/stdatomic.h:4
libavcodec/aacsbr.c:220
libavcodec/amfenc_h264.c:76
libavcodec/arm/h264chroma_init_arm.c:1
libavcodec/arm/h264dsp_init_arm.c:24
libavcodec/arm/h264pred_init_arm.c:1
libavcodec/arm/h264qpel_init_arm.c:1
duplicationquality
high Security checks quality Quality conf 0.62 7 occurrences Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
7 files, 7 locations
compat/va_copy.h:1
libavcodec/aacpsdsp_fixed.c:1
libavcodec/dct32_fixed.c:1
libavcodec/mips/compute_antialias_fixed.h:1
libavcodec/mips/mpegaudiodsp_mips_fixed.c:1
libavcodec/mpegaudiodec_fixed.c:1
libavfilter/vf_copy.c:1
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tools/python/tf_sess_config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code conf 1.00 Possibly dead Python function: onecmd
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/zmqshell.py:40
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/d041ba63-4219-4593-842b-93f1db35fe2e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d041ba63-4219-4593-842b-93f1db35fe2e/

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.