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.

danieleventuri2021-png/VSE-MANAGER

https://github.com/danieleventuri2021-png/VSE-MANAGER · scanned 2026-06-17 01:52 UTC (1 month, 1 week ago)

54 raw signals (0 security + 54 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -5.5 (diff) · 42 actionable findings from 1 signal source. 12 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 71.2/100 with 88.9% coverage. It contains 886 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 54 findings — concentrated in software (25), quality (23), security (3). Risk profile is high: 0 critical, 3 high, 5 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 39 of 42 actionable findings. 54 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.

high System graph security auth conf 1.00 FastAPI DELETE `delete_folder` without auth dependency — apps/backend/app/api/routes.py:267
`@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/backend/app/api/routes.py:267 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_folder` without auth dependency — apps/backend/app/api/routes.py:237
`@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/backend/app/api/routes.py:237 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `rename_folder` without auth dependency — apps/backend/app/api/routes.py:252
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/backend/app/api/routes.py:252 securityAuth fastapi unauth mutation
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — apps/backend/app/services/port_checker.py:43
`subprocess.check_output(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/check_ports.py:27
`subprocess.check_output(...)` 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 cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 21 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 quality Tests conf 1.00 Low test-to-source ratio
11 tests / 79 src (ratio 0.14).
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: esa615_app_v2.py:draw_page1, esa615_app_v2.py:draw_page3 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.
5 occurrences
repo-level (5 hits)
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 `_restore_from_backup` in apps/backend/app/services/source_writer.py:48
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 `apply_template_defaults_legacy` in apps/backend/app/services/pdf_generator.py:5
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 `create_backup` in apps/backend/app/api/routes.py:19
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 `create_backup` in apps/backend/app/services/backup_service.py:6
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 `esa615_app_v2` in apps/backend/app/services/esa615_legacy_adapter.py:19
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 `parse_csv_legacy` in apps/backend/app/services/mtr_parser.py:7
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 `test_output_v2` in esa615_app_v2.py:1770
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: cell_bordered
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
esa615_app_v2.py:454
low System graph software Dead code conf 1.00 Possibly dead Python function: clear_all
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
esa615_app_v2.py:1755
low System graph software Dead code conf 1.00 5 occurrences Possibly dead Python function: downgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
5 files, 5 locations
apps/backend/alembic/versions/0001_initial.py:32
apps/backend/alembic/versions/0002_vse_review_pdf.py:99
apps/backend/alembic/versions/0003_equipment_registry.py:59
apps/backend/alembic/versions/0004_auth_users.py:38
apps/backend/alembic/versions/0005_user_owned_data.py:44
low System graph software Dead code conf 1.00 Possibly dead Python function: earth_res_positions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/backend/app/services/esa615_legacy_adapter.py:95
low System graph software Dead code conf 1.00 Possibly dead Python function: find_applied_part_leakage
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/backend/app/services/measurement_selector.py:33
low System graph software Dead code conf 1.00 Possibly dead Python function: find_equipment_leakage_current
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/backend/app/services/measurement_selector.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: find_insulation_measurements
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/backend/app/services/measurement_selector.py:37
low System graph software Dead code conf 1.00 Possibly dead Python function: footer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
esa615_app_v2.py:426
low System graph software Dead code conf 1.00 Possibly dead Python function: footer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/backend/app/services/consip_pdf_generator.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_all
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
esa615_app_v2.py:1646
low System graph software Dead code conf 1.00 Possibly dead Python function: is_permanent_three_measure_template_legacy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/backend/app/services/esa615_legacy_adapter.py:87
low System graph software Dead code conf 1.00 Possibly dead Python function: load_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
esa615_app_v2.py:1354
low System graph software Dead code conf 1.00 Possibly dead Python function: load_folder
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
esa615_app_v2.py:1362
low System graph software Dead code conf 1.00 Possibly dead Python function: normalize_classification_legacy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/backend/app/services/esa615_legacy_adapter.py:67
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_esa615_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/backend/app/services/esa615_parser.py:7
low System graph software Dead code conf 1.00 Possibly dead Python function: signature_exists
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/backend/app/services/signature_service.py:4
low System graph software Dead code conf 1.00 5 occurrences Possibly dead Python function: upgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
5 files, 5 locations
apps/backend/alembic/versions/0001_initial.py:19
apps/backend/alembic/versions/0002_vse_review_pdf.py:19
apps/backend/alembic/versions/0003_equipment_registry.py:19
apps/backend/alembic/versions/0004_auth_users.py:18
apps/backend/alembic/versions/0005_user_owned_data.py:18
low System graph quality Complexity conf 1.00 Very large file: apps/backend/app/api/routes.py (1437 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: esa615_app_v2.py (1843 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/a228ae58-162d-4891-994c-dcd0b34234de/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a228ae58-162d-4891-994c-dcd0b34234de/

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.