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.

bzambition/eh2-veri

https://github.com/bzambition/eh2-veri · scanned 2026-06-17 01:45 UTC (1 month, 1 week ago)

48 raw signals (0 security + 48 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -22.9 (diff) · 40 actionable findings from 1 signal source. 8 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 53.8/100 with 55.6% coverage. It contains 676 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 48 findings — concentrated in quality (18), software (17), network (6). Risk profile is high: 0 critical, 1 high, 9 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 32 of 40 actionable findings. 48 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 'subprocess_shell_true' in dv/uvm/core_eh2/scripts/run_rtl.py:100
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
dv/uvm/core_eh2/scripts/run_rtl.py:100 Subprocess shell true
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. 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 Integrity conf 1.00 Network/subprocess call without timeout or try/except — dv/uvm/core_eh2/scripts/get_fcov.py:53
`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.). 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 network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
dv/uvm/core_eh2/riscv_dv_extension/csr_description.yaml Ports
medium System graph network Security conf 1.00 Privileged port 11 in use
Port 11 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
dv/uvm/core_eh2/riscv_dv_extension/csr_description.yaml Ports
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
dv/uvm/core_eh2/riscv_dv_extension/csr_description.yaml Ports
medium System graph network Security conf 1.00 Privileged port 28 in use
Port 28 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
dv/uvm/core_eh2/riscv_dv_extension/csr_description.yaml Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
dv/uvm/core_eh2/riscv_dv_extension/csr_description.yaml Ports
medium System graph network Security conf 1.00 Privileged port 31 in use
Port 31 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
dv/uvm/core_eh2/riscv_dv_extension/csr_description.yaml Ports
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 162 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 cicd CI/CD security conf 1.00 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 5 locations
.github/workflows/unit-tests.yml:22, 44 (2 hits)
.github/workflows/lint.yml:37
.github/workflows/nightly.yml:22
.github/workflows/sim.yml:49
CI/CD securitySupply chainGithub actions
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: dv/uvm/core_eh2/scripts/signoff.py:collect_cosim_exceptions, dv/uvm/core_eh2/scripts/signoff.py:collect_skip_in_signoff This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or …
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: docs/sphinx_cn/source/_ext/eh2_tabs_fallback.py:run, docs/sphinx_cn/source/_ext/eh2_tabs_fallback.py:run, docs/sphinx_cn/source/_ext/eh2_tabs_fallback.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://j…
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 software Dead code conf 1.00 Possibly dead Python function: check_eh2_uvm_log
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/riscv_dv_extension/eh2_log_to_trace_csv.py:184
low System graph software Dead code conf 1.00 Possibly dead Python function: compute_testlist_pool
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/signoff.py:1232
low System graph software Dead code conf 1.00 Possibly dead Python function: create_test_summary_dict
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/report_lib/util.py:63
low System graph software Dead code conf 1.00 Possibly dead Python function: export
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/scripts_lib.py:172
low System graph software Dead code conf 1.00 Possibly dead Python function: find_test_entry
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/run_regress.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: load_recorded_sim_returncode
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/check_logs.py:238
low System graph software Dead code conf 1.00 Possibly dead Python function: output_results_dvsim_json
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/report_lib/dvsim_json.py:49
low System graph software Dead code conf 1.00 Possibly dead Python function: output_results_html
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/report_lib/html.py:26
low System graph software Dead code conf 1.00 Possibly dead Python function: output_results_svg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/report_lib/svg.py:88
low System graph software Dead code conf 1.00 Possibly dead Python function: output_results_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/report_lib/text.py:31
low System graph software Dead code conf 1.00 Possibly dead Python function: output_run_results_junit_xml
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/report_lib/junit_xml.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: process_eh2_sim_log
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/riscv_dv_extension/eh2_log_to_trace_csv.py:96
low System graph software Dead code conf 1.00 Possibly dead Python function: repl
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/render_config_template.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: setup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/sphinx_cn/source/_ext/eh2_tabs_fallback.py:68
low System graph software Dead code conf 1.00 Possibly dead Python function: subst_dict
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dv/uvm/core_eh2/scripts/scripts_lib.py:101
low System graph quality Complexity conf 1.00 Very large file: dv/uvm/core_eh2/scripts/signoff.py (1774 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: dv/uvm/core_eh2/scripts/tests/test_regression_framework.py (2361 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/4e9783fa-3742-44b8-9c02-2429a089bc3d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/4e9783fa-3742-44b8-9c02-2429a089bc3d/

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.