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

Scan timing: clone 3.11s · analysis 22.75s · 6.7 MB · GitHub API rate-limit (preflight)

deepfakes/faceswap

https://github.com/deepfakes/faceswap · scanned 2026-06-05 10:25 UTC (5 days, 16 hours ago) · 10 languages

367 raw signals (123 security + 244 graph) 75th percentile · Python · medium (20-100K LoC) System graph score 93 (lower by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 16 hours ago · v2 · 150 actionable findings from 2 signal sources. 95 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 85.0 0.15 12.75
security_score 100.0 0.25 25.00
testing_score 59.0 0.20 11.80
documentation_score 87.0 0.15 13.05
practices_score 75.0 0.15 11.25
code_quality 38.7 0.10 3.87
Overall 1.00 77.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Insecure pattern 'eval_used' in lib/gui/control_helper.py:1310
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
lib/gui/control_helper.py:1310
#2
Insecure pattern 'eval_used' in lib/model/losses/feature_loss.py:127
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
lib/model/losses/feature_loss.py:127
#3
Insecure pattern 'eval_used' in tools/manual/frame_viewer/frame.py:726
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
tools/manual/frame_viewer/frame.py:726
#4
Insecure pattern 'eval_used' in plugins/extract/base.py:108
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
plugins/extract/base.py:108
#5
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#6
Insecure pattern 'subprocess_shell_true' in lib/git.py:39
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
lib/git.py:39
#7
Insecure pattern 'subprocess_shell_true' in lib/system/sysinfo.py:75
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
lib/system/sysinfo.py:75
#8
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/pytest.yml:61
#9
Network/subprocess call without timeout or try/except — lib/video.py:128
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in lib/video.py:128 to prevent hung calls.
#10
Possibly dead Python function: bad_args
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in tools.py:21; if framework-registered, add a docstring.
tools.py:21

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/8f3ba2fb-c04b-4f09-b30c-61f73d353666/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8f3ba2fb-c04b-4f09-b30c-61f73d353666/

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.