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.

Quadstronaut/ED-AFK

https://github.com/Quadstronaut/ED-AFK · scanned 2026-06-15 23:43 UTC (2 months, 4 weeks ago)

86 raw signals (1 security + 85 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 4 weeks ago · v1 · 70 actionable findings from 2 signal sources. 16 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 97.4/100 with 66.7% coverage. It contains 2228 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 85 findings — concentrated in quality (54), software (28), frontend (1). 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 44 of 70 actionable findings. 86 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 Security checks quality maintenance conf 0.70 Foundry mined blueprint gap alignment: Quadstronaut/ED-AFK
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
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
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 326 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 Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: projects/ed-vision/src/ed_vision/widget_ring.py:median_of, projects/ed-vision/src/ed_vision/widget_ring.py:med This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document …
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: projects/ed-vision/src/ed_vision/capture.py:grab, projects/ed-vision/src/ed_vision/capture.py:grab, projects/ed-vision/src/ed_vision/capture.py:grab This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-c…
3 occurrences
repo-level (3 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: projects/ed-core/src/ed_core/keys/sender.py:release_all, projects/ed-core/src/ed_core/keys/sender.py:release_all, projects/ed-core/src/ed_core/keys/sender.py:release_all, projects/ed-core/src/ed_core/keys/sender.py:release_all This is *the* AI-coder …
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: projects/ed-core/src/ed_core/keys/sender.py:press, projects/ed-core/src/ed_core/keys/sender.py:press, projects/ed-core/src/ed_core/keys/sender.py:press, projects/ed-core/src/ed_core/keys/sender.py:press This is *the* AI-coder failure mode (4× more du…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `prev_old` in projects/ed-autojump/scripts/diag_flicker_replay.py:83
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 `required_modules_v2` in projects/ed-core/src/ed_core/config.py:50
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_restore_returns_false_when_no_backup` in projects/ed-autojump/tests/test_binds_tool.py:113
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_sun_grabber
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-vision/src/ed_vision/capture.py:372
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_calibrate_compass
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:826
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_calibrate_menu
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:785
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_calibrate_overlay
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:897
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_cleanup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:911
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_cv_debug
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:937
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_doctor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:944
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_install_binds
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:958
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_launch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:712
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_navpanel_overlay
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:904
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_panic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:928
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_pull_binds
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:976
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_replay
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:253
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_restore_binds
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:968
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_setup_creds
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/cli.py:764
low System graph software Dead code conf 1.00 Possibly dead Python function: locate_compass_region
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-vision/src/ed_vision/capture.py:515
low System graph software Dead code conf 1.00 Possibly dead Python function: step_auto_launch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:956
low System graph software Dead code conf 1.00 Possibly dead Python function: step_dock_approach
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:666
low System graph software Dead code conf 1.00 Possibly dead Python function: step_dock_await_docked
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:863
low System graph software Dead code conf 1.00 Possibly dead Python function: step_dock_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:777
low System graph software Dead code conf 1.00 Possibly dead Python function: step_dock_sc_assist
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:619
low System graph software Dead code conf 1.00 Possibly dead Python function: step_dock_target_station
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:557
low System graph software Dead code conf 1.00 Possibly dead Python function: step_engage_jump
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:136
low System graph software Dead code conf 1.00 Possibly dead Python function: step_nav_panel_target
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:220
low System graph software Dead code conf 1.00 Possibly dead Python function: step_sc_assist_orbit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: step_scoop_refuel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:387
low System graph software Dead code conf 1.00 Possibly dead Python function: step_station_services
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:911
low System graph software Dead code conf 1.00 Possibly dead Python function: step_target_next_route
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
projects/ed-autojump/src/ed_autojump/flow/steps.py:48
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 `add_hotkey` (body is just `pass`/`return`) — projects/ed-core/src/ed_core/panic_listener.py:35
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 `poll` (body is just `pass`/`return`) — projects/ed-autojump/scripts/replay_driver.py:55
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: projects/ed-autojump/src/ed_autojump/flow/steps.py (1301 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: projects/ed-core/src/ed_core/flow/dispatcher.py (951 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/727a7970-a9d2-4eeb-820b-e25d4220e583/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/727a7970-a9d2-4eeb-820b-e25d4220e583/

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.