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.

brandonkindred/Khala-Agentic-AI-Teams

https://github.com/brandonkindred/Khala-Agentic-AI-Teams · scanned 2026-06-17 01:46 UTC (1 month, 1 week ago)

728 raw signals (0 security + 728 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -15.0 (diff) · 694 actionable findings from 1 signal source. 34 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 27216 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
parse_args software healthy backend/run_unified_api.py:64
main software healthy backend/run_unified_api.py:116
pytest_configure software healthy backend/conftest.py:71
pytest_collection_modifyitems software healthy backend/conftest.py:82
_free_port software healthy backend/conftest.py:106
_postgres_configured software healthy backend/conftest.py:112
_start_in_process_job_service software healthy backend/conftest.py:116
_shutdown software healthy backend/conftest.py:141
integration_job_service software healthy backend/conftest.py:149
truncate_jobs_table software healthy backend/conftest.py:168
_now_iso software healthy backend/agents/job_service_client_fake.py:37
__init__ software healthy backend/agents/job_service_client_fake.py:44
_stamp software healthy backend/agents/job_service_client_fake.py:50
create_job software healthy backend/agents/job_service_client_fake.py:58
replace_job software healthy backend/agents/job_service_client_fake.py:73
get_job software healthy backend/agents/job_service_client_fake.py:76
delete_job software healthy backend/agents/job_service_client_fake.py:80
list_jobs software healthy backend/agents/job_service_client_fake.py:83
update_job software healthy backend/agents/job_service_client_fake.py:89
append_event software healthy backend/agents/job_service_client_fake.py:106
heartbeat software healthy backend/agents/job_service_client_fake.py:132
mark_stale_active_jobs_failed software healthy backend/agents/job_service_client_fake.py:146
mark_all_active_jobs_failed software healthy backend/agents/job_service_client_fake.py:178
mark_all_active_jobs_interrupted software healthy backend/agents/job_service_client_fake.py:181
_mark_all software healthy backend/agents/job_service_client_fake.py:184
merge_nested software healthy backend/agents/job_service_client_fake.py:200
append_to_list software healthy backend/agents/job_service_client_fake.py:203
increment_field software healthy backend/agents/job_service_client_fake.py:206
atomic_update software healthy backend/agents/job_service_client_fake.py:209
apply_and_get software healthy backend/agents/job_service_client_fake.py:255
fake_job_client software healthy backend/agents/job_service_client_fake.py:283
_default_base_url software healthy backend/agents/job_service_client.py:45
__init__ software healthy backend/agents/job_service_client.py:52
_base_url software healthy backend/agents/job_service_client.py:65
_url software healthy backend/agents/job_service_client.py:77
_request software healthy backend/agents/job_service_client.py:80
create_job software healthy backend/agents/job_service_client.py:409
replace_job software healthy backend/agents/job_service_client.py:126
get_job software healthy backend/agents/job_service_client.py:412
delete_job software healthy backend/agents/job_service_client.py:418
list_jobs software healthy backend/agents/job_service_client.py:421
update_job software healthy backend/agents/job_service_client.py:415
append_event software healthy backend/agents/job_service_client.py:155
mark_stale_active_jobs_failed software healthy backend/agents/job_service_client.py:170
mark_all_active_jobs_failed software healthy backend/agents/job_service_client.py:188
mark_all_active_jobs_interrupted software healthy backend/agents/job_service_client.py:209
merge_nested software healthy backend/agents/job_service_client.py:230
append_to_list software healthy backend/agents/job_service_client.py:238
atomic_update software healthy backend/agents/job_service_client.py:246
apply_and_get software healthy backend/agents/job_service_client.py:267

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

LabelLayerStatusPath
FakeJobServiceClient software healthy backend/agents/job_service_client_fake.py:41
JobServiceClient software healthy backend/agents/job_service_client.py:49
BaseJobStore software healthy backend/agents/job_service_client.py:390
AgentConsoleStorageUnavailable software healthy backend/agents/agent_console/store.py:34
SavedInputNameConflict software healthy backend/agents/agent_console/store.py:38
AgentConsoleStore software healthy backend/agents/agent_console/store.py:42
SavedInput software healthy backend/agents/agent_console/models.py:15
SavedInputCreate software healthy backend/agents/agent_console/models.py:28
SavedInputUpdate software healthy backend/agents/agent_console/models.py:36
RunSummary software healthy backend/agents/agent_console/models.py:49
RunRecord software healthy backend/agents/agent_console/models.py:63
RunCreate software healthy backend/agents/agent_console/models.py:73
DiffSide software healthy backend/agents/agent_console/models.py:95
DiffRequest software healthy backend/agents/agent_console/models.py:113
DiffResult software healthy backend/agents/agent_console/models.py:118
ActivityBridge software healthy backend/agents/coding_team/activity.py:34
_ThinkingBuffer software healthy backend/agents/coding_team/orchestrator.py:108
CodingTeamSwarm software healthy backend/agents/coding_team/orchestrator.py:777
TaskStatus software healthy backend/agents/coding_team/models.py:14
StackSpec software healthy backend/agents/coding_team/models.py:24
Subtask software healthy backend/agents/coding_team/models.py:37
Task software healthy backend/agents/coding_team/models.py:51
SeniorEngineerSpec software healthy backend/agents/coding_team/models.py:101
CodingTeamPlanInput software healthy backend/agents/coding_team/models.py:113
CodingTeamJobState software healthy backend/agents/coding_team/models.py:157
TaskGraphService software healthy backend/agents/coding_team/task_graph.py:22
CodingTeamWorkflow software healthy backend/agents/coding_team/temporal/__init__.py:24
TestClientListOpenIssues software healthy backend/agents/coding_team/tests/test_github_source.py:81
TestClientSubIssues software healthy backend/agents/coding_team/tests/test_github_source.py:127
TestClientGetIssue software healthy backend/agents/coding_team/tests/test_github_source.py:153
TestClientUpdatePullRequest software healthy backend/agents/coding_team/tests/test_github_source.py:173
TestClientRetries software healthy backend/agents/coding_team/tests/test_github_source.py:200
TestScrubTokenFromText software healthy backend/agents/coding_team/tests/test_github_source.py:239
TestIsSafeRef software healthy backend/agents/coding_team/tests/test_github_source.py:262
TestParseNextLink software healthy backend/agents/coding_team/tests/test_github_source.py:280
_FakeClient software healthy backend/agents/coding_team/tests/test_github_source.py:298
TestIsReady software healthy backend/agents/coding_team/tests/test_github_source.py:384
TestPickReady software healthy backend/agents/coding_team/tests/test_github_source.py:403
TestIssueToPlanInput software healthy backend/agents/coding_team/tests/test_github_source.py:447
TestEndpointHappyPath software healthy backend/agents/coding_team/tests/test_github_source.py:668
TestEndpointFailures software healthy backend/agents/coding_team/tests/test_github_source.py:804
TestEndpointReuse software healthy backend/agents/coding_team/tests/test_github_source.py:1005
TestEndpointDuplicateGuard software healthy backend/agents/coding_team/tests/test_github_source.py:1107
TestTruncateTitle software healthy backend/agents/coding_team/tests/test_github_source.py:1152
TestPrepareIssueBranch software healthy backend/agents/coding_team/tests/test_github_source.py:1178
TestGitCredentialThreading software healthy backend/agents/coding_team/tests/test_github_source.py:1270
TestActiveIssueMarkerLifecycle software healthy backend/agents/coding_team/tests/test_github_source.py:1376
TestStatusResponseSurfacing software healthy backend/agents/coding_team/tests/test_github_source.py:1478
TestBusyCheckoutGuard software healthy backend/agents/coding_team/tests/test_github_source.py:1493
TestPublishWindowLiveness software healthy backend/agents/coding_team/tests/test_github_source.py:1571

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

LabelLayerStatusPath
CLAUDE.md software healthy CLAUDE.md
CHANGELOG.md software healthy CHANGELOG.md
package-lock.json software healthy package-lock.json
README.md software healthy README.md
LICENSE software healthy LICENSE
CONTRIBUTORS.md software healthy CONTRIBUTORS.md
package.json software healthy package.json
.pre-commit-config.yaml software healthy .pre-commit-config.yaml
run_unified_api.py software healthy backend/run_unified_api.py
conftest.py software healthy backend/conftest.py
requirements.txt software healthy backend/requirements.txt
pyproject.toml software healthy backend/pyproject.toml
Makefile software healthy backend/Makefile
docker-compose.yml software healthy backend/docker-compose.yml
slack_app_manifest.yml software healthy backend/slack_app_manifest.yml
Dockerfile software healthy backend/Dockerfile
.env.example software healthy backend/agents/.env.example
job_service_client_fake.py software healthy backend/agents/job_service_client_fake.py
.ruff.toml software healthy backend/agents/.ruff.toml
entrypoint.sh software healthy backend/agents/entrypoint.sh
requirements.txt software healthy backend/agents/requirements.txt
README.md software healthy backend/agents/README.md
job_service_client.py software healthy backend/agents/job_service_client.py
Dockerfile software healthy backend/agents/Dockerfile
__init__.py software healthy backend/agents/agent_console/__init__.py
store.py software healthy backend/agents/agent_console/store.py
README.md software healthy backend/agents/agent_console/README.md
models.py software healthy backend/agents/agent_console/models.py
diff.py software healthy backend/agents/agent_console/diff.py
prune.py software healthy backend/agents/agent_console/prune.py
author.py software healthy backend/agents/agent_console/author.py
test_author.py software healthy backend/agents/agent_console/tests/test_author.py
__init__.py software healthy backend/agents/agent_console/tests/__init__.py
test_diff.py software healthy backend/agents/agent_console/tests/test_diff.py
test_store.py software healthy backend/agents/agent_console/tests/test_store.py
test_prune.py software healthy backend/agents/agent_console/tests/test_prune.py
__init__.py software healthy backend/agents/agent_console/postgres/__init__.py
activity.py software healthy backend/agents/coding_team/activity.py
orchestrator.py software healthy backend/agents/coding_team/orchestrator.py
__init__.py software healthy backend/agents/coding_team/__init__.py
README.md software healthy backend/agents/coding_team/README.md
models.py software healthy backend/agents/coding_team/models.py
token_crypto.py software healthy backend/agents/coding_team/token_crypto.py
task_graph.py software healthy backend/agents/coding_team/task_graph.py
hitl.py software healthy backend/agents/coding_team/hitl.py
job_store.py software healthy backend/agents/coding_team/job_store.py
review_history_store.py software healthy backend/agents/coding_team/review_history_store.py
__init__.py software healthy backend/agents/coding_team/temporal/__init__.py
test_senior_swe_strands_tools.py software healthy backend/agents/coding_team/tests/test_senior_swe_strands_to…
test_github_source.py software healthy backend/agents/coding_team/tests/test_github_source.py

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

LabelLayerStatusPath
backend software healthy backend
agents software healthy backend/agents
agent_console software healthy backend/agents/agent_console
tests software healthy backend/agents/agent_console/tests
postgres software healthy backend/agents/agent_console/postgres
coding_team software healthy backend/agents/coding_team
temporal software healthy backend/agents/coding_team/temporal
tests software healthy backend/agents/coding_team/tests
api software healthy backend/agents/coding_team/api
senior_software_engineer_agent software healthy backend/agents/coding_team/senior_software_engineer_agent
system_design software healthy backend/agents/coding_team/system_design
postgres software healthy backend/agents/coding_team/postgres
tech_lead_agent software healthy backend/agents/coding_team/tech_lead_agent
github_source software healthy backend/agents/coding_team/github_source
graphs software healthy backend/agents/coding_team/graphs
api software healthy backend/agents/api
deepthought software healthy backend/agents/deepthought
temporal software healthy backend/agents/deepthought/temporal
tests software healthy backend/agents/deepthought/tests
api software healthy backend/agents/deepthought/api
system_design software healthy backend/agents/deepthought/system_design
shared software healthy backend/agents/deepthought/shared
graphs software healthy backend/agents/deepthought/graphs
llm_service software healthy backend/agents/llm_service
clients software healthy backend/agents/llm_service/clients
tests software healthy backend/agents/llm_service/tests
accessibility_audit_team software healthy backend/agents/accessibility_audit_team
agents software healthy backend/agents/accessibility_audit_team/agents
temporal software healthy backend/agents/accessibility_audit_team/temporal
tests software healthy backend/agents/accessibility_audit_team/tests
api software healthy backend/agents/accessibility_audit_team/api
tools software healthy backend/agents/accessibility_audit_team/tools
at software healthy backend/agents/accessibility_audit_team/tools/at
qa software healthy backend/agents/accessibility_audit_team/tools/qa
audit software healthy backend/agents/accessibility_audit_team/tools/audit
evidence software healthy backend/agents/accessibility_audit_team/tools/evidence
standards software healthy backend/agents/accessibility_audit_team/tools/standards
remediation software healthy backend/agents/accessibility_audit_team/tools/remediation
web software healthy backend/agents/accessibility_audit_team/tools/web
mobile software healthy backend/agents/accessibility_audit_team/tools/mobile
system_design software healthy backend/agents/accessibility_audit_team/system_design
addons software healthy backend/agents/accessibility_audit_team/addons
phases software healthy backend/agents/accessibility_audit_team/phases
a11y_agency_strands software healthy backend/agents/accessibility_audit_team/a11y_agency_strands
app software healthy backend/agents/accessibility_audit_team/a11y_agency_strands…
agents software healthy backend/agents/accessibility_audit_team/a11y_agency_strands…
tools software healthy backend/agents/accessibility_audit_team/a11y_agency_strands…
models software healthy backend/agents/accessibility_audit_team/a11y_agency_strands…
workflows software healthy backend/agents/accessibility_audit_team/a11y_agency_strands…
prompts software healthy backend/agents/accessibility_audit_team/a11y_agency_strands…

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

LabelLayerStatusPath
GET /health api healthy backend/agents/coding_team/api/main.py
POST /run api healthy backend/agents/coding_team/api/main.py
GET /status/{job_id} api healthy backend/agents/coding_team/api/main.py
POST /run/{job_id}/answers api healthy backend/agents/coding_team/api/main.py
POST /run/{job_id}/resume api healthy backend/agents/coding_team/api/main.py
GET /jobs api healthy backend/agents/coding_team/api/main.py
POST /run-from-github api healthy backend/agents/coding_team/api/main.py
POST /review-pr api healthy backend/agents/coding_team/api/main.py
GET /reviews api healthy backend/agents/coding_team/api/main.py
POST /research-and-review api healthy backend/agents/api/main.py
POST /deepthought/ask api healthy backend/agents/deepthought/api/main.py
GET /deepthought/status/{job_id} api healthy backend/agents/deepthought/api/main.py
GET /deepthought/jobs api healthy backend/agents/deepthought/api/main.py
POST /deepthought/jobs/{job_id}/cancel api healthy backend/agents/deepthought/api/main.py
DELETE /deepthought/jobs/{job_id} api healthy backend/agents/deepthought/api/main.py
POST /deepthought/ask/stream api healthy backend/agents/deepthought/api/main.py
POST /audit/create api healthy backend/agents/accessibility_audit_team/api/main.py
GET /audit/status/{job_id} api healthy backend/agents/accessibility_audit_team/api/main.py
GET /audit/{audit_id}/findings api healthy backend/agents/accessibility_audit_team/api/main.py
GET /audit/{audit_id}/report api healthy backend/agents/accessibility_audit_team/api/main.py
POST /audit/{audit_id}/retest api healthy backend/agents/accessibility_audit_team/api/main.py
POST /audit/{audit_id}/export api healthy backend/agents/accessibility_audit_team/api/main.py
POST /audit/{audit_id}/case-study api healthy backend/agents/accessibility_audit_team/api/main.py
GET /case-study-templates api healthy backend/agents/accessibility_audit_team/api/main.py
POST /monitor/baseline api healthy backend/agents/accessibility_audit_team/api/main.py
POST /monitor/run api healthy backend/agents/accessibility_audit_team/api/main.py
GET /monitor/diff/{run_id} api healthy backend/agents/accessibility_audit_team/api/main.py
POST /designsystem/inventory api healthy backend/agents/accessibility_audit_team/api/main.py
POST /designsystem/contract api healthy backend/agents/accessibility_audit_team/api/main.py
POST /soc2-audit/run api healthy backend/agents/soc2_compliance_team/api/main.py
GET /soc2-audit/status/{job_id} api healthy backend/agents/soc2_compliance_team/api/main.py
POST /_agents/{agent_id}/invoke api healthy backend/agents/shared_agent_invoke/shim.py
POST /build api healthy backend/agents/ai_systems_team/api/main.py
GET /build/status/{job_id} api healthy backend/agents/ai_systems_team/api/main.py
GET /build/jobs api healthy backend/agents/ai_systems_team/api/main.py
POST /build/job/{job_id}/cancel api healthy backend/agents/ai_systems_team/api/main.py
DELETE /build/job/{job_id} api healthy backend/agents/ai_systems_team/api/main.py
POST /build/job/{job_id}/resume api healthy backend/agents/ai_systems_team/api/main.py
POST /build/job/{job_id}/restart api healthy backend/agents/ai_systems_team/api/main.py
GET /blueprints api healthy backend/agents/ai_systems_team/api/main.py
GET /blueprints/{project_name} api healthy backend/agents/ai_systems_team/api/main.py
GET / api healthy backend/agents/ai_systems_team/api/main.py
POST /social-marketing/run api healthy backend/agents/social_media_marketing_team/api/main.py
POST /social-marketing/performance/{job_id} api healthy backend/agents/social_media_marketing_team/api/main.py
POST /social-marketing/revise/{job_id} api healthy backend/agents/social_media_marketing_team/api/main.py
GET /social-marketing/jobs api healthy backend/agents/social_media_marketing_team/api/main.py
GET /social-marketing/status/{job_id} api healthy backend/agents/social_media_marketing_team/api/main.py
POST /social-marketing/job/{job_id}/cancel api healthy backend/agents/social_media_marketing_team/api/main.py
DELETE /social-marketing/job/{job_id} api healthy backend/agents/social_media_marketing_team/api/main.py
POST /social-marketing/job/{job_id}/resume api healthy backend/agents/social_media_marketing_team/api/main.py

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

LabelLayerStatusPath
on data healthy docker/postgres/init/02-encrypted-integration-credentials.s…
encrypted_integration_credentials data healthy docker/postgres/init/02-encrypted-integration-credentials.s…
jobs data healthy docker/postgres/init/03-create-jobs-table.sql
agent_console_saved_inputs data healthy backend/agents/agent_console/postgres/__init__.py
agent_console_runs data healthy backend/agents/agent_console/postgres/__init__.py
code_review_runs data healthy backend/agents/coding_team/postgres/__init__.py
social_marketing_winning_posts data healthy backend/agents/social_media_marketing_team/postgres/__init_…
user_agent_founder_runs data healthy backend/agents/user_agent_founder/postgres/__init__.py
user_agent_founder_personas data healthy backend/agents/user_agent_founder/postgres/__init__.py
user_agent_founder_decisions data healthy backend/agents/user_agent_founder/postgres/__init__.py
user_agent_founder_chat_messages data healthy backend/agents/user_agent_founder/postgres/__init__.py
sales_dossiers data healthy backend/agents/sales_team/postgres/__init__.py
sales_prospect_lists data healthy backend/agents/sales_team/postgres/__init__.py
agentic_teams data healthy backend/agents/agentic_team_provisioning/postgres/__init__.…
agentic_processes data healthy backend/agents/agentic_team_provisioning/postgres/__init__.…
agentic_conversations data healthy backend/agents/agentic_team_provisioning/postgres/__init__.…
agentic_conv_messages data healthy backend/agents/agentic_team_provisioning/postgres/__init__.…
agentic_team_agents data healthy backend/agents/agentic_team_provisioning/postgres/__init__.…
agentic_env_provisions data healthy backend/agents/agentic_team_provisioning/postgres/__init__.…
agentic_form_data data healthy backend/agents/agentic_team_provisioning/postgres/__init__.…
agentic_test_chat_sessions data healthy backend/agents/agentic_team_provisioning/postgres/__init__.…
agentic_test_chat_messages data healthy backend/agents/agentic_team_provisioning/postgres/__init__.…
agentic_test_pipeline_runs data healthy backend/agents/agentic_team_provisioning/postgres/__init__.…
team_assistant_conversations data healthy backend/agents/team_assistant/postgres/__init__.py
team_assistant_conv_messages data healthy backend/agents/team_assistant/postgres/__init__.py
team_assistant_conv_artifacts data healthy backend/agents/team_assistant/postgres/__init__.py
agent_cognition_events data healthy backend/agents/agent_cognition/postgres/__init__.py
agent_cognition_summaries data healthy backend/agents/agent_cognition/postgres/__init__.py
agent_cognition_rules data healthy backend/agents/agent_cognition/postgres/__init__.py
agent_cognition_rule_proposals data healthy backend/agents/agent_cognition/postgres/__init__.py
agent_cognition_runs data healthy backend/agents/agent_cognition/postgres/__init__.py
agent_cognition_graph_watermarks data healthy backend/agents/agent_cognition/postgres/__init__.py
job_matching_runs data healthy backend/agents/job_matching_team/postgres/__init__.py
job_matching_ranked_jobs data healthy backend/agents/job_matching_team/postgres/__init__.py
investment_market_data_snapshots data healthy backend/agents/investment_team/market_data_cache/postgres/_…
branding_clients data healthy backend/agents/branding_team/postgres/__init__.py
branding_brands data healthy backend/agents/branding_team/postgres/__init__.py
branding_sessions data healthy backend/agents/branding_team/postgres/__init__.py
branding_conversations data healthy backend/agents/branding_team/postgres/__init__.py
branding_conv_messages data healthy backend/agents/branding_team/postgres/__init__.py
startup_advisor_conversations data healthy backend/agents/startup_advisor/postgres/__init__.py
startup_advisor_conv_messages data healthy backend/agents/startup_advisor/postgres/__init__.py
startup_advisor_conv_artifacts data healthy backend/agents/startup_advisor/postgres/__init__.py
product_delivery_products data healthy backend/agents/product_delivery/postgres/__init__.py
product_delivery_initiatives data healthy backend/agents/product_delivery/postgres/__init__.py
product_delivery_epics data healthy backend/agents/product_delivery/postgres/__init__.py
product_delivery_stories data healthy backend/agents/product_delivery/postgres/__init__.py
product_delivery_tasks data healthy backend/agents/product_delivery/postgres/__init__.py
product_delivery_acceptance_criteria data healthy backend/agents/product_delivery/postgres/__init__.py
product_delivery_feedback_items data healthy backend/agents/product_delivery/postgres/__init__.py

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

LabelLayerStatusPath
auth::backend/agents/software_engineering_team/frontend_cod… security healthy backend/agents/software_engineering_team/frontend_code_v2_t…
auth::user-interface/src/app/services/integrations-api.serv… security healthy user-interface/src/app/services/integrations-api.service.sp…
auth::backend/agents/software_engineering_team/agent_implem… security healthy backend/agents/software_engineering_team/agent_implementati…
auth::backend/unified_api/README.md security healthy backend/unified_api/README.md
auth::backend/agents/personal_assistant_team/tools/calendar… security healthy backend/agents/personal_assistant_team/tools/calendar_tools…
auth::backend/agents/llm_service/clients/dummy.py security healthy backend/agents/llm_service/clients/dummy.py
auth::backend/unified_api/routes/integrations.py security healthy backend/unified_api/routes/integrations.py
auth::backend/agents/software_engineering_team/tests/test_p… security healthy backend/agents/software_engineering_team/tests/test_product…
auth::backend/agents/integrations/README.md security healthy backend/agents/integrations/README.md
auth::backend/agents/software_engineering_team/tests/test_t… security healthy backend/agents/software_engineering_team/tests/test_task_pl…
auth::backend/agents/soc2_compliance_team/tests/test_orches… security healthy backend/agents/soc2_compliance_team/tests/test_orchestrator…
auth::backend/agents/software_engineering_team/README.md security healthy backend/agents/software_engineering_team/README.md
auth::backend/agents/personal_assistant_team/.env.example security healthy backend/agents/personal_assistant_team/.env.example
auth::backend/unified_api/integration_credentials.py security healthy backend/unified_api/integration_credentials.py
auth::user-interface/src/app/components/coding-team-page/co… security healthy user-interface/src/app/components/coding-team-page/coding-t…
auth::backend/agents/personal_assistant_team/tests/test_cre… security healthy backend/agents/personal_assistant_team/tests/test_credentia…
auth::backend/agents/software_engineering_team/backend_agen… security healthy backend/agents/software_engineering_team/backend_agent/prom…
auth::backend/agents/software_engineering_team/product_requ… security healthy backend/agents/software_engineering_team/product_requiremen…
auth::backend/agents/agent_provisioning_team/phases/credent… security healthy backend/agents/agent_provisioning_team/phases/credential_ge…
auth::backend/unified_api/medium_browser_login.py security healthy backend/unified_api/medium_browser_login.py
auth::backend/unified_api/integrations_store.py security healthy backend/unified_api/integrations_store.py
auth::user-interface/src/app/models/integrations.model.ts security healthy user-interface/src/app/models/integrations.model.ts
auth::backend/agents/software_engineering_team/backend_code… security healthy backend/agents/software_engineering_team/backend_code_v2_te…
auth::backend/agents/software_engineering_team/agent_consol… security healthy backend/agents/software_engineering_team/agent_console/mani…
auth::backend/agents/software_engineering_team/devops_team/… security healthy backend/agents/software_engineering_team/devops_team/cicd_p…
auth::backend/agents/software_engineering_team/shared/codin… security healthy backend/agents/software_engineering_team/shared/coding_stan…
auth::backend/agents/software_engineering_team/product_requ… security healthy backend/agents/software_engineering_team/product_requiremen…
auth::backend/unified_api/tests/test_integrations_routes.py security healthy backend/unified_api/tests/test_integrations_routes.py
auth::backend/agents/software_engineering_team/tests/test_t… security healthy backend/agents/software_engineering_team/tests/test_team_pi…
auth::user-interface/src/app/components/integrations-dashbo… security healthy user-interface/src/app/components/integrations-dashboard/in…
auth::backend/agents/software_engineering_team/backend_code… security healthy backend/agents/software_engineering_team/backend_code_v2_te…
auth::backend/agents/software_engineering_team/tests/test_t… security healthy backend/agents/software_engineering_team/tests/test_task_pa…
auth::user-interface/src/app/components/integrations-dashbo… security healthy user-interface/src/app/components/integrations-dashboard/in…
auth::backend/agents/blogging/api/main.py security healthy backend/agents/blogging/api/main.py
auth::user-interface/src/app/components/agent-console/agent… security healthy user-interface/src/app/components/agent-console/agent-runne…
auth::backend/agents/software_engineering_team/devops_team/… security healthy backend/agents/software_engineering_team/devops_team/orches…
auth::backend/agents/.env.example security healthy backend/agents/.env.example
auth::backend/agents/software_engineering_team/devops_team/… security healthy backend/agents/software_engineering_team/devops_team/cicd_p…
auth::user-interface/src/app/components/integrations-dashbo… security healthy user-interface/src/app/components/integrations-dashboard/in…
auth::backend/agents/software_engineering_team/frontend_tea… security healthy backend/agents/software_engineering_team/frontend_team_depr…
auth::backend/agents/software_engineering_team/architect-ag… security healthy backend/agents/software_engineering_team/architect-agents/a…
auth::backend/agents/blogging/README.md security healthy backend/agents/blogging/README.md
auth::backend/agents/personal_assistant_team/shared/credent… security healthy backend/agents/personal_assistant_team/shared/credential_st…
auth::user-interface/src/app/services/integrations-api.serv… security healthy user-interface/src/app/services/integrations-api.service.ts
auth::backend/agents/personal_assistant_team/README.md security healthy backend/agents/personal_assistant_team/README.md
auth::backend/slack_app_manifest.yml security healthy backend/slack_app_manifest.yml
auth::backend/agents/coding_team/tech_lead_agent/prompts.py security healthy backend/agents/coding_team/tech_lead_agent/prompts.py
auth::backend/agents/personal_assistant_team/tools/email_to… security healthy backend/agents/personal_assistant_team/tools/email_tools.py

LabelLayerStatusPath
port:8080 network healthy backend/docker-compose.yml
port:4200 network healthy backend/docker-compose.yml
port:80 network healthy backend/docker-compose.yml
port:5432 network healthy backend/agents/entrypoint.sh
port:6379 network healthy backend/agents/agent_provisioning_team/tests/test_tool_agen…
port:1234 network healthy backend/agents/shared_postgres/tests/test_shared_postgres.py
port:4300 network healthy backend/agents/software_engineering_team/tests/test_command…
port:4301 network healthy backend/agents/software_engineering_team/tests/test_command…
port:3000 network healthy backend/agents/software_engineering_team/shared/command_run…
port:8000 network healthy backend/agents/software_engineering_team/agent_implementati…
port:993 network healthy backend/agents/personal_assistant_team/tests/test_credentia…
port:8090 network healthy backend/blogging_service/Dockerfile
port:8085 network healthy backend/job_service/Dockerfile
port:8091 network healthy docker/docker-compose.yml
port:8092 network healthy docker/docker-compose.yml
port:8093 network healthy docker/docker-compose.yml
port:8094 network healthy docker/docker-compose.yml
port:8095 network healthy docker/docker-compose.yml
port:8096 network healthy docker/docker-compose.yml
port:8097 network healthy docker/docker-compose.yml
port:8098 network healthy docker/docker-compose.yml
port:8099 network healthy docker/docker-compose.yml
port:8100 network healthy docker/docker-compose.yml
port:8101 network healthy docker/docker-compose.yml
port:8102 network healthy docker/docker-compose.yml
port:8103 network healthy docker/docker-compose.yml
port:8105 network healthy docker/docker-compose.yml
port:8106 network healthy docker/docker-compose.yml
port:8107 network healthy docker/docker-compose.yml
port:8108 network healthy docker/docker-compose.yml
port:8109 network healthy docker/docker-compose.yml
port:8110 network healthy docker/docker-compose.yml
port:8111 network healthy docker/docker-compose.yml
port:7474 network healthy docker/docker-compose.yml
port:7687 network healthy docker/docker-compose.yml
port:7233 network healthy docker/docker-compose.yml
port:8585 network healthy docker/docker-compose.yml
port:8888 network healthy docker/docker-compose.yml
port:4201 network healthy docker/docker-compose.yml
port:9090 network healthy docker/docker-compose.yml

LabelLayerStatusPath
image::backend/Dockerfile hardware healthy backend/Dockerfile
image::backend/agents/Dockerfile hardware healthy backend/agents/Dockerfile
image::backend/team_service/Dockerfile hardware healthy backend/team_service/Dockerfile
image::backend/blogging_service/Dockerfile hardware healthy backend/blogging_service/Dockerfile
image::backend/agent_sandbox_image/Dockerfile hardware healthy backend/agent_sandbox_image/Dockerfile
image::backend/job_service/Dockerfile hardware healthy backend/job_service/Dockerfile
image::user-interface/Dockerfile hardware healthy user-interface/Dockerfile
unified-api hardware healthy backend/docker-compose.yml
frontend hardware healthy backend/docker-compose.yml
postgres hardware healthy docker/docker-compose.yml
neo4j hardware healthy docker/docker-compose.yml
temporal hardware healthy docker/docker-compose.yml
temporal-ui hardware healthy docker/docker-compose.yml
job-service hardware healthy docker/docker-compose.yml
blogging-service hardware healthy docker/docker-compose.yml
se-service hardware healthy docker/docker-compose.yml
pa-service hardware healthy docker/docker-compose.yml
market-research-service hardware healthy docker/docker-compose.yml
soc2-service hardware healthy docker/docker-compose.yml
social-marketing-service hardware healthy docker/docker-compose.yml
branding-service hardware healthy docker/docker-compose.yml
agent-provisioning-service hardware healthy docker/docker-compose.yml
a11y-service hardware healthy docker/docker-compose.yml
ai-systems-service hardware healthy docker/docker-compose.yml
investment-service hardware healthy docker/docker-compose.yml
nutrition-service hardware healthy docker/docker-compose.yml
planning-v3-service hardware healthy docker/docker-compose.yml
coding-team-service hardware healthy docker/docker-compose.yml
sales-service hardware healthy docker/docker-compose.yml
road-trip-service hardware healthy docker/docker-compose.yml
startup-advisor-service hardware healthy docker/docker-compose.yml
agentic-team-provisioning-service hardware healthy docker/docker-compose.yml
user-agent-founder-service hardware healthy docker/docker-compose.yml
deepthought-service hardware healthy docker/docker-compose.yml
job-matching-service hardware healthy docker/docker-compose.yml
khala hardware healthy docker/docker-compose.yml
frontend hardware healthy docker/docker-compose.yml
prometheus hardware healthy docker/docker-compose.yml
grafana hardware healthy docker/docker-compose.yml

LabelLayerStatusPath
127.0.0.1 network healthy backend/conftest.py
192.168.1.2 network healthy backend/agents/llm_service/README.md
192.168.1.100 network healthy backend/agents/docker/README.md
172.28.0.0 network healthy docker/README.md
172.28.0.2 network healthy docker/docker-compose.yml
172.28.0.32 network healthy docker/docker-compose.yml
172.28.0.3 network healthy docker/docker-compose.yml
172.28.0.4 network healthy docker/docker-compose.yml
172.28.0.5 network healthy docker/docker-compose.yml
172.28.0.8 network healthy docker/docker-compose.yml
172.28.0.9 network healthy docker/docker-compose.yml
172.28.0.10 network healthy docker/docker-compose.yml
172.28.0.11 network healthy docker/docker-compose.yml
172.28.0.12 network healthy docker/docker-compose.yml
172.28.0.13 network healthy docker/docker-compose.yml
172.28.0.14 network healthy docker/docker-compose.yml
172.28.0.15 network healthy docker/docker-compose.yml
172.28.0.16 network healthy docker/docker-compose.yml
172.28.0.17 network healthy docker/docker-compose.yml
172.28.0.18 network healthy docker/docker-compose.yml
172.28.0.19 network healthy docker/docker-compose.yml
172.28.0.20 network healthy docker/docker-compose.yml
172.28.0.21 network healthy docker/docker-compose.yml
172.28.0.23 network healthy docker/docker-compose.yml
172.28.0.24 network healthy docker/docker-compose.yml
172.28.0.25 network healthy docker/docker-compose.yml
172.28.0.26 network healthy docker/docker-compose.yml
172.28.0.27 network healthy docker/docker-compose.yml
172.28.0.28 network healthy docker/docker-compose.yml
172.28.0.31 network healthy docker/docker-compose.yml
172.28.0.6 network healthy docker/docker-compose.yml
172.28.0.7 network healthy docker/docker-compose.yml
172.28.0.29 network healthy docker/docker-compose.yml
172.28.0.30 network healthy docker/docker-compose.yml

LabelLayerStatusPath
build cicd healthy .github/workflows/pages.yml
deploy cicd healthy .github/workflows/pages.yml
changes cicd healthy .github/workflows/ci.yml
lint-python cicd healthy .github/workflows/ci.yml
test-shared-postgres cicd healthy .github/workflows/ci.yml
test-shared-neo4j cicd healthy .github/workflows/ci.yml
test-agent-cognition cicd healthy .github/workflows/ci.yml
test-backend cicd healthy .github/workflows/ci.yml
test-integration cicd healthy .github/workflows/ci.yml
lint-and-test-ui cicd healthy .github/workflows/ci.yml
all-checks cicd healthy .github/workflows/ci.yml
build-backend cicd healthy .github/workflows/ci.yml
build-team-services cicd healthy .github/workflows/ci.yml
build-frontend cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
password_literal::backend/agents/entrypoint.sh security healthy backend/agents/entrypoint.sh
password_literal::backend/agents/agent_provisioning_team/te… security healthy backend/agents/agent_provisioning_team/tests/test_tool_agen…
password_literal::backend/agents/agent_provisioning_team/te… security healthy backend/agents/agent_provisioning_team/tests/test_sandbox_s…
password_literal::backend/agents/agent_provisioning_team/te… security healthy backend/agents/agent_provisioning_team/tests/test_models.py
password_literal::backend/agents/personal_assistant_team/te… security healthy backend/agents/personal_assistant_team/tests/test_credentia…
password_literal::backend/agent_sandbox_image/sandbox-stack… security healthy backend/agent_sandbox_image/sandbox-stack.yml
password_literal::backend/agent_sandbox_image/sandbox-stack… security healthy backend/agent_sandbox_image/sandbox-stack.yml
password_literal::backend/unified_api/google_browser_login_… security healthy backend/unified_api/google_browser_login_credentials.py
password_literal::user-interface/src/app/components/integra… security healthy user-interface/src/app/components/integrations-dashboard/in…
password_literal::user-interface/src/app/components/integra… security healthy user-interface/src/app/components/integrations-dashboard/in…
password_literal::docker/postgres/init/04-create-sandbox-te… security healthy docker/postgres/init/04-create-sandbox-team-roles.sh

LabelLayerStatusPath
postgres data healthy CLAUDE.md
sqlite data healthy CLAUDE.md
postgresql data healthy backend/agents/.env.example
redis data healthy backend/agents/.env.example
mysql data healthy backend/agents/software_engineering_team/tests/test_auto_an…
mongodb data healthy backend/agents/software_engineering_team/tests/test_product…
cassandra data healthy backend/agents/software_engineering_team/product_requiremen…
elasticsearch data healthy backend/agents/software_engineering_team/product_requiremen…
mariadb data healthy backend/agents/software_engineering_team/product_requiremen…

LabelLayerStatusPath
vps::aws hardware healthy README.md
vps::digitalocean hardware healthy backend/agents/integrations/README.md
vps::gcp hardware healthy backend/agents/planning_v3_team/phases/requirements.py
vps::azure hardware healthy backend/agents/planning_v3_team/phases/requirements.py
vps::ec2 hardware healthy backend/agents/software_engineering_team/architect-agents/t…
vps::linode hardware healthy backend/agents/software_engineering_team/product_requiremen…

LabelLayerStatusPath
rabbitmq data healthy backend/agents/software_engineering_team/product_requiremen…
sqs data healthy backend/agents/software_engineering_team/product_requiremen…
kafka data healthy backend/agents/software_engineering_team/product_requiremen…
celery data healthy backend/agents/nutrition_meal_planning_team/ingredient_kb/t…

LabelLayerStatusPath
nginx network healthy backend/agents/entrypoint.sh
loadbalancer network healthy backend/agents/social_media_marketing_team/README.md

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

LabelLayerStatusPath
brandonkindred__Khala-Agentic-AI-Teams software healthy /data/fable5_failed_archive/brandonkindred__Khala-Agentic-A…

LabelLayerStatusPath
gpu (detected) hardware healthy backend/agents/accessibility_audit_team/wcag_criteria.py

LabelLayerStatusPath
/x frontend healthy user-interface/src/app/components/app-shell/app-shell-extra…

LabelLayerStatusPath
GITHUB_TOKEN cicd healthy
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/5e5d791f-7d14-4a1f-ae13-60c76283e93d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5e5d791f-7d14-4a1f-ae13-60c76283e93d/

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.