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.

Qrust66/Mix-Analyzer

https://github.com/Qrust66/Mix-Analyzer · scanned 2026-06-15 23:44 UTC (2 months, 4 weeks ago)

205 raw signals (0 security + 205 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 4 weeks ago · v1 · 188 actionable findings from 1 signal source. 17 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 87.5/100 with 88.9% coverage. It contains 7546 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 205 findings — concentrated in quality (178), software (23), security (2). Risk profile is low: 0 critical, 0 high, 13 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 106 of 188 actionable findings. 205 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 Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/device-mapping-oracle.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/agents/device-mapping-oracle.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/motif-decider.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/agents/motif-decider.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/rhythm-decider.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/agents/rhythm-decider.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/version-sync-checker.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/agents/version-sync-checker.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.json
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/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: docs/Brief/Graphify/graphify-5/AGENTS.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.
docs/Brief/Graphify/graphify-5/AGENTS.md VerificationAgents md
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 'weak_hash' in analyzer/mix_analyzer.py:7106
Found a known-risky pattern (weak_hash). Review and replace if possible.
analyzer/mix_analyzer.py:7106 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/audit/audit_s25_cde_engine.py:16
`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/audit/audit_s26_cde_apply.py:20
`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 quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 32 placeholder/mock markers across 14 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 1876 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 GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-python@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
docs/Brief/Graphify/graphify-5/.github/workflows/ci.yml:20 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: docs/Brief/Graphify/graphify-5/worked/httpx/raw/client.py:request, docs/Brief/Graphify/graphify-5/worked/httpx/raw/client.py:request This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Co…
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: docs/Brief/Graphify/graphify-5/worked/httpx/raw/transport.py:handle_request, docs/Brief/Graphify/graphify-5/worked/httpx/raw/transport.py:handle_request, docs/Brief/Graphify/graphify-5/worked/httpx/raw/transport.py:handle_request, docs/Brief/Graphify/…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: docs/Brief/Graphify/graphify-5/worked/httpx/raw/auth.py:auth_flow, docs/Brief/Graphify/graphify-5/worked/httpx/raw/auth.py:auth_flow, docs/Brief/Graphify/graphify-5/worked/httpx/raw/auth.py:auth_flow, docs/Brief/Graphify/graphify-5/worked/httpx/raw/au…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `20260601_fondation_v2` in scripts/build_fondation.py:30
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 `20260601_versdev_v2` in scripts/build_vers_dev_v2.py:30
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 `_detect_clicks_legacy` in scripts/audit/audit_s7_s13_s16_elan.py:88
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 `ableton_devices_mapping_v1` in tests/test_eq8_automation.py:1133
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 `band_tracks_v2` in mix_engine/blueprint/agent_parsers.py:271
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 `band_tracks_v2` in tests/test_schema_drift_fix_2026_05_09.py:16
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 `banque_midi_qrust_v2` in scripts/build_qrust_sections.py:4
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 `cen_old` in scripts/audit/audit_s2_stft.py:85
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 `dynamics_corrective_v2` in mix_engine/blueprint/schema.py:1618
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 `eq8_legacy` in tests/test_als_utils_eq8_disambig.py:133
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 `G_old` in docs/Brief/Graphify/graphify-5/graphify/analyze.py:459
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 `G_old` in docs/Brief/Graphify/graphify-5/tests/test_analyze.py:186
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 `G_old` in docs/Brief/Graphify/graphify-5/worked/mixed-corpus/raw/analyze.py:438
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 `intent_v1` in tests/test_artistic_intent.py:1196
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 `intent_v2` in mix_engine/intent/artistic_intent.py:1661
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 `project_copy` in tests/test_cde_combined.py:41
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 `project_copy` in tests/test_cde_f1b.py:59
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 `project_copy` in tests/test_cde_f1c1_smoke.py:49
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 `project_copy` in tests/test_cde_f1c2_integration.py:55
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 `project_copy` in tests/test_cde_f1d.py:62
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 `project_copy` in tests/test_cde_f1e1.py:58
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 `project_copy` in tests/test_cde_f1e2.py:63
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 `project_copy` in tests/test_dynamics_apply.py:20
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 `project_copy` in tests/test_ms_side_cut.py:47
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 `project_copy` in tests/test_polarity_flip.py:37
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 `project_copy` in tests/test_resonance_apply.py:97
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 `ref_copy` in tests/test_als_writer.py:74
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 `ref_copy` in tests/test_apply_mix_decisions_cli.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 `ref_copy` in tests/test_automation_writer.py:214
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 `ref_copy` in tests/test_chain_assembler.py:298
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 `ref_copy` in tests/test_dynamics_configurator.py:75
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 `ref_copy` in tests/test_eq8_configurator.py:164
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 `ref_copy` in tests/test_master_bus_configurator.py:81
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 `ref_copy` in tests/test_mix_director.py:152
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 `ref_copy` in tests/test_routing_configurator.py:105
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 `ref_copy` in tests/test_spatial_configurator.py:69
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_running_median_window_size_1_returns_copy` in tests/test_cross_track_follow_source.py:176
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: extract_blade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/graphify/extract.py:1446
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_dart
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/graphify/extract.py:1493
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_lua
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/graphify/extract.py:1650
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_powershell
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/graphify/extract.py:2413
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_verilog
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/graphify/extract.py:1546
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_zig
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/graphify/extract.py:2250
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_delete
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/example/raw/api.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_enrich
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/example/raw/api.py:67
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_get
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/example/raw/api.py:27
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_list
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/example/raw/api.py:43
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/example/raw/api.py:48
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_upload
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/example/raw/api.py:11
low System graph software Dead code conf 1.00 Possibly dead Python function: head
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/httpx/raw/client.py:107
low System graph software Dead code conf 1.00 Possibly dead Python function: is_known_encoding
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/httpx/raw/utils.py:68
low System graph software Dead code conf 1.00 Possibly dead Python function: normalize_header_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/httpx/raw/utils.py:19
low System graph software Dead code conf 1.00 Possibly dead Python function: obfuscate_sensitive_headers
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/httpx/raw/utils.py:55
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_content_type
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/httpx/raw/utils.py:39
low System graph software Dead code conf 1.00 Possibly dead Python function: prune_dangling_edges
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/graphify/export.py:320
low System graph software Dead code conf 1.00 Possibly dead Python function: push_to_neo4j
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/graphify/export.py:894
low System graph software Dead code conf 1.00 Possibly dead Python function: put
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/httpx/raw/client.py:142
low System graph software Dead code conf 1.00 Possibly dead Python function: reprocess_all
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/example/raw/processor.py:64
low System graph software Dead code conf 1.00 Possibly dead Python function: unset_all_cookies
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/httpx/raw/utils.py:63
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_batch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/Brief/Graphify/graphify-5/worked/example/raw/validator.py:52
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`) — docs/Brief/Graphify/graphify-5/worked/httpx/raw/transport.py:16
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: als_lib/als_utils.py (3242 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: analyzer/cde_apply.py (2214 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: analyzer/cde_engine.py (2922 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: analyzer/eq8_automation.py (1633 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: analyzer/measurement_fullres.py (1197 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: analyzer/mix_analyzer.py (12535 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: analyzer/section_detector.py (2049 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: analyzer/spectral_evolution.py (1666 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: docs/Brief/Graphify/graphify-5/graphify/__main__.py (1506 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: docs/Brief/Graphify/graphify-5/graphify/extract.py (3440 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: mix_engine/blueprint/agent_parsers.py (5243 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: mix_engine/blueprint/schema.py (2725 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: mix_engine/intent/artistic_intent.py (1762 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: mix_engine/writers/automation_writer.py (1372 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: mix_engine/writers/dynamics_configurator.py (1352 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/build_bramure_template.py (1689 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/build_nemesis_template.py (1439 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/build_qrust_sections.py (1418 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/build_venin_template.py (1321 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_artistic_intent.py (2207 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_automation_writer.py (1616 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_dynamics_configurator.py (2165 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_eq8_configurator.py (1771 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_knowledge_beacon.py (3203 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_master_bus_configurator.py (1392 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_mix_engine_agent_parsers.py (7051 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/00553c92-a3f0-4ac8-9d36-20ae1ac1754b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/00553c92-a3f0-4ac8-9d36-20ae1ac1754b/

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.