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.

Accelerator-mzq/AGENT_UE5

https://github.com/Accelerator-mzq/AGENT_UE5 · scanned 2026-06-17 01:13 UTC (1 month, 2 weeks ago)

76 raw signals (0 security + 76 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -11.5 (diff) · 68 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 65.2/100 with 66.7% coverage. It contains 3194 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 76 findings — concentrated in quality (57), software (10), security (8). Risk profile is high: 4 critical, 4 high, 14 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 63 of 68 actionable findings. 76 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.

critical System graph security Secrets conf 1.00 Possible secret in Plugins/AgentBridge/Config/llm_config.example.yaml
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
Plugins/AgentBridge/Config/llm_config.example.yaml:62
high System graph security security conf 1.00 Insecure pattern 'exec_used' in ProjectState/phase10/task07_orchestrate.py:78
Found a known-risky pattern (exec_used). Review and replace if possible.
ProjectState/phase10/task07_orchestrate.py:78 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in ProjectState/phase10/task08_backend_summary.json:143
Found a known-risky pattern (exec_used). Review and replace if possible.
ProjectState/phase10/task08_backend_summary.json:143 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in ProjectState/phase10/task08_orchestrate.py:106
Found a known-risky pattern (exec_used). Review and replace if possible.
ProjectState/phase10/task08_orchestrate.py:106 Exec used
high System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in Plugins/AgentBridge/Scripts/bridge/uat_runner.py:180
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
Plugins/AgentBridge/Scripts/bridge/uat_runner.py:180 Subprocess shell true
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: .mcp.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.
.mcp.json VerificationMcp config
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 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.
AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: CLAUDE.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.md VerificationClaude instruction
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, 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — Plugins/AgentBridge/Scripts/bridge/uat_runner.py:193
`subprocess.Popen(...)` 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 — Plugins/AgentBridge/Tests/scripts/task13_phase11_fast_mode_validation.py:119
`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 — Plugins/AgentBridge/Tests/scripts/task14_phase11_baseline_template_validation.py:175
`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 — ProjectState/phase10/task08_orchestrate.py:179
`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 — ProjectState/Reports/2026-06-11/run_submits.py:36
`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/run_jrpg_turn_based_demo.py:247
`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/run_phase7_p1_convergence.py:161
`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 Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 12 placeholder/mock markers across 6 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 266 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 7 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: Plugins/AgentBridge/Tests/run_system_tests.py:snapshot_reports_by_prefix, Plugins/AgentBridge/Tests/run_system_tests.py:snapshot_reports This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene)…
7 occurrences
repo-level (7 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: Plugins/AgentBridge/Compiler/stages/agent_protocol.py:provider_type, Plugins/AgentBridge/Compiler/stages/agent_protocol.py:provider_type, Plugins/AgentBridge/Compiler/stages/agent_protocol.py:provider_type This is *the* AI-coder failure mode (4× more…
2 occurrences
repo-level (2 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: Plugins/AgentBridge/Tests/run_system_tests.py:record_case, Plugins/AgentBridge/Tests/run_system_tests.py:record_case, Plugins/AgentBridge/Tests/run_system_tests.py:record_case, Plugins/AgentBridge/Tests/run_system_tests.py:record_case This is *the* A…
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 quality Integrity conf 1.00 Old/deprecated-named symbol `actor_copy` in Plugins/AgentBridge/Scripts/orchestrator/spec_reader.py:232
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 `boardgame_tictactoe_v1` in Plugins/AgentBridge/Scripts/compiler/intake/design_input_intake.py:521
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 `boardgame_tictactoe_v1` in Plugins/AgentBridge/Tests/scripts/test_compiler_plane_foundation.py:223
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 `boardgame_tictactoe_v1` in Plugins/AgentBridge/Tests/scripts/test_phase4_compiler.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 `boardgame_tictactoe_v1` in Plugins/AgentBridge/Tests/scripts/test_phase5_brownfield.py:136
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 `boardgame_tictactoe_v1` in Plugins/AgentBridge/Tests/scripts/test_phase6_playable_runtime.py:330
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 `boardgame_tictactoe_v1` in Scripts/run_brownfield_demo.py:48
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 `create_build_ir_v2` in Plugins/AgentBridge/Compiler/stages/lowering_v2.py:357
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 `create_cross_review_report_v2` in Plugins/AgentBridge/Compiler/stages/cross_review_v2.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 `cross_review_report_v2` in Plugins/AgentBridge/Tests/scripts/task13_phase11_fast_mode_validation.py:258
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 `cross_review_v2` in Plugins/AgentBridge/Compiler/pipeline/pipeline_orchestrator.py:25
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 `Greenfield_Brownfield_模式切换规则_v2` in Plugins/AgentBridge/Scripts/compiler/routing/mode_router.py:5
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 `jrpg_turn_based_v1` in Plugins/AgentBridge/Tests/scripts/test_phase7_governance_and_jrpg.py:542
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 `jrpg_turn_based_v1` in Scripts/run_jrpg_turn_based_demo.py:48
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 `jrpg_turn_based_v1` in Scripts/run_phase7_p1_convergence.py:283
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 `phase11_skill_fragment_v2` in Plugins/AgentBridge/Scripts/validation/validate_examples.py:103
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 `reviewed_handoff_v2` in Plugins/AgentBridge/Tests/run_system_tests.py:1266
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 `reviewed_handoff_v2` in ProjectState/phase10/task08_orchestrate.py:1321
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 `skill_fragment_v2` in Plugins/AgentBridge/Tests/scripts/task11_phase11_mcp_e2e.py:280
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 `skill_fragment_v2` in Plugins/AgentBridge/Tests/scripts/task14_phase11_baseline_template_validation.py:384
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_sks04_family_map_derived_equals_legacy` in Plugins/AgentBridge/Tests/scripts/test_phase13_fragment_family.py:29
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_sync_creates_copy` in Scripts/hooks/tests/test_sync_skills.py:22
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: calls_for
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Plugins/AgentBridge/Compiler/providers/fake_adapter.py:68
low System graph software Dead code conf 1.00 Possibly dead Python function: heuristic_evaluate_candidates
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Plugins/AgentBridge/Compiler/stages/agent_protocol.py:408
low System graph software Dead code conf 1.00 Possibly dead Python function: heuristic_evaluate_convergence
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Plugins/AgentBridge/Compiler/stages/agent_protocol.py:473
low System graph software Dead code conf 1.00 Possibly dead Python function: heuristic_evaluate_discovery
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Plugins/AgentBridge/Compiler/stages/agent_protocol.py:344
low System graph software Dead code conf 1.00 Possibly dead Python function: load_all_fragments
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Plugins/AgentBridge/Compiler/cross_review/cross_review.py:51
low System graph software Dead code conf 1.00 Possibly dead Python function: load_template_pack
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Plugins/AgentBridge/Compiler/skill_runtime/skill_runtime.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: save_clarification_gate_report
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Plugins/AgentBridge/Compiler/stages/clarification_gate.py:375
low System graph software Dead code conf 1.00 Possibly dead Python function: save_root_skill_contract
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Plugins/AgentBridge/Compiler/stages/root_skill_contract.py:495
low System graph software Dead code conf 1.00 Possibly dead Python function: save_skill_graph
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Plugins/AgentBridge/Compiler/stages/skill_graph_planning.py:637
low System graph software Dead code conf 1.00 Possibly dead Python function: scan_skill_templates
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
Plugins/AgentBridge/Compiler/planner/planner.py:43
low System graph quality Complexity conf 1.00 Very large file: Plugins/AgentBridge/Compiler/pipeline/pipeline_orchestrator.py (1374 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Plugins/AgentBridge/Compiler/stages/agent_protocol.py (1373 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Plugins/AgentBridge/Compiler/stages/domain_skill_runtime.py (1829 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Plugins/AgentBridge/Tests/run_system_tests.py (3452 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ProjectState/phase10/task08_orchestrate.py (1761 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/32cafad6-8ee7-49e8-a8cb-e2a97115e4e1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/32cafad6-8ee7-49e8-a8cb-e2a97115e4e1/

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.