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.

rosenvladimirov/product-design-properties

https://github.com/rosenvladimirov/product-design-properties · scanned 2026-06-15 23:55 UTC (2 months, 3 weeks ago)

202 raw signals (0 security + 202 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 195 actionable findings from 1 signal source. 7 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 80.2/100 with 100.0% coverage. It contains 980 nodes across 5 cross-layer flows, written primarily in mixed languages. Engine surfaced 202 findings — concentrated in quality (162), software (29), api (5). Risk profile is high: 0 critical, 3 high, 5 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 46 of 195 actionable findings. 202 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 security conf 1.00 Insecure pattern 'exec_used' in mrp_design_matrix/models/mrp_bom.py:178
Found a known-risky pattern (exec_used). Review and replace if possible.
mrp_design_matrix/models/mrp_bom.py:178 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in mrp_design_matrix/models/mrp_production.py:484
Found a known-risky pattern (exec_used). Review and replace if possible.
mrp_design_matrix/models/mrp_production.py:484 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in sale_design_pricing/models/mrp_bom.py:273
Found a known-risky pattern (exec_used). Review and replace if possible.
sale_design_pricing/models/mrp_bom.py:273 Exec used
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
CLAUDE.md VerificationClaude instruction
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 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 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 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 Tests conf 1.00 Low test-to-source ratio
17 tests / 142 src (ratio 0.12).
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: access_control/models/access_perimeter.py:action_open_perimeter_passages, access_control/models/access_subject.py:action_open_today_passages This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygi…
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_validateLegacy` in sale_design_configurator/static/src/components/design_configurator/design_configurator.js:194
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_create_child_lot_direct_copy` in mrp_design_matrix/tests/test_design_context.py:125
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: action_apply
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
mrp_bom_line_formula_wizard/wizard/formula_editor_wizard.py:94
low System graph software Dead code conf 1.00 Possibly dead Python function: action_apply
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/wizards/access_controller_calibration.py:229
low System graph software Dead code conf 1.00 Possibly dead Python function: action_clear
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
mrp_bom_line_formula_wizard/wizard/formula_editor_wizard.py:100
low System graph software Dead code conf 1.00 Possibly dead Python function: action_dismiss
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_violation.py:67
low System graph software Dead code conf 1.00 Possibly dead Python function: action_edit_formula
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
mrp_bom_line_formula_wizard/models/mrp_bom_line.py:26
low System graph software Dead code conf 1.00 Possibly dead Python function: action_generate_plan
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/wizards/access_controller_calibration.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: action_mark_reviewed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_violation.py:64
low System graph software Dead code conf 1.00 Possibly dead Python function: action_open_access_attendance
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_attendance_log.py:221
low System graph software Dead code conf 1.00 Possibly dead Python function: action_open_credentials
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_subject.py:97
low System graph software Dead code conf 1.00 4 occurrences Possibly dead Python function: action_open_design_configurator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
4 files, 4 locations
sale_design_configurator/models/mrp_production.py:62
sale_design_configurator/models/product_product.py:17
sale_design_configurator/models/sale_order_line.py:190
sale_design_configurator/models/stock_lot.py:38
low System graph software Dead code conf 1.00 Possibly dead Python function: action_open_direction_svg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_passage_event.py:113
low System graph software Dead code conf 1.00 Possibly dead Python function: action_open_heatmap
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_perimeter.py:128
low System graph software Dead code conf 1.00 Possibly dead Python function: action_open_or_create_credential
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/hr_rfid_card.py:26
low System graph software Dead code conf 1.00 Possibly dead Python function: action_open_perimeter_occupancy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_perimeter.py:137
low System graph software Dead code conf 1.00 Possibly dead Python function: action_open_perimeter_passages
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_perimeter.py:147
low System graph software Dead code conf 1.00 Possibly dead Python function: action_open_today_passages
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_subject.py:75
low System graph software Dead code conf 1.00 Possibly dead Python function: action_push_to_hardware
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_credential.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: action_reset
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/wizards/access_controller_calibration.py:247
low System graph software Dead code conf 1.00 Possibly dead Python function: action_reverse_plan
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/wizards/access_controller_calibration.py:140
low System graph software Dead code conf 1.00 Possibly dead Python function: action_start_walk
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/wizards/access_controller_calibration.py:205
low System graph software Dead code conf 1.00 Possibly dead Python function: action_stop_walk
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/wizards/access_controller_calibration.py:214
low System graph software Dead code conf 1.00 Possibly dead Python function: action_view_passage_events
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/hr_employee.py:45
low System graph software Dead code conf 1.00 Possibly dead Python function: action_view_site_svg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/site_map_bridge.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: action_view_trail_svg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/hr_employee.py:36
low System graph software Dead code conf 1.00 Possibly dead Python function: name_get
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_passage_event.py:102
low System graph software Dead code conf 1.00 Possibly dead Python function: name_get
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
access_control/models/access_violation.py:70
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph api Wiring conf 1.00 Unused endpoint: ANY /access_control/dashboard
`access_control/controllers/dashboard_controller.py` declares `ANY /access_control/dashboard` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /access_control/svg/direction/<int:event_id>
`access_control/controllers/svg_controllers.py` declares `ANY /access_control/svg/direction/<int:event_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /access_control/svg/heatmap/<int:perimeter_id>
`access_control/controllers/svg_controllers.py` declares `ANY /access_control/svg/heatmap/<int:perimeter_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /access_control/svg/site/<int:facility_id>
`access_control/controllers/svg_controllers.py` declares `ANY /access_control/svg/site/<int:facility_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or d…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /access_control/svg/trail/employee/<int:employee_id>
`access_control/controllers/svg_controllers.py` declares `ANY /access_control/svg/trail/employee/<int:employee_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider rem…
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: sale_design_configurator/static/lib/three/GLTFLoader.js (3629 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sale_design_configurator/static/src/components/design_configurator/design_configurator.js (1771 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/0941abad-1bb7-4020-a43b-b458746b69b3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0941abad-1bb7-4020-a43b-b458746b69b3/

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.