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.

xian-technology/xian-abci

https://github.com/xian-technology/xian-abci · scanned 2026-06-16 01:02 UTC (2 months, 1 week ago)

99 raw signals (0 security + 99 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 62 actionable findings from 1 signal source. 37 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 68.7/100 with 88.9% coverage. It contains 2451 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 99 findings — concentrated in quality (46), software (27), cicd (23). Risk profile is low: 0 critical, 0 high, 5 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 58 of 62 actionable findings. 99 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 Action is tag-pinned rather than SHA-pinned
pypa/gh-action-pypi-publish@release/v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/release.yml:148 CI/CD securitySupply chainGithub actions
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/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/xian/dashboard/static/index.html:930
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/xian/dashboard/static/index.html:930 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — build_proto.py:93
`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
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 27 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 21 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 21 locations
.github/workflows/release.yml:33, 38, 45, 52, 59, 66, 87, 90, +3 more (11 hits)
.github/workflows/validate.yml:32, 44, 51, 58, 65, 72, 79, 100, +2 more (10 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/xian/metrics.py:from_runtime_settings, src/xian/metrics.py:from_runtime_settings 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.
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: src/xian/perf.py:observe, src/xian/perf.py:observe, src/xian/perf.py:observe 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.
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: src/xian/services/bds/sql.py:select_transaction_by_hash, src/xian/services/bds/sql.py:select_transactions_for_block_height, src/xian/services/bds/sql.py:select_transactions_for_block_hash, src/xian/services/bds/sql.py:select_transactions_by_sender Th…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `xian_vm_v1` in src/xian/execution_engine.py:80
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 `xian_vm_v1` in src/xian/execution_policy.py:3
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 `xian_vm_v1` in src/xian/genesis_builder.py:89
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 `xian_vm_v1` in src/xian/methods/query.py:227
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 `xian_vm_v1` in src/xian/simulator.py:262
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 `xian_vm_v1` in src/xian/utils/state_patches.py:52
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 `xian_vm_v1` in tests/abci_methods/test_query.py:750
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 `xian_vm_v1` in tests/governance/test_governance.py:44
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 `xian_vm_v1` in tests/unit/test_execution_engine.py:110
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 `xian_vm_v1` in tests/unit/test_execution_policy.py:14
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 `xian_vm_v1` in tests/unit/test_genesis_builder.py:230
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 `xian_vm_v1` in tests/unit/test_metrics.py:15
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 `xian_vm_v1` in tests/unit/test_perf.py:13
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 `xian_vm_v1` in tests/unit/test_processor_vm.py:32
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 `xian_vm_v1` in tests/unit/test_simulator.py:45
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: cid_id_formated
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/formatting.py:52
low System graph software Dead code conf 1.00 Possibly dead Python function: distribute_rewards
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/rewards.py:454
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_abci_query
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1470
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_address
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1331
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_block
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1209
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_block_results
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1232
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_blockchain
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1195
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_config
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1101
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_consensus
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1187
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_contracts
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1409
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_favicon
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1086
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_monitoring
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1507
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_net_info
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1105
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_recent_events
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1441
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1093
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_tx
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1256
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_unconfirmed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1287
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_validators
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1113
low System graph software Dead code conf 1.00 Possibly dead Python function: kwargs_are_formatted
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/formatting.py:23
low System graph software Dead code conf 1.00 Possibly dead Python function: load_genesis
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/node_setup.py:661
low System graph software Dead code conf 1.00 Possibly dead Python function: load_module
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/xian_abci.py:122
low System graph software Dead code conf 1.00 Possibly dead Python function: number_is_formatted
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/formatting.py:44
low System graph software Dead code conf 1.00 Possibly dead Python function: resolve_network_manifest_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/config_paths.py:51
low System graph software Dead code conf 1.00 Possibly dead Python function: safe_set_nonce
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/nonce.py:135
low System graph software Dead code conf 1.00 Possibly dead Python function: signature_is_formatted
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/formatting.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: start_dashboard
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/dashboard/app.py:1673
low System graph software Dead code conf 1.00 Possibly dead Python function: vk_is_formatted
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/xian/formatting.py:11
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 quality Integrity conf 1.00 Stub function `close` (body is just `pass`/`return`) — src/xian/simulator.py:429
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `observe` (body is just `pass`/`return`) — src/xian/perf.py:87
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/xian/dashboard/app.py (1711 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/xian/services/bds/bds.py (1604 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/unit/test_execution_engine.py (1770 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/b5bc25b1-fa53-405e-9c0c-e863725a1377/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b5bc25b1-fa53-405e-9c0c-e863725a1377/

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.