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.

slycrel/openclaw-orchestration

https://github.com/slycrel/openclaw-orchestration · scanned 2026-06-16 00:16 UTC (2 months, 2 weeks ago)

117 raw signals (0 security + 117 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 100 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

All 8427 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
_write_events software healthy tests/test_introspect.py:40
_make_step_event software healthy tests/test_introspect.py:49
_make_loop_done software healthy tests/test_introspect.py:62
test_healthy_loop software healthy tests/test_introspect.py:75
test_setup_failure software healthy tests/test_introspect.py:95
test_adapter_timeout software healthy tests/test_introspect.py:111
test_decomposition_too_broad software healthy tests/test_introspect.py:128
test_token_explosion software healthy tests/test_introspect.py:146
test_budget_exhaustion software healthy tests/test_introspect.py:163
test_constraint_false_positive software healthy tests/test_introspect.py:180
test_empty_model_output software healthy tests/test_introspect.py:197
test_no_events_returns_artifact_missing software healthy tests/test_introspect.py:214
test_save_and_load_diagnoses software healthy tests/test_introspect.py:224
test_diagnose_latest software healthy tests/test_introspect.py:244
test_diagnosis_summary software healthy tests/test_introspect.py:263
test_failure_classes_documented software healthy tests/test_introspect.py:280
_make_profiles software healthy tests/test_introspect.py:292
test_lens_registry_has_builtin_lenses software healthy tests/test_introspect.py:300
test_cost_lens_flags_expensive_step software healthy tests/test_introspect.py:310
test_operator_lens_flags_blocked_time software healthy tests/test_introspect.py:324
test_forensics_lens_identifies_failure_transition software healthy tests/test_introspect.py:337
test_architecture_lens_flags_uneven_steps software healthy tests/test_introspect.py:350
test_run_lenses_returns_only_active software healthy tests/test_introspect.py:365
test_custom_lens_registration software healthy tests/test_introspect.py:379
_custom software healthy tests/test_introspect.py:383
test_execution_lens_surfaces_failure_class software healthy tests/test_introspect.py:403
test_aggregate_combines_actions software healthy tests/test_introspect.py:425
test_aggregate_no_actions_falls_back software healthy tests/test_introspect.py:442
test_aggregate_summary software healthy tests/test_introspect.py:452
test_registry_includes_execution_and_quality software healthy tests/test_introspect.py:465
test_recovery_plan_for_decomposition_too_broad software healthy tests/test_introspect.py:476
test_recovery_plan_for_budget_exhaustion software healthy tests/test_introspect.py:485
test_recovery_plan_for_adapter_timeout software healthy tests/test_introspect.py:493
test_recovery_plan_for_healthy_returns_none software healthy tests/test_introspect.py:501
test_recovery_plan_all_failure_classes_covered software healthy tests/test_introspect.py:507
test_recovery_plan_all_returns_list software healthy tests/test_introspect.py:517
test_find_recurring_patterns_empty software healthy tests/test_introspect.py:528
test_find_recurring_patterns_surfaces_repeats software healthy tests/test_introspect.py:534
test_find_recurring_patterns_ignores_healthy software healthy tests/test_introspect.py:557
test_adversarial_lens_returns_empty_on_no_done_steps software healthy tests/test_introspect.py:573
test_adversarial_lens_registered_as_mid_cost software healthy tests/test_introspect.py:584
test_adversarial_lens_llm_returns_findings software healthy tests/test_introspect.py:592
complete software healthy tests/test_introspect.py:769
test_adversarial_lens_deterministic_uses_zero_temp software healthy tests/test_introspect.py:632
test_adversarial_sample_returns_empty_on_no_steps software healthy tests/test_introspect.py:673
test_adversarial_sample_calls_llm_with_steps software healthy tests/test_introspect.py:682
test_adversarial_sample_model_kwarg_passed_to_adapter software healthy tests/test_introspect.py:721
fake_build software healthy tests/test_introspect.py:774
test_adversarial_lens_model_kwarg_overrides_cheap software healthy tests/test_introspect.py:758
test_plan_recovery_without_advisor software healthy tests/test_introspect.py:805

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
FakeAdapter software healthy tests/test_introspect.py:768
R software healthy tests/test_introspect.py:641
FakeResp software healthy tests/test_introspect.py:765
TestPlanRecoveryAdvisor software healthy tests/test_introspect.py:802
_PassAdapter software healthy tests/test_hooks.py:59
_BlockAdapter software healthy tests/test_hooks.py:71
_ErrorAdapter software healthy tests/test_hooks.py:83
_SpyReporter software healthy tests/test_hooks.py:404
TestParentLoopId software healthy tests/test_checkpoint_extended.py:35
TestExportHuman software healthy tests/test_checkpoint_extended.py:68
TestBranchCheckpoint software healthy tests/test_checkpoint_extended.py:141
TestCheckpointCLI software healthy tests/test_checkpoint_extended.py:225
TestReadCostSummary software healthy tests/test_observe.py:417
TestReadAncestryTree software healthy tests/test_observe.py:469
TestSnapshotJsonIncludes software healthy tests/test_observe.py:513
TestDashboardReplayEndpoint software healthy tests/test_observe.py:529
TestFactoryReplay software healthy tests/test_observe.py:569
TestProjectStatusBoard software healthy tests/test_observe.py:612
TestEvalTrendDashboard software healthy tests/test_observe.py:721
TestCaptainLogDashboard software healthy tests/test_observe.py:770
TestSuggestionStats software healthy tests/test_observe.py:840
TestRepoStack software healthy tests/test_repo_scan.py:26
TestScanRepoMissingPath software healthy tests/test_repo_scan.py:77
TestScanRepoPython software healthy tests/test_repo_scan.py:91
TestScanRepoNodeJS software healthy tests/test_repo_scan.py:128
TestScanRepoInfrastructure software healthy tests/test_repo_scan.py:154
TestScanRepoCI software healthy tests/test_repo_scan.py:181
TestScanRepoEntryPoints software healthy tests/test_repo_scan.py:195
TestScanRepoConfigFiles software healthy tests/test_repo_scan.py:212
TestScanRepoMaxDepth software healthy tests/test_repo_scan.py:224
TestScanRepoSummary software healthy tests/test_repo_scan.py:246
TestFindSkillsForStack software healthy tests/test_repo_scan.py:262
TestFormatRepoContext software healthy tests/test_repo_scan.py:316
TestSelfScan software healthy tests/test_repo_scan.py:367
TestHashPrompt software healthy tests/test_harness_optimizer.py:45
TestLoadStuckTraces software healthy tests/test_harness_optimizer.py:62
TestFormatTraceForPrompt software healthy tests/test_harness_optimizer.py:134
TestLoadCandidatesHistory software healthy tests/test_harness_optimizer.py:170
TestRunHarnessOptimizerSkips software healthy tests/test_harness_optimizer.py:209
TestRunHarnessOptimizerFull software healthy tests/test_harness_optimizer.py:265
TestClassifyError software healthy tests/test_harness_optimizer.py:366
TestScanHarnessFriction software healthy tests/test_harness_optimizer.py:389
TestSaveFrictionSuggestions software healthy tests/test_harness_optimizer.py:477
TestStandingRule software healthy tests/test_promotion_cycle.py:51
TestHypothesis software healthy tests/test_promotion_cycle.py:76
TestObservePattern software healthy tests/test_promotion_cycle.py:93
TestContradictPattern software healthy tests/test_promotion_cycle.py:138
TestCheckContradiction software healthy tests/test_promotion_cycle.py:182
TestPromotionContradictionGate software healthy tests/test_promotion_cycle.py:228
TestStandingRulesInjection software healthy tests/test_promotion_cycle.py:261

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
PREDICTION_MARKETS_RESEARCH_SUMMARY.md software healthy PREDICTION_MARKETS_RESEARCH_SUMMARY.md
README.md software healthy README.md
MAINLINE_PLAN.md software healthy MAINLINE_PLAN.md
CLAUDE.md software healthy CLAUDE.md
CONTRIBUTING.md software healthy CONTRIBUTING.md
Dockerfile software healthy Dockerfile
GOAL_BRAIN.md software healthy GOAL_BRAIN.md
BACKLOG_DONE.md software healthy BACKLOG_DONE.md
ROADMAP.md software healthy ROADMAP.md
.env.example software healthy .env.example
MILESTONES.md software healthy MILESTONES.md
pyproject.toml software healthy pyproject.toml
STEAL_LIST.md software healthy STEAL_LIST.md
LICENSE software healthy LICENSE
VISION.md software healthy VISION.md
CHANGELOG.md software healthy CHANGELOG.md
SOURCES.md software healthy SOURCES.md
docker-compose.yml software healthy docker-compose.yml
BACKLOG.md software healthy BACKLOG.md
test_introspect.py software healthy tests/test_introspect.py
test_hooks.py software healthy tests/test_hooks.py
test_checkpoint_extended.py software healthy tests/test_checkpoint_extended.py
test_observe.py software healthy tests/test_observe.py
test_knowledge.py software healthy tests/test_knowledge.py
test_repo_scan.py software healthy tests/test_repo_scan.py
test_harness_optimizer.py software healthy tests/test_harness_optimizer.py
test_web_fetch.py software healthy tests/test_web_fetch.py
test_build_loop_script.py software healthy tests/test_build_loop_script.py
test_promotion_cycle.py software healthy tests/test_promotion_cycle.py
test_director.py software healthy tests/test_director.py
test_intent.py software healthy tests/test_intent.py
test_quality_gate.py software healthy tests/test_quality_gate.py
test_mission.py software healthy tests/test_mission.py
test_pre_flight.py software healthy tests/test_pre_flight.py
test_event_router.py software healthy tests/test_event_router.py
test_playbook.py software healthy tests/test_playbook.py
test_navigator.py software healthy tests/test_navigator.py
test_mcp_loader.py software healthy tests/test_mcp_loader.py
conftest.py software healthy tests/conftest.py
test_orch_core.py software healthy tests/test_orch_core.py
test_prereq.py software healthy tests/test_prereq.py
test_thinkback.py software healthy tests/test_thinkback.py
test_step_events.py software healthy tests/test_step_events.py
test_memory.py software healthy tests/test_memory.py
test_build_loop_runner.py software healthy tests/test_build_loop_runner.py
test_shared_ctx.py software healthy tests/test_shared_ctx.py
test_agent_loop.py software healthy tests/test_agent_loop.py
test_knowledge_web.py software healthy tests/test_knowledge_web.py
test_phase61_integration.py software healthy tests/test_phase61_integration.py
test_git_push_guard.py software healthy tests/test_git_push_guard.py

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
tests software healthy tests
integration software healthy tests/integration
regression software healthy tests/regression
benchmarks software healthy benchmarks
projects software healthy projects
x-obscicron-2029125852873801796 software healthy projects/x-obscicron-2029125852873801796
polymarket-wallet-research software healthy projects/polymarket-wallet-research
orchestration-hardening software healthy projects/orchestration-hardening
find-10-highly-profitable-polymarket software healthy projects/find-10-highly-profitable-polymarket
todo-inbox software healthy projects/todo-inbox
last30days-persona software healthy projects/last30days-persona
docs software healthy docs
archive software healthy docs/archive
research software healthy docs/research
conversations software healthy docs/conversations
knowledge-layer software healthy docs/knowledge-layer
research software healthy research
orchestration-knowledge-layer software healthy research/orchestration-knowledge-layer
archive software healthy research/orchestration-knowledge-layer/archive
scripts software healthy scripts
personas software healthy personas
lat.md software healthy lat.md
workers software healthy workers
user software healthy user
skills software healthy skills
.github software healthy .github
ISSUE_TEMPLATE software healthy .github/ISSUE_TEMPLATE
src software healthy src

LabelLayerStatusPath
chunks data healthy src/correspondence.py
ingest_meta data healthy src/correspondence.py
memory_records data healthy src/memory_backends.py
memory_text data healthy src/memory_backends.py

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
heartbeat hardware healthy docker-compose.yml
telegram hardware healthy docker-compose.yml
inspector hardware healthy docker-compose.yml

LabelLayerStatusPath
127.0.0.1 network healthy tests/test_director.py
8.8.8.8 network healthy tests/test_sandbox_hardening.py
120.0.0.0 network healthy src/web_fetch.py

LabelLayerStatusPath
auth::README.md security healthy README.md
auth::src/slack_listener.py security healthy src/slack_listener.py
auth::src/llm.py security healthy src/llm.py

LabelLayerStatusPath
sqlite data healthy tests/test_memory_backend.py
redis data healthy tests/test_memory_backend.py

LabelLayerStatusPath
vps::azure hardware healthy src/runs.py
vps::aws hardware healthy src/constraint.py

LabelLayerStatusPath
repobility-clone-_s7xtfk3 software healthy /tmp/repobility-clone-_s7xtfk3

LabelLayerStatusPath
celery data healthy tests/test_repo_scan.py

LabelLayerStatusPath
port:30 network healthy research/data_collection_template.sh
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/ff64b9c6-d597-4f49-be89-db417946d198/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ff64b9c6-d597-4f49-be89-db417946d198/

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.