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.

delete-cloud/Coding-Agent-Loop

https://github.com/delete-cloud/Coding-Agent-Loop · scanned 2026-06-17 01:55 UTC (1 month, 1 week ago)

96 raw signals (0 security + 96 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -1.8 (diff) · 78 actionable findings from 1 signal source. 18 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 11519 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
ci_shell_sandbox_mode_override software healthy coding-agent/tests/conftest.py:17
default_shell_config software healthy coding-agent/tests/conftest.py:30
isolated_http_session_manager software healthy coding-agent/tests/conftest.py:37
__init__ software healthy coding-agent/tests/test_kb.py:1543
__call__ software healthy coding-agent/tests/test_kb.py:25
temp_db_path software healthy coding-agent/tests/test_kb.py:56
mock_embedding_fn software healthy coding-agent/tests/test_kb.py:63
_repo_retrieval_embed software healthy coding-agent/tests/test_kb.py:68
_failure_retrieval_embed software healthy coding-agent/tests/test_kb.py:81
_context_fixture software healthy coding-agent/tests/test_kb.py:94
kb software healthy coding-agent/tests/test_kb.py:99
test_document_chunk_creation software healthy coding-agent/tests/test_kb.py:113
test_kb_init_with_defaults software healthy coding-agent/tests/test_kb.py:131
test_kb_init_with_custom_params software healthy coding-agent/tests/test_kb.py:142
test_openai_clients_use_embedding_base_url software healthy coding-agent/tests/test_kb.py:160
test_kb_creates_directory software healthy coding-agent/tests/test_kb.py:193
test_index_file_single_chunk software healthy coding-agent/tests/test_kb.py:207
test_index_file_multiple_chunks software healthy coding-agent/tests/test_kb.py:225
test_index_file_empty_content software healthy coding-agent/tests/test_kb.py:244
test_repo_chunk_metadata_records_source_kind_and_repo_path software healthy coding-agent/tests/test_kb.py:257
test_index_directory_records_repo_relative_metadata software healthy coding-agent/tests/test_kb.py:296
test_index_directory_prunes_deleted_files software healthy coding-agent/tests/test_kb.py:318
test_index_directory_prune_does_not_delete_other_roots software healthy coding-agent/tests/test_kb.py:342
test_index_directory_prune_does_not_delete_other_corpora software healthy coding-agent/tests/test_kb.py:371
test_index_directory_prunes_when_root_has_no_indexable_files software healthy coding-agent/tests/test_kb.py:404
test_index_file_rejects_path_outside_repo_root software healthy coding-agent/tests/test_kb.py:425
test_index_file_rejects_embedding_count_mismatch software healthy coding-agent/tests/test_kb.py:444
short_embed software healthy coding-agent/tests/test_kb.py:445
test_repo_source_id_stays_stable_when_document_content_chan… software healthy coding-agent/tests/test_kb.py:459
test_index_directory_records_symlink_repo_path software healthy coding-agent/tests/test_kb.py:487
test_index_directory_skips_symlink_targets_outside_repo software healthy coding-agent/tests/test_kb.py:517
test_index_file_deterministic_ids software healthy coding-agent/tests/test_kb.py:545
test_index_file_skips_unchanged_document software healthy coding-agent/tests/test_kb.py:573
test_index_file_removes_stale_chunks_when_document_shrinks software healthy coding-agent/tests/test_kb.py:598
test_index_file_clears_legacy_uuid_chunks_for_source software healthy coding-agent/tests/test_kb.py:622
test_index_file_handles_single_quote_in_source_path software healthy coding-agent/tests/test_kb.py:669
test_index_file_isolates_same_source_across_corpora software healthy coding-agent/tests/test_kb.py:691
test_search_filters_by_corpora software healthy coding-agent/tests/test_kb.py:735
corpus_embed software healthy coding-agent/tests/test_kb.py:736
test_existing_table_without_corpus_column_migrates_to_defau… software healthy coding-agent/tests/test_kb.py:779
test_index_file_existing_row_lookup_does_not_materialize_ve… software healthy coding-agent/tests/test_kb.py:804
fail_to_arrow software healthy coding-agent/tests/test_kb.py:820
test_index_directory software healthy coding-agent/tests/test_kb.py:830
test_index_directory_nested software healthy coding-agent/tests/test_kb.py:860
test_search_basic software healthy coding-agent/tests/test_kb.py:890
test_search_returns_correct_structure software healthy coding-agent/tests/test_kb.py:911
test_search_empty_query software healthy coding-agent/tests/test_kb.py:934
test_search_whitespace_query software healthy coding-agent/tests/test_kb.py:950
test_search_limit_k software healthy coding-agent/tests/test_kb.py:966
test_search_no_results software healthy coding-agent/tests/test_kb.py:986

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

LabelLayerStatusPath
MockEmbeddingFn software healthy coding-agent/tests/test_kb.py:17
TestDocumentChunk software healthy coding-agent/tests/test_kb.py:110
TestKBInitialization software healthy coding-agent/tests/test_kb.py:128
FakeAsyncOpenAI software healthy coding-agent/tests/test_kb.py:164
FakeOpenAI software healthy coding-agent/tests/test_kb.py:168
TestKBIndexing software healthy coding-agent/tests/test_kb.py:203
TestKBSearch software healthy coding-agent/tests/test_kb.py:886
TestKBHybridSearch software healthy coding-agent/tests/test_kb.py:1417
FakeSearch software healthy coding-agent/tests/test_kb.py:1542
FakeTable software healthy coding-agent/tests/test_kb.py:1552
TestChunking software healthy coding-agent/tests/test_kb.py:1585
TestEmbedding software healthy coding-agent/tests/test_kb.py:1637
TestKBIntegration software healthy coding-agent/tests/test_kb.py:1685
TestSession software healthy coding-agent/tests/test_session.py:19
TestSessionRegistry software healthy coding-agent/tests/test_session.py:179
TestParseFrontmatter software healthy coding-agent/tests/test_skills.py:40
TestSkillMetadata software healthy coding-agent/tests/test_skills.py:88
TestValidateSkillDir software healthy coding-agent/tests/test_skills.py:169
TestDiscoverSkills software healthy coding-agent/tests/test_skills.py:301
TestDeduplication software healthy coding-agent/tests/test_skills.py:382
TestEdgeCases software healthy coding-agent/tests/test_skills.py:415
TestBackwardCompat software healthy coding-agent/tests/test_skills.py:456
InMemoryRuntimeStore software healthy coding-agent/tests/dogfood/test_local_dogfood_run.py:23
InMemoryRuntimeStore software healthy coding-agent/tests/dogfood/test_workspace_provider_demo.py:…
InMemoryWorkspaceStore software healthy coding-agent/tests/dogfood/test_workspace_provider_demo.py:…
RecordingCloudClient software healthy coding-agent/tests/dogfood/test_workspace_provider_demo.py:…
CloudDogfoodRunCoordinator software healthy coding-agent/tests/dogfood/test_workspace_provider_demo.py:…
TestWireMessage software healthy coding-agent/tests/wire/test_protocol.py:23
TestStreamDelta software healthy coding-agent/tests/wire/test_protocol.py:47
TestToolCallDelta software healthy coding-agent/tests/wire/test_protocol.py:82
TestApprovalRequest software healthy coding-agent/tests/wire/test_protocol.py:128
TestApprovalResponse software healthy coding-agent/tests/wire/test_protocol.py:213
TestTurnEnd software healthy coding-agent/tests/wire/test_protocol.py:274
TestCompletionStatus software healthy coding-agent/tests/wire/test_protocol.py:320
TestThinkingDelta software healthy coding-agent/tests/wire/test_protocol.py:334
TestTurnStatusDelta software healthy coding-agent/tests/wire/test_protocol.py:354
TestMessageSerialization software healthy coding-agent/tests/wire/test_protocol.py:393
TestLocalWireCreation software healthy coding-agent/tests/wire/test_local.py:23
TestLocalWireSendReceive software healthy coding-agent/tests/wire/test_local.py:41
TestLocalWireApprovalFlow software healthy coding-agent/tests/wire/test_local.py:116
TestLocalWireErrorHandling software healthy coding-agent/tests/wire/test_local.py:235
TestLocalWireQueueMethods software healthy coding-agent/tests/wire/test_local.py:296
TestLocalWireIntegration software healthy coding-agent/tests/wire/test_local.py:338
TestCopilotProvider software healthy coding-agent/tests/providers/test_copilot.py:4
TestOpenAICompatProvider software healthy coding-agent/tests/providers/test_openai_compat.py:16
TestOpenAIUsageExtraction software healthy coding-agent/tests/providers/test_openai_compat.py:309
MemoryTokenSource software healthy coding-agent/tests/providers/test_codex_responses.py:14
TestAnthropicProviderInit software healthy coding-agent/tests/providers/test_anthropic.py:20
TestMessageConversion software healthy coding-agent/tests/providers/test_anthropic.py:36
TestAnthropicStreaming software healthy coding-agent/tests/providers/test_anthropic.py:182

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

LabelLayerStatusPath
CONTRIBUTING.md software healthy CONTRIBUTING.md
README.md software healthy README.md
deploy-coding-agent-k8s.sh software healthy scripts/deploy-coding-agent-k8s.sh
ci.yml software healthy .github/workflows/ci.yml
AGENTS.md software healthy coding-agent/AGENTS.md
README.md software healthy coding-agent/README.md
pyproject.toml software healthy coding-agent/pyproject.toml
Dockerfile software healthy coding-agent/Dockerfile
conftest.py software healthy coding-agent/tests/conftest.py
test_kb.py software healthy coding-agent/tests/test_kb.py
test_session.py software healthy coding-agent/tests/test_session.py
__init__.py software healthy coding-agent/tests/__init__.py
test_skills.py software healthy coding-agent/tests/test_skills.py
test_local_dogfood_run.py software healthy coding-agent/tests/dogfood/test_local_dogfood_run.py
test_workspace_provider_demo.py software healthy coding-agent/tests/dogfood/test_workspace_provider_demo.py
__init__.py software healthy coding-agent/tests/agents/__init__.py
test_protocol.py software healthy coding-agent/tests/wire/test_protocol.py
test_consumer.py software healthy coding-agent/tests/wire/test_consumer.py
test_local.py software healthy coding-agent/tests/wire/test_local.py
test_copilot.py software healthy coding-agent/tests/providers/test_copilot.py
test_openai_compat.py software healthy coding-agent/tests/providers/test_openai_compat.py
test_codex_responses.py software healthy coding-agent/tests/providers/test_codex_responses.py
__init__.py software healthy coding-agent/tests/providers/__init__.py
test_anthropic.py software healthy coding-agent/tests/providers/test_anthropic.py
test_mapper.py software healthy coding-agent/tests/acp/test_mapper.py
test_compat_harness.py software healthy coding-agent/tests/acp/test_compat_harness.py
test_server.py software healthy coding-agent/tests/acp/test_server.py
test_planner_tool.py software healthy coding-agent/tests/tools/test_planner_tool.py
test_cache.py software healthy coding-agent/tests/tools/test_cache.py
__init__.py software healthy coding-agent/tests/tools/__init__.py
test_linux_native_sandbox_live.py software healthy coding-agent/tests/tools/test_linux_native_sandbox_live.py
test_cache_invalidate.py software healthy coding-agent/tests/tools/test_cache_invalidate.py
test_shell.py software healthy coding-agent/tests/tools/test_shell.py
__init__.py software healthy coding-agent/tests/approval/__init__.py
test_coordinator.py software healthy coding-agent/tests/approval/test_coordinator.py
test_store.py software healthy coding-agent/tests/approval/test_store.py
test_policy.py software healthy coding-agent/tests/approval/test_policy.py
__init__.py software healthy coding-agent/tests/unit/__init__.py
test_errors.py software healthy coding-agent/tests/unit/test_errors.py
test_kb_progress.py software healthy coding-agent/tests/unit/test_kb_progress.py
test_retry.py software healthy coding-agent/tests/unit/utils/test_retry.py
test_llm_summarizer.py software healthy coding-agent/tests/unit/summarizer/test_llm_summarizer.py
test_rule_summarizer.py software healthy coding-agent/tests/unit/summarizer/test_rule_summarizer.py
test_metrics.py software healthy coding-agent/tests/unit/core/test_metrics.py
__init__.py software healthy coding-agent/tests/unit/core/__init__.py
test_release_observability_contract.py software healthy coding-agent/tests/coding_agent/test_release_observability_…
test_runtime_resume_service.py software healthy coding-agent/tests/coding_agent/test_runtime_resume_service…
test_runtime_workspace_export_service.py software healthy coding-agent/tests/coding_agent/test_runtime_workspace_expo…
test_phase1_chunk_a_cleanup.py software healthy coding-agent/tests/coding_agent/test_phase1_chunk_a_cleanup…
test_codex_oauth.py software healthy coding-agent/tests/coding_agent/test_codex_oauth.py

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

LabelLayerStatusPath
scripts software healthy scripts
.github software healthy .github
workflows software healthy .github/workflows
coding-agent software healthy coding-agent
tests software healthy coding-agent/tests
dogfood software healthy coding-agent/tests/dogfood
agents software healthy coding-agent/tests/agents
wire software healthy coding-agent/tests/wire
providers software healthy coding-agent/tests/providers
acp software healthy coding-agent/tests/acp
tools software healthy coding-agent/tests/tools
approval software healthy coding-agent/tests/approval
unit software healthy coding-agent/tests/unit
utils software healthy coding-agent/tests/unit/utils
summarizer software healthy coding-agent/tests/unit/summarizer
core software healthy coding-agent/tests/unit/core
coding_agent software healthy coding-agent/tests/coding_agent
plugins software healthy coding-agent/tests/coding_agent/plugins
tools software healthy coding-agent/tests/coding_agent/tools
environment software healthy coding-agent/tests/coding_agent/environment
subagents software healthy coding-agent/tests/coding_agent/subagents
evaluation software healthy coding-agent/tests/coding_agent/evaluation
action_safety software healthy coding-agent/tests/coding_agent/action_safety
deploy software healthy coding-agent/tests/deploy
core software healthy coding-agent/tests/core
integration software healthy coding-agent/tests/integration
cli software healthy coding-agent/tests/cli
helm software healthy coding-agent/tests/helm
agentkit software healthy coding-agent/tests/agentkit
plugin software healthy coding-agent/tests/agentkit/plugin
providers software healthy coding-agent/tests/agentkit/providers
directive software healthy coding-agent/tests/agentkit/directive
instruction software healthy coding-agent/tests/agentkit/instruction
observability software healthy coding-agent/tests/agentkit/observability
tools software healthy coding-agent/tests/agentkit/tools
context software healthy coding-agent/tests/agentkit/context
tape software healthy coding-agent/tests/agentkit/tape
channel software healthy coding-agent/tests/agentkit/channel
runtime software healthy coding-agent/tests/agentkit/runtime
environment software healthy coding-agent/tests/agentkit/environment
checkpoint software healthy coding-agent/tests/agentkit/checkpoint
result software healthy coding-agent/tests/agentkit/result
storage software healthy coding-agent/tests/agentkit/storage
config software healthy coding-agent/tests/agentkit/config
ui software healthy coding-agent/tests/ui
benchmarks software healthy coding-agent/benchmarks
src software healthy coding-agent/src
coding_agent software healthy coding-agent/src/coding_agent
agents software healthy coding-agent/src/coding_agent/agents
bee software healthy coding-agent/src/coding_agent/bee

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

LabelLayerStatusPath
GET /console api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/sessions api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/runs api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/runs/{run_id} api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/interactions api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/tape api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/context api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/memory api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/actions api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/observability api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/topics api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/topics/{topic_id} api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/schedules api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/bee api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/workspaces api healthy coding-agent/src/coding_agent/server/http_server.py
GET /console/release api healthy coding-agent/src/coding_agent/server/http_server.py
GET /healthz api healthy coding-agent/src/coding_agent/server/http_server.py
GET /metrics api healthy coding-agent/src/coding_agent/server/http_server.py
GET /readyz api healthy coding-agent/src/coding_agent/server/http_server.py
POST /sessions api healthy coding-agent/src/coding_agent/server/http_server.py
PATCH /sessions/{session_id}/runtime-config api healthy coding-agent/src/coding_agent/server/http_server.py
POST /sessions/{session_id}/prompt api healthy coding-agent/src/coding_agent/server/http_server.py
POST /sessions/{session_id}/resume api healthy coding-agent/src/coding_agent/server/http_server.py
POST /worker/runs/claim api healthy coding-agent/src/coding_agent/server/http_server.py
POST /executor/runs/claim api healthy coding-agent/src/coding_agent/server/http_server.py
POST /worker/runs/{run_id}/heartbeat api healthy coding-agent/src/coding_agent/server/http_server.py
POST /executor/runs/{run_id}/heartbeat api healthy coding-agent/src/coding_agent/server/http_server.py
POST /worker/runs/{run_id}/events api healthy coding-agent/src/coding_agent/server/http_server.py
POST /executor/runs/{run_id}/events api healthy coding-agent/src/coding_agent/server/http_server.py
POST /worker/runs/{run_id}/approval api healthy coding-agent/src/coding_agent/server/http_server.py
POST /executor/runs/{run_id}/approval api healthy coding-agent/src/coding_agent/server/http_server.py
POST /worker/runs/{run_id}/complete api healthy coding-agent/src/coding_agent/server/http_server.py
POST /executor/runs/{run_id}/complete api healthy coding-agent/src/coding_agent/server/http_server.py
POST /sessions/{session_id}/approve api healthy coding-agent/src/coding_agent/server/http_server.py
GET /sessions/{session_id}/events api healthy coding-agent/src/coding_agent/server/http_server.py
GET /sessions/{session_id}/display-events api healthy coding-agent/src/coding_agent/server/http_server.py
POST /sessions/{session_id}/cancel api healthy coding-agent/src/coding_agent/server/http_server.py
GET /workspaces api healthy coding-agent/src/coding_agent/server/http_server.py
POST /workspaces/gc api healthy coding-agent/src/coding_agent/server/http_server.py
GET /workspaces/{workspace_id} api healthy coding-agent/src/coding_agent/server/http_server.py
POST /workspaces/{workspace_id}/retain api healthy coding-agent/src/coding_agent/server/http_server.py
POST /workspaces/{workspace_id}/pin api healthy coding-agent/src/coding_agent/server/http_server.py
POST /workspaces/{workspace_id}/unpin api healthy coding-agent/src/coding_agent/server/http_server.py
DELETE /workspaces/{workspace_id} api healthy coding-agent/src/coding_agent/server/http_server.py
GET /workspaces/{workspace_id}/archive/manifest api healthy coding-agent/src/coding_agent/server/http_server.py
GET /workspaces/{workspace_id}/archive api healthy coding-agent/src/coding_agent/server/http_server.py
GET /sessions api healthy coding-agent/src/coding_agent/server/http_server.py
GET /sessions/{session_id} api healthy coding-agent/src/coding_agent/server/http_server.py
GET /sessions/{session_id}/runs api healthy coding-agent/src/coding_agent/server/http_server.py
GET /runs/{run_id} api healthy coding-agent/src/coding_agent/server/http_server.py

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

LabelLayerStatusPath
auth::coding-agent/tests/providers/test_codex_responses.py security healthy coding-agent/tests/providers/test_codex_responses.py
auth::coding-agent/tests/coding_agent/test_recall_context.py security healthy coding-agent/tests/coding_agent/test_recall_context.py
auth::coding-agent/tests/ui/test_developer_console.py security healthy coding-agent/tests/ui/test_developer_console.py
auth::coding-agent/tests/coding_agent/plugins/test_llm_prov… security healthy coding-agent/tests/coding_agent/plugins/test_llm_provider.py
auth::coding-agent/src/coding_agent/oauth/store.py security healthy coding-agent/src/coding_agent/oauth/store.py
auth::coding-agent/tests/cli/test_oauth_commands.py security healthy coding-agent/tests/cli/test_oauth_commands.py
auth::coding-agent/src/coding_agent/oauth/types.py security healthy coding-agent/src/coding_agent/oauth/types.py
auth::coding-agent/tests/test_kb.py security healthy coding-agent/tests/test_kb.py
auth::coding-agent/src/coding_agent/oauth/cli.py security healthy coding-agent/src/coding_agent/oauth/cli.py
auth::coding-agent/tests/coding_agent/test_topic_layer_smok… security healthy coding-agent/tests/coding_agent/test_topic_layer_smoke.py
auth::coding-agent/tests/coding_agent/test_cli_pipeline.py security healthy coding-agent/tests/coding_agent/test_cli_pipeline.py
auth::coding-agent/src/coding_agent/providers/codex_respons… security healthy coding-agent/src/coding_agent/providers/codex_responses.py
auth::coding-agent/tests/coding_agent/test_topic_memory.py security healthy coding-agent/tests/coding_agent/test_topic_memory.py
auth::coding-agent/src/coding_agent/oauth/__init__.py security healthy coding-agent/src/coding_agent/oauth/__init__.py
auth::coding-agent/tests/coding_agent/test_topic_range_inde… security healthy coding-agent/tests/coding_agent/test_topic_range_index.py
auth::coding-agent/src/coding_agent/cli/oauth_commands.py security healthy coding-agent/src/coding_agent/cli/oauth_commands.py
auth::coding-agent/src/coding_agent/plugins/llm_provider.py security healthy coding-agent/src/coding_agent/plugins/llm_provider.py
auth::coding-agent/src/coding_agent/oauth/auth.py security healthy coding-agent/src/coding_agent/oauth/auth.py
auth::coding-agent/tests/unit/summarizer/test_llm_summarize… security healthy coding-agent/tests/unit/summarizer/test_llm_summarizer.py
auth::coding-agent/src/coding_agent/evaluation/context_syst… security healthy coding-agent/src/coding_agent/evaluation/context_system.py
auth::coding-agent/tests/acp/test_server.py security healthy coding-agent/tests/acp/test_server.py
auth::coding-agent/tests/coding_agent/test_context_system_s… security healthy coding-agent/tests/coding_agent/test_context_system_smoke.py
auth::coding-agent/tests/coding_agent/plugins/test_kb.py security healthy coding-agent/tests/coding_agent/plugins/test_kb.py
auth::coding-agent/tests/coding_agent/test_topic_recall.py security healthy coding-agent/tests/coding_agent/test_topic_recall.py
auth::coding-agent/tests/coding_agent/test_recall_evaluatio… security healthy coding-agent/tests/coding_agent/test_recall_evaluation.py
auth::coding-agent/tests/coding_agent/evaluation/test_conte… security healthy coding-agent/tests/coding_agent/evaluation/test_context_sys…
auth::coding-agent/tests/coding_agent/test_codex_oauth.py security healthy coding-agent/tests/coding_agent/test_codex_oauth.py
auth::coding-agent/src/coding_agent/oauth/codex.py security healthy coding-agent/src/coding_agent/oauth/codex.py
auth::coding-agent/tests/coding_agent/plugins/test_kb_plugi… security healthy coding-agent/tests/coding_agent/plugins/test_kb_plugin.py
auth::coding-agent/tests/coding_agent/test_topic_provenance… security healthy coding-agent/tests/coding_agent/test_topic_provenance.py
auth::coding-agent/tests/coding_agent/test_topic_lifecycle.… security healthy coding-agent/tests/coding_agent/test_topic_lifecycle.py

LabelLayerStatusPath
bee_tasks data healthy coding-agent/src/coding_agent/bee/runtime.py
bee_task_nodes data healthy coding-agent/src/coding_agent/bee/runtime.py
bee_launches data healthy coding-agent/src/coding_agent/bee/launch.py
scheduled_runs data healthy coding-agent/src/coding_agent/runs/scheduled.py
scheduled_run_triggers data healthy coding-agent/src/coding_agent/runs/scheduled.py
proactive_signals data healthy coding-agent/src/coding_agent/runs/scheduled.py
session_tapes data healthy coding-agent/src/coding_agent/stores/durable_pg.py
agent_runs data healthy coding-agent/src/coding_agent/stores/runtime_store.py
runtime_events data healthy coding-agent/src/coding_agent/stores/runtime_store.py
run_message_snapshots data healthy coding-agent/src/coding_agent/stores/runtime_store.py
agent_interactions data healthy coding-agent/src/coding_agent/stores/runtime_store.py
agent_remote_workspaces data healthy coding-agent/src/coding_agent/server/stores/workspace_store…
session_owners data healthy coding-agent/src/coding_agent/server/stores/session_owner_s…
agent_http_sessions data healthy coding-agent/src/coding_agent/server/stores/session_store.py
executor_runs data healthy coding-agent/src/coding_agent/executors/external.py
topics data healthy coding-agent/src/coding_agent/topics/store.py
topic_anchors data healthy coding-agent/src/coding_agent/topics/store.py
topic_recall_links data healthy coding-agent/src/coding_agent/topics/store.py
topic_costs data healthy coding-agent/src/coding_agent/topics/store.py
tape_entries data healthy coding-agent/src/agentkit/storage/sqlite.py
checkpoints data healthy coding-agent/src/agentkit/storage/sqlite.py
agent_sessions data healthy coding-agent/src/agentkit/storage/pg.py
agent_tapes data healthy coding-agent/src/agentkit/storage/pg.py
agent_checkpoints data healthy coding-agent/src/agentkit/storage/pg.py

LabelLayerStatusPath
port:8080 network healthy coding-agent/Dockerfile
port:9090 network healthy coding-agent/tests/deploy/test_helm_chart.py
port:9000 network healthy coding-agent/tests/cli/test_remote_client.py
port:3000 network healthy coding-agent/docs/observability/local/docker-compose.yml
port:5173 network healthy coding-agent/webui/app/vite.config.ts
port:443 network healthy coding-agent/helm/values-o6n-deepseek.yaml
port:136 network healthy coding-agent/helm/values-o6n-deepseek.yaml
port:30082 network healthy coding-agent/helm/values-o6n-deepseek.yaml
port:6379 network healthy coding-agent/helm/values.yaml
port:53 network healthy coding-agent/helm/templates/networkpolicy.yaml

LabelLayerStatusPath
127.0.0.1 network healthy coding-agent/AGENTS.md
10.0.0.0 network healthy coding-agent/tests/deploy/test_helm_chart.py
172.16.0.0 network healthy coding-agent/tests/deploy/test_helm_chart.py
192.168.0.0 network healthy coding-agent/tests/deploy/test_helm_chart.py
100.64.0.0 network healthy coding-agent/tests/deploy/test_helm_chart.py
169.254.0.0 network healthy coding-agent/tests/deploy/test_helm_chart.py
127.0.0.0 network healthy coding-agent/tests/deploy/test_helm_chart.py
203.0.113.0 network healthy coding-agent/tests/deploy/test_helm_chart.py
100.123.220.136 network healthy coding-agent/tests/deploy/test_helm_chart.py

LabelLayerStatusPath
image::coding-agent/Dockerfile hardware healthy coding-agent/Dockerfile
prometheus hardware healthy coding-agent/docs/observability/local/docker-compose.yml
grafana hardware healthy coding-agent/docs/observability/local/docker-compose.yml
k8s::NetworkPolicy::coding-agent/helm/templates/networkpoli… hardware healthy coding-agent/helm/templates/networkpolicy.yaml
k8s::PersistentVolumeClaim::coding-agent/helm/templates/pvc… hardware healthy coding-agent/helm/templates/pvc.yaml
k8s::HTTPRoute::coding-agent/helm/templates/httproute.yaml hardware healthy coding-agent/helm/templates/httproute.yaml
k8s::ConfigMap::coding-agent/helm/templates/configmap-agent… hardware healthy coding-agent/helm/templates/configmap-agent-config.yaml
k8s::ServiceAccount::coding-agent/helm/templates/serviceacc… hardware healthy coding-agent/helm/templates/serviceaccount.yaml

LabelLayerStatusPath
App frontend healthy coding-agent/webui/app/src/App.tsx
Header frontend healthy coding-agent/webui/app/src/components/Header.tsx
DiffPanel frontend healthy coding-agent/webui/app/src/components/DiffPanel.tsx
Timeline frontend healthy coding-agent/webui/app/src/components/Timeline.tsx
Composer frontend healthy coding-agent/webui/app/src/components/Composer.tsx
SessionList frontend healthy coding-agent/webui/app/src/components/SessionList.tsx

LabelLayerStatusPath
redis data healthy coding-agent/pyproject.toml
sqlite data healthy coding-agent/tests/coding_agent/test_sqlite_storage_migrati…
postgresql data healthy coding-agent/tests/coding_agent/test_topic_store.py
postgres data healthy coding-agent/tests/ui/test_session_persistence.py

LabelLayerStatusPath
test_sqlite_storage_migration.py data healthy coding-agent/tests/coding_agent/test_sqlite_storage_migrati…
migration.py data healthy coding-agent/src/coding_agent/stores/migration.py

LabelLayerStatusPath
delete-cloud__Coding-Agent-Loop software healthy /data/fable5_failed_archive/delete-cloud__Coding-Agent-Loop

LabelLayerStatusPath
traefik network healthy coding-agent/tests/deploy/test_helm_chart.py

LabelLayerStatusPath
k8s::Deployment::coding-agent/helm/templates/deployment.yaml hardware healthy coding-agent/helm/templates/deployment.yaml

LabelLayerStatusPath
vps::azure hardware healthy .github/workflows/ci.yml

LabelLayerStatusPath
gpu (detected) hardware healthy coding-agent/tests/ui/test_session_manager_runtime.py

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
test cicd healthy .github/workflows/ci.yml
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/20c21f57-cbe3-4fb3-bff7-93ea4fda30bc/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/20c21f57-cbe3-4fb3-bff7-93ea4fda30bc/

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.