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.

demusis/inventario_faces

https://github.com/demusis/inventario_faces · scanned 2026-06-17 01:54 UTC (1 month, 1 week ago)

46 raw signals (0 security + 46 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ +6.7 (diff) · 37 actionable findings from 1 signal source. 9 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 83.4/100 with 44.4% coverage. It contains 1109 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 46 findings — concentrated in quality (28), software (15), cicd (3). Risk profile is low: 0 critical, 0 high, 2 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 37 of 37 actionable findings. 46 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 cicd CI/CD security conf 1.00 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.
.github/workflows/auto-bump-version.yml CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — src/inventario_faces/infrastructure/latex_compiler.py:25
`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
low System graph cicd CI/CD security conf 1.00 2 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.
lines 22, 27
.github/workflows/auto-bump-version.yml:22, 27 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 9 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/inventario_faces/utils/density_utils.py:evaluate_raw, src/inventario_faces/utils/density_utils.py:evaluate This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document …
9 occurrences
repo-level (9 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: src/inventario_faces/gui/worker.py:run, src/inventario_faces/gui/worker.py:run, src/inventario_faces/gui/worker.py:run, src/inventario_faces/gui/worker.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://…
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 `export_source_copy` in src/inventario_faces/domain/entities.py:353
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 `export_source_copy` in src/inventario_faces/services/export_service.py:415
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 `export_source_copy` in src/inventario_faces/services/face_set_comparison_service.py:817
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 `run_old` in tests/test_inventory_pipeline.py:311
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 `use_local_temp_copy` in src/inventario_faces/domain/config.py:65
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 `use_local_temp_copy` in src/inventario_faces/gui/config_dialog.py:755
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 `use_local_temp_copy` in src/inventario_faces/infrastructure/config_loader.py:101
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 `use_local_temp_copy` in src/inventario_faces/reporting/report_support.py:225
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 `use_local_temp_copy` in src/inventario_faces/services/pipeline_support.py:157
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 `use_local_temp_copy` in tests/test_config_persistence.py:36
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: build_inventory_service
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/app.py:195
low System graph software Dead code conf 1.00 Possibly dead Python function: candidate_cluster_pairs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/reporting/report_context.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: clear_shared_face_analyzer_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/app.py:143
low System graph software Dead code conf 1.00 Possibly dead Python function: describe_video
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/services/video_service.py:58
low System graph software Dead code conf 1.00 Possibly dead Python function: estimate_norm
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/infrastructure/face_analyzer_insight.py:312
low System graph software Dead code conf 1.00 Possibly dead Python function: inventory_progress
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/services/face_search_service.py:123
low System graph software Dead code conf 1.00 Possibly dead Python function: isoformat_utc
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/utils/time_utils.py:16
low System graph software Dead code conf 1.00 Possibly dead Python function: keyframe_reference_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/reporting/report_support.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: load_partial_payloads
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/infrastructure/distributed_coordination.py:385
low System graph software Dead code conf 1.00 Possibly dead Python function: media_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/services/scanner_service.py:44
low System graph software Dead code conf 1.00 Possibly dead Python function: occurrences_by_track
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/reporting/report_context.py:10
low System graph software Dead code conf 1.00 Possibly dead Python function: preload_shared_face_analyzer_async
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/app.py:181
low System graph software Dead code conf 1.00 Possibly dead Python function: save_frame
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/infrastructure/artifact_store.py:19
low System graph software Dead code conf 1.00 Possibly dead Python function: summarize
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/services/scanner_service.py:47
low System graph software Dead code conf 1.00 Possibly dead Python function: tracks_by_video
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/inventario_faces/reporting/report_context.py:33
low System graph quality Integrity conf 1.00 Stub function `executable_path` (body is just `pass`/`return`) — src/inventario_faces/infrastructure/media_info_service.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: src/inventario_faces/gui/config_dialog.py (1060 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/inventario_faces/gui/face_set_comparison_dialog.py (1842 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/inventario_faces/services/face_set_comparison_service.py (1403 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/inventario_faces/services/inventory_service.py (1998 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_inventory_pipeline.py (1150 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/582c2ea2-9ad1-4068-9694-68eec648df7d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/582c2ea2-9ad1-4068-9694-68eec648df7d/

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.