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.

wight554/FLARE

https://github.com/wight554/FLARE · scanned 2026-06-16 00:57 UTC (2 months, 1 week ago)

61 raw signals (0 security + 61 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 54 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 86.8/100 with 77.8% coverage. It contains 1413 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 61 findings — concentrated in software (29), quality (27), security (3). Risk profile is low: 0 critical, 0 high, 11 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 49 of 54 actionable findings. 61 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 quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/webui/app.js:467
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
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 security conf 1.00 Insecure pattern 'cors_wildcard' in scripts/flare_daemon.py:730
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
scripts/flare_daemon.py:730 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/webui/app.js:142
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/webui/app.js:142 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/flash_flare.py:259
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/install_daemon.py:170
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/validate_regression.py:52
`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 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
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 20 placeholder/mock markers across 5 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 280 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 Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/flare_live_tuner.py:on_status_marker, scripts/flare_live_tuner.py:on_status 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.
8 occurrences
repo-level (8 hits)
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_CHANGE_TOOL
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:415
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_CHECK_GATE
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:562
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_EJECT
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:470
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_GATE_MAP
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:591
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_HOME
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:532
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_LOAD
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:399
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_MOTORS_NOOP
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:554
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_NOOP
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:558
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_PAUSE
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:540
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_PRELOAD
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:372
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_RECOVER
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:493
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_RESET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:544
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_STATS
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:349
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_STATUS
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:502
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_SYNC_GEAR_MOTOR
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:548
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_TTG_MAP
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:712
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_UNLOAD
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:387
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_MMU_UNLOCK
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
klipper/mmu.py:536
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flare_daemon.py:721
low System graph software Dead code conf 1.00 Possibly dead Python function: do_OPTIONS
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flare_daemon.py:882
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flare_daemon.py:806
low System graph software Dead code conf 1.00 Possibly dead Python function: filament_usage_tracker
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flare_daemon.py:426
low System graph software Dead code conf 1.00 Possibly dead Python function: find_rp2_device
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flash_flare.py:140
low System graph software Dead code conf 1.00 Possibly dead Python function: klipper_syncer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flare_daemon.py:1102
low System graph software Dead code conf 1.00 Possibly dead Python function: legacy_consistency_by_run
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flare_analyze.py:763
low System graph software Dead code conf 1.00 Possibly dead Python function: reader
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flare_live_tuner.py:875
low System graph software Dead code conf 1.00 Possibly dead Python function: serial_reader
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flare_daemon.py:600
low System graph software Dead code conf 1.00 Possibly dead Python function: sse_listener_thread
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flare_cmd.py:269
low System graph software Dead code conf 1.00 Possibly dead Python function: status_poller
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/flare_daemon.py:691
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 Complexity conf 1.00 Very large file: klipper/mmu.py (1569 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/flare_daemon.py (1477 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/flare_live_tuner.py (1605 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/flare_sync_check.py (1269 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/test_flare_live_tuner.py (1347 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/6370e392-8721-4e42-8ee0-aa9f107d7694/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6370e392-8721-4e42-8ee0-aa9f107d7694/

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.